@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/select2/select2.min.css");
@import url("../assets/library/gallery/lightgallery.min.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/library/magnific/magnific-popup.css");
@import url("../assets/library/jquery/jquery.js");
@import url("../assets/library/datepicker/jquery-ui.css");
@import url("../assets/library/splitting/splitting.css");
@import url("../assets/library/datetime/daterangepicker.css");
@import url("../assets/library/twentytwenty/twentytwenty.min.css");
@import url("../assets/font/Noto_Sans/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; }

:root {
  --size-hd: calc(var(--hd-top) + var(--hd-bot));
  --hd-top: 4rem;
  --hd-bot: 10rem;
  --size-sc: 7rem;
  --remainder: calc(100vw - 123rem);
  --halfremainder: calc(var(--remainder)/2);
  --seremainder: calc(var(--halfremainder)/3);
  --halfseremainder: calc(var(--halfremainder)/2);
  --font-pri: 'Noto Sans',sans-serif; }
  @media (max-width: 1200px) {
    :root {
      --hd-top: 3rem;
      --hd-bot: 6.4rem; } }

.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 .wp-block-heading {
  font-size: 20px;
  font-weight: 600; }

.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: #fff;
  margin: 1em 0;
  quotes: "“" "”" "‘" "’";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem; }
  .mona-content blockquote::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: var(--gradient-oink, linear-gradient(254deg, #6D012D 7.46%, #AA0247 91.65%)); }
  .mona-content blockquote::before {
    content: '';
    background-image: url(../assets/images/blockquote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .mona-content blockquote p {
    display: inline;
    margin: 0; }

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

.txt-animated.ani-opa .char {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-delay: calc(var(--delay) * var(--char-index));
  transition-delay: calc(var(--delay) * var(--char-index)); }

.txt-animated.ani-opa.is-inview .char {
  opacity: 1; }

.txt-animated.ani-up .word {
  overflow: hidden; }

.txt-animated.ani-up .char {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-delay: calc(var(--delay) * var(--char-index));
  transition-delay: calc(var(--delay) * var(--char-index));
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.txt-animated.ani-up.is-inview .char {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

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

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

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

@-webkit-keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px; }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px; }
  60% {
    top: 0; }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0; }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0; } }

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px; }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px; }
  60% {
    top: 0; }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0; }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0; } }

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

@keyframes imgLoad {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); } }

@keyframes slide-out-right {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); } }

@-webkit-keyframes slide-in-right-50 {
  0% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-right-50 {
  0% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }

@keyframes slide-out-left {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-out-left-50 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); } }

@keyframes slide-out-left-50 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); } }

