@charset "UTF-8";
/* CORE - MIXINS*/
@import "../libs/fontawesome/css/all.min.css";
@import "../js/libs/import/gallery/lightgallery.min.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;
}

/* HTML5 display-role reset for older browsers */
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;
}

*::before,
*::after {
  box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*GRID - media queries breakpoints*/
:root {
  --h1-fs: 4rem;
  --h1-lh: 1.3;
  --h2-fs: 3.2rem;
  --h2-lh: 1.25;
  --h3-fs: 2.4rem;
  --h3-lh: 1.25;
  --h4-fs: 2rem;
  --h4-lh: 1.25;
  --h5-fs: 1.6rem;
  --h5-lh: 1.5;
  --body14-fs: 1.4rem;
  --body14-lh: 1.5;
  --container-padding-x: 3rem;
  --height-button: 56px;
  --ptop: 150px;
  --pd-section: 8rem;
  --pd-section-sm: calc(var(--pd-section) / 2);
}
@media (max-width: 767.98px) {
  :root {
    --h1-fs: 3.2rem;
    --h2-fs: 2.4rem;
    --h3-fs: 2rem;
    --h4-fs: 1.6rem;
    --h5-fs: 1.5rem;
    --gap: 20px;
    --height-header: 70px;
    --pd-section: 50px;
    --ptop: 120px;
    --pd-section: 6rem;
    --container-padding-x: 2rem;
  }
}
@media (max-width: 575.98px) {
  :root {
    --h1-fs: 2.8rem;
    --h2-fs: 2.2rem;
    --pd-section: 4rem;
    --body14-fs: 1.3rem;
  }
}

.c-current {
  color: currentColor;
}

.c-white {
  color: #fafafa;
}

.bg-white {
  background-color: #fafafa;
}

.c-current {
  color: currentColor;
}

.c-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.c-current {
  color: currentColor;
}

.c-primary {
  color: #1A1A1A;
}

.bg-primary {
  background-color: #1A1A1A;
}

.c-current {
  color: currentColor;
}

.c-light {
  color: #808080;
}

.bg-light {
  background-color: #808080;
}

@-ms-viewport {
  width: device-width;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 0.2rem;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background: #d64d3c;
}

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

body {
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  margin: auto;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  font-family: "SF Pro Display";
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
  color: #333;
  text-transform: none;
  background: #fff;
  position: relative;
  touch-action: pan-y;
}
body.menu-is-show {
  position: fixed;
}
body.menu-is-show .header {
  background-color: #fafafa;
}
body.popup-is-show {
  overflow: hidden;
}
body .pt-sc,
body .py-sc {
  padding-top: var(--pd-section);
}
body .pb-sc,
body .py-sc {
  padding-bottom: var(--pd-section);
}
body .pt-sc-sm,
body .py-sc-sm {
  padding-top: var(--pd-section-sm);
}
body .pb-sc-sm,
body .py-sc-sm {
  padding-bottom: var(--pd-section-sm);
}
body .container,
body .container-fluid {
  width: 100%;
  padding-right: calc(var(--container-padding-x) * 0.5);
  padding-left: calc(var(--container-padding-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  body .container-fluid {
    padding-right: var(--container-padding-x);
    padding-left: var(--container-padding-x);
  }
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 123rem;
  }
}
body main {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}
body main section {
  position: relative;
}
body footer {
  margin-top: auto;
}
@-webkit-keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bounceY {
  0% {
    transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  60% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  100% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
@-moz-keyframes bounceY {
  0% {
    transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  60% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  100% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
@-ms-keyframes bounceY {
  0% {
    transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  60% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  100% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
@-o-keyframes bounceY {
  0% {
    transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  60% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  100% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
@keyframes bounceY {
  0% {
    transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  60% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
  }
  100% {
    transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-ms-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-o-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
    -webkit-transform: translateX(-3rem);
    -moz-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    -o-transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-moz-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
    -webkit-transform: translateX(-3rem);
    -moz-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    -o-transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
    -webkit-transform: translateX(-3rem);
    -moz-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    -o-transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-o-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
    -webkit-transform: translateX(-3rem);
    -moz-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    -o-transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
    -webkit-transform: translateX(-3rem);
    -moz-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    -o-transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-moz-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-o-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-webkit-keyframes scaleTop {
  0% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    -ms-transform: scale(1.25) translateY(-15px);
    -o-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    opacity: 0.2;
  }
  100% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
    -ms-transform-origin: 50% 16%;
    -o-transform-origin: 50% 16%;
    opacity: 1;
  }
}
@-moz-keyframes scaleTop {
  0% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    -ms-transform: scale(1.25) translateY(-15px);
    -o-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    opacity: 0.2;
  }
  100% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
    -ms-transform-origin: 50% 16%;
    -o-transform-origin: 50% 16%;
    opacity: 1;
  }
}
@-ms-keyframes scaleTop {
  0% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    -ms-transform: scale(1.25) translateY(-15px);
    -o-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    opacity: 0.2;
  }
  100% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
    -ms-transform-origin: 50% 16%;
    -o-transform-origin: 50% 16%;
    opacity: 1;
  }
}
@-o-keyframes scaleTop {
  0% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    -ms-transform: scale(1.25) translateY(-15px);
    -o-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    opacity: 0.2;
  }
  100% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
    -ms-transform-origin: 50% 16%;
    -o-transform-origin: 50% 16%;
    opacity: 1;
  }
}
@keyframes scaleTop {
  0% {
    transform: scale(1.25) translateY(-15px);
    -webkit-transform: scale(1.25) translateY(-15px);
    -moz-transform: scale(1.25) translateY(-15px);
    -ms-transform: scale(1.25) translateY(-15px);
    -o-transform: scale(1.25) translateY(-15px);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    opacity: 0.2;
  }
  100% {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
    -webkit-transform-origin: 50% 16%;
    -moz-transform-origin: 50% 16%;
    -ms-transform-origin: 50% 16%;
    -o-transform-origin: 50% 16%;
    opacity: 1;
  }
}
@-webkit-keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-35deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(35deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-35deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(35deg) scale(1.1) skew(1deg);
  }
  50% {
    transform: rotate(-35%) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(35%) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes grows {
  from {
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes zoomInSlow {
  from {
    transform: translate(-50%, -50%) scale(1.2);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes zoomIns {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(10rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 0.4;
  }
}
@keyframes zoomOutSlow {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes DownUp2 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes fadeLeftLong {
  from {
    transform: translateX(10rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5;
  }
  50% {
    left: 25%;
    opacity: 0.25;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(0.4rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes zoomTo {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes tabUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tabDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes tabRight {
  from {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes tabLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
} /**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-right: auto;
  padding-left: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 375.98px) {
  .p-auto-xxs {
    padding: auto;
  }
  .pt-auto-xxs {
    padding-top: auto;
  }
  .pr-auto-xxs {
    padding-right: auto;
  }
  .pb-auto-xxs {
    padding-bottom: auto;
  }
  .pl-auto-xxs {
    padding-left: auto;
  }
  .px-auto-xxs {
    padding-right: auto;
    padding-left: auto;
  }
  .py-auto-xxs {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-auto-xxs {
    margin: auto;
  }
  .mt-auto-xxs {
    margin-top: auto;
  }
  .mr-auto-xxs {
    margin-right: auto;
  }
  .mb-auto-xxs {
    margin-bottom: auto;
  }
  .ml-auto-xxs {
    margin-left: auto;
  }
  .mx-auto-xxs {
    margin-right: auto;
    margin-left: auto;
  }
  .my-auto-xxs {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 575.98px) {
  .p-auto-xs {
    padding: auto;
  }
  .pt-auto-xs {
    padding-top: auto;
  }
  .pr-auto-xs {
    padding-right: auto;
  }
  .pb-auto-xs {
    padding-bottom: auto;
  }
  .pl-auto-xs {
    padding-left: auto;
  }
  .px-auto-xs {
    padding-right: auto;
    padding-left: auto;
  }
  .py-auto-xs {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-auto-xs {
    margin: auto;
  }
  .mt-auto-xs {
    margin-top: auto;
  }
  .mr-auto-xs {
    margin-right: auto;
  }
  .mb-auto-xs {
    margin-bottom: auto;
  }
  .ml-auto-xs {
    margin-left: auto;
  }
  .mx-auto-xs {
    margin-right: auto;
    margin-left: auto;
  }
  .my-auto-xs {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 767.98px) {
  .p-auto-sm {
    padding: auto;
  }
  .pt-auto-sm {
    padding-top: auto;
  }
  .pr-auto-sm {
    padding-right: auto;
  }
  .pb-auto-sm {
    padding-bottom: auto;
  }
  .pl-auto-sm {
    padding-left: auto;
  }
  .px-auto-sm {
    padding-right: auto;
    padding-left: auto;
  }
  .py-auto-sm {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-auto-sm {
    margin: auto;
  }
  .mt-auto-sm {
    margin-top: auto;
  }
  .mr-auto-sm {
    margin-right: auto;
  }
  .mb-auto-sm {
    margin-bottom: auto;
  }
  .ml-auto-sm {
    margin-left: auto;
  }
  .mx-auto-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .my-auto-sm {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 991.98px) {
  .p-auto-md {
    padding: auto;
  }
  .pt-auto-md {
    padding-top: auto;
  }
  .pr-auto-md {
    padding-right: auto;
  }
  .pb-auto-md {
    padding-bottom: auto;
  }
  .pl-auto-md {
    padding-left: auto;
  }
  .px-auto-md {
    padding-right: auto;
    padding-left: auto;
  }
  .py-auto-md {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-auto-md {
    margin: auto;
  }
  .mt-auto-md {
    margin-top: auto;
  }
  .mr-auto-md {
    margin-right: auto;
  }
  .mb-auto-md {
    margin-bottom: auto;
  }
  .ml-auto-md {
    margin-left: auto;
  }
  .mx-auto-md {
    margin-right: auto;
    margin-left: auto;
  }
  .my-auto-md {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 1199.98px) {
  .p-auto-lg {
    padding: auto;
  }
  .pt-auto-lg {
    padding-top: auto;
  }
  .pr-auto-lg {
    padding-right: auto;
  }
  .pb-auto-lg {
    padding-bottom: auto;
  }
  .pl-auto-lg {
    padding-left: auto;
  }
  .px-auto-lg {
    padding-right: auto;
    padding-left: auto;
  }
  .py-auto-lg {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-auto-lg {
    margin: auto;
  }
  .mt-auto-lg {
    margin-top: auto;
  }
  .mr-auto-lg {
    margin-right: auto;
  }
  .mb-auto-lg {
    margin-bottom: auto;
  }
  .ml-auto-lg {
    margin-left: auto;
  }
  .mx-auto-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .my-auto-lg {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 1399.98px) {
  .p-auto-xl {
    padding: auto;
  }
  .pt-auto-xl {
    padding-top: auto;
  }
  .pr-auto-xl {
    padding-right: auto;
  }
  .pb-auto-xl {
    padding-bottom: auto;
  }
  .pl-auto-xl {
    padding-left: auto;
  }
  .px-auto-xl {
    padding-right: auto;
    padding-left: auto;
  }
  .py-auto-xl {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-auto-xl {
    margin: auto;
  }
  .mt-auto-xl {
    margin-top: auto;
  }
  .mr-auto-xl {
    margin-right: auto;
  }
  .mb-auto-xl {
    margin-bottom: auto;
  }
  .ml-auto-xl {
    margin-left: auto;
  }
  .mx-auto-xl {
    margin-right: auto;
    margin-left: auto;
  }
  .my-auto-xl {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

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

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 375.98px) {
  .p-0-xxs {
    padding: 0;
  }
  .pt-0-xxs {
    padding-top: 0;
  }
  .pr-0-xxs {
    padding-right: 0;
  }
  .pb-0-xxs {
    padding-bottom: 0;
  }
  .pl-0-xxs {
    padding-left: 0;
  }
  .px-0-xxs {
    padding-right: 0;
    padding-left: 0;
  }
  .py-0-xxs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-0-xxs {
    margin: 0;
  }
  .mt-0-xxs {
    margin-top: 0;
  }
  .mr-0-xxs {
    margin-right: 0;
  }
  .mb-0-xxs {
    margin-bottom: 0;
  }
  .ml-0-xxs {
    margin-left: 0;
  }
  .mx-0-xxs {
    margin-right: 0;
    margin-left: 0;
  }
  .my-0-xxs {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .p-0-xs {
    padding: 0;
  }
  .pt-0-xs {
    padding-top: 0;
  }
  .pr-0-xs {
    padding-right: 0;
  }
  .pb-0-xs {
    padding-bottom: 0;
  }
  .pl-0-xs {
    padding-left: 0;
  }
  .px-0-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .py-0-xs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-0-xs {
    margin: 0;
  }
  .mt-0-xs {
    margin-top: 0;
  }
  .mr-0-xs {
    margin-right: 0;
  }
  .mb-0-xs {
    margin-bottom: 0;
  }
  .ml-0-xs {
    margin-left: 0;
  }
  .mx-0-xs {
    margin-right: 0;
    margin-left: 0;
  }
  .my-0-xs {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .p-0-sm {
    padding: 0;
  }
  .pt-0-sm {
    padding-top: 0;
  }
  .pr-0-sm {
    padding-right: 0;
  }
  .pb-0-sm {
    padding-bottom: 0;
  }
  .pl-0-sm {
    padding-left: 0;
  }
  .px-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .py-0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-0-sm {
    margin: 0;
  }
  .mt-0-sm {
    margin-top: 0;
  }
  .mr-0-sm {
    margin-right: 0;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .ml-0-sm {
    margin-left: 0;
  }
  .mx-0-sm {
    margin-right: 0;
    margin-left: 0;
  }
  .my-0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .p-0-md {
    padding: 0;
  }
  .pt-0-md {
    padding-top: 0;
  }
  .pr-0-md {
    padding-right: 0;
  }
  .pb-0-md {
    padding-bottom: 0;
  }
  .pl-0-md {
    padding-left: 0;
  }
  .px-0-md {
    padding-right: 0;
    padding-left: 0;
  }
  .py-0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-0-md {
    margin: 0;
  }
  .mt-0-md {
    margin-top: 0;
  }
  .mr-0-md {
    margin-right: 0;
  }
  .mb-0-md {
    margin-bottom: 0;
  }
  .ml-0-md {
    margin-left: 0;
  }
  .mx-0-md {
    margin-right: 0;
    margin-left: 0;
  }
  .my-0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .p-0-lg {
    padding: 0;
  }
  .pt-0-lg {
    padding-top: 0;
  }
  .pr-0-lg {
    padding-right: 0;
  }
  .pb-0-lg {
    padding-bottom: 0;
  }
  .pl-0-lg {
    padding-left: 0;
  }
  .px-0-lg {
    padding-right: 0;
    padding-left: 0;
  }
  .py-0-lg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-0-lg {
    margin: 0;
  }
  .mt-0-lg {
    margin-top: 0;
  }
  .mr-0-lg {
    margin-right: 0;
  }
  .mb-0-lg {
    margin-bottom: 0;
  }
  .ml-0-lg {
    margin-left: 0;
  }
  .mx-0-lg {
    margin-right: 0;
    margin-left: 0;
  }
  .my-0-lg {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1399.98px) {
  .p-0-xl {
    padding: 0;
  }
  .pt-0-xl {
    padding-top: 0;
  }
  .pr-0-xl {
    padding-right: 0;
  }
  .pb-0-xl {
    padding-bottom: 0;
  }
  .pl-0-xl {
    padding-left: 0;
  }
  .px-0-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .py-0-xl {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-0-xl {
    margin: 0;
  }
  .mt-0-xl {
    margin-top: 0;
  }
  .mr-0-xl {
    margin-right: 0;
  }
  .mb-0-xl {
    margin-bottom: 0;
  }
  .ml-0-xl {
    margin-left: 0;
  }
  .mx-0-xl {
    margin-right: 0;
    margin-left: 0;
  }
  .my-0-xl {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-1 {
  padding: 0.4rem;
}

.pt-1 {
  padding-top: 0.4rem;
}

.pr-1 {
  padding-right: 0.4rem;
}

.pb-1 {
  padding-bottom: 0.4rem;
}

.pl-1 {
  padding-left: 0.4rem;
}

.px-1 {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.py-1 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.m-1 {
  margin: 0.4rem;
}

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

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

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

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

.mx-1 {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}

.my-1 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 375.98px) {
  .p-1-xxs {
    padding: 0.4rem;
  }
  .pt-1-xxs {
    padding-top: 0.4rem;
  }
  .pr-1-xxs {
    padding-right: 0.4rem;
  }
  .pb-1-xxs {
    padding-bottom: 0.4rem;
  }
  .pl-1-xxs {
    padding-left: 0.4rem;
  }
  .px-1-xxs {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .py-1-xxs {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .m-1-xxs {
    margin: 0.4rem;
  }
  .mt-1-xxs {
    margin-top: 0.4rem;
  }
  .mr-1-xxs {
    margin-right: 0.4rem;
  }
  .mb-1-xxs {
    margin-bottom: 0.4rem;
  }
  .ml-1-xxs {
    margin-left: 0.4rem;
  }
  .mx-1-xxs {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .my-1-xxs {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 575.98px) {
  .p-1-xs {
    padding: 0.4rem;
  }
  .pt-1-xs {
    padding-top: 0.4rem;
  }
  .pr-1-xs {
    padding-right: 0.4rem;
  }
  .pb-1-xs {
    padding-bottom: 0.4rem;
  }
  .pl-1-xs {
    padding-left: 0.4rem;
  }
  .px-1-xs {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .py-1-xs {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .m-1-xs {
    margin: 0.4rem;
  }
  .mt-1-xs {
    margin-top: 0.4rem;
  }
  .mr-1-xs {
    margin-right: 0.4rem;
  }
  .mb-1-xs {
    margin-bottom: 0.4rem;
  }
  .ml-1-xs {
    margin-left: 0.4rem;
  }
  .mx-1-xs {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .my-1-xs {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767.98px) {
  .p-1-sm {
    padding: 0.4rem;
  }
  .pt-1-sm {
    padding-top: 0.4rem;
  }
  .pr-1-sm {
    padding-right: 0.4rem;
  }
  .pb-1-sm {
    padding-bottom: 0.4rem;
  }
  .pl-1-sm {
    padding-left: 0.4rem;
  }
  .px-1-sm {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .py-1-sm {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .m-1-sm {
    margin: 0.4rem;
  }
  .mt-1-sm {
    margin-top: 0.4rem;
  }
  .mr-1-sm {
    margin-right: 0.4rem;
  }
  .mb-1-sm {
    margin-bottom: 0.4rem;
  }
  .ml-1-sm {
    margin-left: 0.4rem;
  }
  .mx-1-sm {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .my-1-sm {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 991.98px) {
  .p-1-md {
    padding: 0.4rem;
  }
  .pt-1-md {
    padding-top: 0.4rem;
  }
  .pr-1-md {
    padding-right: 0.4rem;
  }
  .pb-1-md {
    padding-bottom: 0.4rem;
  }
  .pl-1-md {
    padding-left: 0.4rem;
  }
  .px-1-md {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .py-1-md {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .m-1-md {
    margin: 0.4rem;
  }
  .mt-1-md {
    margin-top: 0.4rem;
  }
  .mr-1-md {
    margin-right: 0.4rem;
  }
  .mb-1-md {
    margin-bottom: 0.4rem;
  }
  .ml-1-md {
    margin-left: 0.4rem;
  }
  .mx-1-md {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .my-1-md {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1199.98px) {
  .p-1-lg {
    padding: 0.4rem;
  }
  .pt-1-lg {
    padding-top: 0.4rem;
  }
  .pr-1-lg {
    padding-right: 0.4rem;
  }
  .pb-1-lg {
    padding-bottom: 0.4rem;
  }
  .pl-1-lg {
    padding-left: 0.4rem;
  }
  .px-1-lg {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .py-1-lg {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .m-1-lg {
    margin: 0.4rem;
  }
  .mt-1-lg {
    margin-top: 0.4rem;
  }
  .mr-1-lg {
    margin-right: 0.4rem;
  }
  .mb-1-lg {
    margin-bottom: 0.4rem;
  }
  .ml-1-lg {
    margin-left: 0.4rem;
  }
  .mx-1-lg {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .my-1-lg {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1399.98px) {
  .p-1-xl {
    padding: 0.4rem;
  }
  .pt-1-xl {
    padding-top: 0.4rem;
  }
  .pr-1-xl {
    padding-right: 0.4rem;
  }
  .pb-1-xl {
    padding-bottom: 0.4rem;
  }
  .pl-1-xl {
    padding-left: 0.4rem;
  }
  .px-1-xl {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .py-1-xl {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .m-1-xl {
    margin: 0.4rem;
  }
  .mt-1-xl {
    margin-top: 0.4rem;
  }
  .mr-1-xl {
    margin-right: 0.4rem;
  }
  .mb-1-xl {
    margin-bottom: 0.4rem;
  }
  .ml-1-xl {
    margin-left: 0.4rem;
  }
  .mx-1-xl {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .my-1-xl {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.p-2 {
  padding: 0.8rem;
}

.pt-2 {
  padding-top: 0.8rem;
}

.pr-2 {
  padding-right: 0.8rem;
}

.pb-2 {
  padding-bottom: 0.8rem;
}

.pl-2 {
  padding-left: 0.8rem;
}

.px-2 {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.py-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.m-2 {
  margin: 0.8rem;
}

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

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

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

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

.mx-2 {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
}

.my-2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 375.98px) {
  .p-2-xxs {
    padding: 0.8rem;
  }
  .pt-2-xxs {
    padding-top: 0.8rem;
  }
  .pr-2-xxs {
    padding-right: 0.8rem;
  }
  .pb-2-xxs {
    padding-bottom: 0.8rem;
  }
  .pl-2-xxs {
    padding-left: 0.8rem;
  }
  .px-2-xxs {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .py-2-xxs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .m-2-xxs {
    margin: 0.8rem;
  }
  .mt-2-xxs {
    margin-top: 0.8rem;
  }
  .mr-2-xxs {
    margin-right: 0.8rem;
  }
  .mb-2-xxs {
    margin-bottom: 0.8rem;
  }
  .ml-2-xxs {
    margin-left: 0.8rem;
  }
  .mx-2-xxs {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .my-2-xxs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .p-2-xs {
    padding: 0.8rem;
  }
  .pt-2-xs {
    padding-top: 0.8rem;
  }
  .pr-2-xs {
    padding-right: 0.8rem;
  }
  .pb-2-xs {
    padding-bottom: 0.8rem;
  }
  .pl-2-xs {
    padding-left: 0.8rem;
  }
  .px-2-xs {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .py-2-xs {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .m-2-xs {
    margin: 0.8rem;
  }
  .mt-2-xs {
    margin-top: 0.8rem;
  }
  .mr-2-xs {
    margin-right: 0.8rem;
  }
  .mb-2-xs {
    margin-bottom: 0.8rem;
  }
  .ml-2-xs {
    margin-left: 0.8rem;
  }
  .mx-2-xs {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .my-2-xs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .p-2-sm {
    padding: 0.8rem;
  }
  .pt-2-sm {
    padding-top: 0.8rem;
  }
  .pr-2-sm {
    padding-right: 0.8rem;
  }
  .pb-2-sm {
    padding-bottom: 0.8rem;
  }
  .pl-2-sm {
    padding-left: 0.8rem;
  }
  .px-2-sm {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .py-2-sm {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .m-2-sm {
    margin: 0.8rem;
  }
  .mt-2-sm {
    margin-top: 0.8rem;
  }
  .mr-2-sm {
    margin-right: 0.8rem;
  }
  .mb-2-sm {
    margin-bottom: 0.8rem;
  }
  .ml-2-sm {
    margin-left: 0.8rem;
  }
  .mx-2-sm {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .my-2-sm {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .p-2-md {
    padding: 0.8rem;
  }
  .pt-2-md {
    padding-top: 0.8rem;
  }
  .pr-2-md {
    padding-right: 0.8rem;
  }
  .pb-2-md {
    padding-bottom: 0.8rem;
  }
  .pl-2-md {
    padding-left: 0.8rem;
  }
  .px-2-md {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .py-2-md {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .m-2-md {
    margin: 0.8rem;
  }
  .mt-2-md {
    margin-top: 0.8rem;
  }
  .mr-2-md {
    margin-right: 0.8rem;
  }
  .mb-2-md {
    margin-bottom: 0.8rem;
  }
  .ml-2-md {
    margin-left: 0.8rem;
  }
  .mx-2-md {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .my-2-md {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1199.98px) {
  .p-2-lg {
    padding: 0.8rem;
  }
  .pt-2-lg {
    padding-top: 0.8rem;
  }
  .pr-2-lg {
    padding-right: 0.8rem;
  }
  .pb-2-lg {
    padding-bottom: 0.8rem;
  }
  .pl-2-lg {
    padding-left: 0.8rem;
  }
  .px-2-lg {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .py-2-lg {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .m-2-lg {
    margin: 0.8rem;
  }
  .mt-2-lg {
    margin-top: 0.8rem;
  }
  .mr-2-lg {
    margin-right: 0.8rem;
  }
  .mb-2-lg {
    margin-bottom: 0.8rem;
  }
  .ml-2-lg {
    margin-left: 0.8rem;
  }
  .mx-2-lg {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .my-2-lg {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1399.98px) {
  .p-2-xl {
    padding: 0.8rem;
  }
  .pt-2-xl {
    padding-top: 0.8rem;
  }
  .pr-2-xl {
    padding-right: 0.8rem;
  }
  .pb-2-xl {
    padding-bottom: 0.8rem;
  }
  .pl-2-xl {
    padding-left: 0.8rem;
  }
  .px-2-xl {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .py-2-xl {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .m-2-xl {
    margin: 0.8rem;
  }
  .mt-2-xl {
    margin-top: 0.8rem;
  }
  .mr-2-xl {
    margin-right: 0.8rem;
  }
  .mb-2-xl {
    margin-bottom: 0.8rem;
  }
  .ml-2-xl {
    margin-left: 0.8rem;
  }
  .mx-2-xl {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .my-2-xl {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.p-3 {
  padding: 1.2rem;
}

.pt-3 {
  padding-top: 1.2rem;
}

.pr-3 {
  padding-right: 1.2rem;
}

.pb-3 {
  padding-bottom: 1.2rem;
}

.pl-3 {
  padding-left: 1.2rem;
}

.px-3 {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.py-3 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.m-3 {
  margin: 1.2rem;
}

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

.mr-3 {
  margin-right: 1.2rem;
}

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

.ml-3 {
  margin-left: 1.2rem;
}

.mx-3 {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

.my-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

@media (max-width: 375.98px) {
  .p-3-xxs {
    padding: 1.2rem;
  }
  .pt-3-xxs {
    padding-top: 1.2rem;
  }
  .pr-3-xxs {
    padding-right: 1.2rem;
  }
  .pb-3-xxs {
    padding-bottom: 1.2rem;
  }
  .pl-3-xxs {
    padding-left: 1.2rem;
  }
  .px-3-xxs {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .py-3-xxs {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .m-3-xxs {
    margin: 1.2rem;
  }
  .mt-3-xxs {
    margin-top: 1.2rem;
  }
  .mr-3-xxs {
    margin-right: 1.2rem;
  }
  .mb-3-xxs {
    margin-bottom: 1.2rem;
  }
  .ml-3-xxs {
    margin-left: 1.2rem;
  }
  .mx-3-xxs {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .my-3-xxs {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .p-3-xs {
    padding: 1.2rem;
  }
  .pt-3-xs {
    padding-top: 1.2rem;
  }
  .pr-3-xs {
    padding-right: 1.2rem;
  }
  .pb-3-xs {
    padding-bottom: 1.2rem;
  }
  .pl-3-xs {
    padding-left: 1.2rem;
  }
  .px-3-xs {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .py-3-xs {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .m-3-xs {
    margin: 1.2rem;
  }
  .mt-3-xs {
    margin-top: 1.2rem;
  }
  .mr-3-xs {
    margin-right: 1.2rem;
  }
  .mb-3-xs {
    margin-bottom: 1.2rem;
  }
  .ml-3-xs {
    margin-left: 1.2rem;
  }
  .mx-3-xs {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .my-3-xs {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .p-3-sm {
    padding: 1.2rem;
  }
  .pt-3-sm {
    padding-top: 1.2rem;
  }
  .pr-3-sm {
    padding-right: 1.2rem;
  }
  .pb-3-sm {
    padding-bottom: 1.2rem;
  }
  .pl-3-sm {
    padding-left: 1.2rem;
  }
  .px-3-sm {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .py-3-sm {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .m-3-sm {
    margin: 1.2rem;
  }
  .mt-3-sm {
    margin-top: 1.2rem;
  }
  .mr-3-sm {
    margin-right: 1.2rem;
  }
  .mb-3-sm {
    margin-bottom: 1.2rem;
  }
  .ml-3-sm {
    margin-left: 1.2rem;
  }
  .mx-3-sm {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .my-3-sm {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .p-3-md {
    padding: 1.2rem;
  }
  .pt-3-md {
    padding-top: 1.2rem;
  }
  .pr-3-md {
    padding-right: 1.2rem;
  }
  .pb-3-md {
    padding-bottom: 1.2rem;
  }
  .pl-3-md {
    padding-left: 1.2rem;
  }
  .px-3-md {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .py-3-md {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .m-3-md {
    margin: 1.2rem;
  }
  .mt-3-md {
    margin-top: 1.2rem;
  }
  .mr-3-md {
    margin-right: 1.2rem;
  }
  .mb-3-md {
    margin-bottom: 1.2rem;
  }
  .ml-3-md {
    margin-left: 1.2rem;
  }
  .mx-3-md {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .my-3-md {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1199.98px) {
  .p-3-lg {
    padding: 1.2rem;
  }
  .pt-3-lg {
    padding-top: 1.2rem;
  }
  .pr-3-lg {
    padding-right: 1.2rem;
  }
  .pb-3-lg {
    padding-bottom: 1.2rem;
  }
  .pl-3-lg {
    padding-left: 1.2rem;
  }
  .px-3-lg {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .py-3-lg {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .m-3-lg {
    margin: 1.2rem;
  }
  .mt-3-lg {
    margin-top: 1.2rem;
  }
  .mr-3-lg {
    margin-right: 1.2rem;
  }
  .mb-3-lg {
    margin-bottom: 1.2rem;
  }
  .ml-3-lg {
    margin-left: 1.2rem;
  }
  .mx-3-lg {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .my-3-lg {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1399.98px) {
  .p-3-xl {
    padding: 1.2rem;
  }
  .pt-3-xl {
    padding-top: 1.2rem;
  }
  .pr-3-xl {
    padding-right: 1.2rem;
  }
  .pb-3-xl {
    padding-bottom: 1.2rem;
  }
  .pl-3-xl {
    padding-left: 1.2rem;
  }
  .px-3-xl {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .py-3-xl {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .m-3-xl {
    margin: 1.2rem;
  }
  .mt-3-xl {
    margin-top: 1.2rem;
  }
  .mr-3-xl {
    margin-right: 1.2rem;
  }
  .mb-3-xl {
    margin-bottom: 1.2rem;
  }
  .ml-3-xl {
    margin-left: 1.2rem;
  }
  .mx-3-xl {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
  .my-3-xl {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.p-4 {
  padding: 1.6rem;
}

.pt-4 {
  padding-top: 1.6rem;
}

.pr-4 {
  padding-right: 1.6rem;
}

.pb-4 {
  padding-bottom: 1.6rem;
}

.pl-4 {
  padding-left: 1.6rem;
}

.px-4 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.py-4 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.m-4 {
  margin: 1.6rem;
}

.mt-4 {
  margin-top: 1.6rem;
}

.mr-4 {
  margin-right: 1.6rem;
}

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

.ml-4 {
  margin-left: 1.6rem;
}

.mx-4 {
  margin-right: 1.6rem;
  margin-left: 1.6rem;
}

.my-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

@media (max-width: 375.98px) {
  .p-4-xxs {
    padding: 1.6rem;
  }
  .pt-4-xxs {
    padding-top: 1.6rem;
  }
  .pr-4-xxs {
    padding-right: 1.6rem;
  }
  .pb-4-xxs {
    padding-bottom: 1.6rem;
  }
  .pl-4-xxs {
    padding-left: 1.6rem;
  }
  .px-4-xxs {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .py-4-xxs {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .m-4-xxs {
    margin: 1.6rem;
  }
  .mt-4-xxs {
    margin-top: 1.6rem;
  }
  .mr-4-xxs {
    margin-right: 1.6rem;
  }
  .mb-4-xxs {
    margin-bottom: 1.6rem;
  }
  .ml-4-xxs {
    margin-left: 1.6rem;
  }
  .mx-4-xxs {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .my-4-xxs {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .p-4-xs {
    padding: 1.6rem;
  }
  .pt-4-xs {
    padding-top: 1.6rem;
  }
  .pr-4-xs {
    padding-right: 1.6rem;
  }
  .pb-4-xs {
    padding-bottom: 1.6rem;
  }
  .pl-4-xs {
    padding-left: 1.6rem;
  }
  .px-4-xs {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .py-4-xs {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .m-4-xs {
    margin: 1.6rem;
  }
  .mt-4-xs {
    margin-top: 1.6rem;
  }
  .mr-4-xs {
    margin-right: 1.6rem;
  }
  .mb-4-xs {
    margin-bottom: 1.6rem;
  }
  .ml-4-xs {
    margin-left: 1.6rem;
  }
  .mx-4-xs {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .my-4-xs {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .p-4-sm {
    padding: 1.6rem;
  }
  .pt-4-sm {
    padding-top: 1.6rem;
  }
  .pr-4-sm {
    padding-right: 1.6rem;
  }
  .pb-4-sm {
    padding-bottom: 1.6rem;
  }
  .pl-4-sm {
    padding-left: 1.6rem;
  }
  .px-4-sm {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .py-4-sm {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .m-4-sm {
    margin: 1.6rem;
  }
  .mt-4-sm {
    margin-top: 1.6rem;
  }
  .mr-4-sm {
    margin-right: 1.6rem;
  }
  .mb-4-sm {
    margin-bottom: 1.6rem;
  }
  .ml-4-sm {
    margin-left: 1.6rem;
  }
  .mx-4-sm {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .my-4-sm {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .p-4-md {
    padding: 1.6rem;
  }
  .pt-4-md {
    padding-top: 1.6rem;
  }
  .pr-4-md {
    padding-right: 1.6rem;
  }
  .pb-4-md {
    padding-bottom: 1.6rem;
  }
  .pl-4-md {
    padding-left: 1.6rem;
  }
  .px-4-md {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .py-4-md {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .m-4-md {
    margin: 1.6rem;
  }
  .mt-4-md {
    margin-top: 1.6rem;
  }
  .mr-4-md {
    margin-right: 1.6rem;
  }
  .mb-4-md {
    margin-bottom: 1.6rem;
  }
  .ml-4-md {
    margin-left: 1.6rem;
  }
  .mx-4-md {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .my-4-md {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1199.98px) {
  .p-4-lg {
    padding: 1.6rem;
  }
  .pt-4-lg {
    padding-top: 1.6rem;
  }
  .pr-4-lg {
    padding-right: 1.6rem;
  }
  .pb-4-lg {
    padding-bottom: 1.6rem;
  }
  .pl-4-lg {
    padding-left: 1.6rem;
  }
  .px-4-lg {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .py-4-lg {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .m-4-lg {
    margin: 1.6rem;
  }
  .mt-4-lg {
    margin-top: 1.6rem;
  }
  .mr-4-lg {
    margin-right: 1.6rem;
  }
  .mb-4-lg {
    margin-bottom: 1.6rem;
  }
  .ml-4-lg {
    margin-left: 1.6rem;
  }
  .mx-4-lg {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .my-4-lg {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1399.98px) {
  .p-4-xl {
    padding: 1.6rem;
  }
  .pt-4-xl {
    padding-top: 1.6rem;
  }
  .pr-4-xl {
    padding-right: 1.6rem;
  }
  .pb-4-xl {
    padding-bottom: 1.6rem;
  }
  .pl-4-xl {
    padding-left: 1.6rem;
  }
  .px-4-xl {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .py-4-xl {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .m-4-xl {
    margin: 1.6rem;
  }
  .mt-4-xl {
    margin-top: 1.6rem;
  }
  .mr-4-xl {
    margin-right: 1.6rem;
  }
  .mb-4-xl {
    margin-bottom: 1.6rem;
  }
  .ml-4-xl {
    margin-left: 1.6rem;
  }
  .mx-4-xl {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .my-4-xl {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-5 {
  padding: 2rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pl-5 {
  padding-left: 2rem;
}

.px-5 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-5 {
  margin: 2rem;
}

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

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

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

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

.mx-5 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 375.98px) {
  .p-5-xxs {
    padding: 2rem;
  }
  .pt-5-xxs {
    padding-top: 2rem;
  }
  .pr-5-xxs {
    padding-right: 2rem;
  }
  .pb-5-xxs {
    padding-bottom: 2rem;
  }
  .pl-5-xxs {
    padding-left: 2rem;
  }
  .px-5-xxs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-5-xxs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-5-xxs {
    margin: 2rem;
  }
  .mt-5-xxs {
    margin-top: 2rem;
  }
  .mr-5-xxs {
    margin-right: 2rem;
  }
  .mb-5-xxs {
    margin-bottom: 2rem;
  }
  .ml-5-xxs {
    margin-left: 2rem;
  }
  .mx-5-xxs {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .my-5-xxs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .p-5-xs {
    padding: 2rem;
  }
  .pt-5-xs {
    padding-top: 2rem;
  }
  .pr-5-xs {
    padding-right: 2rem;
  }
  .pb-5-xs {
    padding-bottom: 2rem;
  }
  .pl-5-xs {
    padding-left: 2rem;
  }
  .px-5-xs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-5-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-5-xs {
    margin: 2rem;
  }
  .mt-5-xs {
    margin-top: 2rem;
  }
  .mr-5-xs {
    margin-right: 2rem;
  }
  .mb-5-xs {
    margin-bottom: 2rem;
  }
  .ml-5-xs {
    margin-left: 2rem;
  }
  .mx-5-xs {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .my-5-xs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .p-5-sm {
    padding: 2rem;
  }
  .pt-5-sm {
    padding-top: 2rem;
  }
  .pr-5-sm {
    padding-right: 2rem;
  }
  .pb-5-sm {
    padding-bottom: 2rem;
  }
  .pl-5-sm {
    padding-left: 2rem;
  }
  .px-5-sm {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-5-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-5-sm {
    margin: 2rem;
  }
  .mt-5-sm {
    margin-top: 2rem;
  }
  .mr-5-sm {
    margin-right: 2rem;
  }
  .mb-5-sm {
    margin-bottom: 2rem;
  }
  .ml-5-sm {
    margin-left: 2rem;
  }
  .mx-5-sm {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .my-5-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .p-5-md {
    padding: 2rem;
  }
  .pt-5-md {
    padding-top: 2rem;
  }
  .pr-5-md {
    padding-right: 2rem;
  }
  .pb-5-md {
    padding-bottom: 2rem;
  }
  .pl-5-md {
    padding-left: 2rem;
  }
  .px-5-md {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-5-md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-5-md {
    margin: 2rem;
  }
  .mt-5-md {
    margin-top: 2rem;
  }
  .mr-5-md {
    margin-right: 2rem;
  }
  .mb-5-md {
    margin-bottom: 2rem;
  }
  .ml-5-md {
    margin-left: 2rem;
  }
  .mx-5-md {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .my-5-md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .p-5-lg {
    padding: 2rem;
  }
  .pt-5-lg {
    padding-top: 2rem;
  }
  .pr-5-lg {
    padding-right: 2rem;
  }
  .pb-5-lg {
    padding-bottom: 2rem;
  }
  .pl-5-lg {
    padding-left: 2rem;
  }
  .px-5-lg {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-5-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-5-lg {
    margin: 2rem;
  }
  .mt-5-lg {
    margin-top: 2rem;
  }
  .mr-5-lg {
    margin-right: 2rem;
  }
  .mb-5-lg {
    margin-bottom: 2rem;
  }
  .ml-5-lg {
    margin-left: 2rem;
  }
  .mx-5-lg {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .my-5-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .p-5-xl {
    padding: 2rem;
  }
  .pt-5-xl {
    padding-top: 2rem;
  }
  .pr-5-xl {
    padding-right: 2rem;
  }
  .pb-5-xl {
    padding-bottom: 2rem;
  }
  .pl-5-xl {
    padding-left: 2rem;
  }
  .px-5-xl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .py-5-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-5-xl {
    margin: 2rem;
  }
  .mt-5-xl {
    margin-top: 2rem;
  }
  .mr-5-xl {
    margin-right: 2rem;
  }
  .mb-5-xl {
    margin-bottom: 2rem;
  }
  .ml-5-xl {
    margin-left: 2rem;
  }
  .mx-5-xl {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .my-5-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.p-6 {
  padding: 2.4rem;
}

.pt-6 {
  padding-top: 2.4rem;
}

.pr-6 {
  padding-right: 2.4rem;
}

.pb-6 {
  padding-bottom: 2.4rem;
}

.pl-6 {
  padding-left: 2.4rem;
}

.px-6 {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.py-6 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.m-6 {
  margin: 2.4rem;
}

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

.mr-6 {
  margin-right: 2.4rem;
}

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

.ml-6 {
  margin-left: 2.4rem;
}

.mx-6 {
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}

.my-6 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

@media (max-width: 375.98px) {
  .p-6-xxs {
    padding: 2.4rem;
  }
  .pt-6-xxs {
    padding-top: 2.4rem;
  }
  .pr-6-xxs {
    padding-right: 2.4rem;
  }
  .pb-6-xxs {
    padding-bottom: 2.4rem;
  }
  .pl-6-xxs {
    padding-left: 2.4rem;
  }
  .px-6-xxs {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .py-6-xxs {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .m-6-xxs {
    margin: 2.4rem;
  }
  .mt-6-xxs {
    margin-top: 2.4rem;
  }
  .mr-6-xxs {
    margin-right: 2.4rem;
  }
  .mb-6-xxs {
    margin-bottom: 2.4rem;
  }
  .ml-6-xxs {
    margin-left: 2.4rem;
  }
  .mx-6-xxs {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
  .my-6-xxs {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .p-6-xs {
    padding: 2.4rem;
  }
  .pt-6-xs {
    padding-top: 2.4rem;
  }
  .pr-6-xs {
    padding-right: 2.4rem;
  }
  .pb-6-xs {
    padding-bottom: 2.4rem;
  }
  .pl-6-xs {
    padding-left: 2.4rem;
  }
  .px-6-xs {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .py-6-xs {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .m-6-xs {
    margin: 2.4rem;
  }
  .mt-6-xs {
    margin-top: 2.4rem;
  }
  .mr-6-xs {
    margin-right: 2.4rem;
  }
  .mb-6-xs {
    margin-bottom: 2.4rem;
  }
  .ml-6-xs {
    margin-left: 2.4rem;
  }
  .mx-6-xs {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
  .my-6-xs {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .p-6-sm {
    padding: 2.4rem;
  }
  .pt-6-sm {
    padding-top: 2.4rem;
  }
  .pr-6-sm {
    padding-right: 2.4rem;
  }
  .pb-6-sm {
    padding-bottom: 2.4rem;
  }
  .pl-6-sm {
    padding-left: 2.4rem;
  }
  .px-6-sm {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .py-6-sm {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .m-6-sm {
    margin: 2.4rem;
  }
  .mt-6-sm {
    margin-top: 2.4rem;
  }
  .mr-6-sm {
    margin-right: 2.4rem;
  }
  .mb-6-sm {
    margin-bottom: 2.4rem;
  }
  .ml-6-sm {
    margin-left: 2.4rem;
  }
  .mx-6-sm {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
  .my-6-sm {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .p-6-md {
    padding: 2.4rem;
  }
  .pt-6-md {
    padding-top: 2.4rem;
  }
  .pr-6-md {
    padding-right: 2.4rem;
  }
  .pb-6-md {
    padding-bottom: 2.4rem;
  }
  .pl-6-md {
    padding-left: 2.4rem;
  }
  .px-6-md {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .py-6-md {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .m-6-md {
    margin: 2.4rem;
  }
  .mt-6-md {
    margin-top: 2.4rem;
  }
  .mr-6-md {
    margin-right: 2.4rem;
  }
  .mb-6-md {
    margin-bottom: 2.4rem;
  }
  .ml-6-md {
    margin-left: 2.4rem;
  }
  .mx-6-md {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
  .my-6-md {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1199.98px) {
  .p-6-lg {
    padding: 2.4rem;
  }
  .pt-6-lg {
    padding-top: 2.4rem;
  }
  .pr-6-lg {
    padding-right: 2.4rem;
  }
  .pb-6-lg {
    padding-bottom: 2.4rem;
  }
  .pl-6-lg {
    padding-left: 2.4rem;
  }
  .px-6-lg {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .py-6-lg {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .m-6-lg {
    margin: 2.4rem;
  }
  .mt-6-lg {
    margin-top: 2.4rem;
  }
  .mr-6-lg {
    margin-right: 2.4rem;
  }
  .mb-6-lg {
    margin-bottom: 2.4rem;
  }
  .ml-6-lg {
    margin-left: 2.4rem;
  }
  .mx-6-lg {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
  .my-6-lg {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1399.98px) {
  .p-6-xl {
    padding: 2.4rem;
  }
  .pt-6-xl {
    padding-top: 2.4rem;
  }
  .pr-6-xl {
    padding-right: 2.4rem;
  }
  .pb-6-xl {
    padding-bottom: 2.4rem;
  }
  .pl-6-xl {
    padding-left: 2.4rem;
  }
  .px-6-xl {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .py-6-xl {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .m-6-xl {
    margin: 2.4rem;
  }
  .mt-6-xl {
    margin-top: 2.4rem;
  }
  .mr-6-xl {
    margin-right: 2.4rem;
  }
  .mb-6-xl {
    margin-bottom: 2.4rem;
  }
  .ml-6-xl {
    margin-left: 2.4rem;
  }
  .mx-6-xl {
    margin-right: 2.4rem;
    margin-left: 2.4rem;
  }
  .my-6-xl {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-7 {
  padding: 2.8rem;
}

.pt-7 {
  padding-top: 2.8rem;
}

.pr-7 {
  padding-right: 2.8rem;
}

.pb-7 {
  padding-bottom: 2.8rem;
}

.pl-7 {
  padding-left: 2.8rem;
}

.px-7 {
  padding-right: 2.8rem;
  padding-left: 2.8rem;
}

.py-7 {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.m-7 {
  margin: 2.8rem;
}

.mt-7 {
  margin-top: 2.8rem;
}

.mr-7 {
  margin-right: 2.8rem;
}

.mb-7 {
  margin-bottom: 2.8rem;
}

.ml-7 {
  margin-left: 2.8rem;
}

.mx-7 {
  margin-right: 2.8rem;
  margin-left: 2.8rem;
}

.my-7 {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

@media (max-width: 375.98px) {
  .p-7-xxs {
    padding: 2.8rem;
  }
  .pt-7-xxs {
    padding-top: 2.8rem;
  }
  .pr-7-xxs {
    padding-right: 2.8rem;
  }
  .pb-7-xxs {
    padding-bottom: 2.8rem;
  }
  .pl-7-xxs {
    padding-left: 2.8rem;
  }
  .px-7-xxs {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .py-7-xxs {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .m-7-xxs {
    margin: 2.8rem;
  }
  .mt-7-xxs {
    margin-top: 2.8rem;
  }
  .mr-7-xxs {
    margin-right: 2.8rem;
  }
  .mb-7-xxs {
    margin-bottom: 2.8rem;
  }
  .ml-7-xxs {
    margin-left: 2.8rem;
  }
  .mx-7-xxs {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
  .my-7-xxs {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 575.98px) {
  .p-7-xs {
    padding: 2.8rem;
  }
  .pt-7-xs {
    padding-top: 2.8rem;
  }
  .pr-7-xs {
    padding-right: 2.8rem;
  }
  .pb-7-xs {
    padding-bottom: 2.8rem;
  }
  .pl-7-xs {
    padding-left: 2.8rem;
  }
  .px-7-xs {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .py-7-xs {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .m-7-xs {
    margin: 2.8rem;
  }
  .mt-7-xs {
    margin-top: 2.8rem;
  }
  .mr-7-xs {
    margin-right: 2.8rem;
  }
  .mb-7-xs {
    margin-bottom: 2.8rem;
  }
  .ml-7-xs {
    margin-left: 2.8rem;
  }
  .mx-7-xs {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
  .my-7-xs {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .p-7-sm {
    padding: 2.8rem;
  }
  .pt-7-sm {
    padding-top: 2.8rem;
  }
  .pr-7-sm {
    padding-right: 2.8rem;
  }
  .pb-7-sm {
    padding-bottom: 2.8rem;
  }
  .pl-7-sm {
    padding-left: 2.8rem;
  }
  .px-7-sm {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .py-7-sm {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .m-7-sm {
    margin: 2.8rem;
  }
  .mt-7-sm {
    margin-top: 2.8rem;
  }
  .mr-7-sm {
    margin-right: 2.8rem;
  }
  .mb-7-sm {
    margin-bottom: 2.8rem;
  }
  .ml-7-sm {
    margin-left: 2.8rem;
  }
  .mx-7-sm {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
  .my-7-sm {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  .p-7-md {
    padding: 2.8rem;
  }
  .pt-7-md {
    padding-top: 2.8rem;
  }
  .pr-7-md {
    padding-right: 2.8rem;
  }
  .pb-7-md {
    padding-bottom: 2.8rem;
  }
  .pl-7-md {
    padding-left: 2.8rem;
  }
  .px-7-md {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .py-7-md {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .m-7-md {
    margin: 2.8rem;
  }
  .mt-7-md {
    margin-top: 2.8rem;
  }
  .mr-7-md {
    margin-right: 2.8rem;
  }
  .mb-7-md {
    margin-bottom: 2.8rem;
  }
  .ml-7-md {
    margin-left: 2.8rem;
  }
  .mx-7-md {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
  .my-7-md {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1199.98px) {
  .p-7-lg {
    padding: 2.8rem;
  }
  .pt-7-lg {
    padding-top: 2.8rem;
  }
  .pr-7-lg {
    padding-right: 2.8rem;
  }
  .pb-7-lg {
    padding-bottom: 2.8rem;
  }
  .pl-7-lg {
    padding-left: 2.8rem;
  }
  .px-7-lg {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .py-7-lg {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .m-7-lg {
    margin: 2.8rem;
  }
  .mt-7-lg {
    margin-top: 2.8rem;
  }
  .mr-7-lg {
    margin-right: 2.8rem;
  }
  .mb-7-lg {
    margin-bottom: 2.8rem;
  }
  .ml-7-lg {
    margin-left: 2.8rem;
  }
  .mx-7-lg {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
  .my-7-lg {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1399.98px) {
  .p-7-xl {
    padding: 2.8rem;
  }
  .pt-7-xl {
    padding-top: 2.8rem;
  }
  .pr-7-xl {
    padding-right: 2.8rem;
  }
  .pb-7-xl {
    padding-bottom: 2.8rem;
  }
  .pl-7-xl {
    padding-left: 2.8rem;
  }
  .px-7-xl {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  .py-7-xl {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
  .m-7-xl {
    margin: 2.8rem;
  }
  .mt-7-xl {
    margin-top: 2.8rem;
  }
  .mr-7-xl {
    margin-right: 2.8rem;
  }
  .mb-7-xl {
    margin-bottom: 2.8rem;
  }
  .ml-7-xl {
    margin-left: 2.8rem;
  }
  .mx-7-xl {
    margin-right: 2.8rem;
    margin-left: 2.8rem;
  }
  .my-7-xl {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.p-8 {
  padding: 3.2rem;
}

.pt-8 {
  padding-top: 3.2rem;
}

.pr-8 {
  padding-right: 3.2rem;
}

.pb-8 {
  padding-bottom: 3.2rem;
}

.pl-8 {
  padding-left: 3.2rem;
}

.px-8 {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}

.py-8 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.m-8 {
  margin: 3.2rem;
}

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

.mr-8 {
  margin-right: 3.2rem;
}

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

.ml-8 {
  margin-left: 3.2rem;
}

.mx-8 {
  margin-right: 3.2rem;
  margin-left: 3.2rem;
}

.my-8 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

@media (max-width: 375.98px) {
  .p-8-xxs {
    padding: 3.2rem;
  }
  .pt-8-xxs {
    padding-top: 3.2rem;
  }
  .pr-8-xxs {
    padding-right: 3.2rem;
  }
  .pb-8-xxs {
    padding-bottom: 3.2rem;
  }
  .pl-8-xxs {
    padding-left: 3.2rem;
  }
  .px-8-xxs {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .py-8-xxs {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .m-8-xxs {
    margin: 3.2rem;
  }
  .mt-8-xxs {
    margin-top: 3.2rem;
  }
  .mr-8-xxs {
    margin-right: 3.2rem;
  }
  .mb-8-xxs {
    margin-bottom: 3.2rem;
  }
  .ml-8-xxs {
    margin-left: 3.2rem;
  }
  .mx-8-xxs {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
  }
  .my-8-xxs {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 575.98px) {
  .p-8-xs {
    padding: 3.2rem;
  }
  .pt-8-xs {
    padding-top: 3.2rem;
  }
  .pr-8-xs {
    padding-right: 3.2rem;
  }
  .pb-8-xs {
    padding-bottom: 3.2rem;
  }
  .pl-8-xs {
    padding-left: 3.2rem;
  }
  .px-8-xs {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .py-8-xs {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .m-8-xs {
    margin: 3.2rem;
  }
  .mt-8-xs {
    margin-top: 3.2rem;
  }
  .mr-8-xs {
    margin-right: 3.2rem;
  }
  .mb-8-xs {
    margin-bottom: 3.2rem;
  }
  .ml-8-xs {
    margin-left: 3.2rem;
  }
  .mx-8-xs {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
  }
  .my-8-xs {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .p-8-sm {
    padding: 3.2rem;
  }
  .pt-8-sm {
    padding-top: 3.2rem;
  }
  .pr-8-sm {
    padding-right: 3.2rem;
  }
  .pb-8-sm {
    padding-bottom: 3.2rem;
  }
  .pl-8-sm {
    padding-left: 3.2rem;
  }
  .px-8-sm {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .py-8-sm {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .m-8-sm {
    margin: 3.2rem;
  }
  .mt-8-sm {
    margin-top: 3.2rem;
  }
  .mr-8-sm {
    margin-right: 3.2rem;
  }
  .mb-8-sm {
    margin-bottom: 3.2rem;
  }
  .ml-8-sm {
    margin-left: 3.2rem;
  }
  .mx-8-sm {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
  }
  .my-8-sm {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  .p-8-md {
    padding: 3.2rem;
  }
  .pt-8-md {
    padding-top: 3.2rem;
  }
  .pr-8-md {
    padding-right: 3.2rem;
  }
  .pb-8-md {
    padding-bottom: 3.2rem;
  }
  .pl-8-md {
    padding-left: 3.2rem;
  }
  .px-8-md {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .py-8-md {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .m-8-md {
    margin: 3.2rem;
  }
  .mt-8-md {
    margin-top: 3.2rem;
  }
  .mr-8-md {
    margin-right: 3.2rem;
  }
  .mb-8-md {
    margin-bottom: 3.2rem;
  }
  .ml-8-md {
    margin-left: 3.2rem;
  }
  .mx-8-md {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
  }
  .my-8-md {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1199.98px) {
  .p-8-lg {
    padding: 3.2rem;
  }
  .pt-8-lg {
    padding-top: 3.2rem;
  }
  .pr-8-lg {
    padding-right: 3.2rem;
  }
  .pb-8-lg {
    padding-bottom: 3.2rem;
  }
  .pl-8-lg {
    padding-left: 3.2rem;
  }
  .px-8-lg {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .py-8-lg {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .m-8-lg {
    margin: 3.2rem;
  }
  .mt-8-lg {
    margin-top: 3.2rem;
  }
  .mr-8-lg {
    margin-right: 3.2rem;
  }
  .mb-8-lg {
    margin-bottom: 3.2rem;
  }
  .ml-8-lg {
    margin-left: 3.2rem;
  }
  .mx-8-lg {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
  }
  .my-8-lg {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1399.98px) {
  .p-8-xl {
    padding: 3.2rem;
  }
  .pt-8-xl {
    padding-top: 3.2rem;
  }
  .pr-8-xl {
    padding-right: 3.2rem;
  }
  .pb-8-xl {
    padding-bottom: 3.2rem;
  }
  .pl-8-xl {
    padding-left: 3.2rem;
  }
  .px-8-xl {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  .py-8-xl {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .m-8-xl {
    margin: 3.2rem;
  }
  .mt-8-xl {
    margin-top: 3.2rem;
  }
  .mr-8-xl {
    margin-right: 3.2rem;
  }
  .mb-8-xl {
    margin-bottom: 3.2rem;
  }
  .ml-8-xl {
    margin-left: 3.2rem;
  }
  .mx-8-xl {
    margin-right: 3.2rem;
    margin-left: 3.2rem;
  }
  .my-8-xl {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.p-9 {
  padding: 3.6rem;
}

.pt-9 {
  padding-top: 3.6rem;
}

.pr-9 {
  padding-right: 3.6rem;
}

.pb-9 {
  padding-bottom: 3.6rem;
}

.pl-9 {
  padding-left: 3.6rem;
}

.px-9 {
  padding-right: 3.6rem;
  padding-left: 3.6rem;
}

.py-9 {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.m-9 {
  margin: 3.6rem;
}

.mt-9 {
  margin-top: 3.6rem;
}

.mr-9 {
  margin-right: 3.6rem;
}

.mb-9 {
  margin-bottom: 3.6rem;
}

.ml-9 {
  margin-left: 3.6rem;
}

.mx-9 {
  margin-right: 3.6rem;
  margin-left: 3.6rem;
}

.my-9 {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

@media (max-width: 375.98px) {
  .p-9-xxs {
    padding: 3.6rem;
  }
  .pt-9-xxs {
    padding-top: 3.6rem;
  }
  .pr-9-xxs {
    padding-right: 3.6rem;
  }
  .pb-9-xxs {
    padding-bottom: 3.6rem;
  }
  .pl-9-xxs {
    padding-left: 3.6rem;
  }
  .px-9-xxs {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .py-9-xxs {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .m-9-xxs {
    margin: 3.6rem;
  }
  .mt-9-xxs {
    margin-top: 3.6rem;
  }
  .mr-9-xxs {
    margin-right: 3.6rem;
  }
  .mb-9-xxs {
    margin-bottom: 3.6rem;
  }
  .ml-9-xxs {
    margin-left: 3.6rem;
  }
  .mx-9-xxs {
    margin-right: 3.6rem;
    margin-left: 3.6rem;
  }
  .my-9-xxs {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 575.98px) {
  .p-9-xs {
    padding: 3.6rem;
  }
  .pt-9-xs {
    padding-top: 3.6rem;
  }
  .pr-9-xs {
    padding-right: 3.6rem;
  }
  .pb-9-xs {
    padding-bottom: 3.6rem;
  }
  .pl-9-xs {
    padding-left: 3.6rem;
  }
  .px-9-xs {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .py-9-xs {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .m-9-xs {
    margin: 3.6rem;
  }
  .mt-9-xs {
    margin-top: 3.6rem;
  }
  .mr-9-xs {
    margin-right: 3.6rem;
  }
  .mb-9-xs {
    margin-bottom: 3.6rem;
  }
  .ml-9-xs {
    margin-left: 3.6rem;
  }
  .mx-9-xs {
    margin-right: 3.6rem;
    margin-left: 3.6rem;
  }
  .my-9-xs {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .p-9-sm {
    padding: 3.6rem;
  }
  .pt-9-sm {
    padding-top: 3.6rem;
  }
  .pr-9-sm {
    padding-right: 3.6rem;
  }
  .pb-9-sm {
    padding-bottom: 3.6rem;
  }
  .pl-9-sm {
    padding-left: 3.6rem;
  }
  .px-9-sm {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .py-9-sm {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .m-9-sm {
    margin: 3.6rem;
  }
  .mt-9-sm {
    margin-top: 3.6rem;
  }
  .mr-9-sm {
    margin-right: 3.6rem;
  }
  .mb-9-sm {
    margin-bottom: 3.6rem;
  }
  .ml-9-sm {
    margin-left: 3.6rem;
  }
  .mx-9-sm {
    margin-right: 3.6rem;
    margin-left: 3.6rem;
  }
  .my-9-sm {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 991.98px) {
  .p-9-md {
    padding: 3.6rem;
  }
  .pt-9-md {
    padding-top: 3.6rem;
  }
  .pr-9-md {
    padding-right: 3.6rem;
  }
  .pb-9-md {
    padding-bottom: 3.6rem;
  }
  .pl-9-md {
    padding-left: 3.6rem;
  }
  .px-9-md {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .py-9-md {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .m-9-md {
    margin: 3.6rem;
  }
  .mt-9-md {
    margin-top: 3.6rem;
  }
  .mr-9-md {
    margin-right: 3.6rem;
  }
  .mb-9-md {
    margin-bottom: 3.6rem;
  }
  .ml-9-md {
    margin-left: 3.6rem;
  }
  .mx-9-md {
    margin-right: 3.6rem;
    margin-left: 3.6rem;
  }
  .my-9-md {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 1199.98px) {
  .p-9-lg {
    padding: 3.6rem;
  }
  .pt-9-lg {
    padding-top: 3.6rem;
  }
  .pr-9-lg {
    padding-right: 3.6rem;
  }
  .pb-9-lg {
    padding-bottom: 3.6rem;
  }
  .pl-9-lg {
    padding-left: 3.6rem;
  }
  .px-9-lg {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .py-9-lg {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .m-9-lg {
    margin: 3.6rem;
  }
  .mt-9-lg {
    margin-top: 3.6rem;
  }
  .mr-9-lg {
    margin-right: 3.6rem;
  }
  .mb-9-lg {
    margin-bottom: 3.6rem;
  }
  .ml-9-lg {
    margin-left: 3.6rem;
  }
  .mx-9-lg {
    margin-right: 3.6rem;
    margin-left: 3.6rem;
  }
  .my-9-lg {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 1399.98px) {
  .p-9-xl {
    padding: 3.6rem;
  }
  .pt-9-xl {
    padding-top: 3.6rem;
  }
  .pr-9-xl {
    padding-right: 3.6rem;
  }
  .pb-9-xl {
    padding-bottom: 3.6rem;
  }
  .pl-9-xl {
    padding-left: 3.6rem;
  }
  .px-9-xl {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .py-9-xl {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .m-9-xl {
    margin: 3.6rem;
  }
  .mt-9-xl {
    margin-top: 3.6rem;
  }
  .mr-9-xl {
    margin-right: 3.6rem;
  }
  .mb-9-xl {
    margin-bottom: 3.6rem;
  }
  .ml-9-xl {
    margin-left: 3.6rem;
  }
  .mx-9-xl {
    margin-right: 3.6rem;
    margin-left: 3.6rem;
  }
  .my-9-xl {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
.p-10 {
  padding: 4rem;
}

.pt-10 {
  padding-top: 4rem;
}

.pr-10 {
  padding-right: 4rem;
}

.pb-10 {
  padding-bottom: 4rem;
}

.pl-10 {
  padding-left: 4rem;
}

.px-10 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.m-10 {
  margin: 4rem;
}

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

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

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

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

.mx-10 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.my-10 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 375.98px) {
  .p-10-xxs {
    padding: 4rem;
  }
  .pt-10-xxs {
    padding-top: 4rem;
  }
  .pr-10-xxs {
    padding-right: 4rem;
  }
  .pb-10-xxs {
    padding-bottom: 4rem;
  }
  .pl-10-xxs {
    padding-left: 4rem;
  }
  .px-10-xxs {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .py-10-xxs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-10-xxs {
    margin: 4rem;
  }
  .mt-10-xxs {
    margin-top: 4rem;
  }
  .mr-10-xxs {
    margin-right: 4rem;
  }
  .mb-10-xxs {
    margin-bottom: 4rem;
  }
  .ml-10-xxs {
    margin-left: 4rem;
  }
  .mx-10-xxs {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .my-10-xxs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 575.98px) {
  .p-10-xs {
    padding: 4rem;
  }
  .pt-10-xs {
    padding-top: 4rem;
  }
  .pr-10-xs {
    padding-right: 4rem;
  }
  .pb-10-xs {
    padding-bottom: 4rem;
  }
  .pl-10-xs {
    padding-left: 4rem;
  }
  .px-10-xs {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .py-10-xs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-10-xs {
    margin: 4rem;
  }
  .mt-10-xs {
    margin-top: 4rem;
  }
  .mr-10-xs {
    margin-right: 4rem;
  }
  .mb-10-xs {
    margin-bottom: 4rem;
  }
  .ml-10-xs {
    margin-left: 4rem;
  }
  .mx-10-xs {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .my-10-xs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .p-10-sm {
    padding: 4rem;
  }
  .pt-10-sm {
    padding-top: 4rem;
  }
  .pr-10-sm {
    padding-right: 4rem;
  }
  .pb-10-sm {
    padding-bottom: 4rem;
  }
  .pl-10-sm {
    padding-left: 4rem;
  }
  .px-10-sm {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .py-10-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-10-sm {
    margin: 4rem;
  }
  .mt-10-sm {
    margin-top: 4rem;
  }
  .mr-10-sm {
    margin-right: 4rem;
  }
  .mb-10-sm {
    margin-bottom: 4rem;
  }
  .ml-10-sm {
    margin-left: 4rem;
  }
  .mx-10-sm {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .my-10-sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .p-10-md {
    padding: 4rem;
  }
  .pt-10-md {
    padding-top: 4rem;
  }
  .pr-10-md {
    padding-right: 4rem;
  }
  .pb-10-md {
    padding-bottom: 4rem;
  }
  .pl-10-md {
    padding-left: 4rem;
  }
  .px-10-md {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .py-10-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-10-md {
    margin: 4rem;
  }
  .mt-10-md {
    margin-top: 4rem;
  }
  .mr-10-md {
    margin-right: 4rem;
  }
  .mb-10-md {
    margin-bottom: 4rem;
  }
  .ml-10-md {
    margin-left: 4rem;
  }
  .mx-10-md {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .my-10-md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1199.98px) {
  .p-10-lg {
    padding: 4rem;
  }
  .pt-10-lg {
    padding-top: 4rem;
  }
  .pr-10-lg {
    padding-right: 4rem;
  }
  .pb-10-lg {
    padding-bottom: 4rem;
  }
  .pl-10-lg {
    padding-left: 4rem;
  }
  .px-10-lg {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .py-10-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-10-lg {
    margin: 4rem;
  }
  .mt-10-lg {
    margin-top: 4rem;
  }
  .mr-10-lg {
    margin-right: 4rem;
  }
  .mb-10-lg {
    margin-bottom: 4rem;
  }
  .ml-10-lg {
    margin-left: 4rem;
  }
  .mx-10-lg {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .my-10-lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1399.98px) {
  .p-10-xl {
    padding: 4rem;
  }
  .pt-10-xl {
    padding-top: 4rem;
  }
  .pr-10-xl {
    padding-right: 4rem;
  }
  .pb-10-xl {
    padding-bottom: 4rem;
  }
  .pl-10-xl {
    padding-left: 4rem;
  }
  .px-10-xl {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .py-10-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-10-xl {
    margin: 4rem;
  }
  .mt-10-xl {
    margin-top: 4rem;
  }
  .mr-10-xl {
    margin-right: 4rem;
  }
  .mb-10-xl {
    margin-bottom: 4rem;
  }
  .ml-10-xl {
    margin-left: 4rem;
  }
  .mx-10-xl {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  .my-10-xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

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

.ta-justify {
  text-align: justify;
}

.obj-cover {
  object-fit: cover;
}

.obj-contain {
  object-fit: contain;
}

.obj-fill {
  object-fit: fill;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.f-bold {
  font-weight: 700;
}

.f-medium {
  font-weight: 500;
}

.f-semi {
  font-weight: 600;
}

.ls-normal {
  letter-spacing: 0em;
}

.ls-wide {
  letter-spacing: 0.025em;
}

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

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

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-dropdown {
  z-index: 100;
}

.z-sticky {
  z-index: 200;
}

.z-fixed {
  z-index: 300;
}

.z-modal {
  z-index: 400;
}

.rounded-inherit {
  border-radius: inherit;
}

.rounded-sm {
  border-radius: 0.4rem;
}

.rounded-md {
  border-radius: 0.8rem;
}

.rounded-lg {
  border-radius: 1.2rem;
}

.rounded-xl {
  border-radius: 1.6rem;
}

.rounded-full {
  border-radius: 100rem;
}

.border-0 {
  border: 0;
}

.border-none {
  border: none;
}

.border-white {
  border: 1px solid #fff;
}

.bt-0 {
  border-top: 0;
}

.bt-none {
  border-top: none;
}

.bt-white {
  border-top: 1px solid #fff;
}

.bb-0 {
  border-bottom: 0;
}

.bb-none {
  border-bottom: none;
}

.bb-white {
  border-bottom: 1px solid #fff;
}

.bl-0 {
  border-left: 0;
}

.bl-none {
  border-left: none;
}

.bl-white {
  border-left: 1px solid #fff;
}

.br-0 {
  border-right: 0;
}

.br-none {
  border-right: none;
}

.br-white {
  border-right: 1px solid #fff;
}

.shadow-main {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shadow-sec {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.w-full {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-fit {
  width: fit-content;
}

.h-full {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-fit {
  height: fit-content;
}

.h-auto {
  height: auto;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.jc-start {
  justify-content: flex-start;
}

.jc-end {
  justify-content: flex-end;
}

.jc-center {
  justify-content: center;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.jc-evenly {
  justify-content: space-evenly;
}

.ai-start {
  align-items: flex-start;
}

.ai-end {
  align-items: flex-end;
}

.ai-center {
  align-items: center;
}

@media (max-width: 375.98px) {
  .block-xxs {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .block-xs {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .block-sm {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .block-md {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .block-lg {
    display: block;
  }
}
@media (max-width: 1399.98px) {
  .block-xl {
    display: block;
  }
}
@media (max-width: 375.98px) {
  .flex-xxs {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .flex-xs {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .flex-sm {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .flex-md {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .flex-lg {
    display: flex;
  }
}
@media (max-width: 1399.98px) {
  .flex-xl {
    display: flex;
  }
}
@media (max-width: 375.98px) {
  .hidden-xxs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .hidden-xl {
    display: none;
  }
}
@media (max-width: 375.98px) {
  .w-full-xxs {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .w-full-xs {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .w-full-sm {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .w-full-md {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .w-full-lg {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .w-full-xl {
    width: 100%;
  }
}
@media (max-width: 375.98px) {
  .w-50-xxs {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .w-50-xs {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .w-50-sm {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .w-50-md {
    width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .w-50-lg {
    width: 50%;
  }
}
@media (max-width: 1399.98px) {
  .w-50-xl {
    width: 50%;
  }
}
@media (max-width: 375.98px) {
  .w-fit-xxs {
    width: fit-content;
  }
}
@media (max-width: 575.98px) {
  .w-fit-xs {
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .w-fit-sm {
    width: fit-content;
  }
}
@media (max-width: 991.98px) {
  .w-fit-md {
    width: fit-content;
  }
}
@media (max-width: 1199.98px) {
  .w-fit-lg {
    width: fit-content;
  }
}
@media (max-width: 1399.98px) {
  .w-fit-xl {
    width: fit-content;
  }
}
@media (max-width: 375.98px) {
  .h-full-xxs {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .h-full-xs {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .h-full-sm {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .h-full-md {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .h-full-lg {
    height: 100%;
  }
}
@media (max-width: 1399.98px) {
  .h-full-xl {
    height: 100%;
  }
}
@media (max-width: 375.98px) {
  .h-50-xxs {
    height: 50%;
  }
}
@media (max-width: 575.98px) {
  .h-50-xs {
    height: 50%;
  }
}
@media (max-width: 767.98px) {
  .h-50-sm {
    height: 50%;
  }
}
@media (max-width: 991.98px) {
  .h-50-md {
    height: 50%;
  }
}
@media (max-width: 1199.98px) {
  .h-50-lg {
    height: 50%;
  }
}
@media (max-width: 1399.98px) {
  .h-50-xl {
    height: 50%;
  }
}
@media (max-width: 375.98px) {
  .h-fit-xxs {
    height: fit-content;
  }
}
@media (max-width: 575.98px) {
  .h-fit-xs {
    height: fit-content;
  }
}
@media (max-width: 767.98px) {
  .h-fit-sm {
    height: fit-content;
  }
}
@media (max-width: 991.98px) {
  .h-fit-md {
    height: fit-content;
  }
}
@media (max-width: 1199.98px) {
  .h-fit-lg {
    height: fit-content;
  }
}
@media (max-width: 1399.98px) {
  .h-fit-xl {
    height: fit-content;
  }
}
@media (max-width: 375.98px) {
  .h-auto-xxs {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .h-auto-xs {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .h-auto-sm {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .h-auto-md {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .h-auto-lg {
    height: auto;
  }
}
@media (max-width: 1399.98px) {
  .h-auto-xl {
    height: auto;
  }
}
@media (max-width: 375.98px) {
  .flex-row-xxs {
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .flex-row-xs {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .flex-row-sm {
    flex-direction: row;
  }
}
@media (max-width: 991.98px) {
  .flex-row-md {
    flex-direction: row;
  }
}
@media (max-width: 1199.98px) {
  .flex-row-lg {
    flex-direction: row;
  }
}
@media (max-width: 1399.98px) {
  .flex-row-xl {
    flex-direction: row;
  }
}
@media (max-width: 375.98px) {
  .flex-column-xxs {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .flex-column-xs {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .flex-column-sm {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .flex-column-md {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .flex-column-lg {
    flex-direction: column;
  }
}
@media (max-width: 1399.98px) {
  .flex-column-xl {
    flex-direction: column;
  }
}
@media (max-width: 375.98px) {
  .flex-row-reverse-xxs {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575.98px) {
  .flex-row-reverse-xs {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  .flex-row-reverse-sm {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  .flex-row-reverse-md {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1199.98px) {
  .flex-row-reverse-lg {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1399.98px) {
  .flex-row-reverse-xl {
    flex-direction: row-reverse;
  }
}
@media (max-width: 375.98px) {
  .flex-column-reverse-xxs {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575.98px) {
  .flex-column-reverse-xs {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .flex-column-reverse-sm {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .flex-column-reverse-md {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1199.98px) {
  .flex-column-reverse-lg {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1399.98px) {
  .flex-column-reverse-xl {
    flex-direction: column-reverse;
  }
}
@media (max-width: 375.98px) {
  .jc-start-xxs {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .jc-start-xs {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .jc-start-sm {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .jc-start-md {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .jc-start-lg {
    justify-content: flex-start;
  }
}
@media (max-width: 1399.98px) {
  .jc-start-xl {
    justify-content: flex-start;
  }
}
@media (max-width: 375.98px) {
  .jc-end-xxs {
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .jc-end-xs {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .jc-end-sm {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .jc-end-md {
    justify-content: flex-end;
  }
}
@media (max-width: 1199.98px) {
  .jc-end-lg {
    justify-content: flex-end;
  }
}
@media (max-width: 1399.98px) {
  .jc-end-xl {
    justify-content: flex-end;
  }
}
@media (max-width: 375.98px) {
  .jc-center-xxs {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .jc-center-xs {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .jc-center-sm {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .jc-center-md {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .jc-center-lg {
    justify-content: center;
  }
}
@media (max-width: 1399.98px) {
  .jc-center-xl {
    justify-content: center;
  }
}
@media (max-width: 375.98px) {
  .jc-between-xxs {
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .jc-between-xs {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .jc-between-sm {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .jc-between-md {
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  .jc-between-lg {
    justify-content: space-between;
  }
}
@media (max-width: 1399.98px) {
  .jc-between-xl {
    justify-content: space-between;
  }
}
@media (max-width: 375.98px) {
  .jc-around-xxs {
    justify-content: space-around;
  }
}
@media (max-width: 575.98px) {
  .jc-around-xs {
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .jc-around-sm {
    justify-content: space-around;
  }
}
@media (max-width: 991.98px) {
  .jc-around-md {
    justify-content: space-around;
  }
}
@media (max-width: 1199.98px) {
  .jc-around-lg {
    justify-content: space-around;
  }
}
@media (max-width: 1399.98px) {
  .jc-around-xl {
    justify-content: space-around;
  }
}
@media (max-width: 375.98px) {
  .jc-evenly-xxs {
    justify-content: space-evenly;
  }
}
@media (max-width: 575.98px) {
  .jc-evenly-xs {
    justify-content: space-evenly;
  }
}
@media (max-width: 767.98px) {
  .jc-evenly-sm {
    justify-content: space-evenly;
  }
}
@media (max-width: 991.98px) {
  .jc-evenly-md {
    justify-content: space-evenly;
  }
}
@media (max-width: 1199.98px) {
  .jc-evenly-lg {
    justify-content: space-evenly;
  }
}
@media (max-width: 1399.98px) {
  .jc-evenly-xl {
    justify-content: space-evenly;
  }
}
@media (max-width: 375.98px) {
  .ai-start-xxs {
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .ai-start-xs {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .ai-start-sm {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .ai-start-md {
    align-items: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .ai-start-lg {
    align-items: flex-start;
  }
}
@media (max-width: 1399.98px) {
  .ai-start-xl {
    align-items: flex-start;
  }
}
@media (max-width: 375.98px) {
  .ai-end-xxs {
    align-items: flex-end;
  }
}
@media (max-width: 575.98px) {
  .ai-end-xs {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .ai-end-sm {
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .ai-end-md {
    align-items: flex-end;
  }
}
@media (max-width: 1199.98px) {
  .ai-end-lg {
    align-items: flex-end;
  }
}
@media (max-width: 1399.98px) {
  .ai-end-xl {
    align-items: flex-end;
  }
}
@media (max-width: 375.98px) {
  .ai-center-xxs {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .ai-center-xs {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .ai-center-sm {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .ai-center-md {
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .ai-center-lg {
    align-items: center;
  }
}
@media (max-width: 1399.98px) {
  .ai-center-xl {
    align-items: center;
  }
}
.f-ai-center, .f-center-between, .f-center {
  display: flex;
  align-items: center;
}
.f-center {
  justify-content: center;
}
.f-center-between {
  justify-content: space-between;
}

.center-x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.center-block {
  display: block;
  margin: 0 auto;
}
.center-inline {
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: relative;
}

.pointer {
  cursor: pointer;
}
.pointer-none {
  pointer-events: none;
}

.resize-none {
  resize: none;
}

.abs-full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

.bg-img-center, .bg-img-center-fixed {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-center-fixed {
  background-attachment: fixed;
}

.backtotop {
  position: fixed;
  bottom: 8rem;
  right: 4rem;
  z-index: 100;
  transform: translateX(3rem);
  -webkit-transform: translateX(3rem);
  -moz-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  -o-transform: translateX(3rem);
  transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .backtotop {
    --s-btn: 5rem;
    bottom: 3rem;
    right: 3rem;
  }
}
@media (max-width: 575.98px) {
  .backtotop {
    bottom: 2rem;
    right: 2rem;
  }
}
.backtotop.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.backtotop-item {
  margin-top: 1.6rem;
}
.backtotop-social {
  position: relative;
}
.backtotop-social .social-dropdown,
.backtotop-social .social-select {
  background-color: #fafafa;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.backtotop-social .social-select {
  padding: 1.2rem;
  width: var(--s-btn);
  height: var(--s-btn);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backtotop-social .social-select:hover {
  opacity: 0.5;
}
.backtotop-social .social-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.backtotop-social .social-icon img {
  display: block;
}
.backtotop-social .social-item {
  display: flex;
  column-gap: 1.2rem;
  padding-block: 1.2rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.backtotop-social .social-item:hover {
  opacity: 0.5;
}
.backtotop-social .social-item:first-child {
  padding-top: 0;
}
.backtotop-social .social-item:last-child {
  padding-bottom: 0;
}
.backtotop-social .social-item + .social-item {
  border-top: 1px solid #e6e6e6;
}
.backtotop-social .social-content {
  display: block;
}
.backtotop-social .social-content > * {
  display: block;
  line-height: 1.25;
}
.backtotop-social .social-content .name {
  color: #808080;
  margin-bottom: 0.4rem;
}
.backtotop-social .social-content .phone {
  color: #333;
}
.backtotop-social .social-dropdown {
  position: absolute;
  bottom: calc(100% + 2rem);
  right: 0;
  padding: 2rem;
  width: max-content;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  opacity: 0;
  pointer-events: none;
}
.backtotop-social .social-dropdown.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.backtotop-social .social-dropdown .arrow {
  position: absolute;
  top: 100%;
  right: 0.5rem;
  z-index: 10;
}
.backtotop-social .social-dropdown .arrow img {
  display: block;
}
.backtotop-social .social-dropdown .title {
  margin-bottom: 2.4rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.backtotop-social .social-dropdown .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
}
.backtotop-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
  margin: auto;
  margin-top: 1.6rem;
}
.backtotop-btn:hover {
  opacity: 0.5;
}
.backtotop-btn:hover img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.backtotop-btn img {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media screen and (min-width: 992px) {
  .hidden-on-tablet {
    display: none;
  }
}

.bg-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-full .bg-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.2;
}
.bg-full .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fb_iframe_widget ._2p3a,
.fb_iframe_widget iframe,
.fb_iframe_widget_fluid span {
  width: 100% !important;
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.61, 0.22, 0.23, 1);
}

.btn, .btn-cv, .btn-search, .btn-second, .btn-pri, .btn-more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.btn-more {
  height: 4.4rem;
  padding-inline: 2rem;
  border-radius: 100rem;
  border: 1px solid rgba(8, 54, 104, 0.3);
  color: #083668;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn-more:hover {
  background-color: #083668;
  color: #fafafa;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.05);
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.h1 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}

.h2 {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
}

.h3 {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}

.h4 {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
}

.h5 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}

.h6 {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}

.heading {
  font-weight: 700;
}

.t-gradient {
  background: #d64d3c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.heading-sc .title-sc {
  color: #101010;
}
.heading-sc .title-sc.has-underline {
  position: relative;
  padding-bottom: 1.6rem;
}
.heading-sc .title-sc.has-underline::after {
  content: "";
  width: 7.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d64d3c;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.heading-sc .title-sc.has-underline.is-inview::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.heading-sc .desc-sc {
  margin-top: 1.2rem;
  color: #4d4d4d;
}
.heading-sc.ta-center .title-sc.has-underline::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}
.heading-sc.ta-center .title-sc.has-underline.is-inview::after {
  transform: translateX(-50%) scaleX(1);
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}
.page-numbers.f-start {
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .page-numbers.f-start {
    justify-content: center;
  }
}
.page-numbers.f-end {
  justify-content: flex-end;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  color: #d64d3c;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.1s ease-in;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .page-numbers > li > .page-numbers:hover {
    color: #101010;
    background-color: #E6E6E6;
  }
  .page-numbers > li > .page-numbers:hover.prev, .page-numbers > li > .page-numbers:hover.next {
    color: #ffffff;
    background-color: #d64d3c;
    transform: translateY(0rem);
  }
  .page-numbers > li > .page-numbers:hover.prev img, .page-numbers > li > .page-numbers:hover.next img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
  }
}
.page-numbers > li > .page-numbers.current {
  pointer-events: none;
  color: #ffffff;
  background-color: #d64d3c;
}
.page-numbers > li > .page-numbers.current.prev, .page-numbers > li > .page-numbers.current.next {
  color: #ffffff;
  background-color: #d64d3c;
}
.page-numbers > li > .page-numbers.current.prev img, .page-numbers > li > .page-numbers.current.next img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(314deg) brightness(104%) contrast(101%);
}
.page-numbers > li > .page-numbers.dot {
  pointer-events: none;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 400;
}

.app-links + .app-links {
  margin-top: 1.6rem;
}
.app-links.--tool {
  --h-item: 4rem;
  --size-icon: 2.4rem;
}
.app-links.--tool .app-links-item {
  column-gap: 0.5rem;
  padding-inline: 0.8rem;
  width: fit-content;
  padding-inline: 1rem;
  background: #fafafa;
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  color: #333;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  height: var(--h-item);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.app-links.--tool .app-links-item:hover {
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  color: #fafafa;
}
.app-links.--tool .app-links-item .item-icon {
  padding: 0.4rem;
  background: rgba(128, 128, 128, 0.16);
  width: var(--size-icon);
  height: var(--size-icon);
  border-radius: 100rem;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-links.--tool .app-links-item .item-icon img {
  display: block;
}
.app-links.--tool .app-links-item .item-content {
  line-height: 1.1;
}
.app-links.--tool .app-links-item .item-content > * {
  display: block;
}
.app-links.--tool .app-links-item .item-content .item-text {
  font-family: bb;
  text-transform: capitalize;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}
.app-links.--tool .app-links-title {
  font-family: bb;
  color: #fafafa;
  margin-bottom: 1.6rem;
}
.app-links.--tool .item-icon {
  width: 1.6rem;
}
.app-links.--app .app-links-img img {
  display: block;
  border-radius: 0.8rem;
}
.app-links-img img {
  display: block;
}
.app-links-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.breadcrumb {
  --gap: 0.8rem;
  padding: 0.5rem 0;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  padding-bottom: 0.3rem;
  overflow-x: auto;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0.2rem;
}
.breadcrumb-item {
  flex-shrink: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  margin-inline: var(--gap);
  background-image: url(../img/arrow-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
}
.breadcrumb-item.current-item .breadcrumb-link {
  color: #d64d3c;
}
.breadcrumb-item:not(.current-item) .breadcrumb-link:hover {
  color: #083668;
  opacity: 0.5;
}
.breadcrumb-link {
  font-size: 1.2rem;
  color: #808080;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.thumb-box:hover .thumb-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.thumb-box .thumb-img {
  aspect-ratio: 1/1;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
.thumb-box .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.thumb-box .thumb-content {
  margin-top: 1.6rem;
}
.thumb-box .thumb-title {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
}
.thumb-box .thumb-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.8rem;
  height: 0.2rem;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
}
.thumb-box .thumb-title a {
  font-family: bm;
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  color: #333;
  text-transform: none;
  display: block;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.thumb-box .thumb-title a:hover {
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.thumb-box .thumb-desc {
  margin-block: 0.8rem 1.6rem;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #808080;
}
.thumb-box .thumb-author {
  color: #808080;
}
.thumb-box .thumb-author .by {
  color: #333;
  font-family: br;
  font-weight: 400;
}
.thumb-box .thumb-meta {
  --px: 3.2rem;
  display: flex;
  align-items: center;
  margin: 0 calc(-0.5 * var(--px));
}
@media (max-width: 420px) {
  .thumb-box .thumb-meta {
    flex-wrap: wrap;
    row-gap: 1.2rem;
  }
  .thumb-box .thumb-meta > * {
    width: 100%;
    justify-content: flex-start !important;
  }
}
.thumb-box .thumb-meta .meta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: calc(var(--px) * 0.5);
  padding-left: calc(var(--px) * 0.5);
}
.thumb-box .thumb-meta .meta-item + .meta-item {
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 420px) {
  .thumb-box .thumb-meta .meta-item + .meta-item {
    border-left: none;
  }
}
.thumb-box .thumb-meta .meta-icon {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.thumb-box .thumb-meta .meta-icon img {
  display: block;
}

.swiper-button {
  --size: 3.2rem;
  width: var(--size);
  height: var(--size);
  border-radius: 100rem;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  color: #333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  isolation: isolate;
}
.swiper-button::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper-button:hover {
  color: #fafafa;
}
.swiper-button:hover::before {
  opacity: 1;
  pointer-events: auto;
}
.swiper-button::after {
  display: none;
}
.swiper-button-prev {
  left: calc(-1 * (var(--spacing) + var(--size)));
}
.swiper-button-prev > * {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.swiper-button-next {
  right: calc(-1 * (var(--spacing) + var(--size)));
}

.circle-gradient {
  width: 42rem;
  height: 16rem;
  background-color: #d64d3c;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1200px) {
  .circle-gradient {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .circle-gradient {
    height: 10rem;
  }
}
.circle-gradient.is-inview {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 450;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.popup.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.popup .container {
  width: 70rem;
}
@media screen and (max-width: 500px) {
  .popup .container {
    width: 37rem;
  }
}
.popup-content {
  background-color: #fff;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.popup-info {
  overflow-y: auto;
  max-height: calc(100vh - 2rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.popup-info::-webkit-scrollbar {
  width: 0.4rem;
}
@media screen and (max-width: 500px) {
  .popup-info {
    flex-wrap: wrap;
  }
}
.popup-info .img {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .popup-info .img {
    width: 100%;
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
  }
  .popup-info .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.popup-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popup-info .info {
  width: 60%;
  padding: 2rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  background-color: #FBF4E9;
}
@media screen and (max-width: 500px) {
  .popup-info .info {
    width: 100%;
  }
}
.popup-info .info-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 2rem;
  display: none;
}
@media screen and (max-width: 992px) {
  .popup-info .info-top {
    flex-direction: column;
  }
}
.popup-info .info-top .logo {
  width: 10rem;
  margin-right: 2rem;
}
.popup-info .info-top .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-info .info-top .txt {
  font-size: 2.4rem;
  font-weight: 900;
  color: #d64d3c;
}
@media only screen and (max-width: 1200px) {
  .popup-info .info-top .txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-info .info-top .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 992px) {
  .popup-info .info-top .txt {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 992px) and (max-width: 1200px) {
  .popup-info .info-top .txt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 992px) and (max-width: 800px) {
  .popup-info .info-top .txt {
    font-size: 2.7rem;
  }
}
.popup-info .info-sale {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #083668;
  margin-top: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .popup-info .info-sale {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-info .info-sale {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 992px) {
  .popup-info .info-sale {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 992px) and (max-width: 1200px) {
  .popup-info .info-sale {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 992px) and (max-width: 800px) {
  .popup-info .info-sale {
    font-size: 2.7rem;
  }
}
.popup-info .info-slogan {
  font-size: 2.4rem;
  color: #083668;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .popup-info .info-slogan {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-info .info-slogan {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 992px) {
  .popup-info .info-slogan {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 992px) and (max-width: 1200px) {
  .popup-info .info-slogan {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 992px) and (max-width: 800px) {
  .popup-info .info-slogan {
    font-size: 2.1rem;
  }
}
.popup-info .info-search {
  width: 100%;
  margin-top: auto;
}
.popup-info .info-search-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .popup-info .info-search-box {
    flex-direction: column;
  }
}
.popup-info .info-search-box .txt {
  color: #083668;
  font-size: 1.4rem;
  margin-right: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.popup-info .info-search-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.popup-info .info-search-item {
  font-weight: 700;
  position: relative;
  transition: 0.4s;
}
.popup-info .info-search-item::after {
  content: "";
  height: 0.1rem;
  width: 0%;
  background-color: #d64d3c;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.popup-info .info-search-item:not(:first-child) {
  margin-left: 1rem;
}
@media (hover: hover) {
  .popup-info .info-search-item:hover {
    color: #d64d3c;
  }
  .popup-info .info-search-item:hover::after {
    width: 100%;
  }
}
.popup-info .info-search-item.active {
  color: #d64d3c;
}
.popup-info .info-search-item.active::after {
  width: 100%;
}
.popup-info .info-search-ip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popup-info .info-search-ip .tabParentPanel {
  width: 100%;
}
.popup-info .info-search-ip input {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.8rem;
  height: 4.2rem;
  border: none;
  outline: none;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.popup-info .info-search-ip button {
  border-radius: 0.8rem;
  height: 4.2rem;
  width: 100%;
  margin-top: 1rem;
}
.popup-close {
  bottom: -4.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  background-color: #d64d3c;
  opacity: 0.5;
}
.popup-close:hover {
  background: #d64d3c;
}
@media screen and (max-width: 768px) {
  .popup-close {
    background-color: #ffffff;
    opacity: 1;
  }
  .popup-close img {
    filter: brightness(1) invert(1);
  }
}

.header-nav .menu-nav {
  height: 100%;
}
.header-nav .menu-nav > .menu-list {
  height: 100%;
  justify-content: center;
}
.header-nav .menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
  margin-left: 1rem;
}
.header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  height: 0.3rem;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: inherit;
  z-index: 2;
  background-color: #d64d3c;
  transition: 0.4s;
  border-radius: 10rem;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-nav > .menu-list > .menu-item:hover::before {
    width: 100%;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link {
  color: #d64d3c;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .mega {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover .mega-overlay {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #101010;
  padding: 2rem 0;
  font-weight: 400;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item > .menu-link {
  color: #d64d3c;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item::before {
  width: 100%;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: calc(100% + 0.5rem);
}
.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-item {
  position: relative;
  transition: 0s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a {
  color: #d64d3c;
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a > i {
  color: white;
}
.header-nav .menu-item .menu-link {
  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;
}
.header-nav .menu-item .menu-link 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;
}
.header-nav .menu-item > .menu-link {
  color: #101010;
  font-weight: 400;
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
}
.header-nav .menu-item > .menu-link > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1rem;
  margin-top: 0rem;
}
.header-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.header-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 30rem;
  padding-bottom: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
  border-top: none;
  border-radius: 0.4rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  padding: 2rem;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
.header-nav .menu-item > .menu-list > .menu-item {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link {
    color: #d64d3c;
  }
  .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after {
    opacity: 1;
    width: 5rem;
  }
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 0;
  width: 0%;
  height: 0.4rem;
  background-color: #d64d3c;
  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;
  opacity: 0;
  border-radius: 100rem;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: calc(100% + 2.5rem);
  padding: 2rem;
}

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a {
  color: #d64d3c;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #303030;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: flex;
}
.mobile-nav .menu-item.active > a {
  color: #d64d3c;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.mobile-nav .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 2rem;
  color: #303030;
  font-weight: 500;
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a {
  color: #d64d3c;
}

.mega {
  position: fixed;
  left: 50%;
  right: 0;
  width: 100%;
  min-height: 70vh;
  height: 70rem;
  max-width: 120rem;
  padding-top: 2rem;
  z-index: -1;
  top: 7.5rem;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
  transition: 0.4s, ease;
  -webkit-transition: 0.4s, ease;
  -moz-transition: 0.4s, ease;
  -ms-transition: 0.4s, ease;
  -o-transition: 0.4s, ease;
}
.mega.close {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
}
.mega-overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -100%);
  transition: 0.6s, ease;
  -webkit-transition: 0.6s, ease;
  -moz-transition: 0.6s, ease;
  -ms-transition: 0.6s, ease;
  -o-transition: 0.6s, ease;
  z-index: -2;
  display: none;
}
.mega-side {
  min-height: inherit;
  background-color: #F5F5F5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  border-radius: 0.8rem;
}
.mega-side .dsmall-item {
  margin-bottom: 0;
}
.mega-side-left {
  width: 25%;
  min-height: inherit;
  background-color: white;
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.05);
}
.mega-side-right {
  width: 75%;
  min-height: inherit;
}
.mega .container {
  min-height: inherit;
}
.mega-sidebar {
  height: 100%;
  padding: 4rem 2.4rem;
  min-height: inherit;
}
.mega-sidebar-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-sidebar-item:first-child a {
  padding-top: 0;
}
.mega-sidebar-item.active a {
  color: #d64d3c;
  font-weight: 500;
}
.mega-sidebar-item.current_page_item a {
  color: #d64d3c;
  font-weight: 500;
}
.mega-sidebar-item:hover a {
  color: #d64d3c;
  font-weight: 500;
}
.mega-sidebar-item a {
  padding: 1.6rem 0;
  padding-right: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
}
.mega-sidebar-item a i {
  font-weight: 400;
}
.mega-menu {
  padding: 4rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  animation: megaAni 0.3s ease-in-out;
}
.mega-menu.open {
  display: block;
}
.mega-menu-col {
  width: 20%;
}
.mega-menu-title {
  color: #101010;
  font-weight: 500;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% + 2.4rem);
}
.mega-menu-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.mega-menu-item:hover a {
  color: #d64d3c;
}
.mega-menu-item.current_page_item a {
  color: #d64d3c;
}
.mega-menu-item a {
  color: #808080;
  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;
}

@keyframes megaAni {
  0% {
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .burger.no-desk {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .burger.no-desk {
    width: 3.3rem;
  }
}
@media screen and (max-width: 500px) {
  .burger.no-desk {
    width: 5.7rem;
  }
  .burger.no-desk .line {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .burger.no-desk {
    width: 3.3rem;
  }
  .burger.no-desk .line {
    margin-left: 0;
  }
}

.icon-burger {
  cursor: pointer;
  padding-left: 8px;
  position: relative;
}
.icon-burger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-burger.active .line:nth-child(1) {
  width: 50%;
}
.icon-burger.active .line:nth-child(2) {
  width: 100%;
}
.icon-burger.active .line:nth-child(3) {
  width: 75%;
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hamburger .line {
    background-color: #ffffff;
  }
}

#hamburger.active .line:nth-child(1) {
  width: 50%;
  margin-right: auto;
}

#hamburger.active .line:nth-child(2) {
  margin-right: auto;
}

#hamburger.active .line:nth-child(3) {
  width: 75%;
  margin-right: auto;
}

.hamburger.active .ham {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.hamburger.active .ham .top {
  stroke-dashoffset: -98px;
}
.hamburger.active .ham .bottom {
  stroke-dashoffset: -138px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #d64d3c;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham .top {
  stroke-dasharray: 40 139;
}
.ham .bottom {
  stroke-dasharray: 40 180;
}

.mobile {
  position: fixed;
  z-index: 200 !important;
  top: 9.8rem;
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transform: translateX(-110%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .mobile {
    top: 5.6rem;
  }
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: 5.6rem !important;
}
.mobile.open {
  transform: translateX(0);
}
.mobile .search-mona {
  padding: 0 1.5rem;
  margin: 1.6rem 0;
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #d64d3c;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: -1 !important;
  top: 9.8rem;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-overlay.sticky {
  top: 5.6rem !important;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-overlay {
    top: 5.6rem;
  }
}
.mobile-wr {
  padding-bottom: 6rem;
  position: relative;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-content {
  padding: 2.4rem 1.6rem;
}
.mobile-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: white;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-mxh-link img {
  height: 80%;
}
.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: #d64d3c;
  word-break: break-word;
  font-weight: 500;
}
.mobile-text:not(:last-child) {
  margin-bottom: 0.8rem;
}
.mobile-account {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #d64d3c;
  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 #d64d3c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #d64d3c;
}
.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline;
  width: fit-content;
  font-size: 1.4rem;
}
.mobile-fl .mobile-text {
  display: inline;
  font-size: 1.4rem;
}
.mobile-fl .dot {
  display: none;
}

.tabBtn {
  cursor: pointer;
}

.tabLink {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tabLink.open {
  opacity: 1;
  position: relative;
}

.tabPanel {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  z-index: 2;
}
.tabPanel.open {
  animation: none;
  position: relative !important;
  opacity: 1;
  pointer-events: visible;
}
.tabPanel.open .contentTab {
  animation: tabRight 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabPanel .contentTab {
  animation: tabLeft 0.5s ease-in-out forwards;
  opacity: 0;
}

.tabParentBtn {
  cursor: pointer;
}

.tabParentPanel {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  z-index: 2;
}
.tabParentPanel.open {
  animation: none;
  position: relative !important;
  opacity: 1;
  pointer-events: visible;
}
.tabParentPanel.open .contentTabs {
  animation: tabRight 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabParentPanel .contentTabs {
  animation: tabLeft 0.5s ease-in-out forwards;
  opacity: 0;
}

.tabChildBtn {
  cursor: pointer;
}

.tabChildPanel {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  z-index: 2;
  width: 100%;
}
.tabChildPanel.open {
  animation: none;
  position: relative !important;
  opacity: 1;
  pointer-events: visible;
}
.tabChildPanel.open .contentCTabs {
  animation: tabUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabChildPanel .contentCTabs {
  animation: tabDown 0.5s ease-in-out forwards;
  opacity: 0;
}

.mona-content h3 {
  font-weight: bold;
  margin: 1rem 0;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.7rem;
  }
}
.mona-content p {
  margin: 1rem 0;
  color: #101010;
  word-break: break-word;
}
.mona-content .green {
  color: #E9F6FC;
  font-weight: bold;
}
.mona-content .img {
  width: 100%;
  margin: 1rem 0;
}
.mona-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.mona-content ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.mona-content ul li:last-child {
  margin-bottom: 0;
}
.mona-content ul li::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background-color: #101010;
  left: 0.5rem;
  top: 0.9rem;
  position: absolute;
}
.mona-content #toc_container {
  background: #E5EEEA;
  padding: 3.2rem;
  width: 100%;
  border: none;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
.mona-content #toc_container .toc_list li:not(:first-child) {
  margin-top: 1rem;
}
.mona-content #toc_container .toc_list li::after {
  display: none;
}
.mona-content #toc_container .toc_list li > a {
  transform: 0.4s;
  text-decoration: none !important;
}
@media (hover: hover) {
  .mona-content #toc_container .toc_list li > a:hover {
    color: #F2F2F2;
  }
}

.item-lazy {
  visibility: hidden;
}

.img-animated::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  transition: 1s ease-in-out;
}
.img-animated::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
  transition: 1s ease-in-out;
  z-index: 2;
}
.img-animated.is-inview::after, .img-animated.is-inview::before {
  height: 0;
}

#lg-download {
  display: none;
}

#lg-actual-size {
  display: none;
}

.wp-block-table::-webkit-scrollbar {
  height: 0.2rem;
}
.wp-block-table table {
  min-width: 70rem;
}

.mona-cus-title {
  width: 100% !important;
}

.collapse-body {
  display: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("../js/library/datepicker/images/arrow-left.png");
  background-position: center;
  background-size: contain;
}

.ui-widget-header .ui-icon {
  background-image: url("../js/library/datepicker/images/arrow-right.png");
  background-position: center;
  background-size: contain;
}

.ui-datepicker-header {
  background: linear-gradient(90deg, #2E7EF7 0.49%, #4CCFFF 100%);
  color: #ffffff;
}

.ui-datepicker-unselectable .ui-state-default {
  text-align: center;
}

.ui-datepicker-unselectable .ui-state-default {
  background-color: transparent;
  color: #d64d3c;
  border-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: transparent;
  text-align: center;
  border: none;
  font-weight: 700;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: transparent;
  color: #3385FF;
  border: none;
  text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #d64d3c;
  color: #ffffff;
  text-align: center;
}

.ui-widget.ui-widget-content {
  background-color: white;
  box-shadow: 0 0 1rem rgba(68, 68, 68, 0.3);
  border: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background-color: #3385FF;
  border: none;
}

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

.wp-block-media-text__media img {
  border-radius: 1.6rem;
}

.wp-block-separator {
  border: none !important;
  border-bottom: 0.1rem solid rgba(68, 68, 68, 0.3) !important;
}

.zoom-in {
  position: relative;
  overflow: hidden;
}
.zoom-in img {
  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;
}
@media (hover: hover) {
  .zoom-in:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.zoom-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
}

.move-left {
  position: relative;
  overflow: hidden;
}
.move-left img {
  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;
}
@media (hover: hover) {
  .move-left:hover img {
    transform: translate(calc(-50% + 10px), -50%);
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    -moz-transform: translate(calc(-50% + 10px), -50%);
    -ms-transform: translate(calc(-50% + 10px), -50%);
    -o-transform: translate(calc(-50% + 10px), -50%);
  }
}
.move-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: calc(100% + 50px);
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mt4 {
  margin-top: 4rem;
}

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

.sec-pdb {
  padding-bottom: 4rem;
}

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

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

.form {
  --gutter-x: 1.6rem;
  --gutter-y: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .form {
    --gutter-x: 0.8rem;
    --gutter-y: 0.8rem;
  }
}
.form-name {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.form-ip {
  position: relative;
}
.form-ip i {
  position: absolute;
  right: 2rem;
  bottom: 1.4rem;
  color: #CCCCCC;
  font-weight: 300;
}
.form-ip input {
  width: 100%;
  border: 0.1rem solid #E6E6E6;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
}
.form-ip input:focus {
  border: 0.1rem solid #d64d3c;
}
.form-ip-note {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.form-ip-note-txt {
  color: #E9F6FC;
  position: relative;
  padding-left: 1rem;
  margin-right: 2.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
.form-ip-note-txt:last-child {
  margin-right: 0;
}
.form-ip-note-txt::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #E9F6FC;
  position: absolute;
  top: 1rem;
  left: 0;
}
.form-btn {
  margin-top: 4rem;
}
.form-btn .btn-third {
  border: 0.1rem solid #F2F2F2;
}

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

.toast {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 20rem;
  padding: 1.2rem 2.4rem;
  padding-right: 4rem;
  width: fit-content;
  border-radius: 1rem;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: relative;
}
.toast.success {
  background-color: #ceffb5;
}
.toast.success .toast-txt {
  color: green;
}
.toast.success .toast-close {
  color: green;
}
.toast.error {
  background-color: #fca1a1;
}
.toast.error .toast-txt {
  color: red;
}
.toast.error .toast-close {
  color: red;
}
.toast.warn {
  background-color: #fcf6a1;
}
.toast.warn .toast-txt {
  color: rgb(255, 162, 0);
}
.toast.warn .toast-close {
  color: rgb(255, 162, 0);
}
.toast-txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.toast-close {
  font-weight: 400;
  margin-left: auto;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 1.5rem;
  right: 1.3rem;
}
.toast.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header-search-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-search-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.topitem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 1.2rem 0 0.5rem 0;
}
.topitem .by {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #666666;
  margin-right: 1.6rem;
  white-space: nowrap;
}
.topitem .by strong {
  font-weight: 500;
  color: rgb(2, 13, 0);
  margin-left: 0.5rem;
}
.topitem .date {
  white-space: nowrap;
}

.sidebox {
  padding: 4rem;
  background-color: #F5F5F5;
  border-radius: 0.8rem;
}
.sidebox + .sidebox {
  margin-top: 4rem;
}
@media screen and (max-width: 900px) {
  .sidebox + .sidebox {
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .sidebox + .sidebox {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .sidebox {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .sidebox {
    width: calc(50% - 1rem);
  }
  .sidebox:nth-child(3) {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sidebox {
    width: 100%;
  }
}

.menus-item {
  margin-bottom: 1.2rem;
}
.menus-item:last-child {
  margin-bottom: 0;
}
.menus-link {
  color: #101010;
  transition: 0.4s;
}
@media (hover: hover) {
  .menus-link:hover {
    color: #F2F2F2;
  }
}

.pagimain {
  margin-top: 4rem;
}

.small-title {
  font-size: 2.4rem;
  color: #101010;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .small-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .small-title {
    font-size: 1.7rem;
  }
}

.days {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.days .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.days .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.days .txt {
  font-weight: 500;
}

.prod-item .inner .img-inner {
  display: block;
  padding-top: calc((235 / 370) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (hover: hover) {
  .prod-item .inner .img-inner:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.prod-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.prod-item .inner .info {
  position: relative;
}
.prod-item .inner .info-inner {
  position: relative;
  padding: 3rem;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: calc(100% - 3.4rem);
  margin-left: auto;
  transform: translateY(-2rem);
  z-index: 10;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.prod-item .inner .info-inner .tt {
  color: #101010;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .prod-item .inner .info-inner .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-item .inner .info-inner .tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .prod-item .inner .info-inner .tt:hover {
    color: #d64d3c;
  }
}
.prod-item .inner .info-inner .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3rem;
}
.prod-item .inner .info-inner .link {
  font-weight: 600;
  color: #d64d3c;
  transition: 0.4s;
  text-transform: uppercase;
  margin-top: auto;
}
@media (hover: hover) {
  .prod-item .inner .info-inner .link:hover {
    color: #3385FF;
  }
}
.prod-item .inner .info .verText {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  width: 2.4rem;
  position: absolute;
  top: 2.4rem;
  left: 0;
}

.sq-item .inner {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .sq-item .inner:hover .info {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
  .sq-item .inner:hover .img-inner::after {
    height: 100%;
  }
  .sq-item .inner:hover .img-inner img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.sq-item .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.sq-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.sq-item .inner .img-inner::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  background: linear-gradient(360deg, #F70C0D -19.27%, rgba(247, 12, 13, 0) 47.79%);
  z-index: 2;
}
.sq-item .inner .img-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000000 -19.27%, rgba(0, 0, 0, 0) 47.79%);
  z-index: 1;
}
.sq-item .inner .info {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  z-index: 4;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .sq-item .inner .info {
    left: 1rem;
    bottom: 1rem;
  }
}
.sq-item .inner .info-inner .tt {
  font-size: 2.4rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .sq-item .inner .info-inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sq-item .inner .info-inner .tt {
    font-size: 1.7rem;
  }
}
.sq-item .inner .info-inner .tt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 5.4rem;
  border-radius: 10rem;
  transition: 0.4s;
  background-color: rgb(252, 200, 56);
}
@media (hover: hover) {
  .sq-item .inner .info-inner .tt:hover::after {
    width: 10rem;
  }
}
.sq-item .inner .info-inner .by {
  color: #ffffff;
}
.sq-item.second .img-inner::before {
  background: linear-gradient(0deg, #083668 0%, rgba(8, 54, 104, 0) 43.44%);
}
.sq-item.third .img {
  margin-bottom: 1rem;
}
.sq-item.third .img-inner::after {
  display: none;
}
.sq-item.third .img-inner::before {
  display: none;
}
.sq-item.third .info {
  position: static;
}
.sq-item.third .info-inner .tt {
  color: #101010;
}
.sq-item.third .info-inner .tt::after {
  background-color: #101010;
}
@media (hover: hover) {
  .sq-item.third .info-inner .tt:hover {
    color: #d64d3c;
  }
  .sq-item.third .info-inner .tt:hover::after {
    background-color: #d64d3c;
  }
}
.sq-item.third .info-inner .by {
  color: #101010;
}

.scrollDeskJS {
  cursor: grab;
}
.scrollDeskJS:active {
  cursor: grabbing;
}
.scrollDeskJS::-webkit-scrollbar {
  height: 0;
}

.collapse-itemf.active .collapse-body {
  display: block;
}
.collapse-bodyf {
  display: block;
}

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

.setsmallG {
  --gutter-x: 0.6rem;
  --gutter-y: 0.6rem;
}

.setGF {
  --gutter-x: 2.4rem;
  --gutter-y: 4rem;
}
@media screen and (max-width: 1200px) {
  .setGF {
    --gutter-x: 1.6rem;
    --gutter-y: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .setGF {
    --gutter-x: 1.6rem;
    --gutter-y: 3rem;
  }
}

.title {
  font-size: 5rem;
  color: #101010;
  width: fit-content;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .title {
    font-size: 3.4rem;
  }
}
.title::after {
  content: "";
  width: 0rem;
  height: 0.2rem;
  background-color: #d64d3c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.4s;
}
.title.is-inview::after {
  width: 7.8rem;
}
.title.white {
  color: #ffffff;
}
.title.center {
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
}

.titles {
  font-size: 4.8rem;
  color: #101010;
  width: fit-content;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .titles {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles {
    font-size: 3.3rem;
  }
}
.titles.white {
  color: #ffffff;
}
.titles.center {
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
}

.t-red {
  color: #d64d3c;
}

.swiper-pagination-bullet {
  background-color: #d64d3c;
}
.pt-sc,
.py-sc {
  padding-top: var(--pd-section);
}

.pb-sc,
.py-sc {
  padding-bottom: var(--pd-section);
}

.pt-sc-sm,
.py-sc-sm {
  padding-top: var(--pd-section-sm);
}

.pb-sc-sm,
.py-sc-sm {
  padding-bottom: var(--pd-section-sm);
}

.daily.hasbg {
  background-color: #F5F5F5;
}
.daily-swiper {
  margin: 0 -2rem;
}
.daily-swiper .swiper {
  padding: 0 2rem;
}

.form-list {
  --gutter-x: 1.6rem;
  --gutter-y: 1.6rem;
}
.form-ip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.form-ip.per5 {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .form-ip.per5 {
    width: 100%;
  }
}
.form-ip-link {
  text-align: center;
  margin: auto;
  color: #101010;
  transition: 0.4s;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .form-ip-link:hover {
    color: #d64d3c;
  }
}
.form-ip-back {
  margin-top: 4rem;
  color: #3385FF;
  transition: 0.4s;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .form-ip-back:hover {
    color: #d64d3c;
  }
}
.form-ip-rem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-ip-rem .check-circle {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.form-ip-rem .check-circle img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-ip-rem input {
  display: none;
}
.form-ip-rem input:checked ~ .check-circle img {
  filter: none;
}
.form-ip-rem input:checked ~ .check-txt {
  color: #d64d3c;
}
.form-ip.select::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid #666666;
  position: absolute;
  top: 45%;
  right: 2rem;
}
.form-ip input,
.form-ip textarea,
.form-ip select {
  border-radius: 0.4rem;
  background-color: rgba(0, 0, 0, 0.04);
  border: 0.1rem solid transparent;
  padding: 1.2rem 1.6rem;
  resize: none;
  width: 100%;
  outline: none;
}
.form-ip input:focus,
.form-ip textarea:focus,
.form-ip select:focus {
  border-color: #d64d3c;
}
.form-ip select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-ip textarea {
  min-height: 20rem;
}
.form-ip .btn, .form-ip .btn-cv, .form-ip .btn-search, .form-ip .btn-second, .form-ip .btn-pri, .form-ip .btn-more {
  margin-left: auto;
}
.form-ip.hasicon input,
.form-ip.hasicon select {
  padding-left: 4.4rem;
}
.form-ip.hasicon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  left: 2rem;
}
.form-ip.hasicon .icon::after {
  content: "";
  height: 2rem;
  width: 0.1rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip.hasicon .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wp-block-embed iframe {
  width: 100%;
}

.wp-block-table .aligncenter {
  margin: 0 !important;
}

body .is-layout-flow > .aligncenter {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}

.mona-content table {
  width: 100% !important;
}
.mona-content table tr:first-child td {
  background-color: #101010;
  color: #ffffff;
}
.mona-content table tr:first-child td:first-child {
  border-radius: 0.8rem 0 0 0;
}
.mona-content table tr:first-child td:last-child {
  border-radius: 0 0.8rem 0 0;
}
.mona-content table tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.mona-content table tr td:first-child {
  text-align: left;
}
.mona-content table tr td:last-child {
  text-align: right;
}
.mona-content table td {
  border: none !important;
  padding: 1.5rem 1rem !important;
}

.backtotop-social .social-dropdown .title::after {
  display: none;
}

.btn, .btn-cv, .btn-search, .btn-second, .btn-pri, .btn-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 1.4rem 1.6rem;
  min-width: 10rem;
  border-radius: 0.8rem;
  box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.05);
}
.btn img, .btn-cv img, .btn-search img, .btn-second img, .btn-pri img, .btn-more img {
  position: relative;
  z-index: 3;
  margin-left: 0.5rem;
}
.btn .txt, .btn-cv .txt, .btn-search .txt, .btn-second .txt, .btn-pri .txt, .btn-more .txt {
  font-weight: 1.4rem;
  line-height: 1.2;
  color: #000000;
  transition: 0.4s;
  font-size: 1.6rem;
  display: block !important;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .btn .txt, .btn-cv .txt, .btn-search .txt, .btn-second .txt, .btn-pri .txt, .btn-more .txt {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.btn.center, .center.btn-cv, .center.btn-search, .center.btn-second, .center.btn-pri, .center.btn-more {
  margin: auto;
  margin-top: 2rem;
}
.btn-pri {
  background-color: #d64d3c;
  width: max-content;
  overflow: hidden;
  border: 0.1rem solid #d64d3c;
}
.btn-pri .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .btn-pri .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .btn-pri .txt {
    font-size: 1.5rem;
  }
}
.btn-pri::after {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn-pri:hover .txt {
    color: #d64d3c;
  }
  .btn-pri:hover i {
    color: #d64d3c;
  }
  .btn-pri:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-second {
  background-color: #ffffff;
  width: max-content;
  overflow: hidden;
}
.btn-second i {
  color: #101010;
  font-weight: 500;
  margin-right: 0.5rem;
  z-index: 3;
  transition: 0.4s;
}
.btn-second .txt {
  color: #d64d3c;
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .btn-second .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .btn-second .txt {
    font-size: 1.5rem;
  }
}
.btn-second::after {
  content: "";
  background: #d64d3c;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn-second:hover .txt {
    color: #ffffff;
  }
  .btn-second:hover i {
    color: #ffffff;
  }
  .btn-second:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-search {
  background-color: #d64d3c;
  width: max-content;
  overflow: hidden;
  border: 0.1rem solid #d64d3c;
}
.btn-search .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.btn-search .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn-search .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.6rem;
}
.btn-search::after {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn-search:hover .txt {
    color: #d64d3c;
  }
  .btn-search:hover i {
    color: #d64d3c;
  }
  .btn-search:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(84%) saturate(6292%) hue-rotate(352deg) brightness(95%) contrast(104%);
  }
  .btn-search:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-cv {
  background-color: #3385FF;
  width: max-content;
  overflow: hidden;
  border: 0.1rem solid transparent;
}
.btn-cv i {
  color: #101010;
  font-weight: 500;
  margin-right: 0.5rem;
  z-index: 3;
  transition: 0.4s;
}
.btn-cv .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .btn-cv .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .btn-cv .txt {
    font-size: 1.5rem;
  }
}
.btn-cv::after {
  content: "";
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn-cv:hover {
    border: 0.1rem solid #3385FF;
  }
  .btn-cv:hover .txt {
    color: #3385FF;
  }
  .btn-cv:hover i {
    color: #ffffff;
  }
  .btn-cv:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-more {
  background-color: #ffffff;
  width: max-content;
  overflow: hidden;
  border: 0.1rem solid rgba(8, 54, 104, 0.3);
  border-radius: 100rem;
  min-width: 14rem;
  margin: auto;
}
.btn-more i {
  color: #101010;
  font-weight: 500;
  margin-right: 0.5rem;
  z-index: 3;
  transition: 0.4s;
}
.btn-more .txt {
  color: rgb(8, 54, 104);
  line-height: 1;
  z-index: 3;
  margin-top: 0rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .btn-more .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .btn-more .txt {
    font-size: 1.5rem;
  }
}
.btn-more::after {
  content: "";
  background: #3385FF;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .btn-more:hover .txt {
    color: #ffffff;
  }
  .btn-more:hover i {
    color: #ffffff;
  }
  .btn-more:hover::after {
    transform: scale(1);
    transform-origin: center left;
  }
}
.btn-prev, .btn-next {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #d1d1d1;
  transition: 0.4s;
  cursor: pointer;
}
.btn-prev i, .btn-next i {
  color: #101010;
  transition: 0.4s;
  font-size: 1rem;
}
.btn-prev.current, .btn-next.current {
  background-color: #d64d3c;
  pointer-events: none;
}
.btn-prev.current i, .btn-next.current i {
  color: #ffffff;
}
@media (hover: hover) {
  .btn-prev:hover, .btn-next:hover {
    background-color: #d64d3c;
  }
  .btn-prev:hover i, .btn-next:hover i {
    color: #ffffff;
  }
}

.load-btn {
  width: fit-content;
  margin-top: 2.4rem;
  cursor: pointer;
}
.load-btn .text {
  color: #101010;
}
.load-btn i {
  font-size: 1.4rem;
  transition: 0.4s;
  color: #101010;
}
.load-btn.active i {
  transform: rotate(180deg);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 110;
  transition: 0.3s;
  transition-delay: 0.1s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .header.sticky {
    transform: translateY(-4rem);
  }
}
.header.sticky .header-logo .custom-logo-link {
  height: 5.6rem;
}
.header-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-main {
  width: 100%;
}
.header-top {
  height: 4rem;
  background-color: #d64d3c;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.header-top::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 100%;
  clip-path: polygon(0 0, 71% 100%, 100% 100%, 100% 0);
  background-color: #d64d3c;
  transform: translateX(calc(-100% + 0.1rem));
}
.header-top::after {
  content: "";
  width: calc((100vw - 115rem) / 2);
  height: 100%;
  background-color: #d64d3c;
  position: absolute;
  left: 100%;
}
@media screen and (max-width: 1200px) {
  .header-top::after {
    width: 2.5rem;
  }
}
.header-top-rates {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.header-top-contact {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-top-contact li:not(:first-child) {
  margin-left: 2rem;
}
.header-top-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.header-top-link .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.header-top-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .header-top {
    display: none;
  }
}
.header-bottom {
  height: 5.6rem;
  position: relative;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-logo {
  width: 18rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  z-index: 2;
  margin-right: -0.1rem;
  justify-content: flex-start;
  transition: 0.4s;
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .header-logo {
    width: fit-content;
  }
}
.header-logo .custom-logo-link {
  display: block;
  transition: 0.4s ease-in-out;
  justify-content: flex-start;
  width: fit-content;
  height: 9.6rem;
  transition: 0.4s;
}
.header-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header-logo .custom-logo-link {
    height: 5.6rem;
  }
}
.header-nav {
  margin-left: auto;
  margin-right: 4.5rem;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-login {
    margin-left: auto;
  }
}
.header-login-nor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-login-nor .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.header-login-nor .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-login-nor .txt {
  margin-top: -0.1rem;
}
.header-login-nor .txt-link {
  color: #101010;
  transition: 0.4s;
  white-space: nowrap;
}
@media (hover: hover) {
  .header-login-nor .txt-link:hover {
    color: #d64d3c;
  }
}
.header-phone-mb {
  margin-left: auto;
}
@media screen and (min-width: 1201px) {
  .header-phone-mb {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-phone-mb {
    display: none;
  }
}
.header-phone-mb .header-top-link {
  background-color: #d64d3c;
  padding: 1rem 2rem;
  border-radius: 100rem;
  margin-right: 2rem;
}
.header .burger {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 1201px) {
  .header .burger {
    display: none;
  }
}

.footer {
  background-color: #101010;
}
.footer-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-top: 2.4rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.footer-bottom {
  padding: 7rem 0 7rem 0;
}
.footer-copyright {
  padding: 1.4rem;
  background-color: #000000;
}
.footer-copyright .inner {
  width: 18rem;
  margin: auto;
}
.footer-copyright .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-logo {
  width: 13.2rem;
}
.footer-contact {
  margin-left: auto;
  margin-bottom: 2rem;
}
.footer-contact .txt {
  color: #ffffff;
  font-weight: 600;
}
.footer-title {
  color: #ffffff;
  margin-bottom: 2rem;
}
.footer-title:not(:first-child) {
  margin-top: 2rem;
}
.footer-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-social-item:not(:first-child) {
  margin-left: 1.2rem;
}
.footer-social-link {
  width: 1.8rem;
  height: 1.8rem;
  transition: 0.4s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (hover: hover) {
  .footer-social-link:hover {
    transform: translateY(-0.5rem);
  }
}
.footer-social-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-item:nth-child(1) {
  width: 33.3333333333%;
}
@media screen and (max-width: 950px) {
  .footer-item:nth-child(1) {
    width: 100%;
  }
}
.footer-item:nth-child(2) {
  width: 16.6666666667%;
}
.footer-item:nth-child(3) {
  width: 25%;
}
.footer-item:nth-child(4) {
  width: 25%;
}
.footer-item-inner {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .footer-item-inner {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .footer-item:nth-child(n+1) {
    width: 50%;
  }
}
@media screen and (max-width: 950px) and (max-width: 500px) {
  .footer-item:nth-child(n+1) {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .footer-item:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 950px) and (max-width: 500px) {
  .footer-item:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .footer-item:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 950px) and (max-width: 500px) {
  .footer-item:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .footer-item:nth-child(4) {
    order: 1;
  }
}
.footer-browser-item {
  max-width: 15rem;
}
.footer-browser-item .inner {
  position: relative;
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 0.1rem solid #ffffff;
}
.footer-browser-item .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-cskh {
  margin-top: 2rem;
}
.footer-cskh-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 500px) {
  .footer-cskh-row {
    margin-top: 2rem;
  }
}
.footer-cskh-item {
  width: 50%;
}
.footer-cskh-item:not(:first-child) {
  margin-left: 1rem;
}
.footer-cskh-phone {
  color: #CB4F50;
  font-size: 3rem;
  font-weight: bold;
  line-height: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .footer-cskh-phone {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-cskh-phone {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-cskh-phone {
    font-size: 2rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .footer-cskh-phone {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .footer-cskh-phone {
    font-size: 1.6rem;
  }
}
.footer .address-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (hover: hover) {
  .footer .address-item:hover .icon::after {
    transform: scale(1);
  }
}
.footer .address-item .icon {
  margin-top: -0.6rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: transparent;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.footer .address-item .icon img {
  z-index: 2;
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}
.footer .address-item .icon::after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 100rem;
  transition: 0.4s;
  transform: scale(0);
  position: absolute;
  background-color: red;
}
.footer .address-item:not(:first-child) {
  margin-top: 1rem;
}
.footer .address-para {
  color: #ffffff;
}
.footer .address-link {
  color: #ffffff;
  transition: 0.4s;
  cursor: pointer;
}
@media (hover: hover) {
  .footer .address-link:hover {
    color: #d64d3c;
  }
}
.footer .menu-item:not(:first-child) {
  margin-top: 1rem;
}
.footer .menu-link {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
  font-weight: lighter;
}
@media (hover: hover) {
  .footer .menu-link:hover {
    color: #d64d3c;
  }
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  display: block;
}
article h1 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  margin: 0 0 0.67rem 0;
}
article h2 {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  margin: 0 0 0.75rem 0;
}
article h3 {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  margin: 0 0 0.83rem 0;
}
article h4 {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
  margin: 0 0 1.12rem 0;
}
article h5 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  margin: 0 0 1.5rem 0;
}
article h6 {
  font-size: 0.67rem;
  margin: 0 0 1.67rem 0;
}
article p {
  margin: 0 0 1.12rem 0;
}
article em {
  color: #808080;
  font-style: italic;
}
article strong {
  font-weight: 700;
}
article a {
  color: #333;
  text-decoration: underline;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
article a:hover {
  color: #083668;
}
article ol,
article ul {
  padding-left: 18px;
}
article ol li::before,
article ul li::before {
  content: "•";
  color: currentColor;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1rem;
}
article figure {
  margin-bottom: 2.4rem;
}
article img {
  display: block;
  height: auto;
  border-radius: 0.8rem;
  aspect-ratio: 16/9;
  margin-bottom: 1.6rem;
}
article .video iframe,
article .video video {
  margin-bottom: 1.2rem;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  article img {
    margin: 20px auto;
  }
}

.banner-blur {
  height: max(23.1481481481vh, 40rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.banner-blur::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 0%, #ffffff 94.75%);
}

@media screen and (min-width: 768px) {
  .aside-wrap {
    position: sticky;
    top: 10rem;
  }
}
.aside-wrap .aside-title {
  font-weight: 700;
  color: #101010;
}
.aside-wrap .aside-title.has-underline::after {
  width: 3.5rem;
  background: #d64d3c;
}
.aside-wrap .aside-item {
  background: #fff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.aside-wrap .aside-item + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .aside-wrap .aside-item {
    padding: 1.6rem;
  }
  .aside-wrap .aside-item + * {
    margin-top: 2rem;
  }
}
.aside-wrap .aside-cat__item + * {
  margin-top: 1.6rem;
}
.aside-wrap .aside-cat__item:hover a {
  color: #d64d3c;
}
.aside-wrap .aside-cat__item.active a {
  color: #d64d3c;
  font-weight: 600;
}
.aside-wrap .aside-cat__item a {
  color: #333;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.aside-wrap .aside-tool .app-links-list {
  --gap: 2.4rem;
  gap: var(--gap);
}
.aside-wrap .aside-tool .app-links-item {
  width: calc(50% - var(--gap));
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .aside-wrap .aside-tool .app-links-item {
    width: min(100%, 18rem);
  }
}
.aside-wrap .aside-tool .app-links-item img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.aside-wrap .aside-tool .app-links.--app {
  margin-top: 3.2rem;
}
.aside-wrap .aside-tool .app-links.--app .app-links-item {
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
}
.aside-wrap .aside-tool .app-links.--app .app-links-img img {
  width: 100%;
}
.aside-wrap .aside-tool .app-links.--tool {
  --h-item: 6.8rem;
  --size-icon: 4rem;
  margin-top: 1.6rem;
}
.aside-wrap .aside-tool .app-links.--tool .item-icon {
  padding: 0;
}
.aside-wrap .aside-tool .app-links.--tool .item-icon img {
  width: 100%;
  height: 100%;
}
.aside-wrap .aside-tool__attention > * {
  color: #e13030;
}
.aside-wrap .aside-relate-item {
  margin-top: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.aside-wrap .aside-relate-item .inner .tt {
  color: #101010;
  font-size: 2rem;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .aside-wrap .aside-relate-item .inner .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .aside-wrap .aside-relate-item .inner .tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .aside-wrap .aside-relate-item .inner .tt:hover {
    color: #d64d3c;
  }
}
@media screen and (max-width: 992px) {
  .aside-wrap .aside-relate-item .inner .tt {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.aside-wrap .aside-relate-item .inner .by {
  color: #666666;
}
@media screen and (max-width: 992px) {
  .aside-wrap .aside-relate-item .inner .by {
    font-size: 1.2rem;
  }
}

.bank {
  isolation: isolate;
}
.bank .bg-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  z-index: -1;
}
.bank .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bank-list {
  background-color: #fff;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem;
}
.bank-list-row {
  position: relative;
}
@media (min-width: 576px) {
  .bank-list-row::before {
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: #e6e6e6;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 0;
  }
  .bank-list-row .col-item:nth-child(1) .bank-item {
    padding-right: 2.4rem;
  }
  .bank-list-row .col-item:nth-child(2) .bank-item {
    padding-left: 2.4rem;
  }
}
.bank-list .attention {
  max-width: 39rem;
  margin-inline: auto;
  color: #e13030;
}
.bank-item__logo img {
  display: block;
}
.bank-item__list .desc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.bank-item__list .desc-item + .desc-item {
  margin-top: 1.2rem;
}
.bank-item__list .desc-title {
  color: #808080;
}
.bank-item__list .desc-detail {
  text-transform: uppercase;
}

.blog-list {
  margin-top: 5.6rem;
}
.blog-list__item {
  position: relative;
}
.blog-list__item:hover .item-thumb img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.blog-list__item .item-thumb {
  padding-top: 100%;
  height: 0;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.blog-list__item .item-thumb img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-list__item .item-thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  pointer-events: none;
}
.blog-list__item .item-thumb img {
  transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.blog-list__item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem;
}
.blog-list__item .item-title {
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
}
.blog-list__item .item-title a {
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .blog-list__item .item-title a {
    -webkit-line-clamp: 2;
  }
}
.blog-list__item .item-title a,
.blog-list__item .item-author {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .blog-list__item .item-content {
    padding: 1.2rem;
  }
  .blog-list__item .item-title {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .blog-list > .row {
    --gutter-x: 1.2rem;
    --gutter-y: var(--gutter-x);
  }
}
.blog-heading .heading-sc .title-sc.has-underline::after {
  background: #d64d3c;
}

.news--about {
  padding-bottom: 15rem;
}
@media screen and (max-width: 991.98px) {
  .news--about {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .news--about {
    padding-bottom: var(--pd-section-sm);
  }
}
.news-list__main .thumb-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-list__main .thumb-box .thumb-img:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 54, 104, 0) 53.9%, #083668 100%);
}
.news-list__main .thumb-box .thumb-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem;
}
.news-list__main .thumb-box .thumb-title a {
  color: #fafafa;
}
.news-list__main .thumb-box .thumb-author {
  color: rgba(250, 250, 250, 0.5);
}
.news-list__main .thumb-box .thumb-author .by {
  color: #fafafa;
}
.news-list__main .col-left .thumb-box .thumb-content {
  padding-inline: 4rem;
}
.news-list__main .col-left .thumb-box .thumb-title a {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
@media screen and (max-width: 991.98px) {
  .news-list__main .col-left .thumb-box .thumb-img {
    aspect-ratio: 588/282;
  }
}
.news-list__main .col-right .col-item:not(.news-list__main .col-right .col-item:nth-child(1)) .thumb-box .thumb-title::after {
  width: 5.4rem;
}
.news-list__main .col-right .col-item:nth-child(1) .thumb-box .thumb-img {
  aspect-ratio: 588/282;
}
@media screen and (max-width: 767.98px) {
  .news-list__main .row {
    --gutter-x: 1.6rem;
    --gutter-y: var(--gutter-x);
  }
}
@media (max-width: 575.98px) {
  .news-list__main .row {
    --gutter-x: 1rem;
  }
}
.news-post__outs .thumb-box .thumb-img {
  aspect-ratio: 384/303;
}
.news-post__outs .thumb-box .thumb-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-post__outs .thumb-box .thumb-title::after {
  display: none;
}
.news-post__outs .thumb-box .thumb-meta .meta-text {
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .news-post__outs > .row {
    --gutter-x: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .news-post__outs > .row {
    --gutter-x: 1rem;
  }
}
.news-post__rlt + * {
  margin-top: 1.6rem;
}
.news-post__rlt .single-wrap .thumb-box {
  display: flex;
  gap: 1.6rem;
}
.news-post__rlt .single-wrap .thumb-box .thumb-title a {
  height: 4.8rem;
}
.news-post__rlt .single-wrap .thumb-box .thumb-img {
  width: 10.2rem;
  height: 10.2rem;
  flex-shrink: 0;
}
.news-post__rlt .single-wrap .thumb-box .thumb-content {
  margin-top: 0;
}
.news-heading .heading-sc .title-sc.has-underline::after {
  background: #d64d3c;
}

.news-rlt .heading-sc .title-sc::after {
  width: 100%;
}
.news-rlt__list {
  margin-top: 2.5rem;
}
.news-rlt__list > .row {
  --gutter-y: 4rem;
}
@media screen and (max-width: 767.98px) {
  .news-rlt__list > .row {
    --gutter-x: 1.6rem;
    --gutter-y: var(--gutter-x);
  }
}
@media (max-width: 575.98px) {
  .news-rlt__list > .row {
    --gutter-x: 1rem;
  }
}

.table-price .t-red {
  color: #d64d3c;
}
.table-price__article {
  overflow-x: auto;
}
.table-price__article .c-red {
  color: #eb1f1f;
}
.table-price__article ul {
  margin-bottom: 1.6rem;
}
.table-price__article ul li {
  position: relative;
  padding-left: 1.2rem;
}
.table-price__article ul li + li {
  margin-top: 1.2rem;
}
.table-price__article ul li::before {
  content: "";
  background-image: url(../img/apple.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.5rem;
  margin-left: -1.2rem;
}
.table-price__article table {
  width: 100%;
  margin-bottom: 1.6rem;
  min-width: 60rem;
}
.table-price__article table th,
.table-price__article table td {
  padding: 1.5rem 1.6rem;
  vertical-align: middle;
  min-width: 10rem;
  text-align: left;
}
.table-price__article table thead th {
  background-color: #101010;
  color: #fafafa;
}
.table-price__article table thead th:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.table-price__article table thead th:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.table-price__article table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table-price__article table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table-price__article table tbody th {
  min-width: 16rem;
}
.table-price__heading .heading-sc .title-sc.has-underline::after {
  background: #d64d3c;
}

.cha {
  width: 200px;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.cha img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about {
  z-index: 10;
}
.about-banner {
  isolation: isolate;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 40rem;
  position: relative;
}
.about-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(247, 12, 13, 0) 42.38%, #F70C0D 171.5%);
  border-radius: 0.8rem;
  z-index: -1;
  pointer-events: none;
}
.about-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-content .heading-sc {
  margin-block: auto;
}
.about-content .heading-sc .title-sc {
  color: #fafafa;
}
.about-content .quote-desc {
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.6rem;
  text-align: center;
  padding-inline: 0.8rem;
}
.about-content .quote-icon {
  flex-shrink: 0;
}
.about-content .quote-icon img {
  display: block;
}
@media screen and (min-width: 768px) {
  .about-service__list .col-item:first-child {
    width: 33.3333333333%;
  }
}
.about-service__list .col-item:not(.about-service__list .col-item:first-child) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-service__list .col-item:not(.about-service__list .col-item:first-child) {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .about-service__list .col-item:not(.about-service__list .col-item:first-child) {
    width: 25%;
    margin-left: 8.3333333333%;
  }
}
.about-service__list .col-item:not(.about-service__list .col-item:first-child)::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: -4.1rem;
}
@media screen and (max-width: 1199.98px) {
  .about-service__list .col-item:not(.about-service__list .col-item:first-child)::before {
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .about-service__list .col-item:not(.about-service__list .col-item:first-child)::before {
    display: none;
  }
}
.about-service__list .list-desc .item-text {
  position: relative;
  padding-left: 3rem;
}
.about-service__list .list-desc .item-text + .item-text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .about-service__list .list-desc .item-text + .item-text {
    margin-top: 2.4rem;
  }
}
.about-service__list .list-desc .item-text::before {
  content: "";
  background-image: url(../img/apple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.2rem;
}
.about-vision__item {
  background: #fff;
  box-shadow: 0px 1.6rem 3.2rem rgba(1, 9, 18, 0.15);
  border-radius: 0.8rem;
  padding: 4rem 3.2rem 3.4rem;
  height: 100%;
}
.about-vision__item .item-content .content-slogan strong {
  font-weight: 700;
}
.about-vision__item .heading-sc .title-sc.has-underline::after {
  background: #d64d3c;
}

.staff {
  --pt: 15rem;
  position: relative;
  padding-top: var(--pt);
  margin-top: calc(-1 * (var(--pt) - 4rem));
}
.staff-bg {
  height: 52rem;
}
.staff-bg .circle-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.staff-bg .bg-full {
  height: 52rem;
}
.staff-main {
  z-index: 10;
  position: relative;
}
.staff-heading {
  --gap: 5rem;
  margin-inline: calc(-0.5 * var(--gap));
}
.staff-heading > * {
  padding-inline: calc(0.5 * var(--gap));
}
.staff-heading .textbox *,
.staff-heading .title-sc {
  color: #fafafa;
}
@media screen and (max-width: 992px) {
  .staff-heading .textbox * br,
.staff-heading .title-sc br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .staff-heading {
    display: flex;
  }
  .staff-heading .heading-sc {
    max-width: calc(18.6rem + var(--gap));
    position: relative;
  }
  .staff-heading .heading-sc::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    height: 7.8rem;
    width: 0.2rem;
    background: #d64d3c;
  }
  .staff-heading .heading-sc .title-sc {
    padding-bottom: 0;
  }
  .staff-heading .heading-sc .title-sc::after {
    display: none;
  }
  .staff-heading .textbox {
    max-width: calc(55.7rem + var(--gap));
  }
}
@media screen and (max-width: 991.98px) {
  .staff-heading .textbox {
    margin-top: 2.4rem;
  }
}
.staff-slider .swiper-slide .image {
  padding-top: 132.2695035461%;
  height: 0;
  position: relative;
}
.staff-slider .swiper-slide .image img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff-slider .swiper-slide .image img {
  border-radius: 0.8rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff-slider .swiper-button {
  --spacing: 3.2rem;
}
.staff-slider .swiper-button::before {
  display: none;
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .staff-slider .swiper-button {
    --spacing: -3.2rem;
  }
}
@media (max-width: 1080px) and (min-width: 992px) {
  .staff-slider .swiper-button {
    --spacing: -3.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .staff-slider .swiper-button {
    display: none;
  }
}
@media (hover: hover) {
  .staff-slider .swiper-button:hover {
    background-color: #d64d3c;
  }
}

.oriented {
  z-index: 10;
  position: relative;
}
.oriented-list .item {
  height: 100%;
  background: #fff;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 3.2rem 3.2rem 3.6rem;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.oriented-list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  opacity: 0.3;
  z-index: -1;
  transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.oriented-list .item.is-inview::before {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.oriented-list .item:hover .item-image img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.oriented-list .item:hover::before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.oriented-list .item-head {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
}
.oriented-list .item-image {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
}
.oriented-list .item-image img {
  display: block;
  transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.oriented-list .item-title {
  color: #083668;
}
.oriented-list .item-content {
  margin-top: 3.2rem;
}
@media screen and (max-width: 991.98px) {
  .oriented-list .item {
    padding: 2.4rem;
  }
  .oriented-list .item-content {
    margin-top: 1.6rem;
  }
}

.whyus {
  --pt: 15rem;
  position: relative;
  padding-top: var(--pt);
  margin-top: calc(-1 * (var(--pt) - 4rem));
  position: relative;
  overflow: hidden;
}
.whyus .circle-gradient {
  width: 42rem;
  height: 16rem;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .whyus .circle-gradient {
    width: 20%;
    height: 10rem;
  }
}
.whyus .circle-gradient.--top {
  top: 0rem;
  right: 0;
}
@media screen and (max-width: 1199.98px) {
  .whyus .circle-gradient.--top {
    right: 0;
  }
}
.whyus .container {
  position: relative;
  z-index: 10;
}
.whyus-heading .title-sc {
  color: #fafafa;
}
.whyus-content__item {
  --gap-item: 5.7rem;
  --size-img: 5.6rem;
  --size-img-wrap: 10rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .whyus-content__item {
    --gap-item: 3.2rem;
  }
}
.whyus-content__item:not(.whyus-content__item:last-child) {
  padding-bottom: var(--gap-item);
}
.whyus-content__item:not(.whyus-content__item:last-child) .item-image {
  position: relative;
}
.whyus-content__item:not(.whyus-content__item:last-child) .item-image::after {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 100%;
  width: 0.2rem;
  height: 20rem;
  background-color: #337ece;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.whyus-content__item:hover .item-image::after {
  background-color: #fafafa !important;
}
.whyus-content__item .item {
  display: flex;
  column-gap: 4rem;
}
.whyus-content__item .item-image {
  flex-shrink: 0;
  height: fit-content;
}
.whyus-content__item .item-image .img-inner {
  width: var(--size-img-wrap);
  height: var(--size-img-wrap);
  border-radius: 100rem;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fafafa;
}
.whyus-content__item .item-image .img-inner img {
  width: var(--size-img);
  height: var(--size-img);
  display: block;
  transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: all 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.whyus-content__item .item-image .img-inner:hover img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
@media screen and (min-width: 992px) {
  .whyus-content__item .item-content {
    max-width: 30rem;
  }
}
.whyus-content__item .item-title, .whyus-content__item .item-desc {
  color: #fafafa;
}
.whyus-content__item .item-title {
  margin-bottom: 1.6rem;
}
.whyus-content__item .item-title.has-underline::after {
  width: 3.2rem;
  background: #d64d3c;
}
.whyus-content__item .item-desc {
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.whyus-image {
  aspect-ratio: 1/1;
}
.whyus-image .img-inner {
  width: 100%;
  height: 100%;
}
.whyus-image .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.8rem;
}

.banner-home {
  margin-top: -11.5rem;
  height: 40.5092592593vw;
  min-height: 70rem;
}
.banner-home__slider {
  height: 100%;
}
.banner-home__slider .swiper {
  height: 100%;
}
.banner-home__single {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.banner-home__bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  animation: scaleTop 3s cubic-bezier(0.61, 0.22, 0.23, 1) both;
  -webkit-animation: scaleTop 3s cubic-bezier(0.61, 0.22, 0.23, 1) both;
  -moz-animation: scaleTop 3s cubic-bezier(0.61, 0.22, 0.23, 1) both;
  -ms-animation: scaleTop 3s cubic-bezier(0.61, 0.22, 0.23, 1) both;
  -o-animation: scaleTop 3s cubic-bezier(0.61, 0.22, 0.23, 1) both;
}
.banner-home__bg video,
.banner-home__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-home__main {
  position: relative;
  height: 100%;
  z-index: 10;
  padding-top: 15rem;
  padding-bottom: 3rem;
}
.banner-home__textbox .title {
  font-size: 4.8rem;
  line-height: 1.2;
}
.banner-home__textbox .subtitle {
  text-transform: uppercase;
}
.banner-home__textbox .desc,
.banner-home__textbox .title {
  color: #fafafa;
}
.banner-home__textbox .desc {
  max-width: 48.6rem;
}
.banner-home__textbox .desc,
.banner-home__textbox .subtitle {
  margin-top: 0.8rem;
}
.banner-home__apps .app-links-title {
  color: #fafafa;
}
.banner-home__apps .app-links.--tool {
  --h-item: 4.8rem;
}
.banner-home__apps .app-links.--tool .app-links-item,
.banner-home__apps .app-links.--app .app-links-img img {
  min-width: 14.2rem;
}
.banner-home__apps .app-links.--tool .app-links-item {
  padding-inline: 1.6rem;
}
.banner-home__form {
  background: rgba(250, 250, 250, 0.16);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 2.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .banner-home__form .col-item:first-child {
    border-right: 1px solid #fafafa;
  }
  .banner-home__form .col-item:first-child .form-item {
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .banner-home__form .col-item:last-child .form-item {
    padding-left: 1.2rem;
  }
}
.banner-home .form-item .form-label {
  display: flex;
  align-items: center;
}
.banner-home .form-item .form-label .suggest-item,
.banner-home .form-item .form-label .label {
  color: #fafafa;
}
.banner-home .form-item .form-label .label {
  margin-right: 1.2rem;
  font-weight: 500;
  flex-shrink: 0;
}
.banner-home .form-item .form-label .suggest {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.banner-home .form-item .form-label .suggest::-webkit-scrollbar {
  height: 0.3rem;
}
.banner-home .form-item .form-label .suggest-item {
  letter-spacing: 0.02em;
  flex-shrink: 0;
  position: relative;
  margin-inline: 1rem;
  font-weight: 500;
}
.banner-home .form-item .form-label .suggest-item > label {
  cursor: pointer;
}
.banner-home .form-item .form-label .suggest-item input[type=radio] {
  display: none;
}
.banner-home .form-item .form-label .suggest-item input[type=radio]:checked ~ .suggest-label {
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: underline;
}
.banner-home .form-item .form-label .suggest-item input[type=radio]:checked ~ .suggest-label::after {
  opacity: 1;
}
.banner-home .form-item .form-label .suggest-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  opacity: 0;
  pointer-events: none;
}
.banner-home .form-item .form-field {
  margin-top: 1.2rem;
  position: relative;
}
.banner-home .form-item .form-ctr {
  min-width: 100%;
  display: block;
  background: #ededed;
  border-radius: 120px;
  padding: 0.4rem 10rem 0.4rem 1.6rem;
  height: 4.2rem;
  outline: none;
  border: 1px solid #ededed;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner-home .form-item .form-ctr.placeholder {
  color: #808080;
}
.banner-home .form-item .form-ctr:-moz-placeholder {
  color: #808080;
}
.banner-home .form-item .form-ctr::-moz-placeholder {
  color: #808080;
}
.banner-home .form-item .form-ctr:-ms-input-placeholder {
  color: #808080;
}
.banner-home .form-item .form-ctr::-webkit-input-placeholder {
  color: #808080;
}
.banner-home .form-item .form-ctr:focus {
  border-color: #083668;
}
.banner-home .form-item .submit-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0.4rem;
  background-color: #083668;
  color: #fff;
  border-radius: 100rem;
  height: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  padding: 0.7rem 1.6rem 0.9rem;
  outline: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  line-height: 1;
  border: none;
  cursor: pointer;
}
.banner-home .form-item .submit-form:hover {
  background-color: #f78c32;
}
@media screen and (max-width: 767.98px) {
  .banner-home {
    height: 100vw;
    min-height: 85rem;
  }
}
@media (max-width: 575.98px) {
  .banner-home {
    height: initial;
    min-height: initial;
  }
  .banner-home__single {
    min-height: 85rem;
    justify-content: center;
  }
}

.banner-home__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(8, 54, 104, 0.5), rgba(8, 54, 104, 0.5));
  pointer-events: none;
}

.tutorial {
  position: relative;
}
.tutorial .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tutorial-tab {
  margin-top: 3rem;
}
.tutorial-tab__panel .panel {
  --item: 6;
  display: flex;
  align-items: center;
}
.tutorial-tab__panel .panel-item {
  --bg-line: #000;
  --opacity: 0.15;
  width: calc(100% / var(--item));
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 4rem;
  padding-inline: 0.5rem;
}
.tutorial-tab__panel .panel-item.current::after {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 1.9rem;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  z-index: -1;
  background: linear-gradient(to right, #083668, #e2e2e2);
}
.tutorial-tab__panel .panel-item.current .vector {
  display: block;
}
.tutorial-tab__panel .panel-item.active {
  --bg-line: #083668;
  --opacity: 1;
}
.tutorial-tab__panel .panel-item.active .panel-item-text {
  color: #093769;
  font-weight: 700;
  opacity: 1;
}
.tutorial-tab__panel .panel-item:first-child::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: -0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  background-clip: padding-box;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
}
.tutorial-tab__panel .panel-item:last-child.current::before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(60%) saturate(1431%) hue-rotate(184deg) brightness(92%) contrast(101%);
  opacity: 1;
}
.tutorial-tab__panel .panel-item:last-child::after {
  display: none;
}
.tutorial-tab__panel .panel-item:last-child::before {
  content: "";
  background-image: url(../img/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2rem;
  right: -0.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0.12;
}
.tutorial-tab__panel .panel-item-img {
  margin-bottom: 3.2rem;
  position: relative;
}
.tutorial-tab__panel .panel-item-img::before, .tutorial-tab__panel .panel-item-img::after {
  content: "";
  z-index: -1;
  background: var(--bg-line);
  opacity: var(--opacity);
}
.tutorial-tab__panel .panel-item-img::after {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 100%;
  width: 0.2rem;
  height: 1.6rem;
}
.tutorial-tab__panel .panel-item-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100% + 1rem);
  height: 0.2rem;
  left: 50%;
}
.tutorial-tab__panel .panel-item-img img {
  display: block;
  margin-inline: auto;
}
.tutorial-tab__panel .panel-item-text {
  height: 4.2rem;
  opacity: 0.65;
}
.tutorial-tab__panel .panel-item .vector {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: none;
  bottom: 0;
  filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(1057%) hue-rotate(189deg) brightness(99%) contrast(101%);
}
.tutorial-tab__panel .panel-item .vector img {
  display: block;
}
.tutorial-tab__content {
  background-color: #083668;
  border-radius: 0.8rem;
  padding-top: 5rem;
  padding-left: 7.5rem;
}
@media screen and (max-width: 1199.98px) {
  .tutorial-tab__content {
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .tutorial-tab__content {
    padding-left: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .tutorial-tab__content {
    padding-inline: 1.2rem;
  }
}
.tutorial-tab__content .content-container {
  position: relative;
}
.tutorial-tab__content .content-item {
  display: none;
}
.tutorial-tab__content .content-item.active {
  display: block;
}
.tutorial-tab__content .content-item.active .content-item-img {
  animation: fadeRight 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-animation: fadeRight 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-animation: fadeRight 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-animation: fadeRight 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-animation: fadeRight 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.tutorial-tab__content .content-item.active .content-item-textbox {
  animation: fadeLeft 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-animation: fadeLeft 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-animation: fadeLeft 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-animation: fadeLeft 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-animation: fadeLeft 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
}
@media (max-width: 575.98px) {
  .tutorial-tab__content .content-item.active .content-item-img,
.tutorial-tab__content .content-item.active .content-item-textbox {
    animation: fadeUp 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
    -webkit-animation: fadeUp 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
    -moz-animation: fadeUp 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
    -ms-animation: fadeUp 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
    -o-animation: fadeUp 0.7s cubic-bezier(0.61, 0.22, 0.23, 1);
  }
}
.tutorial-tab__content .content-item-img img {
  display: block;
}
.tutorial-tab__content .content-item-textbox {
  padding-bottom: 1.2rem;
}
.tutorial-tab__content .content-item-textbox .desc {
  margin-top: 1.6rem;
  color: #fafafa;
}
@media screen and (max-width: 767.98px) {
  .tutorial-tab__panel .panel {
    row-gap: 1.6rem;
    overflow-x: auto;
    padding-left: 0.4rem;
    margin-bottom: 1.2rem;
  }
  .tutorial-tab__panel .panel::-webkit-scrollbar {
    height: 0.5rem;
  }
  .tutorial-tab__panel .panel-item {
    min-width: 13rem;
  }
}

.service {
  padding-bottom: 5.5rem;
}
.service-list {
  --s-img: 10rem;
  margin-top: calc(4rem + var(--s-img) / 2);
}
.service-item {
  height: 100%;
  background: #fafafa;
  box-shadow: 8px 16px 24px rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem;
  padding: 0rem 2.4rem 3.5rem;
  display: block;
}
.service-item__img {
  width: var(--s-img);
  height: var(--s-img);
  border-radius: 100rem;
  background-clip: padding-box;
  margin-inline: auto;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .service-item__img {
    transform: translateY(calc(-0.5 * var(--s-img)));
    -webkit-transform: translateY(calc(-0.5 * var(--s-img)));
    -moz-transform: translateY(calc(-0.5 * var(--s-img)));
    -ms-transform: translateY(calc(-0.5 * var(--s-img)));
    -o-transform: translateY(calc(-0.5 * var(--s-img)));
  }
}
.service-item__content {
  text-align: center;
}
.service-item__content .title {
  color: #083668;
  font-weight: 500;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.service-item__content .desc {
  letter-spacing: 0.02em;
  color: #808080;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .service-list {
    margin-top: 4rem;
  }
  .service-item {
    padding: 2.4rem;
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
  }
  .service-item__img {
    flex-shrink: 0;
  }
  .service-item__content {
    text-align: left;
  }
  .service-item__content .desc {
    -webkit-line-clamp: initial;
  }
}

.commit {
  position: relative;
  isolation: isolate;
}
.commit::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(8, 54, 104, 0.7), rgba(8, 54, 104, 0.7));
  z-index: -1;
}
.commit .container {
  position: relative;
}
.commit .container .decor-truck {
  position: absolute;
  bottom: -18rem;
  right: 0;
  width: fit-content;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .commit .container .decor-truck {
    display: none;
  }
}
.commit-row {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .commit-list > .row {
    --gutter-x: 1.6rem;
    --gutter-y: var(--gutter-x);
  }
}
@media (max-width: 575.98px) {
  .commit-list > .row {
    --gutter-x: 1rem;
  }
}
.commit-list .item {
  background: #fafafa;
  box-shadow: 8px 16px 24px rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
  padding: 2.4rem;
  display: flex;
  gap: 1.6rem;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .commit-list .item {
    flex-direction: column;
    padding: 2rem;
  }
}
.commit-list .item-image {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.commit-list .item-image img {
  display: block;
}
.commit-list .item-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.commit-list .item-desc {
  opacity: 0.7;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.commit-content .heading-sc .title-sc,
.commit-content .heading-sc .desc-sc {
  color: #fafafa;
}
.commit-content .heading-sc .desc-sc {
  margin-top: 1.6rem;
}

.core {
  padding-top: 2.4rem;
  padding-bottom: var(--pd-section);
  position: relative;
  z-index: 50;
}
.core .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.core-heading .heading-image img {
  display: block;
}
.core-heading .quote {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.core-heading .quote-icon {
  width: 7.8rem;
  flex-shrink: 0;
}
.core-heading .quote-icon img {
  display: block;
}
.core-list .item-title {
  margin-top: 2.4rem;
}
.core-list .item-desc {
  margin-top: 1.6rem;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.benefit {
  position: relative;
  isolation: isolate;
}
.benefit::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(8, 54, 104, 0.7), rgba(8, 54, 104, 0.7));
  z-index: -1;
}
.benefit-heading .heading-sc .title-sc {
  color: #fafafa;
}
.benefit-list .item {
  --s-img: 10rem;
  --s-img-inner: 5.6rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 0.8rem;
  padding: 3.4rem 2.4rem 2.4rem 3.2rem;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.benefit-list .item-image {
  width: var(--s-img);
  height: var(--s-img);
  border-radius: 100rem;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #083668;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.benefit-list .item-image img {
  width: var(--s-img-inner);
  height: var(--s-img-inner);
}
.benefit-list .item-desc, .benefit-list .item-title {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .benefit-list .item-title {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.benefit-list .item-desc {
  color: #fafafa;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .benefit-list .item-desc {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.benefit-list .item:hover {
  background-color: #fafafa;
}
.benefit-list .item:hover .item-image {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.benefit-list .item:hover .item-desc {
  color: #333;
}
@media screen and (max-width: 991.98px) {
  .benefit-list .item {
    --s-img: 8rem;
    --s-img-inner: 4rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .benefit-list .item .item-desc,
.benefit-list .item .item-title {
    margin-top: 1.2rem;
  }
}
.benefit-partner {
  margin-top: 7.2rem;
}
.benefit-partner__slider {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
}
.benefit-partner__slider .swiper-slide {
  --item: 5;
  --mr: 2.4rem;
  border-left: 1px solid rgba(250, 250, 250, 0.2);
  text-align: center;
  width: calc(100% / var(--item) - var(--mr));
}
@media screen and (max-width: 1199.98px) {
  .benefit-partner__slider .swiper-slide {
    --item: 4;
  }
}
@media screen and (max-width: 991.98px) {
  .benefit-partner__slider .swiper-slide {
    --item: 3;
  }
}
.benefit-partner__slider .swiper-slide-active {
  border-left: none;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(8, 54, 104, 0.8), rgba(8, 54, 104, 0.8));
  z-index: -1;
}
.contact-heading .heading-sc .title-sc,
.contact-heading .heading-sc .desc-sc {
  color: #fafafa;
}
.contact-form {
  background: #fff;
  box-shadow: 8px 18px 24px rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.contact-form-title {
  letter-spacing: 0.02em;
}
.contact-form .form-wrapper {
  margin-top: 1.6rem;
}
.contact-form .form-wrapper .form-gr + .form-gr {
  margin-top: 1.6rem;
}
.contact-form .form-wrapper .form-gr .row {
  --gutter-x: 1.6rem;
  --gutter-y: var(--gutter-x);
}
.contact-form .form-wrapper .form-ctr {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.4rem;
  height: 4.8rem;
  padding-inline: 1.6rem;
  letter-spacing: 0.02em;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.contact-form .form-wrapper .form-ctr:focus {
  border-color: #083668;
}
.contact-form .form-wrapper .form-ctr.placeholder {
  color: #999;
}
.contact-form .form-wrapper .form-ctr:-moz-placeholder {
  color: #999;
}
.contact-form .form-wrapper .form-ctr::-moz-placeholder {
  color: #999;
}
.contact-form .form-wrapper .form-ctr:-ms-input-placeholder {
  color: #999;
}
.contact-form .form-wrapper .form-ctr::-webkit-input-placeholder {
  color: #999;
}
.contact-form .form-wrapper textarea.form-ctr {
  height: 20rem;
  padding-top: 1.2rem;
  resize: none;
}
.contact-form .form-wrapper .form-submit {
  text-align: right;
}
.contact-form .form-wrapper .form-submit .submit-form {
  height: 4.8rem;
  background: linear-gradient(180deg, #fcc838 0%, #f78c32 100%);
  border-radius: 0.8rem;
  color: #fafafa;
  padding-inline: 2.6rem;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.contact-form .form-wrapper .form-submit .submit-form:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
}
.contact-info {
  position: relative;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #083668;
}
.contact-info__map {
  height: 100%;
}
.contact-info__map .map-wrap {
  width: 100%;
  height: 100%;
}
.contact-info__map .map-wrap > * {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .contact-info__map .map-wrap {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
  }
  .contact-info__map .map-wrap > * {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.contact-info__detail {
  background: #083668;
  border-radius: 0px 0px 0.8rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.2rem 4rem;
  gap: 1.2rem;
}
.contact-info__detail .detail-item {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.contact-info__detail .detail-item .item-image {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.contact-info__detail .detail-item .item-image img {
  display: block;
}
.contact-info__detail .detail-item .item-content .content-label {
  color: #fafafa;
  opacity: 0.5;
}
.contact-info__detail .detail-item .item-content .content-detail {
  color: #fafafa;
  font-weight: 700;
  margin-top: 0.4rem;
}
.contact-info__detail .detail-item .item-content .content-detail > * {
  color: #fafafa;
}
@media screen and (max-width: 991.98px) {
  .contact-info {
    height: initial;
  }
  .contact-info__detail {
    flex-wrap: wrap;
    position: relative;
  }
  .contact-info__detail > * {
    width: 100%;
  }
}

.recruit-opp-item {
  width: 100%;
}
.recruit-opp-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 3.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .recruit-opp-item .inner {
    flex-wrap: wrap;
  }
}
.recruit-opp-item .inner .name {
  width: 41.6666666667%;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .recruit-opp-item .inner .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-opp-item .inner .name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-opp-item .inner .name {
    width: 100%;
    font-weight: 600;
    margin-bottom: 1rem;
  }
}
.recruit-opp-item .inner .role {
  width: 16.6666666667%;
}
.recruit-opp-item .inner .role-name {
  color: #808080;
  white-space: nowrap;
}
.recruit-opp-item .inner .role-txt {
  color: #101010;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit-opp-item .inner .role {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
.recruit-opp-item .inner .locate {
  width: 16.6666666667%;
}
.recruit-opp-item .inner .locate-name {
  color: #808080;
  white-space: nowrap;
}
.recruit-opp-item .inner .locate-txt {
  color: #101010;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit-opp-item .inner .locate {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
.recruit-opp-item .inner .detail {
  width: 25%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.recruit-opp-item .inner .detail-txt {
  margin-left: auto;
  color: #101010;
  transition: 0.4s;
}
.recruit-opp-item .inner .detail-txt i {
  font-size: 1rem;
}
@media (hover: hover) {
  .recruit-opp-item .inner .detail-txt:hover {
    color: #d64d3c;
  }
}
@media screen and (max-width: 768px) {
  .recruit-opp-item .inner .detail {
    width: 100%;
  }
}
.recruit-form {
  margin-bottom: 2rem;
}
.recruit-form-ip {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  position: relative;
}
.recruit-form-ip input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
  padding-right: 4rem;
}
.recruit-form-ip input:focus {
  border-color: #d64d3c;
}
.recruit-form-ip .icon {
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
}
.recruit-form-ip .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recruit-form-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-form-locate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .recruit-form-locate {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .recruit-form-time {
    width: 100%;
    margin-top: 1rem;
  }
}
.recruit-form-select:not(:first-child) {
  margin-left: 5rem;
}
@media screen and (max-width: 922px) {
  .recruit-form-select:not(:first-child) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .recruit-form-select {
    width: 100%;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
    padding: 0.5rem 1rem;
  }
  .recruit-form-select:nth-child(n+1) {
    margin-left: 0;
  }
  .recruit-form-select:not(:first-child) {
    margin-top: 1rem;
  }
}
.recruit-form-select select {
  background-color: transparent;
  min-width: 10rem;
  padding: 0.5rem 0;
  border: none;
  outline: none;
}
@media screen and (max-width: 550px) {
  .recruit-form-select select {
    width: 100%;
  }
}
.recruit-count {
  margin-bottom: 2rem;
}
.recruit-ct {
  background-color: #F2F2F2;
}
.recruit-ct .tt {
  margin-bottom: 1rem;
  color: #083668;
  font-weight: 500;
}
.recruit-ct .ct-inner {
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 600px) {
  .recruit-ct .ct-inner {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-ct .ct-form {
    width: 100%;
  }
}
.recruit-ct .ct-map {
  min-height: 30rem;
}
@media screen and (max-width: 768px) {
  .recruit-ct .ct-map {
    min-height: 50rem;
  }
}
.recruit-ct .ct-map-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.recruit-ct .ct-map .top {
  height: 100%;
}
.recruit-ct .ct-map .top iframe {
  width: 100%;
  height: 100%;
}
.recruit-ct .ct-map .bottom {
  position: absolute;
  width: 100%;
  background-color: #101010;
  bottom: 0;
  left: 0;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 992px) {
  .recruit-ct .ct-map .bottom {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-ct .ct-map {
    width: 100%;
  }
}
.recruit-ct .ct-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.recruit-ct .ct-info-item {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 992px) {
  .recruit-ct .ct-info-item {
    width: 100%;
  }
  .recruit-ct .ct-info-item:not(:first-child) {
    margin-top: 1rem;
  }
}
.recruit-ct .ct-info-item .icon {
  width: 4rem;
  height: 4rem;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.recruit-ct .ct-info-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recruit-ct .ct-info-item .info {
  font-size: 1.4rem;
}
.recruit-ct .ct-info-item .info-name {
  color: #666666;
}
.recruit-ct .ct-info-item .info-txt {
  color: #ffffff;
}
.recruit-dt-tt {
  font-size: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .recruit-dt-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-dt-tt {
    font-size: 2.7rem;
  }
}
.recruit-dt-sub {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .recruit-dt-sub {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-dt-sub {
    font-size: 1.7rem;
  }
}
.recruit-dt-info {
  padding: 3.2rem;
  background-color: #1F1E1C;
  border-radius: 0.8rem;
  margin: 5rem 0;
}
@media screen and (max-width: 600px) {
  .recruit-dt-info {
    margin: 2rem 0;
  }
}
.recruit-dt-info .tt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .recruit-dt-info .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-dt-info .tt {
    font-size: 1.7rem;
  }
}
.recruit-dt-info .inner {
  padding: 2.4rem;
  border-radius: 0.4rem;
  border: 0.1rem dashed #4D4D4D;
}
@media screen and (max-width: 1200px) {
  .recruit-dt-info .inner-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .recruit-dt-info .inner-item {
    width: 100%;
  }
}
.recruit-dt-info .inner-item-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.recruit-dt-info .inner-item-wr .icon {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgb(51, 51, 51);
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 1.6rem;
}
.recruit-dt-info .inner-item-wr .icon img {
  width: 1.6rem;
  height: 1.6rem;
}
.recruit-dt-info .inner-item-wr .info-name {
  color: rgba(255, 255, 255, 0.6);
}
.recruit-dt-info .inner-item-wr .info-txt {
  color: #ffffff;
}
.recruit-dt-list {
  padding-bottom: 4rem;
}
.recruit-dt-list:not(:first-child) {
  margin-top: 4rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .recruit-dt-list:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .recruit-dt-list {
    padding-bottom: 2rem;
  }
}
.recruit-dt-list .tt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .recruit-dt-list .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-dt-list .tt {
    font-size: 1.7rem;
  }
}
.recruit-dt-list .list-item {
  position: relative;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .recruit-dt-list .list-item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-dt-list .list-item {
    font-size: 1.6rem;
  }
}
.recruit-dt-list .list-item:not(:first-child) {
  margin-top: 1rem;
}
.recruit-dt-list .list-item::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../img/check-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.recruit-dt-slogan {
  padding: 4rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-left: none;
  border-top: none;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .recruit-dt-slogan {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-dt-slogan {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .recruit-dt-slogan {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-dt-main {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 993px) {
  .recruit-dt-aside {
    height: 100%;
    position: sticky;
    top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-dt-aside {
    width: 100%;
  }
}
.recruit-dt-form {
  background-color: #E9F6FC;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .recruit-dt-form {
    padding: 2rem 1rem;
  }
}
.recruit-dt-form .img {
  margin-bottom: 0.6rem;
}
.recruit-dt-form .img img {
  border-radius: 0.8rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-dt-form .input {
  display: block;
}
.recruit-dt-form .input:not(:first-child) {
  margin-top: 0.6rem;
}
.recruit-dt-form .input input,
.recruit-dt-form .input textarea {
  border-radius: 0.8rem;
  width: 100%;
  border: none;
  outline: none;
  padding: 1rem 1.6rem;
  height: 4.4rem;
  background-color: #ffffff;
  resize: none;
}
.recruit-dt-form .input input[type=file],
.recruit-dt-form .input textarea[type=file] {
  display: none;
}
.recruit-dt-form .input textarea {
  min-height: 10rem;
}
.recruit-dt-form label {
  height: 4.4rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 1rem 1.6rem;
  cursor: pointer;
}
.recruit-dt-form label .txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.recruit-dt-form .btn, .recruit-dt-form .btn-more, .recruit-dt-form .btn-pri, .recruit-dt-form .btn-second, .recruit-dt-form .btn-search, .recruit-dt-form .btn-cv {
  width: 100%;
}
.recruit-dt-pic {
  display: block;
}
.recruit-dt-pic:not(:first-child) {
  margin-top: 1.6rem;
}
.recruit-dt-pic img {
  border-radius: 0.8rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-gal .tt {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .recruit-gal .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-gal .tt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit-gal-item {
    width: 50%;
  }
}
.recruit-gal-item .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.8rem;
}
@media (hover: hover) {
  .recruit-gal-item .inner:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.recruit-gal-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.acc {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .acc {
    min-height: 82rem;
  }
}
.acc-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.acc-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: zoomIns 3s linear;
}
.acc-form {
  position: relative;
  width: 41rem;
  max-width: 100%;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
.acc-form .top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.acc-form .top-main {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #101010;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .acc-form .top-main {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .acc-form .top-main {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .acc-form .top-main:hover {
    color: #d64d3c;
  }
}
.acc-form .top-sub {
  font-weight: 600;
  color: #666666;
  line-height: 1;
  font-size: 1.6rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .acc-form .top-sub:hover {
    color: #d64d3c;
  }
}
.acc-form .btn, .acc-form .btn-more, .acc-form .btn-pri, .acc-form .btn-second, .acc-form .btn-search, .acc-form .btn-cv {
  width: 100%;
}

.banner-blur.detail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 20rem;
  position: relative;
  top: -4rem;
}
.banner-blur.detail::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.72%, #FFFFFF 100%);
}

.home-banner {
  height: initial;
  position: relative;
  overflow: hidden;
}
.home-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.home-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: zoomIns 3s linear;
}
.home-banner-content {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
}
.home-banner-title {
  font-size: 6rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .home-banner-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-title {
    font-size: 2.5rem;
  }
}
.home-banner-slogan {
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .home-banner-slogan {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-slogan {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-slogan {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1200px) {
  .home-banner-slogan {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 800px) {
  .home-banner-slogan {
    font-size: 1.6rem;
  }
}
.home-banner-tool {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .home-banner-tool {
    margin: 4rem 0;
  }
}
.home-banner-tool-wr {
  width: 33.3333333333%;
}
@media screen and (max-width: 992px) {
  .home-banner-tool-wr {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .home-banner-tool-wr {
    width: 100%;
  }
}
.home-banner-tool-block {
  padding: 1rem 0 2rem 0;
}
.home-banner-tool-block .tt {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .home-banner-tool-block .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-banner-tool-block .tt {
    font-size: 1.7rem;
  }
}
.home-banner-tool-block .row {
  width: 75%;
}
.home-banner-tool-block:not(:last-child) {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.home-banner-tool-item {
  overflow: hidden;
  display: block;
  border-radius: 0.4rem;
}
.home-banner-tool-item.bdr {
  border-radius: 0.8rem;
}
.home-banner-tool-item img {
  width: 100%;
  display: block;
}
.home-banner-search {
  width: 50%;
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .home-banner-search {
    width: 100%;
  }
}
.home-banner .tab-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 1.6rem 1.6rem 0 0;
  background-color: #d64d3c;
}
.home-banner .tab-btn-item {
  padding: 2.1rem 1rem;
  background-color: transparent;
  border-radius: 1.6rem 1.6rem 0 0;
  color: #ffffff;
  font-weight: 700;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.home-banner .tab-btn-item.active {
  background-color: #ffffff;
  color: #d64d3c;
}
.home-banner .tab-panel {
  position: relative;
  overflow: hidden;
  min-height: 14.5rem;
  background: rgba(0, 0, 0, 0.4);
}
.home-banner .tabC-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.home-banner .tabC-btn-item {
  width: 33.3333333333%;
  padding: 1.5rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.home-banner .tabC-btn-item::after {
  content: "";
  width: 0%;
  height: 0.2rem;
  background-color: #d64d3c;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.4s;
}
@media (hover: hover) {
  .home-banner .tabC-btn-item:hover::after {
    width: 100%;
  }
}
.home-banner .tabC-btn-item.active::after {
  width: 100%;
}
.home-banner .tabC-panel {
  position: relative;
  overflow: hidden;
}
.home-banner .tabC-form {
  padding: 2.4rem;
}
.home-banner .tabC-form-input {
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0.3rem;
}
.home-banner .tabC-form input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 1rem 2.4rem;
}
.home-ab-row {
  align-items: center;
}
.home-ab-img {
  position: relative;
}
.home-ab-img::after {
  content: "";
  background-image: url("../img/pseudo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.5rem;
  height: 5rem;
  position: absolute;
  transition: 1s;
  bottom: 0;
  right: calc(100% - 4rem);
  clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 1420px) {
  .home-ab-img::after {
    height: 3rem;
    width: 8.5rem;
  }
}
@media screen and (max-width: 1320px) {
  .home-ab-img::after {
    right: 0;
    left: 0.5rem;
    transform: translateY(100%);
  }
}
.home-ab-img::before {
  content: "";
  background-image: url("../img/pseudo1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 26rem;
  height: 5rem;
  position: absolute;
  transition: 1s;
  top: 0;
  left: calc(100% - 1rem);
  clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 1420px) {
  .home-ab-img::before {
    height: 3rem;
    width: 17rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-ab-img::before {
    transform: translateY(-100%);
  }
}
.home-ab-img.is-inview::after {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.home-ab-img.is-inview::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition-delay: 0.7s;
}
.home-ab-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}
.home-ab-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home-ab-img {
    width: 50%;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .home-ab-img {
    width: 100%;
  }
  .home-ab-img::after, .home-ab-img::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .home-ab-sign {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home-ab-sign {
    width: 100%;
  }
}
.home-ab-sign .sign {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 4rem;
}
.home-ab-sign .sign-txt .tt {
  color: #d64d3c;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .home-ab-sign .sign-txt .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-ab-sign .sign-txt .tt {
    font-size: 1.7rem;
  }
}
.home-ab-sign .sign-txt .desc {
  color: #666666;
}
.home-ab-sign .sign-img {
  margin-left: 2rem;
}
.home-ab-sign .sign-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-ab-desc {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .home-ab-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-ab-desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .home-ab-sm {
    width: 100%;
  }
}
.home-ab-sm-inner {
  padding: 5rem 2.4rem 5rem 2.4rem;
  background-color: #F9F9F9;
  height: 100%;
}
.home-ab-sm-inner .icon {
  width: 4rem;
  height: 4rem;
  display: block;
}
.home-ab-sm-inner .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-ab-sm-inner .tt {
  font-size: 2.4rem;
  color: #d64d3c;
  font-weight: 700;
  margin: 1rem 0;
}
@media only screen and (max-width: 1200px) {
  .home-ab-sm-inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-ab-sm-inner .tt {
    font-size: 1.7rem;
  }
}
.home-ab-sm-swiper .swiper-slide {
  height: auto !important;
}
.home-ab-sm .swiper-pagination {
  width: fit-content;
  margin-left: 2.2rem;
  margin-bottom: 1rem;
}
.home-ser {
  background-color: #F5F5F5;
}
.home-ser-swiper {
  position: relative;
}
.home-ser-swiper .swiper {
  padding-bottom: 2rem;
}
.home-ser-swiper .swiper-slide {
  height: auto !important;
}
@media screen and (max-width: 1200px) {
  .home-ser-pagi {
    display: none;
  }
}
.home-ser-pagi .btn-prev,
.home-ser-pagi .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d64d3c;
}
.home-ser-pagi .btn-prev i,
.home-ser-pagi .btn-next i {
  color: #ffffff;
}
.home-ser-pagi .btn-prev.swiper-button-disabled,
.home-ser-pagi .btn-next.swiper-button-disabled {
  background-color: #ffffff;
  pointer-events: none;
}
.home-ser-pagi .btn-prev.swiper-button-disabled i,
.home-ser-pagi .btn-next.swiper-button-disabled i {
  color: #101010;
}
.home-ser-pagi .btn-prev {
  left: -5rem;
}
.home-ser-pagi .btn-next {
  right: -5rem;
}
.home-ser-pagination {
  margin-top: 2rem;
  margin: auto;
  width: fit-content !important;
}
@media screen and (min-width: 1201px) {
  .home-ser-pagination {
    display: none;
  }
}
.home-ser .btn-second {
  margin: auto;
  margin-top: 1rem;
}
.home-ser-item {
  height: 100%;
}
.home-ser-item .inner {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  padding: 7rem 3.7rem 5rem 3.7rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .home-ser-item .inner {
    padding: 5rem 2rem 3rem 2rem;
  }
}
.home-ser-item .inner::after {
  content: "";
  width: 80%;
  height: 0.6rem;
  border-radius: 10rem;
  background-color: #d64d3c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-ser-item .inner .tt {
  color: #101010;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .home-ser-item .inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-ser-item .inner .tt {
    font-size: 1.7rem;
  }
}
.home-ser-item .inner .desc {
  color: #666666;
  margin-bottom: 7rem;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  text-align: center;
}
.home-ser-item .inner .detail {
  background: rgba(33, 31, 32, 0.1);
  border-radius: 0.8rem;
  padding: 4rem 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
  position: relative;
  margin-top: auto;
}
.home-ser-item .inner .detail-wr {
  transform: scale(0);
  transition: 0.4s;
}
.home-ser-item .inner .detail-link {
  padding: 0.8rem 2rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  color: #101010;
  transition: 0.4s;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .home-ser-item .inner .detail-link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-ser-item .inner .detail-link {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .home-ser-item .inner .detail-link:hover {
    background-color: #d64d3c;
    color: #ffffff;
  }
}
.home-ser-item .inner .img {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.7s;
  transform-origin: bottom;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.home-ser-item .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
  transition: 0.7s;
  margin-top: auto;
  height: 20%;
}
.home-ser-item .inner .img-inner::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  transition: 0.4s;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.home-ser-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .home-ser-item:hover .inner .tt {
    color: #ffffff;
  }
}
@media (hover: hover) and (hover: hover) {
  .home-ser-item:hover .inner .tt:hover {
    color: #d64d3c;
  }
}
@media (hover: hover) {
  .home-ser-item:hover .inner .desc {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .home-ser-item:hover .inner .detail {
    z-index: 2;
    background-color: rgba(238, 67, 45, 0.2);
    transition-delay: 0.4s;
  }
  .home-ser-item:hover .inner .detail-wr {
    transform: scale(1);
    transition-delay: 0.4s;
  }
  .home-ser-item:hover .inner .detail-link {
    transform: scale(1);
  }
}
@media (hover: hover) {
  .home-ser-item:hover .img {
    width: 100%;
  }
  .home-ser-item:hover .img-inner {
    display: block;
    padding-top: calc((466 / 384) * 100%);
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .home-ser-item:hover .img-inner::after {
    height: 100%;
    transition-delay: 0.3s;
  }
}
@media (hover: none) {
  .home-ser-item .inner .tt {
    color: #ffffff;
  }
}
@media (hover: none) and (hover: hover) {
  .home-ser-item .inner .tt:hover {
    color: #d64d3c;
  }
}
@media (hover: none) {
  .home-ser-item .inner .desc {
    color: #ffffff;
  }
}
@media (hover: none) {
  .home-ser-item .inner .detail {
    z-index: 2;
    background-color: rgba(238, 67, 45, 0.2);
    transition-delay: 0.4s;
  }
  .home-ser-item .inner .detail-wr {
    transform: scale(1);
    transition-delay: 0.4s;
  }
  .home-ser-item .inner .detail-link {
    transform: scale(1);
  }
}
@media (hover: none) {
  .home-ser-item .inner .img {
    width: 100%;
    height: 100%;
  }
  .home-ser-item .inner .img-inner {
    height: 100%;
    display: block;
    padding-top: calc((466 / 384) * 100%);
    position: relative;
    overflow: hidden;
  }
  .home-ser-item .inner .img-inner::after {
    height: 100%;
    transition-delay: 0.3s;
  }
}
.home-proc {
  position: relative;
}
@media screen and (max-width: 800px) {
  .home-proc .titles {
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 2rem;
  }
}
.home-proc-box .tt {
  font-size: 3.2rem;
  font-weight: bold;
  color: #d64d3c;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .home-proc-box .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-proc-box .tt {
    font-size: 2.2rem;
  }
}
.home-proc-box .img {
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.home-proc-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-proc-box .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 500px) {
  .home-proc-box .bottom {
    flex-wrap: wrap;
  }
}
.home-proc-box .bottom .btn, .home-proc-box .bottom .btn-more, .home-proc-box .bottom .btn-pri, .home-proc-box .bottom .btn-second, .home-proc-box .bottom .btn-search, .home-proc-box .bottom .btn-cv {
  margin-left: 2rem;
  min-width: 13rem;
  height: 4.4rem;
}
@media screen and (max-width: 500px) {
  .home-proc-box .bottom .btn, .home-proc-box .bottom .btn-more, .home-proc-box .bottom .btn-pri, .home-proc-box .bottom .btn-second, .home-proc-box .bottom .btn-search, .home-proc-box .bottom .btn-cv {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.home-proc-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-proc-decor::after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #d64d3c;
  z-index: -1;
}
.home-proc-decor img {
  width: 100%;
  display: block;
  animation: DownUp 3s linear infinite;
}
@media screen and (max-width: 992px) {
  .home-proc-decor {
    opacity: 0.1;
  }
}
.home-proc .tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .home-proc .tab {
    border: none;
  }
}
.home-proc .tab-btn {
  width: 25%;
  counter-reset: num;
}
.home-proc .tab-btn-item {
  position: relative;
  cursor: pointer;
}
.home-proc .tab-btn-item.active .tab-btn-inner {
  background-color: #d64d3c;
  color: #ffffff;
}
.home-proc .tab-btn-item.active .tab-btn-inner::after {
  width: 2.7rem;
}
.home-proc .tab-btn-item.active::after {
  opacity: 1;
}
.home-proc .tab-btn-item.active::before {
  opacity: 1;
}
.home-proc .tab-btn-item:not(:last-child) .tab-btn-inner {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .home-proc .tab-btn-item:not(:last-child) .tab-btn-inner {
    border: none;
  }
}
.home-proc .tab-btn-item::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background-color: #d64d3c;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  opacity: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1320px) {
  .home-proc .tab-btn-item::after {
    display: none;
  }
}
.home-proc .tab-btn-item::before {
  counter-increment: num;
  content: counter(num);
  font-size: 6rem;
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: 50%;
  transform: translate(calc(-100% - 1rem), -50%);
  text-align: left;
  min-width: 4rem;
  transition: 0.4s;
  color: #d64d3c;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .home-proc .tab-btn-item::before {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-proc .tab-btn-item::before {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1320px) {
  .home-proc .tab-btn-item::before {
    font-size: 2rem;
    min-width: 2rem;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background-color: #d64d3c;
    color: #ffffff;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 2;
  }
}
@media only screen and (max-width: 1320px) and (max-width: 1200px) {
  .home-proc .tab-btn-item::before {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1320px) and (max-width: 800px) {
  .home-proc .tab-btn-item::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .home-proc .tab-btn-item::before {
    transform: translate(1rem, -50%);
    border: 0.2rem solid #ffffff;
  }
}
@media screen and (max-width: 800px) {
  .home-proc .tab-btn-item {
    background-color: #ffffff;
    height: 100%;
  }
}
.home-proc .tab-btn-inner {
  padding: 2rem 3rem;
  background-color: transparent;
  margin-left: 2.7rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .home-proc .tab-btn-inner:hover {
    background-color: #d64d3c;
    color: #ffffff;
  }
}
.home-proc .tab-btn-inner::after {
  content: "";
  width: 0;
  height: 0.1rem;
  border-radius: 100rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .home-proc .tab-btn-inner {
    padding: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .home-proc .tab-btn-inner {
    white-space: nowrap;
    background-color: transparent;
    margin-left: 0;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .home-proc .tab-btn {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .home-proc .tab-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    overflow-x: auto;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.home-proc .tab-panel {
  width: 55%;
  position: relative;
  overflow: hidden;
  padding: 0 2.4rem;
}
@media screen and (max-width: 992px) {
  .home-proc .tab-panel {
    width: 60%;
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .home-proc .tab-panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .home-proc .tab-panel {
    padding-bottom: 2rem;
  }
}
.home-bene {
  --width: calc(100vw - (100vw - 120rem)/2);
  background-color: #F5F5F5;
}
@media screen and (max-width: 1230px) {
  .home-bene {
    --width: 100%;
  }
}
.home-bene-container {
  width: var(--width);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.home-bene-img {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .home-bene-img {
    width: 50%;
  }
}
@media screen and (max-width: 920px) {
  .home-bene-img {
    width: 100%;
  }
}
.home-bene-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-bene-content {
  width: 40%;
  padding: 3rem 0;
  padding-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .home-bene-content {
    width: 50%;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 920px) {
  .home-bene-content {
    width: 100%;
    padding: 4rem 1.5rem;
  }
  .home-bene-content .titles {
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.home-bene-content .btn, .home-bene-content .btn-more, .home-bene-content .btn-pri, .home-bene-content .btn-second, .home-bene-content .btn-search, .home-bene-content .btn-cv {
  margin-top: 4rem;
}
@media screen and (max-width: 920px) {
  .home-bene-content .btn, .home-bene-content .btn-more, .home-bene-content .btn-pri, .home-bene-content .btn-second, .home-bene-content .btn-search, .home-bene-content .btn-cv {
    margin: auto;
    margin-top: 2rem;
  }
}
.home-bene-item:not(:first-child) {
  margin-top: 4rem;
}
.home-bene-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.home-bene-item .inner .avatar {
  width: 10rem;
  height: 10rem;
  border-radius: 100rem;
  overflow: hidden;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .home-bene-item .inner .avatar {
    width: 6rem;
    height: 6rem;
  }
}
.home-bene-item .inner .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-bene-item .inner .info .tt {
  font-size: 2rem;
  font-weight: 600;
  color: #d64d3c;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .home-bene-item .inner .info .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-bene-item .inner .info .tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .home-bene-item .inner .info .tt:hover {
    color: #3385FF;
  }
}
.home-bene-item .inner .info .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-bene-gal {
  padding: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .home-bene-gal {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .home-bene-gal {
    padding: 0.8rem;
  }
}
.home-bene-gal-item {
  cursor: pointer;
}
.home-bene-gal-item .inner {
  border-radius: 0.8rem;
  display: block;
  padding-top: calc((400 / 544) * 100%);
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .home-bene-gal-item .inner:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.home-bene-gal-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.home-feel-swiper {
  margin: -2rem;
}
.home-feel-swiper .swiper {
  padding: 2rem;
}
.home-feel-swiper .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.home-feel-swiper .swiper-slide {
  height: auto !important;
}
.home-feel-item {
  height: 100%;
}
.home-feel-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 7rem 5rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .home-feel-item .inner {
    padding: 3rem 2rem;
  }
}
.home-feel-item .inner .desc {
  font-style: italic;
  font-size: 1.8rem;
  color: #666666;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1200px) {
  .home-feel-item .inner .desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-feel-item .inner .desc {
    font-size: 1.5rem;
  }
}
.home-feel-item .inner .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.home-feel-item .inner .info .avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.home-feel-item .inner .info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-feel-item .inner .info .name-txt {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .home-feel-item .inner .info .name-txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-feel-item .inner .info .name-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .home-feel-item .inner .info .name-txt {
    font-size: 1.6rem;
  }
}
.home-feel-item .inner .info .name-role {
  color: #d64d3c;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home-feel-item .inner .info .name-role {
    font-size: 1.4rem;
  }
}

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