@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/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/magnify/magnify.css");
@import url("../assets/library/splitting/splitting.css");
@import url("../assets/font/Roboto_Condensed/stylesheet.css");
@import url("../assets/font/Fugaz_One/stylesheet.css");
@import url("../assets/font/Roboto_Flex/stylesheet.css");
@import url("../assets/font/SVN-Poppins/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

.mona-content {
  font-family: var(--font-pri); }
  .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;
    font-weight: 600; }
  .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 .wp-block-heading {
    color: #0F172A;
    font-weight: 700; }
  .mona-content figcaption,
  .mona-content .wp-caption-text {
    padding-left: 1em;
    border-left: .3rem solid #ED1C24;
    font-style: italic; }
    @media screen and (max-width: 1200px) {
      .mona-content figcaption,
      .mona-content .wp-caption-text {
        padding-left: 1rem; } }
  .mona-content li, .mona-content span,
  .mona-content p {
    margin: .8em 0; }
  .mona-content ul,
  .mona-content ol {
    margin: .5em 0;
    list-style-position: inside; }
  .mona-content ul ul,
  .mona-content ul ol,
  .mona-content ol ul,
  .mona-content ol ol {
    margin-left: .8em; }
  .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 blockquote {
    background: #f9f9f9;
    margin: 1em 0;
    padding: 1em;
    border-left: 3px solid var(--Primary-1, #ED1C24);
    background: var(--Primary-1-Primary-1-100, #ECF5FD); }
    @media screen and (max-width: 1200px) {
      .mona-content blockquote {
        padding: 1em; } }
    .mona-content blockquote p {
      display: inline; }
  .mona-content table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 1em 0;
    border: 1px solid #e1e1e1; }
    .mona-content table th,
    .mona-content table td {
      border-right: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      padding: 5px 10px;
      vertical-align: middle; }
  .mona-content .mona-youtube-wrap {
    position: relative;
    height: 0;
    padding-top: 56.25%; }
    .mona-content .mona-youtube-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .mona-content .mona-table-wrap {
    overflow: auto; }

:root {
  --size-hd: 8.2rem;
  --size-sc: 6rem;
  --remainder: calc(100vw - 123rem);
  --halfremainder: calc(var(--remainder)/2);
  --seremainder: calc(var(--halfremainder)/3);
  --halfseremainder: calc(var(--halfremainder)/2);
  --font-pri: 'Roboto Condensed';
  --font-sec: 'Fugaz One';
  --font-thr: 'Roboto Flex';
  --font-four: 'Poppins'; }
  @media (max-width: 1200px) {
    :root {
      --size-hd: 8rem;
      --size-sc: 7rem; } }
  @media (max-width: 600px) {
    :root {
      --size-hd: 7rem;
      --size-sc: 6rem; } }

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

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

body {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  color: #474646;
  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(#ED1B30), to(#ED1B30));
    background-image: linear-gradient(#ED1B30, #ED1B30);
    border-radius: 50px; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }

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

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

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

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

.main {
  position: relative;
  padding-top: var(--size-hd); }

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

.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: 800px) {
    .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 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 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.1) skew(1deg);
    transform: rotate(-35deg) scale(1.1) skew(1deg); }
  40% {
    -webkit-transform: rotate(35deg) scale(1.1) skew(1deg);
    transform: rotate(35deg) scale(1.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 left-zoom {
  0% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 0.8);
    transform: translate(-30%, 0) scale(0.8, 0.8); }
  50% {
    -webkit-transform: translate(0, 0) scale(1.1, 1);
    transform: translate(0, 0) scale(1.1, 1); }
  70% {
    -webkit-transform: translate(0, 0) scale(1, 1.2);
    transform: translate(0, 0) scale(1, 1.2); }
  85% {
    -webkit-transform: translate(0, 0) scale(1.1, 1);
    transform: translate(0, 0) scale(1.1, 1); }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); } }

@keyframes left-zoom {
  0% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 0.8);
    transform: translate(-30%, 0) scale(0.8, 0.8); }
  50% {
    -webkit-transform: translate(0, 0) scale(1.1, 1);
    transform: translate(0, 0) scale(1.1, 1); }
  70% {
    -webkit-transform: translate(0, 0) scale(1, 1.2);
    transform: translate(0, 0) scale(1, 1.2); }
  85% {
    -webkit-transform: translate(0, 0) scale(1.1, 1);
    transform: translate(0, 0) scale(1.1, 1); }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1); } }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes linght {
  0% {
    -webkit-transform: translate(-40%, 70%) scale(0.4);
    transform: translate(-40%, 70%) scale(0.4);
    opacity: 0; }
  70% {
    -webkit-transform: translate(5%, 5%) scale(0.7);
    transform: translate(5%, 5%) scale(0.7);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1, 1);
    transform: translate(0%, 0%) scale(1, 1);
    opacity: 1; } }

@keyframes linght {
  0% {
    -webkit-transform: translate(-40%, 70%) scale(0.4);
    transform: translate(-40%, 70%) scale(0.4);
    opacity: 0; }
  70% {
    -webkit-transform: translate(5%, 5%) scale(0.7);
    transform: translate(5%, 5%) scale(0.7);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1, 1);
    transform: translate(0%, 0%) scale(1, 1);
    opacity: 1; } }

@-webkit-keyframes shakeY-Jelly-2 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  25%, 75% {
    -webkit-transform: scale(1, 1.04);
    transform: scale(1, 1.04); }
  50% {
    -webkit-transform: scale(1.04, 1);
    transform: scale(1.04, 1); } }

@keyframes shakeY-Jelly-2 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  25%, 75% {
    -webkit-transform: scale(1, 1.04);
    transform: scale(1, 1.04); }
  50% {
    -webkit-transform: scale(1.04, 1);
    transform: scale(1.04, 1); } }

@-webkit-keyframes shakeY-Jelly {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  25%, 75% {
    -webkit-transform: scale(1, 1.1);
    transform: scale(1, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); } }

@keyframes shakeY-Jelly {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  25%, 75% {
    -webkit-transform: scale(1, 1.1);
    transform: scale(1, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); } }

@-webkit-keyframes ZoomIn {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(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); } }

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