@-webkit-keyframes slide-in-left-50 {
  0% {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-left-50 {
  0% {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes revealRTL {
  0% {
    width: 0;
    right: 0; }
  65% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0; }
  65% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }

.txt-focus {
  opacity: 0; }
  .txt-focus.is-inview {
    -webkit-animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.txt-spl .word {
  overflow: hidden;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .txt-spl .word .chars {
    display: inline-block;
    -webkit-animation-delay: calc(var(--line-index) * 0.025s) !important;
    animation-delay: calc(var(--line-index) * 0.025s) !important;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

.txt-spl.down .chars {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.txt-spl.is-inview .chars {
  -webkit-animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
  animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both; }

.txt-spl.is-inview.down .chars {
  -webkit-animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
  animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both; }

@-webkit-keyframes txtSpl-up {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes txtSpl-up {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes txtSpl-down {
  0% {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes txtSpl-down {
  0% {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

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

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

body {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  font-family: 'Noto Sans',sans-serif;
  color: #343434;
  background-color: #ffffff;
  overflow: hidden auto; }
  body::-webkit-scrollbar {
    width: .5rem; }
  body::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C64D3C), to(#C64D3C));
    background-image: linear-gradient(#C64D3C, #C64D3C);
    border-radius: 50px; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }

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

*,
*:focus {
  outline: none; }

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

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

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

.main {
  position: relative; }
  .main.pad {
    padding-top: var(--size-hd); }
  @media screen and (max-width: 1200px) {
    .main {
      padding-top: var(--size-hd); } }

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

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

iframe {
  vertical-align: middle; }

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

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

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

.fsi {
  font-style: italic; }

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

.tabBtn {
  cursor: pointer; }

.gItem {
  cursor: pointer; }

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

.row {
  --col-gap: 2.4rem;
  --row-gap: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--col-gap) / 2 * -1) calc(var(--row-gap) * -1); }
  @media screen and (max-width: 600px) {
    .row {
      --col-gap: 1.6rem;
      --row-gap: 1.6rem; } }

.col {
  width: 100%;
  padding: 0 calc(var(--col-gap) / 2);
  margin-bottom: var(--row-gap); }
  .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%); }

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

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

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

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

@-webkit-keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-webkit-keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes flip {
  30% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  50% {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@keyframes flip {
  30% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  50% {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@-webkit-keyframes pin {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) 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); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) 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); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes moveRight {
  100% {
    background-position: 100% 0; } }

@-webkit-keyframes moveRight {
  100% {
    background-position: 100% 0; } }

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

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

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  95% {
    width: 500%;
    height: 500%;
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  95% {
    width: 500%;
    height: 500%;
    opacity: 0; }
  100% {
    opacity: 0; } }

@-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(-35deg) scale(1) skew(1deg);
    transform: rotate(-35deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(35deg) scale(1) skew(1deg);
    transform: rotate(35deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-35deg) scale(1) skew(1deg);
    transform: rotate(-35deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(35deg) scale(1) skew(1deg);
    transform: rotate(35deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(-35%) scale(1) skew(1deg);
    transform: rotate(-35%) scale(1) skew(1deg); }
  60% {
    -webkit-transform: rotate(35%) scale(1) skew(1deg);
    transform: rotate(35%) scale(1) skew(1deg); }
  70% {
    -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(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(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.95, 1.05);
    transform: scale(0.95, 1.05); }
  50% {
    -webkit-transform: scale(1.05, 0.95);
    transform: scale(1.05, 0.95); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

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

@-webkit-keyframes jelly2 {
  25% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); }
  50% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98); }
  75% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); } }

@keyframes jelly2 {
  25% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); }
  50% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98); }
  75% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); } }

@-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 zoomInSlow {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

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

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

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

@-webkit-keyframes zoomIns {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomIns {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4; } }

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4; } }

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

@-webkit-keyframes DownUp2 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes DownUp2 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@-webkit-keyframes fadeLeftLong {
  from {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeLeftLong {
  from {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes imgLoad {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-out-right {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); } }

@keyframes slide-in-right-50 {
  0% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-out-left {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-out-left-50 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); } }

@keyframes slide-in-left-50 {
  0% {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0; }
  65% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }

@-webkit-keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5; }
  50% {
    left: 25%;
    opacity: 0.25; }
  100% {
    left: 100%;
    opacity: 0; } }

@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5; }
  50% {
    left: 25%;
    opacity: 0.25; }
  100% {
    left: 100%;
    opacity: 0; } }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes tracking-in-expand {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes tracking-in-expand {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes toTop {
  0% {
    bottom: 0%;
    opacity: 0; }
  20% {
    bottom: 0%;
    opacity: 1; }
  100% {
    bottom: 100%;
    opacity: 0; } }

@keyframes toTop {
  0% {
    bottom: 0%;
    opacity: 0; }
  20% {
    bottom: 0%;
    opacity: 1; }
  100% {
    bottom: 100%;
    opacity: 0; } }

@-webkit-keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes tabUp {
  from {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; } }

@keyframes tabUp {
  from {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes tabDown {
  from {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0; } }

@keyframes tabDown {
  from {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes tabRight {
  from {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; } }

@keyframes tabRight {
  from {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes tabLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@keyframes tabLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  96% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  96% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  height: calc(100% - var(--size-hd));
  min-width: 50rem;
  width: 50rem;
  background-color: #ffffff;
  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%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 90%;
      min-width: initial; } }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1201px) {
    .mobile {
      display: none; } }
  .mobile .header-search {
    width: 80%;
    margin: 2rem auto 1rem !important;
    border: 0.1rem solid #343434;
    background: rgba(255, 255, 255, 0.6);
    border-radius: .6rem;
    overflow: hidden;
    padding: 0 !important;
    height: 4.4rem !important; }
    .mobile .header-search .input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%;
      padding: 0 1.2rem;
      font-size: 1.6rem !important;
      color: #343434 !important;
      font-weight: 600; }
      .mobile .header-search .input::-webkit-input-placeholder {
        font-weight: 600 !important;
        color: #343434 !important; }
      .mobile .header-search .input::-moz-placeholder {
        font-weight: 600 !important;
        color: #343434 !important; }
      .mobile .header-search .input::-ms-input-placeholder {
        font-weight: 600 !important;
        color: #343434 !important; }
      .mobile .header-search .input::placeholder {
        font-weight: 600 !important;
        color: #343434 !important; }
    .mobile .header-search .link {
      width: 4.4rem !important;
      height: 4.4rem !important;
      border-left: 0.1rem solid #343434;
      background: #C64D3C;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .mobile .header-search img {
      width: 50% !important;
      height: 50% !important;
      -o-object-fit: contain;
      object-fit: contain;
      display: block;
      -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3%) hue-rotate(44deg) brightness(102%) contrast(105%);
      filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3%) hue-rotate(44deg) brightness(102%) contrast(105%);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .mobile-top {
    position: relative;
    z-index: 1;
    background-color: #ffffff; }
  .mobile-con {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden auto;
    max-height: 100%;
    padding-bottom: 6rem;
    position: relative;
    margin-bottom: 6rem; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #343434;
    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.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    @media screen and (min-width: 1201px) {
      .mobile-overlay {
        display: none; } }
  .mobile-wr {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-content {
    padding: 1.2rem; }
    .mobile-content .mobile-fl span {
      font-weight: 700; }
    .mobile-content .mobile-fl .mobile-text {
      font-style: italic; }
    .mobile-content .mobile-fl.add .title::after {
      content: '\f3c5'; }
    .mobile-content .mobile-fl.ph .title::after {
      content: '\f2a0'; }
    .mobile-content .mobile-fl.mail .title::after {
      content: '\f0e0'; }
    .mobile-content .header-top-list {
      gap: 1.6rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mobile-content .header-top-list .item {
        font-size: 1.6rem;
        position: relative;
        font-weight: bold; }
        .mobile-content .header-top-list .item:not(:last-child)::before {
          position: absolute;
          content: '';
          height: 100%;
          background: #DA5847;
          width: .1rem;
          top: 0;
          right: -.8rem; }
  .mobile-title {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: underline;
    color: #C64D3C; }
  .mobile-mxh {
    padding-bottom: 3rem;
    padding-left: 1.2rem;
    margin-top: 1.2rem; }
    .mobile-mxh .social {
      margin: 0;
      -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; }
      .mobile-mxh .social .txt {
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: capitalize; }
  .mobile-text {
    font-size: 1.4rem;
    display: block;
    color: #343434;
    word-break: break-word;
    font-weight: 500; }
    .mobile-text:not(:last-child) {
      margin-bottom: 0.8rem; }
  .mobile-account {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .mobile-re {
    display: -webkit-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: #ffffff;
      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 solid #C64D3C;
    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: #C64D3C; }
  .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; }
  .mobile .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 6rem;
    border-top: 0.1rem solid #C64D3C;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #ffffff; }
    .mobile .social .txt {
      display: none; }
    .mobile .social-list {
      width: 100%;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .mobile .social-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .mobile .social-item:not(:last-child) {
        border-right: 0.1rem solid #C64D3C; }
    .mobile .social-link {
      border: 0.1rem solid #C64D3C;
      width: 3.4rem;
      height: 3.4rem; }

.home .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  color: #343434; }

.header-nav .menu-nav {
  height: 100%; }
  .header-nav .menu-nav > .menu-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-nav .menu-nav > .menu-list > .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown .menu-item.current-menu-item .menu-link {
        color: #343434; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
        width: 0; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%; }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        font-weight: 600;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 1rem 1.6rem; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link::before {
          position: absolute;
          content: '';
          left: 50%;
          top: 0;
          height: 1.5px;
          width: 0;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background-color: #C64D3C;
          z-index: 1;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link i {
          color: #ffffff; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link::before {
        width: 2.5rem; }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
        top: 100%; }

.header-nav .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s; }
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
      color: #ffffff; }
  .header-nav .menu-item:hover .menu-link,
  .header-nav .menu-item:hover a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .header-nav .menu-item .menu-link,
  .header-nav .menu-item a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
    .header-nav .menu-item .menu-link i,
    .header-nav .menu-item a i {
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }
  .header-nav .menu-item > .menu-link,
  .header-nav .menu-item > a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600; }
    .header-nav .menu-item > .menu-link > i,
    .header-nav .menu-item > a > i {
      display: none;
      font-weight: 500;
      margin-left: 0.7rem;
      font-size: 1.2rem;
      color: #343434; }
  .header-nav .menu-item.dropdown > a > i {
    display: inline-block; }
  .header-nav .menu-item.mega:hover .menu-mega {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    visibility: visible; }
  .header-nav .menu-item.mega:hover > .menu-link i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .header-nav .menu-item.mega > .menu-link i {
    display: block; }
  .header-nav .menu-item.mega .menu-list {
    background: transparent; }
  .header-nav .menu-item > .menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 25rem;
    max-width: 28rem;
    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: #ffffff;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
    .header-nav .menu-item > .menu-list > .menu-item {
      margin-left: 0;
      width: 100%; }
      .header-nav .menu-item > .menu-list > .menu-item:not(:last-child) {
        border-bottom: 1px solid #BDBDBD; }
      .header-nav .menu-item > .menu-list > .menu-item::before {
        position: absolute;
        content: '';
        width: 0;
        right: 0;
        bottom: 0;
        height: .1rem;
        background: #C64D3C;
        -webkit-transition: all .45s ease;
        transition: all .45s ease; }
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item::before, .header-nav .menu-item > .menu-list > .menu-item:hover::before {
        width: 100%;
        left: 0; }
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a, .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item:hover > a {
        color: #C64D3C; }
        .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a > i, .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item:hover > a > i {
          color: #C64D3C; }
      .header-nav .menu-item > .menu-list > .menu-item.current_page_item::after, .header-nav .menu-item > .menu-list > .menu-item.current-menu-item::after {
        width: 100%;
        height: 100%; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item > a {
        color: #343434;
        padding: .8rem 1.2rem;
        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;
        z-index: 2; }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
        .header-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: 1.4rem;
          color: #343434; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-list {
        left: 100%; }

@media screen and (min-width: 1201px) {
  .menu-mega {
    position: fixed;
    top: var(--hd-bot);
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden; } }

@media screen and (max-width: 1200px) {
  .menu-mega {
    margin-left: 1.2rem; } }

@media screen and (max-width: 1200px) {
  .menu-mega .container {
    padding: 0; } }

.menu-mega-col {
  position: relative; }
  @media screen and (max-width: 1200px) {
    .menu-mega-col:nth-child(1) {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .menu-mega-col:nth-child(2) {
      width: 100%; } }

.menu-mega-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .menu-mega-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.menu-mega-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1201px) {
    .menu-mega-in {
      width: 90%;
      margin-left: auto;
      background: #C64D3C; } }

@media screen and (min-width: 1201px) {
  .menu-mega-des {
    padding: 4rem 6rem;
    max-height: 50rem;
    min-height: 42rem;
    overflow: hidden auto; } }

.menu-mega-list {
  width: 100%; }
  @media screen and (min-width: 1201px) {
    .menu-mega-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 1201px) {
  .menu-mega-item {
    grid-column: span 1; }
    .menu-mega-item:nth-child(1) {
      grid-row: span 3; }
    .menu-mega-item:nth-child(2) {
      grid-row: span 1; }
    .menu-mega-item:nth-child(3) {
      grid-row: span 1; }
    .menu-mega-item:nth-child(4) {
      grid-row: span 1; } }

.menu-mega-item > .menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 1200px) {
    .menu-mega-item > .menu-list {
      margin-left: 1.2rem;
      position: relative; } }
  .menu-mega-item > .menu-list::before {
    content: '';
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0;
    width: 1px;
    background-color: #343434; }
  .menu-mega-item > .menu-list > .menu-item {
    width: 100%; }
    .menu-mega-item > .menu-list > .menu-item.current-menu-item .menu-list .menu-item.current-menu-item .menu-link, .menu-mega-item > .menu-list > .menu-item:hover .menu-list .menu-item.current-menu-item .menu-link {
      color: #ffffff; }
    @media screen and (min-width: 1201px) {
      .menu-mega-item > .menu-list > .menu-item.current-menu-item > .menu-link, .menu-mega-item > .menu-list > .menu-item:hover > .menu-link {
        color: #ffffff; } }
    @media screen and (max-width: 1200px) {
      .menu-mega-item > .menu-list > .menu-item.current-menu-item > .menu-link, .menu-mega-item > .menu-list > .menu-item:hover > .menu-link {
        background: #C64D3C;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
    @media screen and (max-width: 1200px) {
      .menu-mega-item > .menu-list > .menu-item.mega.active > .menu-list {
        display: block; } }
    .menu-mega-item > .menu-list > .menu-item.dropdowwn .menu-list {
      position: static;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .menu-mega-item > .menu-list > .menu-item.dropdowwn .menu-list .menu-link {
        background-color: transparent;
        padding: .8rem; }

.menu-mega .menu-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .8rem 1.2rem; }
  @media screen and (min-width: 1201px) {
    .menu-mega .menu-title-link {
      font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
      line-height: 130%;
      letter-spacing: -.72px;
      font-weight: 600; } }
  @media screen and (max-width: 1200px) {
    .menu-mega .menu-title-link {
      font-weight: bold; } }

.menu-mega .menu-link {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  padding: .8rem 1.2rem; }

.mobile-nav .menu-nav > .menu-list > .menu-item:hover > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
  color: #343434;
  font-weight: 700; }

.mobile-nav .menu-nav > .menu-list > .menu-item.active > a {
  color: #C64D3C;
  font-weight: 700; }

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

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  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: #343434;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #343434; }
  @media screen and (max-width: 400px) {
    .mobile-nav .menu-nav > .menu-list > .menu-item > a {
      font-size: 1.4rem; } }
  .mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
    display: none; }

@media screen and (max-width: 1200px) {
  .mobile-nav .menu-item.active > .menu-link,
  .mobile-nav .menu-item.active > a, .mobile-nav .menu-item.current-menu-item > .menu-link,
  .mobile-nav .menu-item.current-menu-item > a, .mobile-nav .menu-item:hover > .menu-link,
  .mobile-nav .menu-item:hover > a {
    color: #C64D3C; } }

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

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

.mobile-nav .menu-item a {
  position: relative; }
  .mobile-nav .menu-item a i {
    color: #343434;
    width: 2rem;
    height: 2rem;
    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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.mobile-nav .menu-item > a {
  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: .8rem 1.2rem;
  font-size: 1.6rem;
  color: #343434;
  font-weight: 500; }
  @media screen and (max-width: 400px) {
    .mobile-nav .menu-item > a {
      font-size: 1.4rem; } }

.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: #343434; }
  .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: #343434; }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: #343434; }

@media screen and (max-width: 1200px) {
  .mobile-nav .menu-item.mega > .menu-mega {
    display: none; } }

.title .txt {
  font-family: var(--font-pri);
  font-size: 1.6rem;
  color: #5F5F5F; }
  @media screen and (max-width: 800px) {
    .title .txt {
      font-size: 1.2rem; } }
  .title .txt span {
    color: #DA5847; }

.ttcenter {
  width: 84rem;
  max-width: 100%;
  margin: auto; }

.title-pri {
  font-size: clamp(2.6rem, calc(0.6rem + 4vw), 3.6rem);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 150%;
  font-family: var(--font-pri);
  text-wrap: balance; }
  @media screen and (max-width: 800px) {
    .title-pri {
      font-size: 2rem; } }
  .title-pri.bgblack span {
    color: #343434; }
  .title-pri.bgwhite span {
    color: #ffffff; }
  .title-pri span {
    color: #343434; }
  .title-pri.f-pri {
    font-size: clamp(3rem, calc(-3.8rem + 13.6vw), 6.4rem); }
  .title-pri.f-sec {
    font-size: clamp(2.6rem, calc(0.6rem + 4vw), 3.6rem); }
    @media screen and (max-width: 800px) {
      .title-pri.f-sec {
        font-size: 2rem; } }
  .title-pri.f-thr {
    font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem); }
    @media screen and (max-width: 800px) {
      .title-pri.f-thr {
        font-size: 2rem !important; } }
  .title-pri.f-four {
    font-size: clamp(2rem, calc(1.9045rem + 0.4776vw), 2.8rem); }
    @media screen and (max-width: 800px) {
      .title-pri.f-four {
        font-size: 2rem !important; } }
  .title-pri.f-five {
    font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem); }
    @media screen and (max-width: 800px) {
      .title-pri.f-five {
        font-size: 1.8rem !important; } }
  .title-pri .txt {
    font-size: 1.6rem;
    font-family: var(--font-sec);
    font-weight: 400;
    color: #343434; }

.font-pri {
  font-family: var(--font-pri); }

.font-sec {
  font-family: var(--font-sec); }

.font-thr {
  font-family: var(--font-thr); }

.font-four {
  font-family: var(--font-four); }

.t-ctext {
  color: #343434; }

.t-cwhite {
  color: #ffffff; }

.t-cpri {
  color: #C64D3C; }

.t-csec {
  color: #DA5847; }

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

.t-capi {
  text-transform: capitalize; }

.t-bold {
  font-weight: bold; }

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

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

.h1-hidden {
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0; }

.title-pri .char {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.title-pri .word {
  overflow: hidden; }

.title-pri.is-inview .char {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.6s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition: 0.6s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  -webkit-transition-delay: calc(0.03s* var(--char-index));
  transition-delay: calc(0.03s* var(--char-index)); }

::-webkit-scrollbar {
  width: 5px; }

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #C64D3C;
  border-radius: 100rem; }

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

.home .header-search-icon {
  color: #343434; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
  height: var(--size-hd); }
  @media screen and (max-width: 1200px) {
    .header {
      background: #ffffff; } }
  .header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .header.hide .header-logo::before {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header.sticky {
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); }
    .header.sticky .header-nav .menu-item > .menu-link > i,
    .header.sticky .header-nav .menu-item > a > i,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
      color: #343434; }
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link i,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link i,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link i,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover i {
      color: #C64D3C !important; }
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link,
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
      color: #C64D3C !important; }
    .header.sticky .header-search-icon {
      color: #343434; }
  .header-wrap {
    height: 100%; }
  .header-flex {
    height: var(--hd-bot);
    background: transparent; }
    .header-flex-in {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: auto;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .header-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.8rem;
    margin: 0 auto 0 3.7rem; }
    @media screen and (max-width: 1199px) {
      .header-mid {
        display: none; } }
  @media screen and (max-width: 1199px) {
    .header-nav {
      display: none; } }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -1.5rem; }
    @media screen and (min-width: 1201px) {
      .header-logo::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        height: calc(100% + 4rem);
        width: 100%;
        background: #ffffff;
        border-bottom-left-radius: 10rem;
        border-bottom-right-radius: 10rem;
        z-index: -1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; } }
    .header-logo-link {
      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;
      width: 13rem;
      max-height: 100%;
      height: 80%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 1200px) {
        .header-logo-link {
          width: 6rem;
          height: auto; } }
      .header-logo-link img {
        width: 100%;
        max-height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-top {
    height: var(--hd-top);
    background: #C64D3C;
    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; }
    .header-top-slider {
      position: relative;
      --gap: 2rem; }
      .header-top-slider .swiper-wrapper {
        gap: 3rem; }
      .header-top-slider .swiper-slide {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .header-top-slider .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: var(--gap); }
      .header-top-slider .item {
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 400;
        position: relative;
        text-wrap: nowrap; }
        @media screen and (max-width: 800px) {
          .header-top-slider .item {
            font-size: 1.2rem; } }
        .header-top-slider .item:not(:last-child)::before {
          position: absolute;
          content: '';
          right: calc(-1 * (var(--gap)/2 + .6rem));
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1.2rem;
          height: 1.2rem;
          background-image: url("../assets/images/star.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .header-top-slider .item span {
          font-weight: 600; }
        .header-top-slider .item .link {
          font-weight: 500;
          font-style: italic;
          text-decoration: underline; }
  .header-search {
    position: relative;
    height: 100%;
    --wh: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-search .active .header-search-close {
      opacity: 1;
      visibility: visible; }
    .header-search-icon {
      width: var(--wh);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      color: #ffffff;
      cursor: pointer;
      height: 100%;
      font-size: 2rem; }
      @media screen and (max-width: 1200px) {
        .header-search-icon {
          font-size: 1.6rem;
          color: #343434; } }
      @media screen and (max-width: 1200px) {
        .header-search-icon img {
          -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(394%) hue-rotate(338deg) brightness(94%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(100%) saturate(394%) hue-rotate(338deg) brightness(94%) contrast(95%); } }
    .header-search-overlay {
      position: fixed;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 0;
      z-index: 999;
      -webkit-backdrop-filter: blur(0.7rem);
      backdrop-filter: blur(0.7rem);
      background-color: rgba(0, 0, 0, 0.8);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      top: 0;
      -webkit-transition-delay: .3s;
      transition-delay: .3s; }
      .header-search-overlay.active {
        width: 100%;
        right: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .1s;
        transition-delay: .1s; }
    .header-search-in {
      background: #ffffff;
      width: 60vw;
      padding: 4rem;
      border-radius: .8rem; }
      @media screen and (max-width: 800px) {
        .header-search-in {
          width: 85vw;
          padding: 3rem 2rem; } }
    .header-search-logo {
      width: 15rem; }
      @media screen and (max-width: 800px) {
        .header-search-logo {
          width: 10rem; } }
      .header-search-logo img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .header-search-top {
      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;
      margin-bottom: 3rem; }
      @media screen and (max-width: 1200px) {
        .header-search-top {
          margin-bottom: 1.6rem; } }
      .header-search-top .tt {
        font-size: clamp(2.6rem, calc(0.6rem + 4vw), 3.6rem);
        font-weight: 600;
        color: #C64D3C;
        text-transform: capitalize;
        text-align: center; }
        @media screen and (max-width: 1200px) {
          .header-search-top .tt {
            font-size: 2rem; } }
    .header-search-bar {
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-transition: all .45s ease;
      transition: all .45s ease;
      -webkit-clip-path: inset(0 50% 0 50%);
      clip-path: inset(0 50% 0 50%); }
      .header-search-bar.active {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s; }
      .header-search-bar-input {
        height: 4rem;
        margin: auto;
        position: relative;
        background-color: transparent;
        overflow: hidden;
        font-weight: normal;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0.1rem solid #C64D3C; }
        .header-search-bar-input #searchform {
          width: 100%; }
        .header-search-bar-input .icon {
          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; }
        .header-search-bar-input .input {
          padding: 1.2rem;
          -webkit-transition: 1.5s;
          transition: 1.5s;
          font-family: var(--font-pri);
          font-weight: normal;
          color: #343434;
          background-color: transparent;
          height: 100%;
          width: 100%;
          border: none;
          outline: none;
          font-size: 1.6rem;
          font-weight: 500; }
          .header-search-bar-input .input::-webkit-input-placeholder {
            color: #343434;
            font-family: var(--font-pri);
            font-size: 1.6rem;
            font-weight: 500; }
          .header-search-bar-input .input::-moz-placeholder {
            color: #343434;
            font-family: var(--font-pri);
            font-size: 1.6rem;
            font-weight: 500; }
          .header-search-bar-input .input::-ms-input-placeholder {
            color: #343434;
            font-family: var(--font-pri);
            font-size: 1.6rem;
            font-weight: 500; }
          .header-search-bar-input .input::placeholder {
            color: #343434;
            font-family: var(--font-pri);
            font-size: 1.6rem;
            font-weight: 500; }
          @media screen and (max-width: 500px) {
            .header-search-bar-input .input {
              font-size: 1.4rem; } }
        .header-search-bar-input .link {
          --wh: 4rem;
          width: var(--wh);
          height: var(--wh);
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-justify-content: center;
          color: #ffffff;
          background-color: #C64D3C;
          border: none;
          -webkit-transition: 2s;
          transition: 2s; }
          .header-search-bar-input .link .icon {
            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; }
          .header-search-bar-input .link::before {
            display: none; }
          .header-search-bar-input .link:hover i {
            color: #ffffff; }
    .header-search-close {
      --w: 3rem;
      width: var(--w) !important;
      height: var(--w);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      z-index: 999;
      position: absolute !important;
      color: #C64D3C;
      top: 1rem;
      right: 1rem;
      font-size: 1.8rem;
      border-radius: 100rem !important;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .45s ease;
      transition: all .45s ease;
      border: 0.1rem solid #C64D3C; }
      .header-search-close.active {
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-transition-delay: .5s;
        transition-delay: .5s; }
      .header-search-close:hover i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
      .header-search-close i {
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  .header .menu-icon {
    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-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    @media screen and (min-width: 1200px) {
      .header .menu-icon {
        display: none; } }

.footer {
  position: relative;
  background: #C64D3C;
  z-index: 2; }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
    @media screen and (max-width: 700px) {
      .footer-list {
        gap: .6rem; } }
    @media screen and (min-width: 501px) {
      .footer-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 500px) {
      .footer-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 500px) {
    .footer-item {
      grid-column: span 1;
      grid-row: span 1; } }
  .footer-item.current-menu-item .footer-link {
    color: #ffffff; }
    .footer-item.current-menu-item .footer-link::before {
      width: 100%;
      left: 0; }
  .footer-link {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--font-pri);
    font-size: 1.4rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .footer-link:hover {
      text-decoration: underline; }
  .footer-tt {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--font-pri); }
  .footer-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2rem; }
    @media screen and (min-width: 701px) {
      .footer-logo {
        margin: 0 auto 2rem; } }
    .footer-logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 14.4rem; }
      @media screen and (max-width: 540px) {
        .footer-logo-link {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          align-items: center;
          margin: auto; } }
      .footer-logo-link img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .footer-bdy {
    padding: 9rem 0 4.5rem; }
    @media screen and (max-width: 700px) {
      .footer-bdy {
        padding: 7rem 0 3rem; } }
  .footer-des {
    margin-bottom: 1.2rem; }
    .footer-des .tt {
      font-size: clamp(1.6rem, calc(0.9045rem + 0.4776vw), 1.8rem);
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 1.2rem;
      text-wrap: pretty; }
      @media screen and (min-width: 701px) {
        .footer-des .tt {
          text-align: center; } }
    .footer-des-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .6rem; }
    .footer-des-item .txt {
      color: #ffffff;
      font-size: 1.6rem; }
    .footer-des-item .link {
      color: #ffffff;
      font-size: 1.6rem;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .footer-des-item .link:hover {
        text-decoration: underline; }
  .footer-inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem; }
    .footer-inner .list .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .8rem; }
      .footer-inner .list .item .txt {
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 400;
        font-family: var(--font-pri); }
    .footer-inner .list .icon {
      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;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: .3rem; }
      .footer-inner .list .icon img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-img {
    width: 26rem;
    height: auto; }
    .footer-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .footer-author {
    padding: .8rem 0;
    position: relative;
    border-top: 0.5px solid #F6BBB3;
    gap: 1rem; }
    .footer-author-in {
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer-author .list {
      --gap: 2.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 0.8rem var(--gap); }
    .footer-author .item {
      position: relative;
      font-size: 1.4rem;
      color: #ffffff;
      font-weight: 400;
      line-height: 130%;
      font-family: var(--font-pri); }
      .footer-author .item span {
        font-weight: 700; }
  .footer-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .footer-col:nth-child(1) {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 700px) {
    .footer-col:nth-child(1) {
      width: calc(8/12 * 100%); } }
  @media screen and (max-width: 500px) {
    .footer-col:nth-child(1) {
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    .footer-col:nth-child(2) {
      width: calc(3/12 * 100%); } }
  @media screen and (max-width: 700px) {
    .footer-col:nth-child(2) {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 500px) {
    .footer-col:nth-child(2) {
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    .footer-col:nth-child(3) {
      width: calc(5/12 * 100%); } }
  @media screen and (max-width: 700px) {
    .footer-col:nth-child(3) {
      width: calc(6/12 * 100%); } }
  @media screen and (max-width: 500px) {
    .footer-col:nth-child(3) {
      width: 80%; } }
  @media screen and (max-width: 350px) {
    .footer-col:nth-child(3) {
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    .footer-col:nth-child(4) {
      width: calc(5/12 * 100%); } }
  @media screen and (max-width: 700px) {
    .footer-col:nth-child(4) {
      width: calc(6/12 * 100%); } }
  @media screen and (max-width: 500px) {
    .footer-col:nth-child(4) {
      width: 80%; } }
  @media screen and (max-width: 350px) {
    .footer-col:nth-child(4) {
      width: 100%; } }
  .footer .social {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .footer .social .txt {
      display: none; }

.hd-burger {
  padding: 1rem 0;
  cursor: pointer; }
  .hd-burger.active .line-top {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134; }
  .hd-burger.active .line-mid {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30; }
  .hd-burger.active .line-bot {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134; }

.burger {
  position: relative; }

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

.hamburgerSvg {
  height: 3rem;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1); }

.line {
  fill: none;
  stroke: #343434;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  /* Define the transition for transforming the Stroke */
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  .line-top {
    stroke-dasharray: 60 207; }
  .line-mid {
    stroke-dasharray: 60 60; }
  .line-bot {
    stroke-dasharray: 60 207; }

.hd-burger.active .hamburgerSvg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown {
    z-index: 40 !important; }
  .select2-container--default .select2-results__option--selected {
    color: #343434; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff; }
  .select2-container .select2-dropdown {
    overflow: hidden; }
  .select2-container .select2-results__option {
    padding: .4rem !important; }
  .select2-container .select2-search--dropdown {
    padding: 0 !important; }
    .select2-container .select2-search--dropdown .select2-search__field {
      display: none; }
  .select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.2rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    background: transparent !important;
    border-bottom: 0.1rem solid #BDBDBD !important; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: .4rem !important; }

.select2-selection {
  height: 100% !important; }
  .select2-selection--single {
    border: 0.1rem solid #343434 !important; }
    .select2-selection--single .select2-selection__rendered {
      line-height: 100% !important;
      padding: .4rem; }
    .select2-selection--single .select2-selection__placeholder {
      font-weight: 400;
      font-family: var(--font-pri);
      font-size: 1.6rem; }
      @media screen and (max-width: 800px) {
        .select2-selection--single .select2-selection__placeholder {
          font-size: 1.4rem; } }
  .select2-selection .select2-selection__arrow {
    height: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1rem !important; }
  @media screen and (max-width: 800px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: .6rem !important; } }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  background: #C64D3C; }

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  background: #E27263; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .4rem 0 !important; }

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

/* ---- reset ---- */
canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1; }

/* ---- stats.js ---- */
.count-particles {
  display: none !important; }

.js-count-particles {
  font-size: 1.1em; }

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }

.hover_xam {
  display: block;
  position: relative;
  overflow: hidden; }
  .hover_xam::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 1;
    pointer-events: none; }
  .hover_xam::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
    pointer-events: none; }
  .hover_xam:hover::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%; }
  .hover_xam:hover::after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%; }

.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.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40vw;
    max-width: 95%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    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); }
    @media screen and (max-width: 1200px) {
      .popup-main {
        width: 80vw; } }
    @media screen and (max-width: 700px) {
      .popup-main {
        width: 100vw; } }
    .popup-main-wrapper {
      overflow: hidden;
      border-radius: 6px; }
  .popup-over {
    overflow-y: auto;
    min-height: 20vh;
    max-height: 80vh; }
    .popup-over::-webkit-scrollbar {
      width: .5rem; }
    .popup-over::-webkit-scrollbar-thumb {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#C64D3C), to(#C64D3C));
      background-image: linear-gradient(#C64D3C, #C64D3C);
      border-radius: 50px; }
  .popup-wrapper {
    width: 100%;
    min-height: 25vh;
    position: relative; }
  .popup-close {
    position: absolute !important;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 3;
    color: #343434; }
    .popup-close:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .popup-close i {
      color: #343434;
      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; }

.Pd-body-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: 2rem;
  position: relative;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .Pd-body-inner {
      gap: 1rem;
      margin-bottom: 1.2rem; } }

.Pd .popup-main {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 1rem; }

.Pd .popup-close {
  top: 1.6rem;
  right: 2rem;
  color: #ffffff; }
  @media screen and (max-width: 1600px) {
    .Pd .popup-close {
      top: 1rem;
      right: 1.4rem; } }
  .Pd .popup-close i {
    color: #ffffff; }

@media screen and (max-width: 1600px) {
  .Pd .recruit-frm-in {
    padding: 6rem 2rem 2rem; } }

@media screen and (max-width: 1600px) {
  .Pd .recruit-frm-bdy {
    margin-bottom: 2rem; } }

@media screen and (max-width: 1600px) {
  .Pd .recruit-frm .head {
    padding: 1rem 2rem; } }

@media screen and (max-width: 1600px) {
  .Pd .recruit-frm .form-row {
    --col-gap: 1.6rem;
    --row-gap: 1.6rem; } }

.banner {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 1201px) {
    .banner {
      padding-top: calc(var(--size-hd) + 4rem); } }
  .banner.nodecor .banner-decor {
    display: none; }
  .banner-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: ZoomIn 5s ease;
    animation: ZoomIn 5s ease; }
    .banner-bg::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%); }
    .banner-bg img {
      width: 100%;
      display: block;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .banner-col {
    width: 100%; }
  .banner-bdy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(600/1728 * 100vw); }
    @media screen and (max-width: 800px) {
      .banner-bdy {
        min-height: calc(180/364 * 100vw); } }
  .banner-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0; }
    .banner-des .title-pri {
      text-align: center; }
  .banner .breadcrumb .container {
    padding: 0; }
  @media screen and (max-width: 800px) {
    .banner .breadcrumb-link {
      font-size: 1.4rem; } }

@media screen and (max-width: 600px) {
  .single-mona_hot .banner-des {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media screen and (max-width: 600px) {
  .single-mona_hot .banner-des .title-pri {
    text-align: left;
    font-size: 2.6rem !important; } }

.back-to-top {
  --wh: 4.8rem;
  width: var(--wh);
  height: var(--wh);
  border-radius: 100rem;
  background: #C64D3C;
  border: 0.2rem solid #ffffff;
  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;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  .back-to-top::before {
    position: absolute;
    content: '';
    inset: 0;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .back-to-top img {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain; }
  .back-to-top i {
    font-size: 2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    color: #ffffff; }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      --wh: 4rem;
      right: 2rem;
      -webkit-transform: translateX(2rem);
      transform: translateX(2rem); } }
  .back-to-top:hover {
    border-color: #C64D3C; }
    .back-to-top:hover::before {
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    .back-to-top:hover img {
      -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(18%) saturate(3126%) hue-rotate(327deg) brightness(91%) contrast(88%);
      filter: brightness(0) saturate(100%) invert(39%) sepia(18%) saturate(3126%) hue-rotate(327deg) brightness(91%) contrast(88%); }
    .back-to-top:hover i {
      color: #C64D3C; }
  .back-to-top i {
    font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem); }
  @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); } }

.fbtn {
  position: fixed;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  bottom: calc(6rem + 1.2rem + var(--wh));
  --wh: 4.8rem;
  z-index: 7; }
  @media screen and (max-width: 1200px) {
    .fbtn {
      --wh: 4rem;
      right: 1.5rem; } }
  .fbtn-icon {
    width: var(--wh);
    height: var(--wh);
    border-radius: 100%;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #ffffff;
    position: relative; }
    .fbtn-icon:hover .des {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .fbtn-icon img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-animation: phoneRing 2s infinite;
      animation: phoneRing 2s infinite; }
    .fbtn-icon .des {
      position: absolute;
      right: 100%;
      top: 50%;
      z-index: -1;
      font-size: 1.4rem;
      color: #ffffff;
      font-weight: 600;
      padding: .4rem 1.6rem;
      border-radius: 2rem;
      background-color: #C64D3C;
      -webkit-transition: all .75s ease;
      transition: all .75s ease;
      opacity: 0;
      -webkit-transform: translate(3rem, -50%);
      transform: translate(3rem, -50%); }

.contact-global {
  position: fixed;
  left: 1rem;
  top: 23%;
  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;
  gap: .2rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 100%;
  background: linear-gradient(283deg, #FFCFC0 9.85%, #F56957 58.89%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
  z-index: 10; }
  @media screen and (min-width: 1201px) {
    .contact-global {
      display: none; } }
  .contact-global:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .contact-global .icon {
    width: 2rem;
    height: 2rem;
    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; }
    .contact-global .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .contact-global .txt {
    font-size: .8rem;
    font-weight: 600;
    font-family: var(--font-pri);
    color: #ffffff; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem; }
  .social-list {
    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;
    gap: 1rem; }
  .social-item {
    position: relative;
    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; }
    .social-item:hover .social-link {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    .social-item i {
      font-size: 1.6rem; }
    .social-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .social-link {
    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: 2.4rem;
    height: 2.4rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumb span, .breadcrumb-list {
    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;
    overflow: hidden;
    gap: .4rem 0.8rem;
    font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem); }
  .breadcrumb-item {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 800px) {
      .breadcrumb-item {
        gap: .6rem; } }
    .breadcrumb-item:not(:last-child)::after {
      display: inline-block;
      content: '';
      width: 2rem;
      height: 2rem;
      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-weight: 400;
      background-image: url("../assets/images/right.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .breadcrumb-item:not(:last-child) {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .breadcrumb-item:not(:last-child):hover {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        color: #ffffff; }
    .breadcrumb-item:last-child {
      color: #ffffff;
      font-weight: 700;
      pointer-events: none; }
  .breadcrumb-link {
    font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 800px) {
      .breadcrumb-link {
        font-size: 1.4rem; } }

.btn-pri {
  position: relative;
  background: #C64D3C;
  border: 0.1rem solid #C64D3C;
  color: #ffffff;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  height: 4.3rem;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-pri);
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    .btn-pri {
      font-size: 1.4rem; } }
  .btn-pri::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    background: #ffffff; }
  .btn-pri img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-pri .txt {
    color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-pri:hover .txt {
    background: var(--gradient-oink, linear-gradient(254deg, #6D012D 7.46%, #AA0247 91.65%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .btn-pri:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(40%) saturate(3648%) hue-rotate(339deg) brightness(87%) contrast(114%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(40%) saturate(3648%) hue-rotate(339deg) brightness(87%) contrast(114%); }
  .btn-pri:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66); }

.btn-sec {
  position: relative;
  background-color: #DA5847;
  border: 0.1rem solid #DA5847;
  color: #ffffff;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: var(--font-pri);
  font-weight: bold; }
  .btn-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    background: #ffffff; }
  .btn-sec img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-sec:hover {
    color: #DA5847;
    border: 0.1rem solid #DA5847; }
    .btn-sec:hover img {
      -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(1381%) hue-rotate(190deg) brightness(97%) contrast(92%);
      filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(1381%) hue-rotate(190deg) brightness(97%) contrast(92%); }
    .btn-sec:hover::before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
      transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66); }

.btn-linear {
  position: relative;
  background: linear-gradient(283deg, #FFCFC0 9.85%, #F56957 58.89%);
  color: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .4rem;
  height: 4.8rem;
  font-size: 1.6rem;
  line-height: normal;
  padding: 1.2rem 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-pri);
  font-weight: 600; }
  @media screen and (max-width: 800px) {
    .btn-linear {
      font-size: 1.2rem;
      padding: 1rem 1.6rem;
      height: 3.6rem; } }
  .btn-linear:hover {
    color: #DA5847; }
    .btn-linear:hover .icon {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .btn-linear:hover .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(66%) sepia(48%) saturate(7021%) hue-rotate(331deg) brightness(89%) contrast(90%);
        filter: brightness(0) saturate(100%) invert(66%) sepia(48%) saturate(7021%) hue-rotate(331deg) brightness(89%) contrast(90%); }
    .btn-linear:hover::before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
      transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66); }
  .btn-linear::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    background: #ffffff; }
  .btn-linear .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (max-width: 800px) {
      .btn-linear .icon {
        width: 1.6rem;
        height: 1.6rem; } }
    .btn-linear .icon img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.btn-pad-pri {
  padding: 1.2rem 2.4rem; }
  @media screen and (max-width: 600px) {
    .btn-pad-pri {
      padding: .9rem 1.8rem; } }

.btn-shadow {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }

.btn-rad-1 {
  border-radius: 0.4rem; }

.btn-rad-2 {
  border-radius: 0.6rem; }

.btn-rad-3 {
  border-radius: 0.8rem; }

.btn-rad-4 {
  border-radius: 1rem; }

.btn-rad-5 {
  border-radius: 1.2rem; }

.btn-rad-6 {
  border-radius: 1.6rem; }

.btn-rad-7 {
  border-radius: 2.4rem; }

.btn-rad-8 {
  border-radius: 3.2rem; }

.btn-rad-9 {
  border-radius: 100rem; }

.btn-center {
  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; }

.btn-dl {
  padding: 1.2rem 4.2rem;
  font-weight: 600; }

.btn-view {
  padding: 1.2rem 2.4rem; }

.btn-reg {
  padding: 1.2rem 4.2rem; }

.wfull {
  width: 100%; }

.whalf {
  width: 50%; }

.wfit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }

.pagi-pri {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5; }
  .page-numbers > li:not(:first-child) {
    margin-left: .8rem; }
    @media screen and (max-width: 1200px) {
      .page-numbers > li:not(:first-child) {
        margin-left: .4rem; } }
  .page-numbers > li > .page-numbers {
    --wh: 4.8rem;
    width: var(--wh);
    height: var(--wh);
    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;
    border-radius: .8rem;
    color: #343434;
    font-size: clamp(1.4rem, calc(0.5rem + 1.2vw), 2rem);
    font-family: var(--font-pri);
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: #DA5847;
      -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 screen and (max-width: 1200px) {
      .page-numbers > li > .page-numbers {
        --wh: 3.2rem; } }
    @media (hover: hover) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: #ffffff; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #ffffff;
      background: #C64D3C; }
      .page-numbers > li > .page-numbers.current::after {
        left: 0;
        width: 100%; }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent;
      border: transparent !important; }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      position: relative; }
    .page-numbers > li > .page-numbers i {
      font-weight: 600; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-32 {
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 1200px) {
    .mb-32 {
      margin-bottom: 1.6rem; } }

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

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

.mb-56 {
  margin-bottom: 5.6rem; }
  @media screen and (max-width: 1200px) {
    .mb-56 {
      margin-bottom: 2.8rem; } }

.mb-60 {
  margin-bottom: 6rem; }
  @media screen and (max-width: 1200px) {
    .mb-60 {
      margin-bottom: 3rem; } }

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

.mb-72 {
  margin-bottom: 7.2rem; }
  @media screen and (max-width: 1200px) {
    .mb-72 {
      margin-bottom: 3.6rem; } }

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

.mb-100 {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1200px) {
    .mb-100 {
      margin-bottom: 5rem; } }

.ss-mg-40 {
  margin: 4rem 0; }
  @media screen and (max-width: 1200px) {
    .ss-mg-40 {
      margin: 2rem 0; } }

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

.mg-60 {
  margin: 6rem 0; }
  @media screen and (max-width: 1200px) {
    .mg-60 {
      margin: 4rem 0; } }

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

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

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

.pd-120 {
  padding: 12rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-120 {
      padding: 6rem 0; } }

textarea {
  width: 100% !important;
  resize: none; }

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

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem;
  position: relative; }
  @media screen and (max-width: 800px) {
    .form-item {
      gap: .2rem; } }
  .form-item textarea,
  .form-item input {
    width: 100%;
    font-size: 1.6rem;
    color: #343434;
    font-family: var(--font-pri);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    outline: none; }
    @media screen and (max-width: 800px) {
      .form-item textarea,
      .form-item input {
        font-size: 1.4rem; } }
    .form-item textarea::-webkit-input-placeholder,
    .form-item input::-webkit-input-placeholder {
      font-size: 1.6rem;
      color: #BDBDBD;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .form-item textarea::-moz-placeholder,
    .form-item input::-moz-placeholder {
      font-size: 1.6rem;
      color: #BDBDBD;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .form-item textarea::-ms-input-placeholder,
    .form-item input::-ms-input-placeholder {
      font-size: 1.6rem;
      color: #BDBDBD;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .form-item textarea::placeholder,
    .form-item input::placeholder {
      font-size: 1.6rem;
      color: #BDBDBD;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
      @media screen and (max-width: 800px) {
        .form-item textarea::-webkit-input-placeholder,
        .form-item input::-webkit-input-placeholder {
          font-size: 1.4rem; }
        .form-item textarea::-moz-placeholder,
        .form-item input::-moz-placeholder {
          font-size: 1.4rem; }
        .form-item textarea::-ms-input-placeholder,
        .form-item input::-ms-input-placeholder {
          font-size: 1.4rem; }
        .form-item textarea::placeholder,
        .form-item input::placeholder {
          font-size: 1.4rem; } }
  .form-item .wpcf7-form-control-wrap {
    width: 100%;
    display: block; }
  .form-item .wpcf7-not-valid-tip {
    left: 0 !important; }
  .form-item.files {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.2rem; }
    .form-item.files .form-lb {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 1.6rem;
      font-weight: 600; }
    .form-item.files .form-file {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .form-item.files .form-file .inner {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem; }

.form-ip .wpcf7-form-control-wrap {
  width: 100%; }

.form-ip textarea {
  height: 100% !important; }

.form-input {
  border-radius: none !important;
  height: 3.2rem;
  outline: none;
  width: 100%;
  border: none;
  padding: .4rem 0;
  font-size: 1.6rem;
  font-family: var(--font-pri);
  color: #343434;
  background: transparent;
  font-weight: 600;
  border-bottom: 0.1rem solid #BDBDBD; }
  @media screen and (max-width: 800px) {
    .form-input {
      font-size: 1.4rem; } }
  .form-input .dateTime {
    position: relative; }
    .form-input .dateTime input {
      display: none;
      pointer-events: none; }
    .form-input .dateTime .dateTimeText {
      color: #BDBDBD;
      font-size: 1.6rem;
      font-weight: 400; }
      @media screen and (max-width: 800px) {
        .form-input .dateTime .dateTimeText {
          font-size: 1.4rem; } }
      .form-input .dateTime .dateTimeText.disable {
        color: #343434;
        font-weight: 500; }
    .form-input .dateTime .icon {
      width: 2.4rem;
      height: 2.4rem;
      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;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer; }
      .form-input .dateTime .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }

.form-lb {
  color: #343434;
  font-weight: 600;
  font-family: var(--font-pri);
  z-index: 1;
  font-size: 1.4rem;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%; }
  .form-lb.speci::after {
    content: '*';
    color: red; }

.form-file {
  position: relative; }
  .form-file label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    width: 100%;
    border-radius: 4rem;
    padding: .8rem 1.6rem;
    background-color: #ffffff;
    border: 0.2rem solid #343434;
    font-size: 1.6rem;
    color: #343434;
    font-weight: 500; }
    .form-file label .txt {
      max-width: 20rem;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .form-file .icon {
    width: 1.6rem;
    height: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .form-file .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .form-file input {
    display: none; }
  .form-file .inner .wpcf7-form-control-wrap {
    display: none !important; }

.form-accept .form-lb {
  position: relative;
  color: #343434;
  font-weight: 500;
  font-family: var(--font-pri);
  cursor: pointer; }
  .form-accept .form-lb a {
    color: #C64D3C;
    text-decoration: underline; }
  .form-accept .form-lb.active::after {
    border-color: #C64D3C; }
  .form-accept .form-lb::before {
    content: '';
    -webkit-appearance: none;
    background-color: #E27263;
    border: 0.2rem solid #E27263;
    border-radius: .2rem;
    -webkit-box-shadow: 0 0.1reem 0.2rem rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.1reem 0.2rem rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: .8rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: .5rem;
    margin-top: -.2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .form-accept .form-lb::after {
    content: '';
    display: block;
    position: absolute;
    top: .4rem;
    left: .7rem;
    width: .5rem;
    height: 1rem;
    border: solid #ffffff;
    border-width: 0 .2rem .2rem 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1; }

.form-search {
  padding: .4rem;
  border: 0.1rem solid #C64D3C;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .4rem;
  background-color: #ffffff;
  overflow: hidden;
  min-height: 5.1rem; }
  .form-search input {
    width: 100%;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    color: #343434;
    font-weight: 500;
    padding: 1rem 2rem;
    border: none;
    outline: none; }
  .form-search .btn-search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: var(--font-pri);
    color: #ffffff;
    font-weight: 500;
    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: #C64D3C;
    width: 4.4rem;
    height: 4.4rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .form-search .btn-search img {
      width: 80%;
      height: 80%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%);
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%); }
    .form-search .btn-search:hover {
      -webkit-filter: grayscale(0.3);
      filter: grayscale(0.3); }

.pagi-pri {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5; }
  .page-numbers > li:not(:first-child) {
    margin-left: .8rem; }
    @media screen and (max-width: 1200px) {
      .page-numbers > li:not(:first-child) {
        margin-left: .4rem; } }
  .page-numbers > li > .page-numbers {
    --wh: 4.8rem;
    width: var(--wh);
    height: var(--wh);
    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;
    border-radius: .8rem;
    color: #343434;
    font-size: clamp(1.4rem, calc(0.5rem + 1.2vw), 2rem);
    font-family: var(--font-pri);
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: #DA5847;
      -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 screen and (max-width: 1200px) {
      .page-numbers > li > .page-numbers {
        --wh: 3.2rem; } }
    @media (hover: hover) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: #ffffff; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #ffffff;
      background: #C64D3C; }
      .page-numbers > li > .page-numbers.current::after {
        left: 0;
        width: 100%; }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent;
      border: transparent !important; }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      position: relative; }
    .page-numbers > li > .page-numbers i {
      font-weight: 600; }

canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
.htool-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* ---- stats.js ---- */ }

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; }

.js-count-particles {
  font-size: 1.1em; }

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }

.swiper-slide {
  height: auto; }

.swiper-next, .swiper-prev {
  --wbtn: 3.6rem;
  width: var(--wbtn);
  height: var(--wbtn);
  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: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  color: #ffffff;
  background: #DA5847;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 0.1rem solid #DA5847;
  -webkit-box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.1); }
  .swiper-next::before, .swiper-prev::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    background: #ffffff;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .swiper-next:hover i, .swiper-prev:hover i {
    color: #DA5847; }
  .swiper-next:hover::before, .swiper-prev:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .4; }
    .swiper-next.swiper-button-disabled i, .swiper-prev.swiper-button-disabled i {
      color: #DA5847; }
    .swiper-next.swiper-button-disabled::before, .swiper-prev.swiper-button-disabled::before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
  .swiper-next.swiper-btnsec, .swiper-prev.swiper-btnsec {
    -webkit-transition: all .75s ease;
    transition: all .75s ease; }
    .swiper-next.swiper-btnsec::before, .swiper-prev.swiper-btnsec::before {
      -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
      transform: translate(-50%, -50%) scale(1) rotate(0deg); }
    .swiper-next.swiper-btnsec i, .swiper-prev.swiper-btnsec i {
      background: #C64D3C;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .swiper-next.swiper-btnsec:hover, .swiper-prev.swiper-btnsec:hover {
      border: 0.1rem solid #BDBDBD; }
      .swiper-next.swiper-btnsec:hover::before, .swiper-prev.swiper-btnsec:hover::before {
        -webkit-transform: translate(-50%, -50%) scale(1) rotate(180deg);
        transform: translate(-50%, -50%) scale(1) rotate(180deg);
        opacity: 0; }

.swiper-next {
  right: 0; }

.swiper-prev {
  left: 0; }

.swiper-pagination {
  bottom: 0 !important;
  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;
  gap: .4rem;
  position: relative !important;
  margin: 0 auto !important; }
  .swiper-pagination-bullet {
    --wbul: 2rem;
    width: var(--wbul);
    height: .3rem;
    background: #A2A2A2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1 !important;
    position: relative;
    margin: 0 !important;
    -ms-flex-negative: 0;
    flex-shrink: 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;
    border-radius: .4rem; }
    .swiper-pagination-bullet-active {
      background: #DC582A; }
    @media screen and (max-width: 800px) {
      .swiper-pagination-bullet {
        --wbul: .8rem; } }

.swiper-pagination {
  position: static;
  margin: 0 3rem; }
  @media screen and (max-width: 800px) {
    .swiper-pagination {
      margin: 0 1.6rem; } }

.swiper-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem; }
  .swiper-btn.sec .swiper-prev,
  .swiper-btn.sec .swiper-next {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.swiper-next {
  right: calc(-1 * var(--wbtn)); }

.swiper-prev {
  left: calc(-1 * var(--wbtn)); }

.swiper-btnpri {
  background: #C64D3C !important; }
  .swiper-btnpri.swiper-button-disabled {
    pointer-events: visible !important;
    opacity: 1 !important; }
    .swiper-btnpri.swiper-button-disabled i {
      background: transparent;
      color: #ffffff;
      -webkit-text-fill-color: unset; }
    .swiper-btnpri.swiper-button-disabled::before {
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }

.swiper-btnsec {
  background: transparent !important;
  --wbtn: 3.4rem !important; }
  .swiper-btnsec::before {
    background: transparent !important; }

.hbanner {
  position: relative; }
  .hbanner .swiper-pagination {
    position: absolute !important;
    bottom: 5rem !important; }
  .hbanner-img {
    width: 100%; }
    .hbanner-img .in {
      display: block;
      padding-top: calc((900 / 1728) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .hbanner-img .in 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;
        display: block; }

.hintro {
  position: relative; }
  .hintro-slider {
    padding: 1.2rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .hintro-slider {
        padding: .4rem 0; } }
    .hintro-slider .swiper-wrapper {
      width: auto; }
    .hintro-slider .swiper-slide {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  @media screen and (max-width: 700px) {
    .hintro-tabbtn {
      margin-bottom: 0 !important; } }
  .hintro-btn {
    font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem);
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: .8rem; }
    @media screen and (max-width: 700px) {
      .hintro-btn {
        padding: .2rem .8rem;
        margin: .4rem 0;
        border-radius: .4rem;
        font-size: 1.2rem; } }
    .hintro-btn::before {
      position: absolute;
      content: '';
      width: 0;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      height: .15rem;
      background-color: #F56A57; }
      @media screen and (max-width: 700px) {
        .hintro-btn::before {
          display: none; } }
    .hintro-btn:hover, .hintro-btn.active {
      color: #F56A57; }
      @media screen and (max-width: 700px) {
        .hintro-btn:hover, .hintro-btn.active {
          background-color: #D86F61;
          color: #ffffff; } }
      .hintro-btn:hover::before, .hintro-btn.active::before {
        width: 4rem; }
  .hintro-item {
    display: none; }

.hbook {
  background-color: #F5F5F5; }
  @media screen and (max-width: 800px) {
    .hbook {
      padding: 2rem 0; } }
  @media screen and (max-width: 800px) {
    .hbook .title {
      margin-bottom: 1.6rem; } }
  @media screen and (max-width: 800px) {
    .hbook-row {
      --col-gap: 1.6rem;
      --row-gap: 1.6rem; } }
  @media screen and (max-width: 800px) {
    .hbook-col {
      width: 100%; } }
  .hbook .card-tag .tag {
    font-size: 1.6rem; }
    @media screen and (max-width: 600px) {
      .hbook .card-tag .tag {
        font-size: 1.2rem; } }
  .hbook .card-tt {
    font-size: 2.4rem !important; }
  @media screen and (max-width: 600px) {
    .hbook .card-txt {
      font-size: 1.2rem !important; } }
  .hbook-btn {
    margin-top: 4rem; }
    @media screen and (max-width: 800px) {
      .hbook-btn {
        margin-top: 1.6rem; } }

.hguest {
  position: relative;
  overflow: hidden; }
  .hguest-slider .swiper {
    overflow: visible; }
  .hguest-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-shadow: 3.093px 3.093px 11.599px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3.093px 3.093px 11.599px 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.2rem;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .hguest-col:nth-child(1) {
    width: 24rem; }
  .hguest-col:nth-child(2) {
    width: 100%; }
  .hguest-img {
    width: 100%;
    height: 100%; }
    .hguest-img .in {
      display: block;
      padding-top: calc((296 / 245) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .hguest-img .in 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;
        display: block; }
  .hguest-des {
    width: 100%;
    padding: 4rem 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
    @media screen and (max-width: 800px) {
      .hguest-des {
        padding: 1.2rem;
        gap: .8rem; } }
  .hguest-tt {
    font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
    font-weight: 700; }
  .hguest-tag {
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .hguest-tag {
        font-weight: 600;
        font-size: 1.2rem; } }
  .hguest-txt {
    max-height: 30rem;
    padding-left: .2rem;
    overflow: hidden auto; }
    @media screen and (max-width: 800px) {
      .hguest-txt {
        font-size: 1.2rem;
        max-height: 15rem; } }

.hmedia {
  position: relative; }
  .hmedia-bdy {
    position: relative; }
    .hmedia-bdy .swiper-btn {
      display: none; }
      @media screen and (max-width: 500px) {
        .hmedia-bdy .swiper-btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: static; } }
    .hmedia-bdy .swiper-next {
      right: 0;
      opacity: 0; }
    .hmedia-bdy .swiper-prev {
      left: 0;
      opacity: 0; }
    .hmedia-bdy:hover .swiper-next:not(.swiper-button-disabled) {
      opacity: 1; }
    .hmedia-bdy:hover .swiper-prev:not(.swiper-button-disabled) {
      opacity: 1; }
  @media screen and (max-width: 800px) {
    .hmedia-wr .title {
      margin-bottom: 1.6rem; } }
  @media screen and (max-width: 500px) {
    .hmedia-slider {
      margin-bottom: 1.6rem;
      position: relative; } }
  @media screen and (max-width: 500px) {
    .hmedia-thumbslider {
      display: none; } }
  .hmedia-thumbslider .swiper {
    --col-gap: 3.2rem;
    --row-gap: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .hmedia-thumbslider .swiper {
        --col-gap: 1.6rem;
        --row-gap: 1.6rem; } }
    .hmedia-thumbslider .swiper-slide {
      cursor: pointer; }
      .hmedia-thumbslider .swiper-slide:hover .hmedia-img, .hmedia-thumbslider .swiper-slide-thumb-active .hmedia-img {
        -webkit-box-shadow: 3.093px 3.093px 11.599px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 3.093px 3.093px 11.599px 0px rgba(0, 0, 0, 0.25); }
        .hmedia-thumbslider .swiper-slide:hover .hmedia-img::before, .hmedia-thumbslider .swiper-slide-thumb-active .hmedia-img::before {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
          z-index: 1; }
        .hmedia-thumbslider .swiper-slide:hover .hmedia-img .in, .hmedia-thumbslider .swiper-slide-thumb-active .hmedia-img .in {
          padding-top: calc(288/384 * 100%); }
      .hmedia-thumbslider .swiper-slide .hmedia-img::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
        z-index: 1; }
      .hmedia-thumbslider .swiper-slide .hmedia-img .in {
        padding-top: calc(288/384 * 100%); }
      .hmedia-thumbslider .swiper-slide .hmedia-img .decorplay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .hmedia-thumbslider .hmedia-img {
    width: 100%;
    border-radius: .8rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .hmedia-thumbslider .hmedia-img .in {
      display: block;
      padding-top: calc((600 / 1216) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media screen and (max-width: 800px) {
        .hmedia-thumbslider .hmedia-img .in {
          padding-top: calc(258/345 * 100%); } }
      .hmedia-thumbslider .hmedia-img .in video,
      .hmedia-thumbslider .hmedia-img .in iframe,
      .hmedia-thumbslider .hmedia-img .in 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;
        display: block; }
  .hmedia-img {
    width: 100%;
    border-radius: .8rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%; }
    .hmedia-img.hmedia-video::before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
      z-index: 1;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .hmedia-img.active::before,
    .hmedia-img.active .decorplay {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .hmedia-img .in {
      display: block;
      padding-top: calc((600 / 1216) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media screen and (max-width: 800px) {
        .hmedia-img .in {
          padding-top: calc(258/345 * 100%); } }
      .hmedia-img .in video,
      .hmedia-img .in iframe,
      .hmedia-img .in 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;
        display: block; }
    .hmedia-img .decorplay {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
      --wh: 4.8rem;
      width: var(--wh);
      height: var(--wh);
      cursor: pointer;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 800px) {
        .hmedia-img .decorplay {
          --wh: 4rem; } }
      .hmedia-img .decorplay img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
        -webkit-animation: zoomin 3s ease infinite;
        animation: zoomin 3s ease infinite; }

.hstep {
  position: relative;
  background: #F5F5F5; }
  @media screen and (min-width: 601px) {
    .hstep {
      overflow: hidden; } }
  .hstep-slider .swiper {
    --col-gap: 1.2rem;
    --row-gap: 1.2rem; }
    @media screen and (min-width: 601px) {
      .hstep-slider .swiper {
        overflow: visible; } }
    @media screen and (max-width: 600px) {
      .hstep-slider .swiper-wrapper {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important; } }
    @media screen and (max-width: 1200px) {
      .hstep-slider .swiper {
        --col-gap: 1.6rem;
        --row-gap: 1.6rem; } }
    @media screen and (max-width: 800px) {
      .hstep-slider .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .hstep-slider .swiper-slide {
        width: 100%; } }
  .hstep-img {
    position: relative;
    width: 100%; }
    .hstep-img::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(44.39%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(0, 0, 0, 0.7) 100%); }
    .hstep-img .in {
      display: block;
      padding-top: calc((386 / 384) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .hstep-img .in 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;
        display: block; }
  .hstep-item {
    position: relative;
    overflow: hidden;
    border-radius: .8rem;
    background-color: #F5F5F5; }
  .hstep-des {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 0 2.4rem 1.2rem; }
    @media screen and (max-width: 1200px) {
      .hstep-des {
        padding: 0 2rem 1.2rem; } }
    .hstep-des .number {
      color: #ffffff;
      font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem);
      font-weight: 700; }
      @media screen and (max-width: 1200px) {
        .hstep-des .number {
          font-size: 2.4rem; } }
    .hstep-des .tt {
      color: #ffffff;
      font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
      font-weight: 500; }
      @media screen and (max-width: 1200px) {
        .hstep-des .tt {
          font-size: 2rem; } }

.htech {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 501px) {
    .htech-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4rem; } }
  .htech-slider .swiper {
    overflow: visible;
    --col-gap: 3.2rem;
    --row-gap: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .htech-slider .swiper {
        --col-gap: 1.6rem;
        --row-gap: 1.6rem; } }
    @media screen and (max-width: 500px) {
      .htech-slider .swiper-wrapper {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important; } }
    @media screen and (max-width: 500px) {
      .htech-slider .swiper-pagination {
        display: none; } }
    @media screen and (max-width: 700px) {
      .htech-slider .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .htech-slider .swiper-slide {
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .htech-slider .swiper-slide .card-des-in p,
      .htech-slider .swiper-slide .card-des-in .card-txt {
        font-size: 1.2rem; } }
  @media screen and (min-width: 501px) {
    .htech-bdy .btn-linear {
      display: none; } }

.hdoctors {
  background-color: #F5F5F5;
  position: relative; }
  @media screen and (min-width: 501px) {
    .hdoctors {
      overflow: hidden; } }
  @media screen and (max-width: 1200px) {
    .hdoctors .title {
      margin-bottom: 1.6rem; } }
  .hdoctors-slider .swiper {
    overflow: visible; }
    @media screen and (max-width: 500px) {
      .hdoctors-slider .swiper-wrapper {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important; } }
    @media screen and (max-width: 500px) {
      .hdoctors-slider .swiper-slide {
        position: sticky;
        top: 4rem; } }
    .hdoctors-slider .swiper-slide .box-in {
      -webkit-box-shadow: 0px 5px 5px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
      box-shadow: 0px 5px 5px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); }
      @media screen and (min-width: 501px) {
        .hdoctors-slider .swiper-slide .box-in {
          -webkit-box-shadow: none;
          box-shadow: none; } }
    @media screen and (min-width: 801px) {
      .hdoctors-slider .swiper-slide .box {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: scale(0.85) translate(21%, 0);
        transform: scale(0.85) translate(21%, 0); } }
    .hdoctors-slider .swiper-slide .box-des::before {
      height: 100%; }
    .hdoctors-slider .swiper-slide .box-tt,
    .hdoctors-slider .swiper-slide .box-txt,
    .hdoctors-slider .swiper-slide .box-tag {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .hdoctors-slider .swiper-slide .box-txt {
      font-size: 1.8rem;
      color: #5F5F5F; }
      @media screen and (max-width: 600px) {
        .hdoctors-slider .swiper-slide .box-txt {
          font-size: 1.2rem; } }
    .hdoctors-slider .swiper-slide .box-img .in {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      padding-top: calc(540/384 * 100%); }
    .hdoctors-slider .swiper-slide-active .box {
      -webkit-transform: scale(1) translate(0, 0);
      transform: scale(1) translate(0, 0); }
      @media screen and (min-width: 501px) {
        .hdoctors-slider .swiper-slide-active .box-in {
          -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); } }
      @media screen and (min-width: 800px) {
        .hdoctors-slider .swiper-slide-active .box-tt {
          font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem); }
        .hdoctors-slider .swiper-slide-active .box-txt {
          font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem); }
        .hdoctors-slider .swiper-slide-active .box-tag {
          font-size: 1.8rem; } }
    @media screen and (min-width: 801px) {
      .hdoctors-slider .swiper-slide-active .box-img .in {
        padding-top: calc(540/384 * 100%); } }
    @media screen and (min-width: 801px) {
      .hdoctors-slider .swiper-slide-next .box {
        -webkit-transform: scale(0.85) translate(-7%, 0);
        transform: scale(0.85) translate(-7%, 0); } }
    @media screen and (min-width: 801px) {
      .hdoctors-slider .swiper-slide-next + .swiper-slide .box {
        -webkit-transform: scale(0.85) translate(-21%, 0);
        transform: scale(0.85) translate(-21%, 0); } }
    @media screen and (min-width: 801px) {
      .hdoctors-slider .swiper-slide-prev .box {
        -webkit-transform: scale(0.85) translate(7%, 0);
        transform: scale(0.85) translate(7%, 0); } }

.booking-frm {
  width: calc(10/12 * 100%);
  background: #FAFAFA;
  border-radius: 1.6rem;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .booking-frm {
      width: 100%; } }
  .booking-frm-in {
    padding: 6rem 10rem; }
    @media screen and (max-width: 1200px) {
      .booking-frm-in {
        padding: 3rem 4rem; } }
    @media screen and (max-width: 700px) {
      .booking-frm-in {
        padding: 2rem 1.6rem; } }
  .booking-frm-bdy {
    margin-bottom: 4.4rem; }
    @media screen and (max-width: 1200px) {
      .booking-frm-bdy {
        margin-bottom: 2.4rem; } }
  .booking-frm-row {
    --col-gap: 2.4rem;
    --row-gap: 2.4rem; }
  @media screen and (max-width: 700px) {
    .booking-frm-col {
      width: 100%; } }
  @media screen and (max-width: 1200px) {
    .booking-frm .title {
      text-align: left;
      margin-bottom: 1.6rem; }
      .booking-frm .title .title-pri {
        text-align: left;
        font-size: 2.4rem;
        margin-bottom: .4rem; } }

.booking-tt {
  color: #DA5847;
  font-weight: 600;
  font-family: var(--font-pri);
  font-size: 1.6rem; }
  @media screen and (max-width: 800px) {
    .booking-tt {
      margin-bottom: 1.2rem; } }

.booking-slider .booking-tt {
  color: #343434; }

.booking-slider .swiper {
  --col-gap: .6rem;
  --row-gap: .6rem; }

.booking-item {
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (max-width: 1200px) {
    .booking-item {
      -webkit-box-shadow: 0px 3.429px 4.571px -1.143px rgba(16, 24, 40, 0.08), 0px 1.143px 1.714px -0.571px rgba(16, 24, 40, 0.03);
      box-shadow: 0px 3.429px 4.571px -1.143px rgba(16, 24, 40, 0.08), 0px 1.143px 1.714px -0.571px rgba(16, 24, 40, 0.03); } }
  .booking-item.check .checkdoctor {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  .booking-item .checkdoctor {
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    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-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .booking-item .checkdoctor img {
      width: 3.2rem;
      height: 3.2rem;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }
  .booking-item input {
    display: none;
    pointer-events: none; }
  .booking-item .booking-lb {
    border: none;
    cursor: pointer; }
  .booking-item .img {
    position: relative;
    width: 100%; }
    .booking-item .img .in {
      display: block;
      padding-top: calc((212 / 220) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .booking-item .img .in 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;
        display: block; }
  .booking-item .des {
    background: #ffffff;
    padding: 1.2rem .4rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 600px) {
      .booking-item .des {
        padding: .4rem 0; } }
    .booking-item .des .txt {
      color: #343434;
      font-weight: 600;
      font-family: var(--font-pri);
      width: 100%;
      font-size: 1.6rem;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
      @media screen and (max-width: 800px) {
        .booking-item .des .txt {
          font-size: 1.4rem; } }
    .booking-item .des .link {
      font-size: 1rem;
      font-weight: 400;
      color: #5F5F5F;
      text-align: center;
      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;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 1201px) {
        .booking-item .des .link {
          display: none; } }

.thumb {
  position: relative;
  overflow: hidden;
  padding: 16rem 0; }
  @media screen and (max-width: 700px) {
    .thumb {
      padding: 0; } }
  .thumb .title-pri {
    color: #D86F61 !important; }
  .thumb .title .txt {
    color: #343434 !important; }
  .thumb-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
    .thumb-bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
  .thumb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .thumb-inner {
        border-radius: .8rem;
        margin: 1.6rem 0; } }
    @media screen and (min-width: 701px) {
      .thumb-inner {
        padding: 7.5rem 0; }
        .thumb-inner::before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: 0;
          width: calc(10/12 * 100%);
          z-index: -1;
          border-radius: .8rem;
          background: #ffffff;
          -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); } }
  @media screen and (max-width: 700px) {
    .thumb-col {
      width: 100%; } }
  .thumb-img {
    width: 100%;
    height: 100%;
    border-radius: .8rem;
    overflow: hidden; }
    .thumb-img .in {
      height: 100%;
      display: block;
      padding-top: calc((550 / 520) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .thumb-img .in 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;
        display: block; }
  .thumb-frm {
    padding: 2.2rem 6rem; }
    @media screen and (max-width: 1200px) {
      .thumb-frm {
        padding: 2.4rem; } }
    @media screen and (max-width: 700px) {
      .thumb-frm {
        background-color: #ffffff; } }
    .thumb-frm-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: 6rem; }
      @media screen and (max-width: 1200px) {
        .thumb-frm-in {
          gap: 3rem; } }
      .thumb-frm-in .title {
        margin-bottom: -2rem; }
        @media screen and (max-width: 1200px) {
          .thumb-frm-in .title {
            margin-bottom: -1rem; } }
    .thumb-frm .form-row {
      --col-gap: 4rem;
      --row-gap: 4rem; }
      @media screen and (max-width: 1200px) {
        .thumb-frm .form-row {
          --col-gap: 2rem;
          --row-gap: 2rem; } }
    @media screen and (max-width: 700px) {
      .thumb-frm .form-col {
        width: 100%; } }
    .thumb-frm .wpcf7-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 6rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .thumb-frm .wpcf7-form {
          gap: 2.4rem; } }
      @media screen and (max-width: 800px) {
        .thumb-frm .wpcf7-form .wpcf7-not-valid-tip {
          font-size: 1rem; } }
      .thumb-frm .wpcf7-form .wpcf7-response-output {
        top: 100%;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important; }
        @media screen and (max-width: 700px) {
          .thumb-frm .wpcf7-form .wpcf7-response-output {
            font-size: 1rem;
            -webkit-transform: translateY(-1.2rem) !important;
            transform: translateY(-1.2rem) !important; } }
        @media screen and (max-width: 500px) {
          .thumb-frm .wpcf7-form .wpcf7-response-output {
            font-size: .8rem; } }

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

.contact-tt {
  color: #DA5847;
  font-size: clamp(1.6rem, calc(0.8rem + 1.6vw), 2rem);
  font-weight: 600; }
  @media screen and (max-width: 800px) {
    .contact-tt {
      margin-bottom: .6rem; } }

.contact-des .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem; }

.contact-des .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem; }
  @media screen and (max-width: 800px) {
    .contact-des .item {
      gap: .4rem; } }
  .contact-des .item .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 800px) {
      .contact-des .item .icon {
        width: 1.6rem;
        height: 1.6rem; } }
    .contact-des .item .icon img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }
  .contact-des .item .txt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #343434; }
    @media screen and (max-width: 800px) {
      .contact-des .item .txt {
        font-size: 1.2rem; } }

.contact-img {
  width: 100%;
  overflow: hidden;
  border: 0.1rem solid #E5E7EB;
  border-radius: .8rem;
  -webkit-filter: drop-shadow(0px 2.007px 4.014px rgba(16, 24, 40, 0.1)) drop-shadow(0px 4.014px 6.02px rgba(16, 24, 40, 0.1));
  filter: drop-shadow(0px 2.007px 4.014px rgba(16, 24, 40, 0.1)) drop-shadow(0px 4.014px 6.02px rgba(16, 24, 40, 0.1)); }
  .contact-img .in {
    display: block;
    padding-top: calc((342 / 592) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%; }
    .contact-img .in img, .contact-img .in 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;
      display: block; }

.contact-row {
  --col-gap: 3.2rem;
  --row-gap: 3.2rem; }
  @media screen and (max-width: 800px) {
    .contact-row {
      --col-gap: 4rem;
      --row-gap: 4rem; } }

@media screen and (max-width: 700px) {
  .contact-col {
    width: 100%; } }

.card {
  position: relative;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .card:hover {
    border-color: transparent; }
    @media screen and (min-width: 1001px) {
      .card:hover {
        -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); } }
    .card:hover .card-img::before {
      -webkit-animation: circle 1.25s;
      animation: circle 1.25s; }
    .card:hover .card-img img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
  .card.sec {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .card.sec:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .card.sec .card-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (min-width: 1001px) {
        .card.sec .card-in {
          gap: 3.2rem;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .card.sec .card-tt {
      font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #343434;
      text-align: left; }
    .card.sec .card-img {
      border-radius: .4rem;
      width: 100%; }
      @media screen and (min-width: 1001px) {
        .card.sec .card-img {
          width: 55%;
          border-radius: 1.2rem; } }
      .card.sec .card-img .in {
        display: block;
        padding-top: calc((340 / 624) * 100%);
        position: relative;
        overflow: hidden;
        width: 100%; }
        @media screen and (max-width: 1000px) {
          .card.sec .card-img .in {
            display: block;
            padding-top: calc((180 / 342) * 100%);
            position: relative;
            overflow: hidden;
            width: 100%; } }
    .card.sec .card-txt {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .card.sec .card-txt {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .card.sec .card-tt {
      text-align: left; }
    .card.sec .card-des {
      position: static;
      padding: 0; }
      @media screen and (min-width: 1001px) {
        .card.sec .card-des {
          width: 45%; } }
      .card.sec .card-des-in {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: .4rem; }
        @media screen and (max-width: 1000px) {
          .card.sec .card-des-in {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        @media screen and (min-width: 1001px) {
          .card.sec .card-des-in {
            gap: 2rem; } }
  @media screen and (max-width: 1000px) {
    .card.pri {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .card.pri:hover {
    border-color: transparent; }
    @media screen and (max-width: 1000px) {
      .card.pri:hover {
        -webkit-box-shadow: none;
        box-shadow: none; } }
    .card.pri:hover .card-des::before {
      height: 100%; }
    .card.pri:hover .card-tt {
      color: #343434; }
      .card.pri:hover .card-tt:hover {
        color: #C64D3C; }
    .card.pri:hover .card-tag .tag {
      color: #343434; }
      .card.pri:hover .card-tag .tag::before {
        background: #343434; }
      .card.pri:hover .card-tag .tag span {
        color: #C64D3C; }
  .card.pri .card-in {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 1000px) {
      .card.pri .card-in {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .card.pri .card-tt {
    text-align: left;
    font-size: 1.8rem; }
    @media screen and (min-width: 1001px) {
      .card.pri .card-tt {
        color: #ffffff; } }
    @media screen and (max-width: 1000px) {
      .card.pri .card-tt {
        font-size: 1.6rem !important; } }
  .card.pri .card-txt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 1.4rem; }
    @media screen and (min-width: 1001px) {
      .card.pri .card-txt {
        color: #ffffff;
        display: none;
        font-size: 1.6rem; } }
  .card.pri .card-tag .tag {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (min-width: 1001px) {
      .card.pri .card-tag .tag {
        color: #ffffff; }
        .card.pri .card-tag .tag span {
          color: #ffffff; } }
  .card.pri .card-des {
    padding: 0; }
    @media screen and (min-width: 1001px) {
      .card.pri .card-des {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 1.6rem; } }
    .card.pri .card-des::before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      background: #ffffff;
      height: 0;
      z-index: -1;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .card.pri .card-des-in {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 100%; }
  @media screen and (max-width: 1000px) {
    .card.pri .card-img {
      border-radius: .4rem;
      width: 11.3rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 100%; } }
  .card.pri .card-img::after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47.68%, rgba(0, 0, 0, 0)), color-stop(81.5%, rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.68%, rgba(0, 0, 0, 0.38) 81.5%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    pointer-events: none; }
  @media screen and (max-width: 1000px) {
    .card.pri .card-img .in {
      display: block;
      padding-top: calc((384 / 384) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; } }
  .card.nohidden .card-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card.nohidden:hover .card-txt {
    color: #343434; }
  .card.nonb .card-des {
    padding: 1.6rem 1.4rem; }
    @media screen and (max-width: 1000px) {
      .card.nonb .card-des {
        padding: 0; } }
    .card.nonb .card-des-in {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .card.nonb .card-tt {
    text-align: left;
    font-size: clamp(1.8rem, calc(1.5rem + 0.4vw), 2rem); }
  .card.nonb .card-txt {
    text-align: left;
    font-size: 1.4rem; }
  .card.nonb .card-number {
    display: none !important; }
  .card.number {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .card.number .card-des {
      padding: 0 0 0 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1200px) {
        .card.number .card-des {
          padding: 0 0 0 .8rem; } }
      .card.number .card-des-in {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: .8rem 0; }
        @media screen and (max-width: 1200px) {
          .card.number .card-des-in {
            padding: .4rem 0; } }
    .card.number .card-tt {
      text-align: left;
      font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem); }
      @media screen and (max-width: 1200px) {
        .card.number .card-tt {
          font-size: 1.8rem; } }
    .card.number .card-txt {
      text-align: left;
      font-size: 1.6rem; }
      @media screen and (max-width: 1200px) {
        .card.number .card-txt {
          font-size: 1.2rem; } }
    .card.number .card-number {
      font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem);
      height: 14rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 1rem;
      font-weight: 700;
      line-height: normal;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      margin-top: -3rem; }
      @media screen and (max-width: 1200px) {
        .card.number .card-number {
          font-size: 2rem;
          height: 6.8rem; } }
  .card-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    border-radius: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1000px) {
      .card-in {
        border-radius: .4rem;
        gap: .8rem; } }
  .card-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: .8rem; }
    .card-img::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      display: block;
      pointer-events: none;
      content: '';
      width: 0;
      height: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .card-img .in {
      display: block;
      padding-top: calc((384 / 384) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media screen and (max-width: 1000px) {
        .card-img .in {
          display: block;
          padding-top: calc((260 / 343) * 100%);
          position: relative;
          overflow: hidden;
          width: 100%; } }
      .card-img .in 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;
        display: block;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .card-number {
    margin: 0 .8rem 0;
    padding: 3rem .7rem 1rem;
    border-radius: .4rem;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
    background-color: #DA5847;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem); }
    @media screen and (min-width: 1001px) {
      .card-number {
        display: none; } }
  .card-des {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.6rem 2.4rem; }
    @media screen and (max-width: 1000px) {
      .card-des {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0; } }
    .card-des-in {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .8rem; }
      @media screen and (max-width: 1000px) {
        .card-des-in {
          gap: .4rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
  .card-tt {
    font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
    font-weight: bold;
    font-family: var(--font-pri);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #343434;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .card-tt {
        text-align: left;
        font-size: 1.6rem; } }
    .card-tt .link {
      display: block; }
    .card-tt:hover {
      color: #C64D3C; }
  .card-txt {
    font-size: 1.6rem;
    font-family: var(--font-pri);
    font-weight: 400;
    color: #343434;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .card-txt {
        text-align: left;
        font-size: 1.2rem; } }
  .card-tag {
    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: 1.6rem;
    gap: 0.6rem var(--gap); }
    .card-tag .tag {
      color: #343434;
      font-weight: 500;
      font-family: var(--font-pri);
      position: relative;
      font-size: 1.2rem; }
      @media screen and (min-width: 1001px) {
        .card-tag .tag {
          color: #ffffff;
          font-size: 1.4rem; } }
      .card-tag .tag span {
        color: #DA5847; }
      .card-tag .tag:not(:last-child)::before {
        position: absolute;
        content: '';
        right: calc(-1 * var(--gap)/2);
        top: 0;
        bottom: 0;
        height: 50%;
        margin: auto;
        width: .1rem;
        background: #343434;
        z-index: 1;
        pointer-events: none; }
        @media screen and (min-width: 1001px) {
          .card-tag .tag:not(:last-child)::before {
            background: #ffffff; } }

.offers {
  position: relative;
  overflow: hidden; }
  .offers-row {
    --col-gap: 6rem;
    --row-gap: 6rem; }
    @media screen and (max-width: 1200px) {
      .offers-row {
        --col-gap: 3.2rem;
        --row-gap: 3.2rem; } }
  @media screen and (min-width: 1201px) {
    .offers-col:nth-child(odd) .card-in {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media screen and (max-width: 1200px) {
    .offers-col:not(:last-child) {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 800px) {
    .offers-col:not(:last-child) {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .offers-col:not(:last-child) {
      width: 100%; } }
  .offers .card-des-in {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .offers .card-tt:hover {
    color: #DA5847; }

.offersdt {
  position: relative; }
  .offersdt-list {
    --col-gap: 4rem;
    --row-gap: 4rem; }
    @media screen and (max-width: 1200px) {
      .offersdt-list {
        --col-gap: 1.6rem;
        --row-gap: 1.6rem; } }
  @media screen and (min-width: 1201px) {
    .offersdt-item:last-child {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .offersdt-row {
      --col-gap: 4rem;
      --row-gap: 4rem; } }
  @media screen and (max-width: 1200px) {
    .offersdt-col {
      width: 100%; }
      .offersdt-col:nth-child(2) {
        background: #F5F5F5; } }
  .offersdt-des {
    width: 90%; }
    @media screen and (max-width: 1200px) {
      .offersdt-des {
        padding: 2rem 0;
        width: 100%; } }
  @media screen and (max-width: 1200px) {
    .offersdt-inner {
      padding: 2rem 0; }
      .offersdt-inner .title-pri {
        margin-bottom: 1.6rem; } }

.blogs {
  position: relative;
  overflow: hidden; }
  .blogs-row {
    --col-gap: 3.2rem;
    --row-gap: 6rem; }
    @media screen and (max-width: 1200px) {
      .blogs-row {
        --col-gap: 1.6rem;
        --row-gap: 1.6rem; } }
  @media screen and (max-width: 1000px) {
    .blogs-col:not(:last-child) {
      width: 50%; } }
  @media screen and (max-width: 700px) {
    .blogs-col:not(:last-child) {
      width: 100%; } }

.service {
  position: relative;
  overflow: hidden; }
  .service-row {
    --col-gap: 3.2rem;
    --row-gap: 6rem; }
    @media screen and (max-width: 1200px) {
      .service-row {
        --col-gap: 3.2rem;
        --row-gap: 3.2rem; } }
  @media screen and (max-width: 800px) {
    .service-col {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .service-col {
      width: 100%; } }

.servicedt {
  position: relative; }
  .servicedt-list {
    --col-gap: 4rem;
    --row-gap: 4rem; }
    @media screen and (max-width: 1200px) {
      .servicedt-list {
        --col-gap: 3rem;
        --row-gap: 3rem; } }
  @media screen and (max-width: 1200px) {
    .servicedt-item:not(:last-child) {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 860px) {
    .servicedt-item:not(:last-child) {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .servicedt-item:not(:last-child) {
      width: 100%; } }
  @media screen and (min-width: 1201px) {
    .servicedt-item:last-child {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .servicedt-row {
      --col-gap: 4rem;
      --row-gap: 4rem; } }
  @media screen and (max-width: 1200px) {
    .servicedt-col {
      width: 100%; } }
  .servicedt-des {
    width: 90%; }
    @media screen and (max-width: 1200px) {
      .servicedt-des {
        padding: 2rem 0;
        width: 100%; } }
  @media screen and (max-width: 1200px) {
    .servicedt-inner {
      padding: 2rem 0; }
      .servicedt-inner .title-pri {
        margin-bottom: 1.6rem; } }

.box {
  height: 100%;
  position: relative; }
  .box:hover .box-des::before {
    height: 100%; }
  .box:hover .box-tag,
  .box:hover .box-txt,
  .box:hover .box-tt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .box-in {
    height: 100%;
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); }
  .box-img {
    width: 100%; }
    .box-img .in {
      display: block;
      padding-top: calc((510 / 384) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .box-img .in 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;
        display: block; }
  .box-des {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .box-des::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #ffffff;
      -webkit-transition: all .35s ease;
      transition: all .35s ease; }
      @media screen and (min-width: 1201px) {
        .box-des::before {
          height: 0; } }
    .box-des-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: .4rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.4rem; }
      @media screen and (max-width: 1200px) {
        .box-des-in {
          padding: .8rem; } }
  .box-tag {
    color: #D86F61;
    text-align: center;
    font-family: var(--font-pri);
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .45s ease;
    transition: all .45s ease; }
    @media screen and (min-width: 1201px) {
      .box-tag {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
        visibility: hidden;
        font-size: 1.4rem; } }
  .box-tt {
    font-weight: 600;
    color: #343434;
    line-height: 150%;
    font-family: var(--font-pri);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    font-size: 2rem; }
    @media screen and (min-width: 1201px) {
      .box-tt {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
        visibility: hidden;
        font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem); } }
    .box-tt:hover {
      color: #C64D3C; }
  .box-txt {
    color: v #5F5F5F;
    text-align: center;
    font-family: var(--font-pri);
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    font-size: 1.2rem; }
    @media screen and (min-width: 1201px) {
      .box-txt {
        font-size: clamp(1.6rem, calc(0.9045rem + 0.4776vw), 1.8rem);
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
        visibility: hidden; } }

.doctors {
  position: relative; }
  .doctors-row {
    --col-gap: 3.2rem;
    --row-gap: 4rem; }
    @media screen and (max-width: 1200px) {
      .doctors-row {
        --col-gap: 1.6rem;
        --row-gap: 3.2rem; } }
  @media screen and (max-width: 1000px) {
    .doctors-col:not(:last-child) {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 700px) {
    .doctors-col:not(:last-child) {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .doctors-col:not(:last-child) {
      width: 100%; } }

.doctorsdt {
  position: relative; }
  .doctorsdt-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --pad: 4.2rem;
    gap: 3rem; }
    @media screen and (max-width: 1200px) {
      .doctorsdt-info-row {
        gap: 1.6rem; } }
    @media screen and (max-width: 800px) {
      .doctorsdt-info-row {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 374px) {
      .doctorsdt-info-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .doctorsdt-info-img {
    width: 35%;
    border-radius: 1.2rem;
    -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    min-width: 15rem; }
    @media screen and (max-width: 374px) {
      .doctorsdt-info-img {
        width: 80%;
        margin: 0 auto; } }
    .doctorsdt-info-img .in {
      display: block;
      padding-top: calc((200 / 150) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .doctorsdt-info-img .in 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;
        display: block; }
  .doctorsdt-info-des {
    width: 60%;
    padding-top: var(--pad);
    padding-left: var(--pad); }
    @media screen and (max-width: 800px) {
      .doctorsdt-info-des {
        padding: 1rem 0; } }
    @media screen and (max-width: 374px) {
      .doctorsdt-info-des {
        width: 100%; } }
    .doctorsdt-info-des .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2.4rem; }
      @media screen and (max-width: 800px) {
        .doctorsdt-info-des .inner {
          gap: 1.6rem; } }
  @media screen and (min-width: 801px) {
    .doctorsdt-info-content {
      display: none; } }
  .doctorsdt-info-content p {
    font-size: 1.4rem;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .doctorsdt-info-content p {
        font-size: 1.2rem; } }
  @media screen and (max-width: 800px) {
    .doctorsdt-info-item:nth-child(3) {
      display: none; } }
  .doctorsdt-info-item .tag {
    font-size: clamp(1.6rem, calc(0.9045rem + 0.4776vw), 1.8rem);
    font-family: var(--font-pri);
    color: #DA5847;
    font-weight: 500;
    font-style: italic; }
    @media screen and (max-width: 600px) {
      .doctorsdt-info-item .tag {
        font-size: 1.2rem; } }
  .doctorsdt-info-item .tt {
    font-size: clamp(2rem, calc(-2rem + 8vw), 4rem);
    font-weight: 600;
    font-family: var(--font-pri);
    line-height: 150%; }
    @media screen and (max-width: 800px) {
      .doctorsdt-info-item .tt {
        font-size: 2rem; } }
  .doctorsdt-info-item .license {
    cursor: pointer;
    padding: 1.6rem 2rem;
    border-radius: 1.2rem;
    background: #F5F5F5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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: 2rem; }
    @media screen and (max-width: 800px) {
      .doctorsdt-info-item .license {
        gap: .8rem;
        padding: .6rem 1.2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 600px) {
      .doctorsdt-info-item .license {
        gap: .4rem; } }
    .doctorsdt-info-item .license-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem;
      color: #DA5847;
      font-size: 1.4rem;
      font-weight: 600;
      font-family: var(--font-pri);
      line-height: 150%; }
      @media screen and (max-width: 600px) {
        .doctorsdt-info-item .license-btn {
          font-size: 1.2rem; } }
    .doctorsdt-info-item .license img {
      width: 1.6rem;
      height: 1.6rem;
      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: block;
      -o-object-fit: contain;
      object-fit: contain; }
      @media screen and (max-width: 600px) {
        .doctorsdt-info-item .license img {
          width: 1.2rem;
          height: 1.2rem; } }
    .doctorsdt-info-item .license .text {
      color: #0A0A0A;
      font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
      font-weight: 600;
      font-family: var(--font-pri); }
      @media screen and (max-width: 600px) {
        .doctorsdt-info-item .license .text {
          font-size: 1.4rem; } }
  .doctorsdt-info-item .des {
    padding-top: 2.4rem; }
    .doctorsdt-info-item .des.mona-content p {
      margin: 0; }
  .doctorsdt-info-item .social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0; }
    @media screen and (max-width: 600px) {
      .doctorsdt-info-item .social {
        gap: .4rem; } }
    .doctorsdt-info-item .social .txt {
      font-weight: 500; }
      @media screen and (max-width: 600px) {
        .doctorsdt-info-item .social .txt {
          font-size: 1.2rem; } }
    .doctorsdt-info-item .social-list {
      gap: 1.2rem; }
      @media screen and (max-width: 800px) {
        .doctorsdt-info-item .social-list {
          gap: .4rem; } }
    .doctorsdt-info-item .social-link {
      width: 3.2rem;
      height: 3.2rem; }
      @media screen and (max-width: 600px) {
        .doctorsdt-info-item .social-link {
          width: 2.8rem;
          height: 2.8rem; } }
  .doctorsdt-des {
    padding: 4rem;
    border-radius: 1.2rem;
    background: #F5F5F5; }
    @media screen and (max-width: 800px) {
      .doctorsdt-des {
        padding: 1.6rem; } }
    .doctorsdt-des-row {
      --col-gap: 3.2rem;
      --row-gap: 3.2rem; }
      @media screen and (max-width: 800px) {
        .doctorsdt-des-row {
          --col-gap: 2rem;
          --row-gap: 2rem; } }
    @media screen and (max-width: 1000px) {
      .doctorsdt-des-col {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .doctorsdt-des-col {
        width: 100%; } }
    .doctorsdt-des .tt {
      font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem);
      font-weight: 700;
      font-family: var(--font-pri);
      margin-bottom: .8rem; }
      @media screen and (max-width: 600px) {
        .doctorsdt-des .tt {
          font-size: 1.6rem; } }
    .doctorsdt-des .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .8rem; }
    .doctorsdt-des .item {
      font-size: 1.6rem;
      position: relative;
      font-weight: 400;
      line-height: 150%;
      padding-left: 2.4rem;
      margin-left: .4rem; }
      @media screen and (max-width: 600px) {
        .doctorsdt-des .item {
          font-size: 1.2rem; } }
      .doctorsdt-des .item::before {
        position: absolute;
        content: '';
        background-image: url(../assets/images/checked.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.6rem;
        height: 1.6rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 0; }

.doctorsintro-img {
  width: 100%;
  border-radius: .8rem;
  overflow: hidden; }
  .doctorsintro-img img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.doctorsintro-bdy.mona-content ul {
  padding-left: 0; }

.doctorsintro-bdy.mona-content p,
.doctorsintro-bdy.mona-content li {
  margin-bottom: .6rem; }
  @media screen and (max-width: 600px) {
    .doctorsintro-bdy.mona-content p,
    .doctorsintro-bdy.mona-content li {
      font-size: 1.2rem; } }

@media screen and (max-width: 600px) {
  .doctorsintro-bdy.mona-content .eJOY__extension_root_class div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 600px) {
  .doctorsintro-bdy.mona-content .eJOY__extension_root_class ul {
    width: 100% !important; } }

.doctorspaper {
  background: #F5F5F5; }
  @media screen and (max-width: 600px) {
    .doctorspaper {
      padding: 2rem 0; } }
  .doctorspaper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
    @media screen and (max-width: 500px) {
      .doctorspaper-item {
        gap: 1.2rem; } }
  .doctorspaper-img {
    width: 100%;
    cursor: pointer; }
    .doctorspaper-img .in {
      display: block;
      padding-top: calc((318 / 448) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
    .doctorspaper-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;
      display: block; }
  .doctorspaper-des .txt {
    font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem);
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 500px) {
      .doctorspaper-des .txt {
        font-size: 1.4rem; } }
  @media screen and (max-width: 500px) {
    .doctorspaper-slider .swiper {
      overflow: visible; } }
  @media screen and (max-width: 500px) {
    .doctorspaper-slider .swiper-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
      gap: 1.6rem; } }
  @media screen and (max-width: 500px) {
    .doctorspaper-slider .swiper-slide {
      background: #F5F5F5;
      position: sticky;
      top: 2rem; } }
  @media screen and (min-width: 501px) {
    .doctorspaper-slider .swiper-slide {
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .doctorspaper-slider .swiper-slide-active, .doctorspaper-slider .swiper-slide-next, .doctorspaper-slider .swiper-slide-prev {
        opacity: 1; } }
  @media screen and (max-width: 500px) {
    .doctorspaper-slider .swiper-pagination {
      display: none; } }

.doctorsthumb {
  position: relative;
  z-index: 1; }
  .doctorsthumb-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1; }
    .doctorsthumb-bg::before {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .doctorsthumb-bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
  .doctorsthumb-bdy {
    padding: 17rem 0; }
    @media screen and (max-width: 1200px) {
      .doctorsthumb-bdy {
        padding: 10rem 0; } }
    @media screen and (max-width: 800px) {
      .doctorsthumb-bdy {
        padding: 5.2rem 0; } }

.doctorsimg {
  position: relative; }
  @media screen and (min-width: 501px) {
    .doctorsimg {
      overflow: hidden; } }
  @media screen and (max-width: 800px) {
    .doctorsimg .title-pri {
      margin-bottom: 2.8rem; } }
  .doctorsimg-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    position: relative; }
    .doctorsimg-slider .swiper-pagination {
      position: static !important; }
      @media screen and (max-width: 500px) {
        .doctorsimg-slider .swiper-pagination {
          display: none; } }
    .doctorsimg-slider .swiper {
      --col-gap: 3.2rem;
      --row-gap: 3.2rem; }
      @media screen and (max-width: 500px) {
        .doctorsimg-slider .swiper {
          overflow: visible; } }
      @media screen and (max-width: 500px) {
        .doctorsimg-slider .swiper-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
          gap: 1.6rem; } }
      @media screen and (max-width: 500px) {
        .doctorsimg-slider .swiper-slide {
          width: 100%; } }
      .doctorsimg-slider .swiper-next, .doctorsimg-slider .swiper-prev {
        --wbtn: 4rem; }
        @media screen and (max-width: 500px) {
          .doctorsimg-slider .swiper-next, .doctorsimg-slider .swiper-prev {
            display: none; } }
      .doctorsimg-slider .swiper-next {
        right: var(--wbtn); }
        @media screen and (max-width: 1300px) {
          .doctorsimg-slider .swiper-next {
            right: 0; } }
      .doctorsimg-slider .swiper-prev {
        left: var(--wbtn); }
        @media screen and (max-width: 1300px) {
          .doctorsimg-slider .swiper-prev {
            left: 0; } }
  @media screen and (max-width: 800px) {
    .doctorsimg .comparison .twentytwenty-after-label:before,
    .doctorsimg .comparison .twentytwenty-before-label:before {
      font-size: 1.2rem;
      padding: .6rem; } }
  .doctorsimg .twentytwenty-left-arrow {
    border-right: 0.8rem solid #ffffff; }
  .doctorsimg .twentytwenty-right-arrow {
    border-left: 0.8rem solid #ffffff; }
  @media screen and (max-width: 800px) {
    .doctorsimg .twentytwenty-handle {
      width: 2.8rem;
      height: 2.8rem; }
      .doctorsimg .twentytwenty-handle::before {
        margin-bottom: 2rem !important; }
      .doctorsimg .twentytwenty-handle::after {
        margin-top: 2rem !important; } }

.doctorsslide {
  position: relative; }
  .doctorsslide-slider .swiper {
    overflow: visible; }
    @media screen and (max-width: 500px) {
      .doctorsslide-slider .swiper-pagination {
        display: none; } }
    @media screen and (max-width: 500px) {
      .doctorsslide-slider .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition-duration: 0 !important;
        transition-duration: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        gap: 1.6rem; } }
    @media screen and (max-width: 500px) {
      .doctorsslide-slider .swiper-slide {
        width: 100% !important;
        position: sticky;
        top: 1rem; } }
    .doctorsslide-slider .swiper-slide .box {
      border-radius: .8rem;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (min-width: 501px) {
        .doctorsslide-slider .swiper-slide .box {
          opacity: .5;
          -webkit-transform: scale(0.9) translate(0, 0);
          transform: scale(0.9) translate(0, 0); } }
    .doctorsslide-slider .swiper-slide-next .box {
      opacity: 1; }
      @media screen and (min-width: 501px) {
        .doctorsslide-slider .swiper-slide-next .box {
          -webkit-transform: scale(0.9) translate(4%, 0);
          transform: scale(0.9) translate(4%, 0); } }
    .doctorsslide-slider .swiper-slide-prev .box {
      opacity: 1; }
      @media screen and (min-width: 501px) {
        .doctorsslide-slider .swiper-slide-prev .box {
          -webkit-transform: scale(0.9) translate(-4%, 0);
          transform: scale(0.9) translate(-4%, 0); } }
    .doctorsslide-slider .swiper-slide-active .box {
      -webkit-transform: scale(1) translate(0, 0);
      transform: scale(1) translate(0, 0);
      opacity: 1; }

.recruit-item.active .recruit-btn .txt.less {
  opacity: 1;
  visibility: visible; }

.recruit-item.active .recruit-btn .txt.more {
  opacity: 0;
  visibility: hidden; }

.recruit-item .bdy {
  padding: 1.2rem 2.4rem 2.4rem;
  display: none; }
  @media screen and (max-width: 800px) {
    .recruit-item .bdy {
      padding: 1.2rem; } }

.recruit-head {
  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;
  gap: 1rem;
  border-radius: .8rem;
  background: #F5F5F5;
  padding: 1.2rem; }
  @media screen and (max-width: 800px) {
    .recruit-head {
      padding: 1rem 1.2rem; } }

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

.recruit-btn {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recruit-btn .txt {
    font-size: 1.4rem;
    color: #343434;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (max-width: 800px) {
      .recruit-btn .txt {
        font-size: 1.2rem; } }
    .recruit-btn .txt.less {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      opacity: 0;
      visibility: hidden; }

.recruit-tt {
  font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem);
  font-weight: 600;
  color: #343434;
  font-family: var(--font-pri); }
  @media screen and (max-width: 1200px) {
    .recruit-tt {
      font-size: 2rem; } }

.recruit-des p {
  margin: 0;
  font-family: var(--font-pri);
  font-size: 1.6rem;
  color: #343434; }
  @media screen and (max-width: 800px) {
    .recruit-des p {
      font-size: 1.2rem; } }
  .recruit-des p span {
    font-weight: 600; }

@media screen and (max-width: 800px) {
  .recruit-des li {
    font-size: 1.2rem; } }

.recruit-des ul {
  margin: 0 0 2rem;
  padding-left: 1rem; }

.recruit-frm {
  position: relative;
  z-index: 1; }
  .recruit-frm-in {
    padding: 8rem 4rem 4rem; }
  .recruit-frm .head {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.6rem 4rem;
    padding-right: 2.5rem;
    background: #DA5847;
    width: 100%;
    color: #ffffff;
    font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem);
    font-weight: 600;
    line-height: 1.4; }

.comparison {
  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;
  gap: 6rem; }
  @media screen and (max-width: 1200px) {
    .comparison {
      gap: 3rem; } }
  @media screen and (max-width: 800px) {
    .comparison {
      gap: 1.2rem; } }
  .comparison-item .twentytwenty-after {
    height: 100%; }
  .comparison-in {
    height: auto !important;
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: calc(693 / 592 * 100%); }
    .comparison-in img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .comparison-des {
    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; }
    .comparison-des .mona-content p, .comparison-des .mona-content li {
      margin: 0; }
    .comparison-des h3,
    .comparison-des .tt {
      font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem);
      font-weight: 500; }
      @media screen and (max-width: 1200px) {
        .comparison-des h3,
        .comparison-des .tt {
          font-size: 2rem; } }
    .comparison-des p,
    .comparison-des .txt {
      font-size: clamp(1.7rem, calc(1.1rem + 1.2vw), 2rem);
      font-weight: 400; }
      @media screen and (max-width: 800px) {
        .comparison-des p,
        .comparison-des .txt {
          font-size: 1.2rem; } }
      .comparison-des p span,
      .comparison-des .txt span {
        font-weight: 600;
        color: #DA5847; }
  .comparison .twentytwenty-before-label:before {
    background-color: #DA5847;
    padding: 1rem;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    border-radius: .8rem;
    line-height: normal;
    top: .8rem;
    left: .8rem;
    margin: 0; }
  .comparison .twentytwenty-after-label:before {
    background-color: #DA5847;
    padding: 1rem;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    border-radius: .8rem;
    line-height: normal;
    top: .8rem;
    right: .8rem;
    margin: 0; }

.about {
  position: relative; }
  .about-bdy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .about-bdy {
        gap: 1.6rem; } }
  .about-img {
    position: relative;
    overflow: hidden;
    border-radius: .8rem; }
    .about-img .in {
      display: block;
      padding-top: calc((534 / 1216) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .about-img .in 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;
        display: block; }
    .about-img .tag {
      position: absolute;
      right: 9rem;
      top: 0;
      z-index: 1;
      border-radius: 0px 0px 23rem 23rem;
      background: #E27263;
      -webkit-box-shadow: 5px 10px 10px 0px rgba(77, 77, 77, 0.1);
      box-shadow: 5px 10px 10px 0px rgba(77, 77, 77, 0.1);
      padding: 1rem 2rem 3rem;
      width: 10.8rem;
      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;
      color: #ffffff; }
      @media screen and (max-width: 1200px) {
        .about-img .tag {
          right: 6rem;
          padding: .5rem 1rem 2rem;
          width: 7.2rem; } }
      @media screen and (max-width: 800px) {
        .about-img .tag {
          right: 3rem; } }
      @media screen and (max-width: 370px) {
        .about-img .tag {
          right: 1rem;
          padding: .2 .5rem 1rem;
          width: 6.2rem; } }
      .about-img .tag .number {
        font-size: clamp(2rem, calc(-2rem + 8vw), 4rem);
        font-weight: 600; }
        @media screen and (max-width: 370px) {
          .about-img .tag .number {
            font-size: 1.8rem; } }
      .about-img .tag .txt {
        font-size: 1.2rem; }
        @media screen and (max-width: 800px) {
          .about-img .tag .txt {
            font-size: .8rem; } }
  .about-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem; }
    @media screen and (max-width: 800px) {
      .about-des {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: .8rem; } }
    .about-des .des {
      font-size: 1.6rem;
      font-weight: 400;
      color: #343434; }
      .about-des .des span {
        color: #DA5847;
        font-weight: 600; }
      @media screen and (max-width: 800px) {
        .about-des .des {
          font-size: 1.2rem; } }
  .about-list {
    --col-gap: 1.2rem;
    --row-gap: 1.2rem; }
    @media screen and (max-width: 800px) {
      .about-list {
        --col-gap: .8rem;
        --row-gap: .8rem; } }
  @media screen and (max-width: 800px) {
    .about-col {
      width: 50%; } }
  .about-item {
    background: #F5F5F5;
    padding: 2.4rem;
    border-radius: 1.6rem;
    text-align: center;
    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; }
    @media screen and (max-width: 800px) {
      .about-item {
        padding: 2rem; } }
    .about-item .number {
      font-size: clamp(3.6rem, calc(0.4966rem + 6.2069vw), 7.2rem);
      font-weight: 600; }
    .about-item .txt {
      font-weight: 500;
      font-size: 1.6rem; }
      @media screen and (max-width: 800px) {
        .about-item .txt {
          font-size: 1.4rem; } }

.aboutIntro {
  position: relative;
  overflow: hidden; }
  .aboutIntro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem; }
    @media screen and (max-width: 1200px) {
      .aboutIntro-list {
        gap: 3rem; } }
    @media screen and (max-width: 700px) {
      .aboutIntro-list {
        gap: 1.6rem; } }
  .aboutIntro-item {
    --col-gap: 3.2rem;
    --row-gap: 3.2rem; }
    @media screen and (max-width: 700px) {
      .aboutIntro-item {
        --col-gap: 1.6rem;
        --row-gap: 1.6rem; } }
    .aboutIntro-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    @media screen and (max-width: 700px) {
      .aboutIntro-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .aboutIntro-col:nth-child(1) {
    width: 55%; }
    @media screen and (max-width: 700px) {
      .aboutIntro-col:nth-child(1) {
        width: 100%; } }
  .aboutIntro-col:nth-child(2) {
    width: 45%; }
    @media screen and (max-width: 700px) {
      .aboutIntro-col:nth-child(2) {
        width: 100%; } }
  .aboutIntro-img {
    position: relative;
    width: 100%; }
    .aboutIntro-img .in {
      display: block;
      padding-top: calc((360 / 592) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      border-radius: .8rem; }
      @media screen and (min-width: 701px) {
        .aboutIntro-img .in {
          -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); } }
      .aboutIntro-img .in 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;
        display: block; }
    @media screen and (min-width: 701px) {
      .aboutIntro-img .inner {
        display: block;
        padding-top: calc((398 / 696) * 100%);
        position: relative;
        overflow: hidden;
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .aboutIntro-img .inner .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: .8rem; } }
    @media screen and (min-width: 701px) {
      .aboutIntro-img .inner .block {
        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;
        display: block; } }
    @media screen and (min-width: 701px) {
      .aboutIntro-img .inner .decor {
        position: absolute;
        width: calc(50% - 2.4rem); }
        .aboutIntro-img .inner .decor.decor-l {
          left: 0;
          top: 0; }
        .aboutIntro-img .inner .decor.decor-r {
          right: 1rem;
          bottom: 1rem; } }
    @media screen and (max-width: 700px) {
      .aboutIntro-img .inner .decor {
        width: 50%; } }
    .aboutIntro-img .inner .in {
      display: block;
      padding-top: calc((346 / 348) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
  .aboutIntro-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 700px) {
      .aboutIntro-des .head {
        margin-bottom: .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-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    .aboutIntro-des .tag {
      color: #DA5847;
      font-weight: 600;
      margin-bottom: .8rem; }
      @media screen and (max-width: 600px) {
        .aboutIntro-des .tag {
          margin-bottom: .2rem; } }
    .aboutIntro-des .tt {
      font-size: clamp(2.6rem, calc(0.6rem + 4vw), 3.6rem);
      font-weight: 600; }
      @media screen and (max-width: 1200px) {
        .aboutIntro-des .tt {
          font-size: 2rem; } }
      @media screen and (max-width: 700px) {
        .aboutIntro-des .tt {
          font-size: 1.6rem; } }
    @media screen and (max-width: 700px) {
      .aboutIntro-des .mona-content p {
        text-align: center; } }
    .aboutIntro-des .mona-content p,
    .aboutIntro-des .mona-content li {
      margin: 0; }
      @media screen and (max-width: 700px) {
        .aboutIntro-des .mona-content p,
        .aboutIntro-des .mona-content li {
          font-size: 1.2rem; } }
    .aboutIntro-des .mona-content ul {
      margin: 0 0 0 2rem; }
      @media screen and (max-width: 700px) {
        .aboutIntro-des .mona-content ul {
          margin: 0 0 0 1.2rem; } }
    .aboutIntro-des .mona-content span {
      font-weight: 600;
      color: #DA5847; }

.abbanner {
  position: relative;
  overflow: hidden; }
  .abbanner-img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .abbanner-img .in {
      padding-top: calc(260/375 * 100%); }
      @media screen and (min-width: 701px) {
        .abbanner-img .in {
          border-radius: .8rem;
          display: block;
          padding-top: calc((500 / 1200) * 100%);
          position: relative;
          overflow: hidden;
          width: 100%; } }
      .abbanner-img .in 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;
        display: block; }
  @media screen and (max-width: 700px) {
    .abbanner .title-pri {
      margin-bottom: 1.6rem; } }
  .abbanner-des {
    text-align: center;
    width: 65.6rem;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .abbanner-des {
        font-size: 1.2rem; } }
    .abbanner-des span {
      color: #DA5847;
      font-weight: 600; }
    .abbanner-des.mona-content {
      color: #343434; }
  @media screen and (max-width: 700px) {
    .abbanner-bdy .container {
      padding: 0; } }
  .abbanner-slider {
    position: relative; }
    .abbanner-slider .swiper-slide .abbanner-img {
      -webkit-transition: all .45s ease;
      transition: all .45s ease; }
    @media screen and (min-width: 1201px) {
      .abbanner-slider .swiper-slide-active .abbanner-img {
        mask-image: url(../assets/images/img-bg-1.png);
        -webkit-mask-image: url(../assets/images/img-bg-1.png);
        -webkit-mask-size: 100%;
        background-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        background-size: cover;
        -webkit-mask-position: bottom; } }
    .abbanner-slider .swiper-pagination {
      position: absolute !important;
      bottom: 2.5rem; }
      @media screen and (max-width: 1200px) {
        .abbanner-slider .swiper-pagination {
          bottom: 4rem !important; } }
      @media screen and (max-width: 700px) {
        .abbanner-slider .swiper-pagination {
          bottom: 2rem !important; } }
  .abbanner-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1200px) {
      .abbanner-swiper {
        gap: 1.2rem; } }
    .abbanner-swiper .abbannerdes-slider .swiper-slide .abbanner-des {
      opacity: 0;
      -webkit-transform: translateY(4rem);
      transform: translateY(4rem);
      -webkit-transition: all .45s ease;
      transition: all .45s ease; }
    .abbanner-swiper .abbannerdes-slider .swiper-slide-thumb-active .abbanner-des {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }

.abstep {
  position: relative; }
  .abstep-des {
    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: 800px) {
      .abstep-des {
        gap: .4rem; } }
    @media screen and (max-width: 800px) {
      .abstep-des .mona-content p {
        font-size: 1.2rem; } }
    .abstep-des .mona-content p, .abstep-des .mona-content li, .abstep-des .mona-content ul {
      margin: 0; }
  .abstep-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem; }
    @media screen and (max-width: 800px) {
      .abstep-tag {
        gap: .8rem; } }
    .abstep-tag .number {
      font-weight: 700;
      font-size: clamp(2.4rem, calc(0.8rem + 2vw), 3.2rem);
      color: #DA5847; }
      @media screen and (max-width: 800px) {
        .abstep-tag .number {
          font-size: 2.4rem; } }
    .abstep-tag .txt {
      color: #DA5847;
      font-weight: 600;
      font-size: clamp(1.6rem, calc(0.4rem + 1.6vw), 2.4rem); }
  @media screen and (max-width: 500px) {
    .abstep-col {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .abstep-col .title-pri {
      margin-bottom: 1.4rem;
      text-align: center; } }
  .abstep-img {
    width: 100%;
    border-radius: .8rem;
    overflow: hidden;
    -webkit-transition: all .45s ease;
    transition: all .45s ease; }
    .abstep-img .in {
      display: block;
      padding-top: calc((523 / 520) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .abstep-img .in 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;
        display: block; }
  .abstep-slider {
    width: calc(100% + var(--halfremainder)); }
    @media screen and (max-width: 1230px) {
      .abstep-slider {
        width: 100%; } }
    @media screen and (max-width: 500px) {
      .abstep-slider .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        gap: 3.2rem; } }
    .abstep-slider .swiper-slide {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (min-width: 501px) {
        .abstep-slider .swiper-slide {
          opacity: .4; } }
      .abstep-slider .swiper-slide-active {
        opacity: 1; }
        @media screen and (min-width: 501px) {
          .abstep-slider .swiper-slide-active .abstep-img {
            -webkit-transform: scale(1) translate3d(-20%, 0, 0);
            transform: scale(1) translate3d(-20%, 0, 0); } }
      @media screen and (min-width: 501px) {
        .abstep-slider .swiper-slide-prev .abstep-img {
          -webkit-transform: scale(0.8) translate3d(-30%, 0, 0);
          transform: scale(0.8) translate3d(-30%, 0, 0); } }
      @media screen and (min-width: 501px) {
        .abstep-slider .swiper-slide-next .abstep-img {
          -webkit-transform: scale(0.8) translate3d(-35%, 0, 0);
          transform: scale(0.8) translate3d(-35%, 0, 0); } }
  @media screen and (max-width: 500px) {
    .abstep-thumbslider {
      display: none; } }
  .abstep-thumbslider .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .abstep-thumbslider .swiper-slide-thumb-active {
      opacity: 1 !important; }
  .abstep-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem; }
    @media screen and (max-width: 800px) {
      .abstep-item {
        gap: .8rem; } }
    @media screen and (max-width: 500px) {
      .abstep-item {
        background: #ffffff; } }
    @media screen and (min-width: 501px) {
      .abstep-item .abstep-des {
        display: none; } }

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