@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(1, 1.03);
    transform: scale(1, 1.03); }
  50% {
    -webkit-transform: scale(1.03, 1);
    transform: scale(1.03, 1); }
  75% {
    -webkit-transform: scale(1, 1.03);
    transform: scale(1, 1.03); } }

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

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

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

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

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.95) scaleX(1.05); }
  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.1) scaleX(0.9); }
  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.98) scaleX(1.02); }
  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  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%); }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 90%;
      min-width: initial; } }
  @media screen and (max-width: 1200px) {
    .mobile {
      top: var(--size-sc); } }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1201px) {
    .mobile {
      display: none; } }
  .mobile-con {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #ED1B30;
    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); }
    @media screen and (max-width: 1200px) {
      .mobile-overlay {
        top: var(--size-sc); } }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    @media screen and (min-width: 1201px) {
      .mobile-overlay {
        display: none; } }
  .mobile-wr {
    padding-bottom: 6rem;
    position: relative; }
  .mobile-list {
    margin-bottom: 2rem; }
  .mobile-content {
    padding: 2.4rem 1.6rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem; }
    .mobile-content .title {
      font-weight: 600;
      font-size: 1.4rem;
      position: relative;
      padding-left: 2rem;
      color: #ED1B30; }
      .mobile-content .title::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 1.4rem;
        left: 0;
        position: absolute;
        font-family: "Font Awesome 6 Pro"; }
    .mobile-content .mobile-fl {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .8rem; }
      .mobile-content .mobile-fl .icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 2.4rem;
        height: 2.4rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center; }
        .mobile-content .mobile-fl .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          display: block; }
      .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-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #ED1B30; }
  .mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ED1B30;
    background-color: #ffffff; }
    .mobile-mxh-link {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%;
      cursor: pointer;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (hover: hover) {
        .mobile-mxh-link:hover i,
        .mobile-mxh-link:hover svg,
        .mobile-mxh-link:hover img {
          -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
          -webkit-transition: .3s ease;
          transition: .3s ease; } }
      .mobile-mxh-link:not(:first-child) {
        border-left: 1px solid #ED1B30; }
      .mobile-mxh-link img {
        --w: 2rem;
        width: var(--w);
        height: var(--w);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  .mobile-text {
    font-size: 1.6rem;
    display: block;
    color: #ED1B30;
    word-break: break-word;
    font-weight: 400; }
  .mobile-account {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .mobile-re {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-re-link {
      font-size: 1.6rem;
      color: #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 #ED1B30;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    background-color: white; }
    .mobile-close:hover .icon {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .mobile-close .icon {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      font-weight: 500;
      font-size: 1.8rem;
      color: #ED1B30; }
  .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.6rem;
    color: #ED1B30; }
  .mobile-fl .mobile-text {
    display: inline;
    font-size: 1.6rem; }
  .mobile-fl .dot {
    display: none; }
  .mobile .mobile-text {
    font-size: 1.4rem; }

.header-nav .menu-nav {
  width: 100%;
  height: 100%; }
  .header-nav .menu-nav > .menu-list {
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-nav .menu-nav > .menu-list > .menu-item {
      height: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: .8rem 1.8rem; }
      .header-nav .menu-nav > .menu-list > .menu-item.active > .menu-link {
        font-weight: 700; }
        .header-nav .menu-nav > .menu-list > .menu-item.active > .menu-link:hover {
          color: #F8B315; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown > .menu-item > .menu-link {
        color: #ED1B30; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown > .menu-item.current-menu-item .menu-link {
        color: #ffffff; }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
        width: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        font-weight: 400;
        white-space: nowrap;
        position: relative; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover {
          color: #F8B315; }
          .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover i {
            color: #F8B315;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
      .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
        color: #ffffff;
        font-weight: 700; }
        .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link:hover, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link:hover {
          color: #F8B315; }
        .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link i, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link i {
          color: #ffffff; }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
        top: 100%; }

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

.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.8rem; }
    @media only screen and (max-width: 1200px) {
      .header-nav .menu-item > .menu-link,
      .header-nav .menu-item > a {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .header-nav .menu-item > .menu-link,
      .header-nav .menu-item > a {
        font-size: 1.5rem; } }
    .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.4rem;
      color: #ffffff; }
  .header-nav .menu-item.dropdown > a > i {
    display: inline-block; }
  .header-nav .menu-item > .menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 25rem;
    max-width: 28rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 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.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: #ffffff;
        background-color: #ED1B30; }
        .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: #ffffff; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item > a {
        padding: .6rem 1.2rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        font-weight: 700;
        color: #ED1B30; }
        .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: #ED1B30; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-list {
        left: 100%; }

.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: #ED1B30;
  font-weight: 600; }

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

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

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #474646;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(237, 27, 48, 0.5); }
  @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; }

.mobile-nav .menu-item:hover > a {
  color: #ED1B30; }

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

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

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

.mobile-nav .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.4rem;
  font-size: 1.6rem;
  color: #474646;
  font-weight: 600; }
  @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: rgba(237, 27, 48, 0.5); }
  .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: #ED1B30; }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: #ED1B30; }

.title .txt {
  font-family: var(--font-pri);
  font-size: 2rem; }
  @media only screen and (max-width: 1200px) {
    .title .txt {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .title .txt {
      font-size: 1.6rem; } }
  @media screen and (max-width: 800px) {
    .title .txt {
      font-size: 1.4rem; } }
  .title .txt span {
    color: #ED1B30; }

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

.title-pri {
  font-size: 4.8rem;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 130%;
  font-family: var(--font-pri);
  text-wrap: balance; }
  @media only screen and (max-width: 1200px) {
    .title-pri {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .title-pri {
      font-size: 3.3rem; } }
  @media screen and (max-width: 800px) {
    .title-pri {
      font-size: 3rem; } }
  .title-pri span {
    color: #ED1B30; }
  .title-pri.f-pri {
    font-size: 4rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-pri {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-pri {
        font-size: 2.7rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-pri {
        font-size: 2.4rem; } }
  .title-pri.f-sec {
    font-size: 3.6rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-sec {
        font-size: 3.1rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-sec {
        font-size: 2.6rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-sec {
        font-size: 2rem; } }
  .title-pri.f-thr {
    font-size: 3.2rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-thr {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-thr {
        font-size: 2.2rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-thr {
        font-size: 2rem; } }
  .title-pri .txt {
    font-size: 1.6rem;
    font-family: var(--font-sec);
    font-weight: 400;
    color: #474646; }

.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: #474646; }

.t-ctext-1 {
  color: #334155; }

.t-ctext-2 {
  color: #191D24; }

.t-ctext-3 {
  color: #5B6B86; }

.t-ctext-4 {
  color: #171515; }

.t-ctext-5 {
  color: #101012; }

.t-cwhite {
  color: #ffffff; }

.t-cpri {
  color: #ED1B30; }

.t-csec {
  color: #814330; }

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

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

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

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

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

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

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

.title-pri .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0; }

.title-pri.is-inview .char {
  opacity: 1; }

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

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  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;
  height: var(--size-hd); }
  @media screen and (max-width: 1200px) {
    .header {
      background-color: #ffffff; } }
  .header .hamburger .line {
    stroke: #ffffff; }
    @media screen and (max-width: 1200px) {
      .header .hamburger .line {
        stroke: #ED1B30; } }
  .header.sticky {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15); }
    .header.sticky .mobile-overlay,
    .header.sticky .mobile {
      top: var(--size-sc); }
    .header.sticky .hamburger .line {
      stroke: #ED1B30; }
    .header.sticky .header-ct .txt {
      color: #ED1B30; }
    .header.sticky .header-ct .icon {
      background-color: #ED1B30; }
      .header.sticky .header-ct .icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1721%) hue-rotate(283deg) brightness(112%) contrast(100%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1721%) hue-rotate(283deg) brightness(112%) contrast(100%); }
    .header.sticky .header-social-list .txt {
      color: #474646; }
    .header.sticky .custom-logo-link img,
    .header.sticky .header-logo-link img {
      -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(7153%) hue-rotate(344deg) brightness(93%) contrast(99%);
      filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(7153%) hue-rotate(344deg) brightness(93%) contrast(99%); }
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.active > .menu-link, .header.sticky .header-nav .menu-nav > .menu-list > .menu-item.menu-current-item > .menu-link, .header.sticky .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link {
      color: #F8B315; }
    .header.sticky .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
      color: #474646; }
      .header.sticky .header-nav .menu-nav > .menu-list > .menu-item > .menu-link i {
        color: #474646; }
  @media screen and (max-width: 1200px) {
    .header {
      height: var(--size-sc); } }
  .header-wrap {
    height: 100%; }
  .header-flex {
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    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; }
  .header-nav {
    margin-left: 8.2rem;
    margin-right: auto; }
    @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; }
    .header-logo .custom-logo-link,
    .header-logo a, .header-logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      width: 17.5rem;
      max-height: 100%; }
      @media screen and (max-width: 1200px) {
        .header-logo .custom-logo-link,
        .header-logo a, .header-logo-link {
          width: 15rem; } }
      @media screen and (max-width: 500px) {
        .header-logo .custom-logo-link,
        .header-logo a, .header-logo-link {
          width: 12rem; } }
      .header-logo .custom-logo-link img,
      .header-logo a img, .header-logo-link img {
        max-width: 100%;
        height: auto; }
        @media screen and (max-width: 1200px) {
          .header-logo .custom-logo-link img,
          .header-logo a img, .header-logo-link img {
            -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(7153%) hue-rotate(344deg) brightness(93%) contrast(99%);
            filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(7153%) hue-rotate(344deg) brightness(93%) contrast(99%); } }
  .header-action {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8.2rem; }
    @media screen and (max-width: 1200px) {
      .header-action {
        gap: 1rem; } }
    @media screen and (max-width: 600px) {
      .header-action {
        gap: .6rem; } }
    .header-action > .header-social-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .header-ct {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 1200px) {
      .header-ct {
        gap: 0; } }
    .header-ct .in {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: .2rem; }
      .header-ct .in .txt {
        font-size: 1.6rem;
        color: #ffffff;
        font-family: var(--font-pri);
        font-weight: 400; }
        @media screen and (max-width: 1200px) {
          .header-ct .in .txt {
            display: none; } }
    .header-ct .icon {
      width: 4rem;
      height: 4rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      background-color: #ffffff;
      border-radius: 100rem;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 1200px) {
        .header-ct .icon {
          width: 3.2rem;
          height: 3.2rem;
          background-color: #ED1B30; } }
      .header-ct .icon img {
        width: 2rem;
        height: 2rem;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-animation: phone-fn 2s linear infinite;
        animation: phone-fn 2s linear infinite; }
        @media screen and (max-width: 1200px) {
          .header-ct .icon img {
            width: 1.6rem;
            height: 1.6rem;
            -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1721%) hue-rotate(283deg) brightness(112%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1721%) hue-rotate(283deg) brightness(112%) contrast(100%); } }
    .header-ct .des .txt {
      font-size: 2.4rem;
      color: #ffffff;
      font-family: var(--font-pri);
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-width: 1200px) {
        .header-ct .des .txt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .header-ct .des .txt {
          font-size: 1.7rem; } }
      @media screen and (max-width: 1200px) {
        .header-ct .des .txt {
          display: none; } }
  .header-social-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .2rem; }
    @media screen and (max-width: 1200px) {
      .header-social-list {
        display: none; } }
    .header-social-list .txt {
      color: #ffffff;
      font-family: var(--font-pri);
      font-size: 1.6rem;
      font-weight: 400;
      text-transform: capitalize; }
  .header-social-item {
    width: 4.2rem;
    height: 4.2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .header-social-item:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    .header-social-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .header .menu-icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    @media screen and (min-width: 1200px) {
      .header .menu-icon {
        display: none; } }

.footer {
  position: relative;
  padding-top: 8rem; }
  @media screen and (max-width: 900px) {
    .footer {
      padding-top: 4rem; } }
  .footer-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/images/decor-footer.png"); }
    .footer-bg img {
      width: 100%;
      height: 100%;
      display: none;
      -o-object-fit: cover;
      object-fit: cover; }
  .footer-top {
    padding-bottom: 1rem; }
    .footer-top .footer-link::before {
      display: none; }
  .footer-tt {
    color: #101012;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    font-weight: 700;
    text-transform: uppercase; }
  .footer-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  @media screen and (max-width: 900px) {
    .footer-col {
      width: 100%; } }
  .footer-des .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    font-size: 1.4rem; }
    .footer-des .item:not(:last-child) {
      margin-bottom: 1.2rem; }
    .footer-des .item:first-child {
      margin-bottom: 1.6rem; }
    .footer-des .item .icon {
      width: 1.6rem;
      height: 1.6rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: .2rem; }
      .footer-des .item .icon img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-logo {
    width: 26rem; }
    @media screen and (max-width: 1000px) {
      .footer-logo {
        width: 22rem; } }
    @media screen and (max-width: 600px) {
      .footer-logo {
        width: 20rem;
        margin: auto; } }
    .footer-logo-link {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      width: 100%; }
      .footer-logo-link img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .footer-form {
    position: relative;
    border-radius: 4rem;
    padding: 4rem 2rem;
    background: var(--Pinkee-02, linear-gradient(90deg, rgba(255, 249, 249, 0) 46.44%, #FFFEF9 175.24%), #FED7D7); }
    @media screen and (max-width: 600px) {
      .footer-form {
        padding: 3rem 1rem;
        border-radius: 1.6rem; } }
    .footer-form .form-item {
      gap: 0; }
      .footer-form .form-item:not(:last-child) {
        margin-bottom: 2.4rem; }
    .footer-form .form-btn {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .footer-form .form-btn input {
        display: none; }
      .footer-form .form-btn .btn-pri {
        min-width: 16.7rem;
        padding: 1rem 2rem;
        z-index: 1;
        background-color: #ED1B30; }
        .footer-form .form-btn .btn-pri:hover .text {
          color: #ED1B30; }
        .footer-form .form-btn .btn-pri:hover i {
          color: #ED1B30; }
        .footer-form .form-btn .btn-pri .text {
          color: #ffffff; }
        .footer-form .form-btn .btn-pri i {
          color: #ffffff; }
      .footer-form .form-btn .ajax-loader {
        position: absolute !important; }
    .footer-form .form-input {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      background-color: transparent;
      border-bottom: 0.1rem solid rgba(237, 27, 48, 0.5);
      padding: 0;
      font-size: 1.6rem; }
    .footer-form .wpcf7 form .wpcf7-response-output {
      margin-top: 1rem !important;
      padding: 0 !important;
      border: none !important;
      font-size: 1.4rem; }
  .footer .header-social-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .8rem; }
  .footer .header-social-item {
    width: 2.4rem;
    height: 2.4rem; }
  @media screen and (max-width: 600px) {
    .footer-it {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .footer-it {
      width: 100%; } }
  .footer-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .6rem; }
  .footer-item:hover .footer-link::before, .footer-item.current-menu-item .footer-link::before {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1); }
  .footer-link {
    font-size: 1.4rem;
    color: #474646;
    font-weight: 400;
    font-family: var(--font-pri);
    position: relative;
    display: block; }
  .footer-head {
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(237, 27, 48, 0.5); }
  .footer-author {
    width: 100%;
    padding-bottom: 1.6rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem; }
    @media screen and (max-width: 600px) {
      .footer-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .footer-author .list {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #171515;
      gap: .6rem; }
    .footer-author .footer-list {
      gap: 2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 1200px) {
        .footer-author .footer-list {
          gap: 1rem; } }
    .footer-author .item {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #171515;
      gap: .6rem; }
      .footer-author .item img {
        height: 2.5rem;
        width: 19rem;
        display: none; }
  .footer-fb {
    width: 100%;
    display: block;
    padding-top: calc((90 / 235) * 100%);
    position: relative;
    overflow: hidden; }
    .footer-fb img, .footer-fb 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; }

.hd-burger {
  padding: 1rem 0;
  cursor: pointer; }

.burger {
  position: relative; }

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

.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: #ED1B30;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* 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-bottom {
  stroke-dasharray: 12 63; }

.hd-burger.active .hamburgerSvg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

.select2-container {
  width: 100% !important; }
  .select2-container--default .select2-results__option--selected {
    background-color: #814330;
    color: #474646; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ED1B30;
    color: #ffffff; }
  .select2-container .select2-search--dropdown {
    padding: 0 !important; }
    .select2-container .select2-search--dropdown .select2-search__field {
      display: none; }
  .select2-container .select2-selection--single {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.2rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid rgba(237, 27, 48, 0.5) !important; }
    @media screen and (max-width: 600px) {
      .select2-container .select2-selection--single {
        height: 4.6rem !important; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 1.4rem !important; }

.select2-selection {
  height: 100% !important; }
  .select2-selection--single {
    border: 0.1rem solid #474646 !important; }
    .select2-selection--single .select2-selection__rendered {
      line-height: 100% !important;
      padding: 1rem 1.4rem; }
    .select2-selection--single .select2-selection__placeholder {
      color: #474646 !important;
      font-family: var(--font-fiv);
      font-size: 1.6rem;
      font-weight: 500; }
  .select2-selection .select2-selection__arrow {
    height: 100% !important; }

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

.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;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50vw;
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    clip-path: polygon();
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -o-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    @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(#ED1B30), to(#ED1B30));
      background-image: linear-gradient(#ED1B30, #ED1B30);
      border-radius: 50px; }
  .popup-wrapper {
    width: 100%;
    min-height: 25vh;
    position: relative; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem;
    color: #ED1B30; }
    @media only screen and (max-width: 1200px) {
      .popup-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .popup-title {
        font-size: 1.7rem; } }
  .popup-text {
    color: #ED1B30; }
  .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: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 3;
    color: #474646; }
    .popup-close:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .popup-close i {
      color: #474646;
      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 .popup-close {
  top: 1rem;
  right: 1rem; }
  .Pd .popup-close i {
    color: #ED1B30;
    font-size: 1.8rem;
    font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .Pd .popup-close i {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .Pd .popup-close i {
        font-size: 1.5rem; } }

.Pd-body {
  padding: 4rem; }
  @media screen and (max-width: 1200px) {
    .Pd-body {
      padding: 2rem; } }
  @media screen and (max-width: 800px) {
    .Pd-body {
      padding: 2rem 1.2rem; } }
  @media screen and (max-width: 600px) {
    .Pd-body .mona-content p, .Pd-body .mona-content span, .Pd-body .mona-content strong, .Pd-body .mona-content i, .Pd-body .mona-content b {
      font-size: 1.3rem !important;
      text-align: center; } }
  .Pd-body .mona-content p {
    color: #474646; }
  .Pd-body .mona-content p, .Pd-body .mona-content span {
    text-align: center;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    font-weight: 400; }
    @media screen and (max-width: 600px) {
      .Pd-body .mona-content p, .Pd-body .mona-content span {
        font-size: 1.4rem; } }

.Pd .popup-main {
  background-color: #ffffff;
  border-radius: 1.2rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08);
  box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08); }

.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  --animate-duration: 1s; }
  @media screen and (min-width: 1201px) {
    .banner {
      margin-top: calc(-1 * var(--size-hd)); } }
  .banner-decor {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 2; }
    .banner-decor .waves {
      position: relative;
      width: 100%;
      height: 20%;
      max-height: 20rem;
      margin-bottom: -.3rem;
      display: block; }
      @media screen and (max-width: 1200px) {
        .banner-decor .waves {
          max-height: 15rem; } }
      @media screen and (max-width: 900px) {
        .banner-decor .waves {
          max-height: 7rem; } }
      @media screen and (max-width: 500px) {
        .banner-decor .waves {
          max-height: 4rem; } }
    .banner-decor .waves.no-animation .moving-waves > use {
      -webkit-animation: none;
      animation: none; }
    .banner-decor .wave-rotate {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .banner-decor .moving-waves > use {
      -webkit-animation: f 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
      animation: f 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }
    .banner-decor .moving-waves > use:first-child {
      -webkit-animation-delay: -2s;
      animation-delay: -2s;
      -webkit-animation-duration: 11s;
      animation-duration: 11s; }
    .banner-decor .moving-waves > use:nth-child(2) {
      -webkit-animation-delay: -4s;
      animation-delay: -4s;
      -webkit-animation-duration: 13s;
      animation-duration: 13s; }
    .banner-decor .moving-waves > use:nth-child(3) {
      -webkit-animation-delay: -3s;
      animation-delay: -3s;
      -webkit-animation-duration: 15s;
      animation-duration: 15s; }
    .banner-decor .moving-waves > use:nth-child(4) {
      -webkit-animation-delay: -4s;
      animation-delay: -4s;
      -webkit-animation-duration: 20s;
      animation-duration: 20s; }
    .banner-decor .moving-waves > use:nth-child(5) {
      -webkit-animation-delay: -4s;
      animation-delay: -4s;
      -webkit-animation-duration: 25s;
      animation-duration: 25s; }
    .banner-decor .moving-waves > use:nth-child(6) {
      -webkit-animation-delay: -3s;
      animation-delay: -3s;
      -webkit-animation-duration: 30s;
      animation-duration: 30s; }

@-webkit-keyframes f {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0); }
  to {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0); } }

@keyframes f {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0); }
  to {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0); } }
  .banner-bg {
    width: 100%;
    position: relative; }
    .banner-bg .in {
      width: 100%;
      height: 100%;
      display: block;
      padding-top: calc((930 / 1920) * 100%);
      position: relative;
      overflow: hidden;
      min-height: 20rem; }
      @media screen and (max-width: 800px) {
        .banner-bg .in {
          display: block;
          padding-top: calc((1250 / 1920) * 100%);
          position: relative;
          overflow: hidden; } }
      .banner-bg .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; }
  .banner-img {
    position: absolute;
    right: 0;
    bottom: 2%;
    width: 75%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    @media screen and (max-width: 800px) {
      .banner-img {
        right: -7%; } }
    @media screen and (max-width: 800px) {
      .banner-img {
        width: 75%; } }
    .banner-img img {
      display: block;
      width: 100%; }
  .banner-slogan {
    position: absolute;
    left: calc(var(--halfremainder)/2);
    width: 36%;
    top: 10%;
    -webkit-transform: translate(-200%, 0) scale(0.2);
    transform: translate(-200%, 0) scale(0.2);
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 1240px) {
      .banner-slogan {
        top: 5%;
        left: 1.5rem;
        width: 45%; } }
    @media screen and (max-width: 600px) {
      .banner-slogan {
        left: 1.5rem; } }
    .banner-slogan img {
      display: block;
      width: 100%; }
  .banner-pduct {
    position: absolute;
    left: calc(var(--halfremainder)/2);
    bottom: 5%;
    width: 32%;
    z-index: 2;
    -webkit-transform: translate(100%, 0) scale(0.7);
    transform: translate(100%, 0) scale(0.7);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease; }
    @media screen and (max-width: 1240px) {
      .banner-pduct {
        left: 1.5rem; } }
    @media screen and (max-width: 800px) {
      .banner-pduct {
        width: 36%; } }
    @media screen and (max-width: 480px) {
      .banner-pduct {
        width: 42%; } }
    .banner-pduct img {
      display: block;
      width: 100%; }
  .banner-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 3.2rem; }
    @media screen and (max-width: 1500px) {
      .banner-icon {
        gap: 1.2rem; } }
    @media screen and (max-width: 600px) {
      .banner-icon {
        gap: .6rem; } }
    .banner-icon .decor {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all .7s;
      transition: all .7s; }
      .banner-icon .decor .block {
        --wicon: 12rem;
        width: var(--wicon);
        height: var(--wicon);
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-animation: shakeY-Jelly-2 6s ease infinite;
        animation: shakeY-Jelly-2 6s ease infinite; }
        @media screen and (max-width: 1500px) {
          .banner-icon .decor .block {
            --wicon: 10rem; } }
        @media screen and (max-width: 1230px) {
          .banner-icon .decor .block {
            --wicon: 8rem; } }
        @media screen and (max-width: 1000px) {
          .banner-icon .decor .block {
            --wicon: 6rem; } }
        @media screen and (max-width: 800px) {
          .banner-icon .decor .block {
            --wicon: 4.6rem; } }
        @media screen and (max-width: 375px) {
          .banner-icon .decor .block {
            --wicon: 3.8rem; } }
        .banner-icon .decor .block img {
          height: 100%;
          width: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
      .banner-icon .decor:nth-child(2) .block {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .banner-icon .decor:nth-child(3) .block {
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
  .banner-slider {
    position: relative; }
    .banner-slider .swiper-pagination {
      bottom: 2rem !important; }
      @media screen and (max-width: 800px) {
        .banner-slider .swiper-pagination {
          bottom: 0 !important; } }
      @media screen and (max-width: 600px) {
        .banner-slider .swiper-pagination-bullet {
          --wbul: .6rem; }
          .banner-slider .swiper-pagination-bullet-active {
            width: 1rem; } }
    .banner-slider .swiper-slide-active .banner-img {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
    .banner-slider .swiper-slide-active .banner-slogan {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1; }
      .banner-slider .swiper-slide-active .banner-slogan img {
        -webkit-animation: 1.4s linear 1s 1 normal both running jittery;
        animation: 1.4s linear 1s 1 normal both running jittery; }
    .banner-slider .swiper-slide-active .banner-pduct {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1;
      -webkit-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .banner-slider .swiper-slide-active .banner-icon .decor {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
      .banner-slider .swiper-slide-active .banner-icon .decor:nth-child(1) {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s; }
      .banner-slider .swiper-slide-active .banner-icon .decor:nth-child(2) {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s; }
      .banner-slider .swiper-slide-active .banner-icon .decor:nth-child(3) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s; }

.back-to-top {
  --wh: 5rem;
  width: var(--wh);
  height: var(--wh);
  border-radius: 100rem;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  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;
  background-image: url("../assets/images/btt.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .back-to-top i {
    font-size: 1.6rem;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      --wh: 4rem; } }
  @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); } }

.btn-fct {
  position: fixed;
  bottom: 13rem;
  right: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem;
  z-index: 10;
  width: 5rem; }
  @media screen and (max-width: 1200px) {
    .btn-fct {
      width: 4rem;
      bottom: 12rem; } }
  @media screen and (max-width: 768px) {
    .btn-fct {
      right: 1.5rem; } }
  .btn-fct-icon {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .btn-fct-icon .icon {
      border-radius: 100%;
      width: 5rem;
      height: 5rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-animation: phone-fn 2s infinite ease-in-out;
      animation: phone-fn 2s infinite ease-in-out;
      border: 0.1rem solid #ED1B30;
      background-color: #ffffff; }
      @media screen and (max-width: 1200px) {
        .btn-fct-icon .icon {
          width: 3.5rem;
          height: 3.5rem; } }
    .btn-fct-icon img {
      width: 2.4rem;
      height: 2.4rem;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
      @media screen and (max-width: 1200px) {
        .btn-fct-icon img {
          width: 1.8rem;
          height: 1.8rem; } }
    .btn-fct-icon:nth-child(1) .icon {
      border-color: #ED1B30; }
    .btn-fct-icon:nth-child(2) .icon {
      border-color: #6857FF; }
    .btn-fct-icon:nth-child(3) .icon {
      border-color: #0068FF; }
    .btn-fct-icon:nth-child(4) .icon {
      border-color: #FE5722; }

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem; }
  .social-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 1.2rem; }
  .social-item {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #ffffff;
    position: relative; }
    .social-item:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .social-item a {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      width: 100%;
      height: 100%; }
    .social-item i {
      font-size: 1.3rem; }
    .social-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

@media screen and (min-width: 1200px) {
  .breadcrumb-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  gap: .8rem; }

.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem;
  font-weight: 400;
  font-family: var(--font-pri);
  color: #ffffff;
  text-transform: capitalize; }
  .breadcrumb-item:not(:first-child)::before {
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    width: 1.4rem;
    height: 1.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: 400; }
  .breadcrumb-item:last-child {
    pointer-events: none; }
  @media (hover: hover) {
    .breadcrumb-item:hover {
      color: #814330; } }

.breadcrumb-link {
  color: inherit;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.btn-pri {
  position: relative;
  background-color: #ED1B30;
  border: 0.1rem solid #ED1B30;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: var(--font-pri);
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 10rem; }
  .btn-pri::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #ffffff; }
  .btn-pri::after {
    left: 0;
    width: 100%; }
  .btn-pri:hover {
    color: #ED1B30; }
    .btn-pri:hover::before {
      width: 100%; }
    .btn-pri:hover::after {
      width: 100%; }

.btn-full {
  width: 100%; }

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

.btn-pad-sec {
  padding: 1rem 2rem; }

.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-send {
  gap: .6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .btn-send i {
    -webkit-transition: all 0 ease;
    transition: all 0 ease; }
  .btn-send .icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-send:hover i {
    color: #ED1B30; }
  .btn-send:hover .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

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

.pagi-pri {
  margin: auto;
  width: 100%; }

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin: 1.6rem 0; }
  .page-numbers > li:not(:first-child) {
    margin-left: .2rem; }
  .page-numbers > li > .page-numbers {
    --wh: 4rem;
    width: var(--wh);
    height: var(--wh);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    color: #ED1B30;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    -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: #ED1B30;
      -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: 3rem;
        font-size: 1.4rem; } }
    @media (hover: hover) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: #ffffff;
        background-color: #ED1B30; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #ffffff;
      background-color: #ED1B30;
      font-weight: 400; }
      .page-numbers > li > .page-numbers.current::after {
        left: 0;
        width: 100%; }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent !important;
      border: transparent !important; }
    .page-numbers > li > .page-numbers.next {
      margin-left: 2rem; }
      @media screen and (max-width: 800px) {
        .page-numbers > li > .page-numbers.next {
          margin-left: 1rem; } }
    .page-numbers > li > .page-numbers.prev {
      margin-right: 2rem; }
      @media screen and (max-width: 800px) {
        .page-numbers > li > .page-numbers.prev {
          margin-right: 1rem; } }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      border: none;
      border-radius: 0.4rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      position: relative;
      color: #ffffff; }
    .page-numbers > li > .page-numbers i {
      font-weight: 400; }

.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; }
  @media screen and (max-width: 600px) {
    .mb-18 {
      margin-bottom: .9rem; } }

.mb-20 {
  margin-bottom: 2rem; }
  @media screen and (max-width: 600px) {
    .mb-20 {
      margin-bottom: 1rem; } }

.mb-24 {
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 600px) {
    .mb-24 {
      margin-bottom: 1.2rem; } }

.mb-30 {
  margin-bottom: 3rem; }
  @media screen and (max-width: 600px) {
    .mb-30 {
      margin-bottom: 1.5rem; } }

.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-50 {
  margin-bottom: 5rem; }
  @media screen and (max-width: 1200px) {
    .mb-50 {
      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; } }

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

.pd-72 {
  padding: 7.2rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-72 {
      padding: 3.6rem 0; } }

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

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

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

.pd-32 {
  padding: 3.2rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-32 {
      padding: 1.6rem 0; } }

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

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

.swiper-slide {
  height: auto; }

.swiper-next, .swiper-prev {
  --wbtn: 6rem;
  width: var(--wbtn);
  height: var(--wbtn);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ED1B30;
  border: 0.1rem solid #ED1B30;
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 2.2rem; }
  .swiper-next::before, .swiper-prev::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #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, .swiper-prev:hover {
    color: #ED1B30; }
    .swiper-next:hover::before, .swiper-prev:hover::before {
      scale: 3; }
  @media screen and (max-width: 1200px) {
    .swiper-next, .swiper-prev {
      --wbtn: 5rem; } }
  @media screen and (max-width: 600px) {
    .swiper-next, .swiper-prev {
      --wbtn: 3.8rem; } }
  .swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .4;
    background-color: #ffffff;
    color: #ED1B30; }

.swiper-next {
  right: calc(-1 * var(--wbtn) - 2rem); }
  @media screen and (min-width: 2000px) {
    .swiper-next {
      right: 0; } }
  @media screen and (max-width: 1550px) {
    .swiper-next {
      right: 0; } }

.swiper-prev {
  left: calc(-1 * var(--wbtn) - 2rem); }
  @media screen and (min-width: 2000px) {
    .swiper-prev {
      left: 0; } }
  @media screen and (max-width: 1550px) {
    .swiper-prev {
      left: 0; } }

.swiper-pagination {
  bottom: 0 !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .swiper-pagination-bullet {
    --wbul: 1rem;
    width: var(--wbul);
    height: var(--wbul);
    background-color: #ED1B30;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .swiper-pagination-bullet-active {
      width: 2.8rem;
      border-radius: 0.6rem; }
    @media screen and (max-width: 800px) {
      .swiper-pagination-bullet {
        --wbul: 1rem; } }

.galley {
  padding: 4rem 0 10rem;
  position: relative;
  overflow: hidden; }
  .galley .container {
    max-width: 170rem; }
  @media screen and (max-width: 1200px) {
    .galley {
      padding: 2rem 0 5rem; } }
  .galley-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 1200px) {
      .galley-list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }
    @media screen and (max-width: 1000px) {
      .galley-list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .galley-img {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer; }
    .galley-img:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
    .galley-img:hover::before {
      -webkit-animation: shine .75s;
      animation: shine .75s; }
    .galley-img::before {
      position: absolute;
      content: '';
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
      left: -100%; }
    .galley-img img {
      display: block;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover;
      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;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .galley-des {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 3rem 1.2rem; }
    @media screen and (max-width: 1000px) {
      .galley-des {
        padding: 1.2rem; } }
    .galley-des .title .txt {
      font-style: italic;
      font-weight: 500; }
    .galley-des .title-pri {
      font-size: 3.2rem; }
      @media only screen and (max-width: 1200px) {
        .galley-des .title-pri {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .galley-des .title-pri {
          font-size: 2.2rem; } }
    .galley-des .txt {
      font-size: 1.6rem;
      font-weight: 400;
      font-family: var(--font-pri); }
      @media screen and (max-width: 600px) {
        .galley-des .txt {
          font-size: 1.4rem; } }
  .galley-item {
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .galley-item {
        width: calc(4/12 * 100%) !important; } }
    @media screen and (max-width: 550px) {
      .galley-item {
        width: calc(6/12 * 100%) !important; } }
    .galley-item .in {
      width: 100%;
      height: 100%;
      border-radius: 2.4rem;
      overflow: hidden;
      position: relative;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .galley-item .in:hover {
        -webkit-filter: grayscale(20%);
        filter: grayscale(20%); }
      @media screen and (max-width: 1200px) {
        .galley-item .in {
          border-radius: 1.2rem; } }
    .galley-item .btn-sec {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      gap: 1.2rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 1rem 2rem; }
      .galley-item .btn-sec:hover .icon {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem); }
      .galley-item .btn-sec .txt {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        color: #ffffff;
        font-weight: 700; }
      .galley-item .btn-sec .icon {
        width: 1.6rem;
        height: 1.6rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .galley-item .btn-sec .icon img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
    .galley-item:nth-child(11n + 1) .galley-img, .galley-item:nth-child(11n + 9) .galley-img, .galley-item:nth-child(11n + 10) .galley-img, .galley-item:nth-child(11n) .galley-img {
      display: block;
      padding-top: calc((261 / 321) * 100%);
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 1000px) {
        .galley-item:nth-child(11n + 1) .galley-img, .galley-item:nth-child(11n + 9) .galley-img, .galley-item:nth-child(11n + 10) .galley-img, .galley-item:nth-child(11n) .galley-img {
          display: block;
          padding-top: calc((481 / 721) * 100%);
          position: relative;
          overflow: hidden; } }
    .galley-item:nth-child(11n + 3) .galley-img, .galley-item:nth-child(11n + 5) .galley-img, .galley-item:nth-child(11n + 7) .galley-img {
      display: block;
      padding-top: calc((481 / 321) * 100%);
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 1000px) {
        .galley-item:nth-child(11n + 3) .galley-img, .galley-item:nth-child(11n + 5) .galley-img, .galley-item:nth-child(11n + 7) .galley-img {
          display: block;
          padding-top: calc((481 / 721) * 100%);
          position: relative;
          overflow: hidden; } }
    .galley-item:nth-child(11n + 1) {
      grid-column: span 1;
      grid-row: span 1; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 1) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .galley-item:nth-child(11n + 2) {
      grid-column: span 1;
      grid-row: span 2; }
      @media screen and (max-width: 1200px) {
        .galley-item:nth-child(11n + 2) {
          grid-column: span 2; } }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 2) {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      .galley-item:nth-child(11n + 2) .in {
        background-color: #870B17; }
    .galley-item:nth-child(11n + 3) {
      grid-column: span 1;
      grid-row: span 2; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 3) {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; } }
    .galley-item:nth-child(11n + 4) {
      grid-column: span 1;
      grid-row: span 2; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 4) {
          -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
          order: 9; } }
      .galley-item:nth-child(11n + 4) .in {
        background-color: #A4491E; }
    .galley-item:nth-child(11n + 5) {
      grid-column: span 1;
      grid-row: span 2; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 5) {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5; } }
    .galley-item:nth-child(11n + 6) {
      grid-column: span 1;
      grid-row: span 2; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 6) {
          -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
          order: 6; } }
      .galley-item:nth-child(11n + 6) .in {
        background-color: #E1A20F; }
    .galley-item:nth-child(11n + 7) {
      grid-column: span 1;
      grid-row: span 2; }
      @media screen and (max-width: 1200px) {
        .galley-item:nth-child(11n + 7) {
          grid-row: span 1; } }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 7) {
          -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
          order: 8; } }
    .galley-item:nth-child(11n + 8) {
      grid-column: span 2;
      grid-row: span 2; }
      @media screen and (max-width: 1000px) {
        .galley-item:nth-child(11n + 8) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: calc(8/12 * 100%) !important; } }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 8) {
          -webkit-box-ordinal-group: 12;
          -ms-flex-order: 11;
          order: 11;
          width: 100% !important; } }
      .galley-item:nth-child(11n + 8) .in {
        background-color: #7C402E; }
        .galley-item:nth-child(11n + 8) .in .txt {
          width: 50rem;
          max-width: 100%;
          margin: auto;
          text-wrap: balance; }
          @media screen and (max-width: 1400px) {
            .galley-item:nth-child(11n + 8) .in .txt {
              width: 100%; } }
        .galley-item:nth-child(11n + 8) .in .galley-des {
          padding: 4rem 2rem; }
          @media screen and (max-width: 1200px) {
            .galley-item:nth-child(11n + 8) .in .galley-des {
              padding: 2rem; } }
    .galley-item:nth-child(11n + 9) {
      grid-column: span 1;
      grid-row: span 1; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 9) {
          -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
          order: 7; } }
    .galley-item:nth-child(11n + 10) {
      grid-column: span 1;
      grid-row: span 1; }
      @media screen and (max-width: 1200px) {
        .galley-item:nth-child(11n + 10) {
          grid-row: span 2; } }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n + 10) {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
    .galley-item:nth-child(11n) {
      grid-column: span 1;
      grid-row: span 1; }
      @media screen and (max-width: 550px) {
        .galley-item:nth-child(11n) {
          -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
          order: 10; } }

.sport {
  position: relative;
  --padb: 10rem;
  padding-bottom: calc((var(--padb))/2);
  background: radial-gradient(120.05% 52.38% at 61.98% 58.09%, #FFF 0%, #FEEFF1 100%);
  margin-bottom: 5rem; }
  @media screen and (max-width: 1200px) {
    .sport {
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 600px) {
    .sport {
      padding-bottom: 2.5rem;
      --padb: 7rem; } }
  .sport-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sport-wrap {
    padding-top: 20rem; }
    @media screen and (max-width: 1200px) {
      .sport-wrap {
        padding-top: 10rem; } }
    @media screen and (max-width: 950px) {
      .sport-wrap {
        padding-top: 5rem; } }
  @media screen and (max-width: 950px) {
    .sport-col {
      width: 100%; } }
  .sport-inner {
    position: relative; }
    .sport-inner::before {
      position: absolute;
      content: '';
      width: calc(100% + var(--remainder) + 3rem);
      margin-left: calc(-1 * (var(--remainder)/2 + 1.5rem));
      height: var(--padb);
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.3;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #F00), to(rgba(237, 27, 48, 0)));
      background: linear-gradient(180deg, #F00 20%, rgba(237, 27, 48, 0) 100%); }
      @media screen and (max-width: 1230px) {
        .sport-inner::before {
          width: calc(100% + 3rem);
          margin-left: -1.5rem; } }
  .sport-bn {
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%; }
  .sport-slogan {
    width: 60%;
    -webkit-transform: translate(-10rem, 2rem) scale(0);
    transform: translate(-10rem, 2rem) scale(0);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    margin-bottom: 1rem; }
    .sport-slogan.is-inview {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1; }
    .sport-slogan .in {
      width: 100%; }
      .sport-slogan .in img {
        width: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-animation: 1.4s linear 1s 1 normal both running jittery;
        animation: 1.4s linear 1s 1 normal both running jittery; }
  .sport-img {
    width: 95%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0; }
    .sport-img.is-inview {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1; }
      .sport-img.is-inview .decor-it {
        opacity: 1; }
        .sport-img.is-inview .decor-it:nth-child(1), .sport-img.is-inview .decor-it:nth-child(2), .sport-img.is-inview .decor-it:nth-child(3) {
          -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
          -webkit-transition-delay: 1s;
          transition-delay: 1s; }
    .sport-img .decor-it {
      position: absolute;
      -webkit-transition: all .7s ease;
      transition: all .7s ease;
      opacity: 0; }
      .sport-img .decor-it:nth-child(1) {
        width: 24%;
        top: -70%;
        left: 65%;
        -webkit-transform: translate(10%, 100%) scale(0.1);
        transform: translate(10%, 100%) scale(0.1); }
      .sport-img .decor-it:nth-child(2) {
        width: 18%;
        top: -40%;
        left: 55%;
        -webkit-transform: translate(20%, 50%) scale(0.1);
        transform: translate(20%, 50%) scale(0.1); }
      .sport-img .decor-it:nth-child(3) {
        width: 21%;
        top: -33%;
        left: 70%;
        -webkit-transform: translate(-20%, 60%) scale(0.1);
        transform: translate(-20%, 60%) scale(0.1); }
      .sport-img .decor-it img {
        width: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-animation: shakeY-Jelly 10s linear infinite;
        animation: shakeY-Jelly 10s linear infinite; }
  .sport-des {
    padding-bottom: calc(var(--padb) + 2rem); }
    @media screen and (max-width: 950px) {
      .sport-des {
        padding-bottom: 3rem; } }
    .sport-des-sup {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      .sport-des-sup .icon {
        width: 6.4rem;
        height: 6.4rem;
        display: none;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 1200px) {
          .sport-des-sup .icon {
            width: 4rem;
            height: 4rem; } }
        .sport-des-sup .icon img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
      .sport-des-sup .txt {
        color: #ED1B30;
        font-size: 2rem;
        text-align: left;
        font-style: italic;
        font-weight: 700;
        line-height: normal; }
        @media only screen and (max-width: 1200px) {
          .sport-des-sup .txt {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .sport-des-sup .txt {
            font-size: 1.6rem; } }
    .sport-des .mona-content {
      text-align: justify; }

.product {
  position: relative;
  padding-bottom: 10rem; }
  @media screen and (max-width: 1200px) {
    .product {
      padding-bottom: 5rem; } }
  .product-wrap {
    position: relative;
    z-index: 1; }
    .product-wrap.hidden .pin-spacer,
    .product-wrap.hidden .product-img,
    .product-wrap.hidden .product-head {
      display: none; }
    .product-wrap .pin-spacer {
      margin-bottom: 10rem !important; }
      @media screen and (max-width: 1200px) {
        .product-wrap .pin-spacer {
          margin-bottom: 5rem !important; } }
  @media screen and (max-width: 750px) {
    .product-col {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 751px) {
    .product-col:nth-child(1) .product-inner {
      display: none; } }
  @media screen and (max-width: 750px) {
    .product-col:nth-child(1) {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .product-col:nth-child(1) .product-inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .product-col:nth-child(1) .title {
        text-align: center; } }
  @media screen and (max-width: 750px) {
    .product-col:nth-child(2) {
      width: 40%; } }
  @media screen and (max-width: 470px) {
    .product-col:nth-child(2) {
      width: 70%; } }
  @media screen and (max-width: 750px) {
    .product-col:nth-child(3) {
      width: 60%; } }
  @media screen and (max-width: 470px) {
    .product-col:nth-child(3) {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .product-head {
    margin-bottom: 10rem; }
    @media screen and (max-width: 1200px) {
      .product-head {
        margin-bottom: 5rem; } }
  .product-img {
    width: 80%;
    padding: 0 1.4rem;
    margin: 0 auto; }
    .product-img.hidden {
      display: none; }
    @media screen and (max-width: 1300px) {
      .product-img {
        padding: 0; } }
    .product-img-in {
      display: block;
      padding-top: calc((800 / 1600) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      border-radius: 2.4rem; }
      @media screen and (max-width: 1200px) {
        .product-img-in {
          border-radius: 1.2rem; } }
      .product-img-in img,
      .product-img-in video,
      .product-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; }
  .product-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 750px) {
      .product-inner {
        display: none; } }
    .product-inner .item {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .product-inner .item:hover .inner, .product-inner .item.active .inner {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2); }
      .product-inner .item:hover .des, .product-inner .item.active .des {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible; }
        @media screen and (max-width: 700px) {
          .product-inner .item:hover .des, .product-inner .item.active .des {
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
      .product-inner .item .inner {
        padding: .8rem;
        border-radius: .8rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .8rem;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .product-inner .item .inner .icon {
          width: 4.8rem;
          height: 4.8rem;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-justify-content: center; }
      .product-inner .item .txt {
        font-size: 1.4rem;
        font-weight: 400;
        color: #191D24; }
      .product-inner .item .des {
        position: absolute;
        top: calc(100% + 1rem);
        padding: 1.2rem 0;
        background-color: #ffffff;
        border-radius: 1.6rem;
        width: 36rem;
        left: -1rem;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
        opacity: 0;
        visibility: hidden;
        color: #000000;
        font-size: 1.6rem;
        z-index: 1;
        font-family: var(--font-pri); }
        .product-inner .item .des .block {
          max-height: 10rem;
          overflow: hidden auto;
          padding: 0 1.2rem;
          margin-right: .3rem; }
          .product-inner .item .des .block::-webkit-scrollbar {
            width: .3rem; }
          @media screen and (max-width: 700px) {
            .product-inner .item .des .block {
              padding: 0 .6rem; } }
        @media screen and (max-width: 1200px) {
          .product-inner .item .des {
            width: 27.4rem;
            border-radius: 1.2rem;
            top: calc(100% + 1.2rem); } }
        @media screen and (max-width: 700px) {
          .product-inner .item .des {
            left: 50%;
            width: 22rem;
            -webkit-transform: translate(calc(-50% + 2rem), 0);
            transform: translate(calc(-50% + 2rem), 0);
            padding: .6rem 0; } }
        @media screen and (max-width: 600px) {
          .product-inner .item .des {
            width: 15rem; } }
        .product-inner .item .des::before {
          position: absolute;
          content: '';
          border-left: 1rem solid transparent;
          border-right: 1rem solid transparent;
          border-bottom: 1rem solid #ffffff;
          bottom: 100%;
          left: 2rem; }
          @media screen and (max-width: 1200px) {
            .product-inner .item .des::before {
              left: 1rem;
              border-width: 1.2rem; } }
          @media screen and (max-width: 700px) {
            .product-inner .item .des::before {
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
        .product-inner .item .des .tt {
          font-weight: 700;
          line-height: 120%; }
          @media screen and (max-width: 800px) {
            .product-inner .item .des .tt {
              font-weight: 600; } }
  .product-bdy .head {
    position: relative;
    z-index: 1; }
    .product-bdy .head .title-pri {
      text-transform: unset;
      margin-bottom: 0; }
      .product-bdy .head .title-pri span {
        color: #474646; }
  .product-desc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem; }
    @media screen and (max-width: 750px) {
      .product-desc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.2rem; } }
    .product-desc .title {
      margin-left: 1.4rem;
      margin-right: 1rem; }
      @media screen and (max-width: 750px) {
        .product-desc .title {
          margin: 0 0 1rem; } }
      .product-desc .title .txt {
        color: #5B6B86;
        font-size: 1.8rem;
        font-weight: 700; }
        @media only screen and (max-width: 1200px) {
          .product-desc .title .txt {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .product-desc .title .txt {
            font-size: 1.5rem; } }
        @media screen and (max-width: 600px) {
          .product-desc .title .txt {
            font-size: 1.4rem; } }
    .product-desc .title-pri {
      font-family: var(--font-sec);
      font-weight: 400; }
    .product-desc .txt.sec {
      font-style: italic;
      font-size: 1.4rem; }
  .product-imgs {
    position: relative;
    width: 100%;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      .product-imgs {
        pointer-events: none; } }
    .product-imgs .magnify {
      width: 100%;
      display: block;
      padding-top: calc((328 / 384) * 100%);
      position: relative;
      overflow: hidden; }
    .product-imgs img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .product-intro {
    padding: 1.6rem;
    position: relative;
    z-index: 1; }
    .product-intro::before {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: calc(100% + 8.4rem);
      background-color: #ffffff;
      z-index: -1;
      border-radius: 1.6rem; }
    .product-intro .list {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 3.2rem; }
      @media screen and (max-width: 1200px) {
        .product-intro .list {
          gap: 1rem; } }
    .product-intro .des {
      margin-bottom: 2.4rem; }
      @media screen and (max-width: 1200px) {
        .product-intro .des {
          margin-bottom: 1.2rem; } }
    .product-intro-head {
      padding: .8rem 0;
      border-bottom: 0.1rem solid #ED1B30;
      margin-bottom: 1rem;
      color: #ED1B30;
      font-weight: 700;
      font-size: 2rem; }
      @media only screen and (max-width: 1200px) {
        .product-intro-head {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .product-intro-head {
          font-size: 1.6rem; } }
  .product-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-bg {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 136%;
    width: 100%;
    left: 0;
    z-index: -1; }
    @media screen and (min-width: 1700px) and (max-width: 1999px) {
      .product-bg {
        height: 146%; } }
    @media screen and (max-width: 1000px) {
      .product-bg {
        height: 140%; } }
    .product-bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
  .product-item {
    padding: 5rem 0 10rem;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .product-item {
        padding: 4rem 0 8rem; } }
    @media screen and (max-width: 700px) {
      .product-item {
        padding: 5rem 0; } }
    .product-item.pri .product-bg, .product-item:nth-child(4n + 1) .product-bg {
      height: 200%;
      -webkit-transform: translateY(-30%);
      transform: translateY(-30%); }
    .product-item.pri .title-pri, .product-item:nth-child(4n + 1) .title-pri {
      color: #814330; }
    .product-item.sec .title-pri, .product-item:nth-child(4n + 2) .title-pri {
      color: #EE6C31; }
    .product-item.third .title-pri, .product-item:nth-child(4n + 3) .title-pri {
      color: #F8B315; }
    .product-item.four::before, .product-item:nth-child(4n)::before {
      position: absolute;
      content: '';
      background-color: #ffffff;
      height: 100%;
      top: 70%;
      width: 100%;
      left: 0;
      right: 0;
      z-index: -1; }
    .product-item.four .title-pri, .product-item:nth-child(4n) .title-pri {
      color: #E0192D; }
  .product-int {
    width: 86rem;
    max-width: 100%;
    padding: 1.2rem 2rem;
    margin: -2rem auto 2rem;
    text-align: left;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .product-int {
        margin: 2rem auto; } }
    @media screen and (max-width: 800px) {
      .product-int {
        margin: -1rem auto 1rem; } }
    .product-int::before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: -1;
      border-radius: 10rem 0px 10rem 0px;
      background: var(--Pinkee, linear-gradient(90deg, #FFFEF9 28.3%, rgba(255, 249, 249, 0) 175.24%), #FED7D7); }
    .product-int::after {
      position: absolute;
      content: '';
      left: 0;
      width: 98%;
      bottom: 0;
      top: 0;
      -webkit-transform: translate(2rem, 1rem) rotate(2deg);
      transform: translate(2rem, 1rem) rotate(2deg);
      z-index: -2;
      border-radius: 20rem 0px;
      background: var(--Pinkee-02, linear-gradient(90deg, rgba(255, 249, 249, 0) 46.44%, #FFFEF9 175.24%), #FED7D7); }
      @media screen and (max-width: 1200px) {
        .product-int::after {
          -webkit-transform: translate(2rem, 2rem) rotate(3deg);
          transform: translate(2rem, 2rem) rotate(3deg); } }
      @media screen and (max-width: 900px) {
        .product-int::after {
          -webkit-transform: translate(1rem, 2rem) rotate(2 deg);
          transform: translate(1rem, 2rem) rotate(2 deg);
          width: 94%;
          display: none; } }
    @media screen and (max-width: 800px) {
      .product-int {
        margin: -2rem auto 1rem;
        padding: 3rem 2.2rem; } }
    .product-int .title-pri {
      color: #474646;
      text-wrap: pretty;
      font-size: 2.4rem;
      font-weight: 400; }
      @media only screen and (max-width: 1200px) {
        .product-int .title-pri {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .product-int .title-pri {
          font-size: 1.7rem; } }
      .product-int .title-pri span {
        color: #474646 !important; }
      @media screen and (max-width: 600px) {
        .product-int .title-pri {
          font-size: 2rem; } }

.quality {
  position: relative;
  padding: 0 0 3rem;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .quality {
      padding: 0 0 3rem; } }
  .quality .title-pri span {
    font-family: var(--font-sec) !important; }
  .quality-slider {
    overflow: hidden; }
    .quality-slider .swiper {
      padding: 1rem;
      overflow: visible; }
  .quality-img {
    position: relative;
    width: 100%;
    display: block;
    padding-top: calc((552 / 342) * 100%);
    position: relative;
    overflow: hidden; }
    .quality-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; }
  .quality-item {
    padding: 2rem;
    cursor: pointer;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .quality-item {
        padding: 1rem; } }
    .quality-item .btn-zoom,
    .quality-item .btn-down {
      width: 2.4rem;
      height: 2.4rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .quality-item .btn-zoom:hover,
      .quality-item .btn-down:hover {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); }
      .quality-item .btn-zoom img,
      .quality-item .btn-down img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .quality-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media screen and (max-width: 900px) {
    .quality-col {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .quality-col {
      width: 100%; } }
  .quality-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
    gap: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      .quality-btn {
        opacity: 1;
        visibility: visible; } }

.btn-shop {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .btn-shop:hover .txt {
    color: #ED1B30; }
  .btn-shop:hover .icon {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem); }
  .btn-shop .txt {
    font-size: 1.6rem;
    color: #474646;
    font-weight: 700;
    font-family: var(--font-pri);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-shop .icon {
    width: 3.4rem;
    height: 3.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .btn-shop .icon img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }

.btn-arr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .btn-arr:hover .txt {
    color: #ED1B30; }
  .btn-arr:hover .icon {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem); }
  .btn-arr .txt {
    font-size: 1.6rem;
    color: #474646;
    font-weight: 700;
    font-family: var(--font-pri);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-arr .icon {
    width: 3.4rem;
    height: 3.4rem;
    border: 0.1rem solid #ED1B30;
    border-radius: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .btn-arr .icon img {
      width: 1.6rem;
      height: 1.6rem;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }

@media screen and (max-width: 800px) {
  .magnify-lens {
    display: none !important; } }

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

.form-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem;
  border-radius: 0 !important; }

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

.form-lb {
  color: #474646;
  font-size: 1.6rem;
  font-family: var(--font-pri);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }
  .form-lb.text1 {
    opacity: .8;
    text-transform: uppercase; }
  .form-lb.speci {
    position: relative; }
    .form-lb.speci::after {
      content: '*';
      color: red;
      margin-left: .4rem; }

.form-ip {
  border-radius: 0 !important; }
  .form-ip .wpcf7-form-control-wrap {
    border-radius: 0 !important; }

.form-input {
  height: 5.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-pri);
  font-weight: 400;
  font-size: 2rem;
  color: #474646;
  padding: 1rem 1.2rem 1rem 1.6rem;
  background-color: #ffffff;
  border: none;
  outline: none;
  border-radius: 0 !important; }
  @media only screen and (max-width: 1200px) {
    .form-input {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .form-input {
      font-size: 1.6rem; } }
  @media screen and (max-width: 1200px) {
    .form-input {
      padding: 1rem;
      font-size: 1.6rem;
      height: 4.8rem; } }
  @media screen and (max-width: 800px) {
    .form-input {
      height: 4.2rem; } }
  .form-input::-webkit-input-placeholder {
    font-family: var(--font-pri);
    font-weight: 400;
    font-size: 2rem;
    color: rgba(237, 27, 48, 0.5); }
  .form-input::-moz-placeholder {
    font-family: var(--font-pri);
    font-weight: 400;
    font-size: 2rem;
    color: rgba(237, 27, 48, 0.5); }
  .form-input::-ms-input-placeholder {
    font-family: var(--font-pri);
    font-weight: 400;
    font-size: 2rem;
    color: rgba(237, 27, 48, 0.5); }
  .form-input::placeholder {
    font-family: var(--font-pri);
    font-weight: 400;
    font-size: 2rem;
    color: rgba(237, 27, 48, 0.5); }
    @media only screen and (max-width: 1200px) {
      .form-input::-webkit-input-placeholder {
        font-size: 1.8rem; }
      .form-input::-moz-placeholder {
        font-size: 1.8rem; }
      .form-input::-ms-input-placeholder {
        font-size: 1.8rem; }
      .form-input::placeholder {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .form-input::-webkit-input-placeholder {
        font-size: 1.6rem; }
      .form-input::-moz-placeholder {
        font-size: 1.6rem; }
      .form-input::-ms-input-placeholder {
        font-size: 1.6rem; }
      .form-input::placeholder {
        font-size: 1.6rem; } }
    @media screen and (max-width: 1200px) {
      .form-input::-webkit-input-placeholder {
        font-size: 1.6rem; }
      .form-input::-moz-placeholder {
        font-size: 1.6rem; }
      .form-input::-ms-input-placeholder {
        font-size: 1.6rem; }
      .form-input::placeholder {
        font-size: 1.6rem; } }

input::-webkit-autofill,
input::-webkit-autofill:hover,
input::-webkit-autofill:focus,
input::-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #000 !important; }

input:-internal-autofill-selected {
  background-color: transparent !important; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FED7D7 inset !important;
  -webkit-text-fill-color: #000 !important;
  background-clip: padding-box; }

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