@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

.mona-content strong,
.mona-content b {
    font-weight: bold;
}

.mona-content em,
.mona-content i {
    font-style: italic;
}

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.6em;
}

.mona-content h1 {
    font-size: 1.7em;
}

.mona-content h2 {
    font-size: 1.6em;
}

.mona-content h3 {
    font-size: 1.25em;
}

.mona-content h4 {
    font-size: 1.125em;
}

.mona-content h5 {
    font-size: 1em;
}

.mona-content h6 {
    font-size: 0.85em;
}

.mona-content p {
    margin: 1em 0;
}

.mona-content ul,
.mona-content ol {
    margin: 1em 0;
    list-style-position: inside;
}

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
    margin-left: 1em;
}

.mona-content ul {
    list-style-type: disc;
}

.mona-content ol {
    list-style-type: decimal;
}

.mona-content ul ul,
.mona-content ol ul {
    list-style-type: circle;
}

.mona-content ol ol,
.mona-content ul ol {
    list-style-type: lower-latin;
}

.mona-content img,
.mona-content iframe {
    max-width: 100% !important;
    height: auto;
}

.mona-content blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1em 0;
    padding: 1em;
    quotes: "“""”""‘""’";
}

.mona-content blockquote::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.mona-content blockquote p {
    display: inline;
}

.mona-content table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 1em 0;
    border: 1px solid #e1e1e1;
}

.mona-content table th,
.mona-content table td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    vertical-align: middle;
}

.mona-content .mona-youtube-wrap {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.mona-content .mona-youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mona-content .mona-table-wrap {
    overflow: auto;
}

:root {
    --size-hd: 12rem;
    --size-hd-top: 8rem;
    --size-hd-bot: 4rem;
    --size-hd-sticky: 6rem;
    --size-hd-mb: 6rem;
    --size-hd-mb-sticky: 5.6rem;
}

* {
    box-sizing: border-box;
}

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

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

body {
    font-family: "SVN-Gilroy", Times, serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #4A4A4A;
    overflow: hidden auto;
}

@media screen and (min-width: 2000px) {
    body {
        font-size: 20px;
    }
}

a {
    text-decoration: none;
}

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

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

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

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

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

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

.over {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.over::-webkit-scrollbar {
    display: none;
}

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

iframe {
    vertical-align: middle;
}

.wow {
    animation-duration: 1s;
}

.load-item {
    display: none;
}

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

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

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

.dnor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: -1.5rem;
}

.dnor-item {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}

.dsmall {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    margin-bottom: -2.4rem;
}

.dsmall-item {
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
}

.dmini {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
    margin-bottom: -1rem;
}

.dmini-item {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

.fl-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    margin-bottom: -2.4rem;
}

@media screen and (max-width: 500px) {
    .fl-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

.fl-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 500px) {
    .fl-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

@-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 {
    50% {
        transform: scale(0.95);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 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 txt-focus {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

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

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes waveAnimation {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1920px;
    }
}

@keyframes waveAnimationReve {
    0% {
        background-position-x: 1920px;
    }

    100% {
        background-position-x: 0;
    }
}

/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.back-to-top {
    width: 4rem;
    height: 4rem;
    border-radius: 0.6rem;
    background-color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    z-index: 7;
    transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .back-to-top {
        right: 1.5rem;
    }
}

.back-to-top.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

.back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}

.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}

.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}

.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}

@media only screen and (min-width: 901px) {
    .back-to-top:hover {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

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

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

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

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

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

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

.header-nav .menu-nav {
    height: 100%;
}

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

.header-nav .menu-nav>.menu-list>.menu-item:not(:first-child) {
    margin-left: 1.6rem;
}

.header-nav .menu-nav>.menu-list>.menu-item:last-child>.menu-list {
    left: initial;
    right: 0;
}

.header-nav .menu-nav>.menu-list>.menu-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    width: 0;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1201px) {

    .header-nav .menu-nav>.menu-list>.menu-item:hover:not(.dropdown)::before,
    .header-nav .menu-nav>.menu-list>.menu-item:has(.current-menu-item)::before {
        width: 100%;
    }

    .header-nav .menu-nav>.menu-list>.menu-item.dropdown:hover::before {
        width: 0;
    }

    .header-nav .menu-nav>.menu-list>.menu-item:hover>a i {
        transform: rotate(180deg);
    }
}

.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-weight: 600;
    color: #000;
    white-space: nowrap;
}

.header-nav .menu-nav>.menu-list>.menu-item.current_page_item::before,
.header-nav .menu-nav>.menu-list>.menu-item.current-menu-item::before {
    width: 100%;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list {
    top: 100%;
}

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

.header-nav .menu-item {
    position: relative;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

@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::after,
.header-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a::after {
    width: 100%;
}

.header-nav .menu-item:hover>.menu-list>.menu-item.current_page_item>a>i,
.header-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a>i {
    color: white;
}

.header-nav .menu-item .menu-link,
.header-nav .menu-item a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.header-nav .menu-item .menu-link i,
.header-nav .menu-item a i {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.header-nav .menu-item>.menu-link,
.header-nav .menu-item>a {
    color: white;
    font-weight: 600;
    display: block;
    font-size: 1.6rem;
}

.header-nav .menu-item>.menu-link>i,
.header-nav .menu-item>a>i {
    display: none;
    font-weight: 600;
    margin-left: 0.4rem;
}

.header-nav .menu-item.dropdown>a>i {
    display: inline-block;
}

.header-nav .menu-item>.menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 25rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(7, 163, 114, 0.9);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
    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 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 {
    margin-left: 0;
    width: 100%;
}

.header-nav .menu-item>.menu-list>.menu-item:not(:last-child) {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1201px) {
    .header-nav .menu-item>.menu-list>.menu-item:hover::after {
        opacity: 1;
    }

    .header-nav .menu-item>.menu-list>.menu-item:hover>.menu-link::after,
    .header-nav .menu-item>.menu-list>.menu-item:hover>a::after {
        width: 100%;
    }
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link,
.header-nav .menu-item>.menu-list>.menu-item>a {
    padding: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link::after,
.header-nav .menu-item>.menu-list>.menu-item>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    width: 0%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link>i,
.header-nav .menu-item>.menu-list>.menu-item>a>i {
    transform: rotate(-90deg) translate(5px, 0);
    margin-top: 0.8rem;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-list {
    left: 100%;
}

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a {
    color: #07A372;
}

.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.4rem;
    font-weight: 600;
    text-transform: uppercase;
    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>i {
    transform: rotate(180deg);
}

.mobile-nav .menu-item a {
    position: relative;
}

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

.mobile-nav .menu-item>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem;
    font-size: 1.4rem;
    color: #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,
.mobile-nav .menu-item>.menu-list>.menu-item.current-menu-item>a {
    color: #07A372;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #07A372;
}

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

.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 50;
    background-color: white;
}

@media screen and (max-width: 1200px) {
    .header {
        height: var(--size-hd-mb);
    }
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--size-hd-top) + var(--size-hd-bot) + 0.1rem);
    transition: 0.6s ease-in-out 0.3s;
    z-index: 10;
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    .header::before {
        height: var(--size-hd-mb);
    }
}

.header .container {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.header.is-inview::before {
    height: 0;
}

@media screen and (min-width: 1201px) {
    .header.sticky {
        animation: aniHd 1s ease-in-out forwards;
    }

    .header.sticky .header-search {
        max-width: 0;
    }

    .header.sticky .header-search-wrap {
        transform: translateX(100%);
        opacity: 0;
    }
}

.header.sticky .header-top {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.header.sticky .header-top .container {
    max-width: 163rem;
}

.header.sticky .header-top .header-nav {
    flex: 1;
}

.header.sticky .header-top .header-nav .menu-nav:not(.second) {
    display: none;
}

.header.sticky .header-top .header-nav .menu-nav.second {
    display: block;
    margin-right: 4rem;
}

@media screen and (max-width: 1500px) {
    .header.sticky .header-top .header-nav .menu-nav.second {
        margin-right: 2rem;
    }
}

.header.sticky .header-bot {
    transform: translateY(-100%);
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header.sticky .header-action {
        margin-left: 0;
    }

    .header.sticky .header-action-link.lg,
    .header.sticky .header-action-link.regi {
        display: none;
    }

    .header.sticky .header-action-link.phone {
        margin-left: 0;
    }
}

@media screen and (min-width: 1201px) {
    .header.sticky::before {
        transform: translateY(calc(-1 * var(--size-hd-top)));
    }
}

.header .custom-logo-link {
    display: flex;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    width: 17.7rem;
    flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
    .header .custom-logo-link {
        width: 14rem;
    }
}

@media screen and (max-width: 350px) {
    .header .custom-logo-link {
        width: 13rem;
    }
}

.header .custom-logo-link img {
    max-width: 100%;
    height: auto;
}

.header-top {
    height: var(--size-hd-top);
    position: relative;
    z-index: 2;
    background-color: #ff914d;
}

@media screen and (max-width: 1200px) {
    .header-top {
        height: 100%;
    }
}

.header-top-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-top .header-nav {
    margin-left: 2.4rem;
    position: relative;
}

.header-top .header-nav .menu-nav:not(.second)>.menu-list {
    justify-content: flex-start;
}

.header-top .header-nav .menu-nav:not(.second)>.menu-list>.menu-item {
    height: initial;
}

.header-top .header-nav .menu-nav.second {
    display: none;
}

.header-top .header-nav .menu-nav.second>.menu-list {
    justify-content: space-between;
}

.header-bot {
    transition: 0.6s ease-in-out;
    height: var(--size-hd-bot);
    background: linear-gradient(95.32deg, rgba(0, 168, 115, 0.1) 7.46%, rgba(0, 238, 164, 0.1) 93.41%);
}

@media screen and (max-width: 1200px) {
    .header-bot {
        display: none;
    }
}

.header-bot .header-nav>.menu-nav>.menu-list {
    justify-content: space-between;
}

.header-nav {
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .header-nav {
        display: none;
    }
}

.header-search {
    margin-left: auto;
    transition: 0.5s ease-in-out 0.3s;
    max-width: 28rem;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .header-search {
        position: fixed;
        right: 1.5rem;
        top: 8rem;
        transition: 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 1rem);
    }

    .header-search.open {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 500px) {
    .header-search {
        left: 1.5rem;
    }
}

.header-search-wrap {
    width: 28rem;
    position: relative;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .header-search-wrap {
        width: 100%;
    }
}

.header-search input:-internal-autofill-selected {
    background-color: unset !important;
    background-image: none !important;
    color: #4A4A4A !important;
}

.header-search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #4A4A4A;
}

.header-search .re-input {
       border: 1px solid #fff;
    border-radius: 100rem;
    padding: 1rem 4rem 1rem 1.6rem;
    font-size: 1.4rem;
    font-family: "SVN-Gilroy", sans-serif;
}

.header-search .re-input.placeholder {
    color: rgba(33, 34, 35, 0.5);
}

.header-search .re-input:-moz-placeholder {
    color: rgba(33, 34, 35, 0.5);
}

.header-search .re-input::-moz-placeholder {
    color: rgba(33, 34, 35, 0.5);
}

.header-search .re-input:-ms-input-placeholder {
    color: rgba(33, 34, 35, 0.5);
}

.header-search .re-input::-webkit-input-placeholder {
    color: rgba(33, 34, 35, 0.5);
}

@media screen and (max-width: 767px) {
    .header-search .re-input {
        background-color: white;
        border-radius: 0.4rem;
    }
}

.header-search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
}

.header-search-btn img {
    width: inherit;
    height: inherit;
}

.header-action {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 2.4rem;
}

@media screen and (max-width: 767px) {
    .header-action {
        margin-left: auto;
    }
}

.header-action-link {
    padding: 0.8rem;
    padding-right: 1.6rem;
    border-radius: 100rem;
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
    max-width: 20rem;
    transition: 0.5s ease;
    font-weight: 600;
    color: white;
}

.header-action-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    transition: all 0.3s ease;
    z-index: 1;
}

.header-action-link:not(:first-child) {
    margin-left: 1.6rem;
}

@media screen and (max-width: 500px) {
    .header-action-link:not(:first-child) {
        margin-left: 0.8rem;
    }
}

.header-action-link img {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    z-index: 2;
}

.header-action-link .text {
    position: relative;
    z-index: 2;
}

.header-action-link.phone {
    background: linear-gradient(307.22deg, #4881cd 17.51%, #4e84cf 79.64%);
}

@media screen and (max-width: 1000px) {
    .header-action-link.phone {
        display: none;
    }
}

.header-action-link.phone::after {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.header-action-link.hd-search {
    width: 4rem;
    height: 4rem;
    padding: 0;
    background: white !important;
    border: 0.1rem solid #07A372;
}

@media screen and (min-width: 768px) {
    .header-action-link.hd-search {
        display: none;
    }
}

.header-action-link.hd-search img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0;
}

@media screen and (max-width: 1000px) {
    .header-action-link.regi {
        width: 4rem;
        height: 4rem;
        padding: 0;
    }

    .header-action-link.regi img {
        margin-right: 0;
        width: 3rem;
        height: 3rem;
    }

    .header-action-link.regi .text {
        display: none;
    }
}

.header-action-link.lg {
    overflow: visible;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #4A4A4A;
    display: block;
}

@media screen and (max-width: 500px) {
    .header-action-link.lg {
        display: none;
    }
}

@media (hover: hover) {
    .header-action-link:hover:not(.lg)::after {
        left: 0;
        width: 100%;
    }
}

.header-burger {
    margin-left: 0.8rem;
    padding-left: 0.8rem;
}

@media screen and (min-width: 1201px) {
    .header-burger {
        display: none;
    }
}

.lg {
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.lg-link,
.lg-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.6rem 0.8rem;
    gap: 0.4rem;
}

@media screen and (max-width: 1200px) {

    .lg-link,
    .lg-head {
        background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
        color: white;
        border-radius: 0.4rem;
    }
}

.lg-link img,
.lg-head img {
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 0;
}

.lg-head i {
    transition: 0.3s ease-in-out;
}

.lg-list {
    position: absolute;
    background: #07A372;
    top: calc(100% + 0.3rem);
    left: 0;
    width: 100%;
    border-radius: 0.4rem;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 1rem);
}

.lg-link {
    color: white;
    transition: 0.2s ease-in-out;
    padding: 0.6rem 0.8rem;
}

@media (hover: hover) {
    .lg-link:hover {
        background: #E85300;
    }
}

.lg:hover .lg-head i {
    transform: rotate(180deg);
}

.lg:hover .lg-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

@keyframes aniHd {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        opacity: 0;
    }

    50% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        opacity: 0.8;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        height: var(--size-hd-top);
        opacity: 1;
    }
}

.footer-main {
    position: relative;
}

.footer-main::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   background: linear-gradient(95.32deg, #ff914d 7.46%, #ff914d 93.41%);
    z-index: -3;
}

.footer-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.footer-text {
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
}

.footer .custom-logo-link {
    width: 20rem;
    display: flex;
    margin-bottom: 1.6rem;
}

.footer-item-first {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .footer-item-first {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .footer-item-first {
        width: 100%;
    }
}

.footer-item-second {
    width: 16.6666666667%;
}

@media screen and (max-width: 1200px) {
    .footer-item-second {
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .footer-item-second {
        width: 100%;
    }
}

.footer-item-third {
    width: 33.3333333333%;
}

@media screen and (max-width: 1200px) {
    .footer-item-third {
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .footer-item-third {
        width: 100%;
    }
}

.footer-item-four {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .footer-item-four {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .footer-item-four {
        width: 100%;
    }
}

.footer-menu .menu-list {
    list-style: disc;
    color: white;
    margin-left: 1.6rem;
}

.footer-menu .menu-item {
    font-size: 1.4rem;
}

.footer-menu .menu-item:not(:last-child) {
    margin-bottom: 0.8rem;
}

.footer-menu .menu-item.current-menu-item .menu-link,
.footer-menu .menu-item.current-menu-item a,
.footer-menu .menu-item.current_page_item .menu-link,
.footer-menu .menu-item.current_page_item a {
    color: #FBAF00;
}

.footer-menu .menu-link,
.footer-menu .menu a {
    color: white;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {

    .footer-menu .menu-link:hover,
    .footer-menu .menu a:hover {
        color: #FBAF00;
    }
}

.footer-form {
    margin-bottom: 3.2rem;
}

.footer-form-wrap {
    position: relative;
}

.footer-form-wrap .re-input {
    border-radius: 100rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.2rem 2.4rem;
    padding-right: 5rem;
    background-color: white;
}

.footer-form-wrap .re-input.placeholder {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ADADAD;
}

.footer-form-wrap .re-input:-moz-placeholder {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ADADAD;
}

.footer-form-wrap .re-input::-moz-placeholder {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ADADAD;
}

.footer-form-wrap .re-input:-ms-input-placeholder {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ADADAD;
}

.footer-form-wrap .re-input::-webkit-input-placeholder {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ADADAD;
}

.footer-form-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
}

.footer-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.footer-form .wpcf7-form.submitting .footer-form-btn img {
    opacity: 0;
}

.footer-form .wpcf7-not-valid-tip {
    top: unset !important;
    bottom: 0.1rem !important;
}

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

.footer-fb {
    border-radius: 1rem;
    height: 23rem;
}

.footer-fb iframe {
    border-radius: 1rem;
    width: 100% !important;
    height: 100% !important;
}

.footer-bot {
    padding: 2.4rem 0;
    position: relative;
}

.footer-bot-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media screen and (max-width: 767px) {
    .footer-bot-wrapper {
        flex-direction: column;
    }
}

.footer-bot::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(96.99deg, #00A873 -7.09%, #00D995 103.18%);
    z-index: -2;
}

.footer-bot .footer-menu .menu-list {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1rem;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .footer-bot .footer-menu .menu-list {
        gap: 1.6rem;
    }
}

.footer-bot .footer-menu .menu-item {
    position: relative;
}

.footer-bot .footer-menu .menu-item:not(:last-child) {
    margin-bottom: 0;
    padding-right: 1.4rem;
    margin-right: 1.4rem;
}

@media screen and (max-width: 500px) {
    .footer-bot .footer-menu .menu-item:not(:last-child) {
        padding: 0;
        margin: 0;
    }

    .footer-bot .footer-menu .menu-item:not(:last-child)::before {
        display: none;
    }
}

.footer-bot .footer-menu .menu-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1.4rem;
    width: 0.1rem;
    background-color: white;
    right: 0;
}

.footer-author {
    text-align: center;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
}

.footer-br {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28rem;
    background-repeat: repeat-x;
    background-size: cover;
}

.hamburger {
    width: 39px;
    overflow: hidden;
}

.hamburger-label {
    position: relative;
    display: block;
    height: 28px;
    cursor: pointer;
}

.hamburger-label::before,
.hamburger-label::after,
.hamburger-label .hamburger-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #07A372;
}

.hamburger-label::before,
.hamburger-label::after {
    content: "";
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

.hamburger-label::before {
    top: 0;
}

.hamburger-label::after {
    top: 12px;
}

.hamburger-text {
    top: 24px;
}

.hamburger-text::before {
    content: "MENU";
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    color: #07A372;
    font-size: 12px;
    font-weight: bold;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-align: center;
}

.hamburger.active .hamburger-label:before {
    left: -39px;
}

.hamburger.active .hamburger-label:after {
    left: 39px;
}

.hamburger.active .hamburger-label .hamburger-text:before {
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

@keyframes moveUpThenDown {
    0% {
        top: 0;
    }

    50% {
        top: -27px;
    }

    100% {
        top: -18px;
    }
}

@keyframes shakeWhileMovingUp {
    0% {
        transform: rotateZ(0);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    50% {
        transform: rotateZ(0deg);
    }

    75% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

@keyframes shakeWhileMovingDown {
    0% {
        transform: rotateZ(0);
    }

    80% {
        transform: rotateZ(3deg);
    }

    90% {
        transform: rotateZ(-3deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.mobile {
    position: fixed;
    z-index: 140;
    top: var(--size-hd-mb);
    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;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transform: translateX(-110%);
}

@media screen and (max-width: 500px) {
    .mobile {
        width: 70%;
        min-width: initial;
    }
}

.mobile .lg {
    margin: 1.6rem;
    width: 10rem;
}

@media screen and (min-width: 501px) {
    .mobile .lg {
        display: none;
    }
}

.mobile.sticky {
    top: var(--size-hd-mb);
}

.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: #07A372;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-110%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: var(--size-hd-mb);
}

.mobile-overlay.sticky {
    top: var(--size-hd-mb);
}

.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media screen and (min-width: 1201px) {
    .mobile-overlay {
        display: none;
    }
}

.mobile-wr {
    padding-bottom: 6rem;
    position: relative;
}

.mobile-list {
    margin-bottom: 2rem;
}

.mobile-content {
    padding: 2.4rem 1.6rem;
}

.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-text {
    font-size: 1.4rem;
    display: block;
    color: #07A372;
    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: #07A372;
    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 #07A372;
    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: #07A372;
}

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

.select2-container {
    height: 4.5rem;
    background-color: transparent;
    border-radius: 0 !important;
}

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

.selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0 !important;
    color: #ffffff;
    height: 4.5rem;
    background-color: transparent;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.select2-results {
    display: block;
    border-radius: 0.4rem !important;
    overflow: hidden;
}

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

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

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

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

.sl-cus {
    position: relative;
}

.sl-cus.min {
    min-width: 12rem;
}

.sl-cus.min:not(:first-child) {
    margin-left: 0.5rem;
}

.sl-cus.disable .sl-head {
    background-color: #f8f8f8;
    pointer-events: none;
}

.sl-cus-noti {
    padding: 1rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    background: #07A372;
    color: white;
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    white-space: nowrap;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
    z-index: 10;
}

.sl-cus-noti::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #07A372;
    bottom: 100%;
    left: 0.6rem;
}

.sl-head {
    background-color: white;
    height: 4rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
    border-radius: 100rem;
    transition: 0.1s ease-in-out;
}

.sl-head::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 1.7rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #4A4A4A;
}

.sl-main {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sl-list {
    position: absolute;
    top: calc(100% + 0.2rem);
    left: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: white;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 0.4rem;
    max-height: 20rem;
    min-height: 4.1rem;
    overflow-y: auto;
    /* Track */
    /* Handle */
}

.sl-list::-webkit-scrollbar {
    width: 0.4rem;
    height: 0;
}

.sl-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sl-list::-webkit-scrollbar-thumb {
    background: #ccc;
}

.sl-item {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.sl-item:hover {
    background-color: #E85300;
    color: white;
}

.sl-item.hidden {
    display: none;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    visibility: hidden;
}

.popup.open {
    visibility: visible;
}

.popup.open .popup-overlay {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup-main {
    opacity: 1;
    visibility: visible;
}

.popup-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70rem;
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: white;
}

.popup-over {
    overflow: hidden auto;
    min-height: 40vh;
    max-height: 80vh;
}

.popup-wrapper {
    width: 100%;
    min-height: 40vh;
    position: relative;
    padding: 4.8rem 2rem 2rem 2rem;
}

.popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1200px) {
    .popup-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .popup-title {
        font-size: 1.7rem;
    }
}

.popup-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    transition: 0.6s ease-in-out;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #FF5454;
    z-index: 3;
}

.popup-close:hover .icon {
    transform: rotate(360deg);
}

.popup-close .icon {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.2rem;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.popup-regi .popup-main {
    width: 80rem;
    background: #E5FDF5;
    border-radius: 1.2rem;
    overflow: hidden;
}

.popup-regi .popup-wrapper {
    padding: 0;
}

.popup-regi .t-title-first {
    text-align: center;
}

.popup-regi-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.popup-regi-left {
    width: 50%;
}

@media screen and (max-width: 700px) {
    .popup-regi-left {
        display: none;
    }
}

.popup-regi-right {
    width: 50%;
}

@media screen and (max-width: 700px) {
    .popup-regi-right {
        width: 100%;
    }
}

.popup-regi-form {
    padding: 4.8rem 2.4rem;
}

.popup-regi-form .t-title-first {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1200px) {
    .popup-regi-form .t-title-first {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .popup-regi-form .t-title-first {
        font-size: 1.7rem;
    }
}

.popup-regi-form .des {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
}

.popup-regi-form .ct-who {
    padding-top: 1.2rem;
}

.popup-regi-form form {
    position: relative;
}

.popup-regi-form .re-input {
    font-size: 1.6rem;
}

.popup-regi-img {
    height: 100%;
}

.popup-regi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid white;
    animation: loader 2s infinite ease;
}

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

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.banner-mini {
    padding: 8rem 0 8.6rem 0;
    position: relative;
    overflow: hidden;
}

.banner-mini.second {
    height: 38rem;
}

@media screen and (max-width: 1200px) {
    .banner-mini.second {
        height: 20rem;
    }
}

.banner-mini::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    z-index: -3;
}

.banner-mini-img {
    position: absolute;
    right: 0;
    bottom: -12rem;
    width: 36rem;
    height: 50rem;
    pointer-events: none !important;
}

.banner-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-mini-img-second {
    position: absolute;
}

.banner-mini-img-second:nth-child(1) {
    left: 0;
    height: 100%;
}

.banner-mini-img-second:nth-child(2) {
    right: 0;
    height: 100%;
}

.banner-mini-img-second img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner {
    position: relative;
    height: 28.90625vw;
}

@media screen and (max-width: 767px) {
    .banner {
        height: initial;
    }
}

.banner .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-content {
    margin-bottom: 4rem;
}

@media screen and (max-width: 500px) {
    .banner-content {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .banner-img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -2;
    }
}

@media screen and (max-width: 767px) {
    .banner-img {
        height: 28.90625vw;
        position: relative;
    }
}

.banner-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(57.43deg, #08AD79 20.44%, rgba(8, 173, 121, 0) 53.21%);
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-title {
    font-size: 4.6rem;
    font-weight: 700;
    color: white;
}

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

@media only screen and (max-width: 800px) {
    .banner-title {
        font-size: 3rem;
    }
}

.banner-progress {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.6rem;
    background: linear-gradient(307.22deg, #4881cd 17.51%, #4e84cf 79.64%);
    width: 0;
    transition: 1s ease-in-out 1s;
}

.banner-progress.is-inview {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner .banner-title {
        color: #4A4A4A;
    }
}

@media screen and (max-width: 767px) {
    .banner .banner-content {
        margin-bottom: 0;
        padding: 2.4rem 0;
    }

    .banner .breadcrumb .breadcrumb-item::before {
        filter: brightness(0) saturate(100%) invert(26%) sepia(0%) saturate(0%) hue-rotate(54deg) brightness(93%) contrast(81%);
    }

    .banner .breadcrumb .breadcrumb-link {
        color: #4A4A4A;
    }

    .banner .breadcrumb .breadcrumb-link img {
        filter: brightness(0) saturate(100%) invert(26%) sepia(0%) saturate(0%) hue-rotate(54deg) brightness(93%) contrast(81%);
    }
}

.swiper-slide {
    height: initial;
}

.swiper-pagination {
    position: static;
    margin-top: 1.6rem;
}

.swiper-pagination-bullet {
    --circle: -0.4rem;
    background-color: #07A372;
    opacity: 1;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #D9D9D9;
    transition: 0.5s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #FBAF00;
    border-radius: 0.8rem;
    width: 1.8rem;
}

.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.swiper-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.swiper-control-btn {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    background-color: #C7C7C7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    z-index: 5;
    overflow: hidden;
    position: relative;
}

.swiper-control-btn.swiper-button-disabled {
    background-color: #dddddd;
    cursor: default;
    box-shadow: none;
}

.swiper-control-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    transition: all 0.3s ease;
    z-index: 1;
}

@media (hover: hover) {
    .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
        left: 0;
        width: 100%;
    }
}

.swiper-control-btn i {
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
    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;
    position: relative;
    z-index: 2;
}

.swiper-control.posi .swiper-control-btn {
    position: absolute;
    top: 50%;
    transform: translateY(0, -50%);
    -webkit-transform: translateY(0, -50%);
    -moz-transform: translateY(0, -50%);
    -o-transform: translateY(0, -50%);
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
}

.swiper-control.posi .swiper-control-btn.swiper-prev {
    left: -6rem;
}

.swiper-control.posi .swiper-control-btn.swiper-next {
    right: -6rem;
}

.swiper-control.second .swiper-control-btn {
    background-color: transparent;
}

.swiper-control.second .swiper-control-btn i {
    color: #4A4A4A;
}

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

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

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

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

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

.load-img {
    position: relative;
    overflow: hidden;
}

.load-img::before,
.load-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.load-img img,
.load-img form {
    opacity: 0;
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s;
}

.load-img:before {
    background-color: #07A372;
}

.load-img:after {
    background-color: #f8f8f8;
    transition-delay: 0.5s;
}

.load-img.is-inview img,
.load-img.is-inview form {
    opacity: 1;
}

.load-img.is-inview:before {
    transition: 1.6s ease;
    width: 0;
}

.load-img.is-inview:after {
    transition: 0.8s ease;
    width: 0;
}

.load-img-second {
    position: relative;
    overflow: hidden;
}

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

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

.load-img-second.is-inview::after {
    transform: translate(0, -110%);
}

.load-img-second.is-inview::before {
    transform: translate(0, 110%);
}

.load-img-third {
    position: relative;
    overflow: hidden;
}

.load-img-third img {
    transform: translateY(-20px);
    opacity: 1;
    transition: 1.2s ease;
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.load-img-third.is-inview::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: -10px;
    background-color: #e2dbc0;
    z-index: 3;
    animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
    animation-delay: 0.3s;
}

.load-img-third.is-inview img {
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block;
}

.load-img-third.second.is-inview img {
    transform: translateY(0);
    opacity: 1;
    display: block;
}

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

    40% {
        top: 0;
        right: 0;
        bottom: 100%;
        margin-bottom: -10px;
    }

    60% {
        top: 0;
    }

    80% {
        right: 0;
        bottom: -1px;
        margin-bottom: 0;
    }

    100% {
        top: 100%;
        right: 0;
        bottom: -1px;
        margin-bottom: 0;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        transform: translate3D(0, 0, 0);
    }
}

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

    100% {
        transform: translate3D(100%, 0, 0);
    }
}

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

    100% {
        transform: translate3D(0, 0, 0);
    }
}

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

    100% {
        transform: translate3D(0, 0, 0);
    }
}

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

    100% {
        transform: translate3D(-100%, 0, 0);
    }
}

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

    100% {
        transform: translate3D(0, 0, 0);
    }
}

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

    100% {
        transform: translate3D(-50%, 0, 0);
    }
}

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

    100% {
        transform: translate3D(0, 0, 0);
    }
}

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

    65% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

.txt-focus {
    opacity: 0;
}

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

.loading {
    width: 6rem;
    height: 6rem;
    border: 0.4rem solid #07A372;
    border-radius: 100rem;
    position: relative;
}

.loading-inner {
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    border: 0.4rem solid #E85300;
    z-index: 1;
    border-radius: 100rem;
    border-top: none;
    border-left: none;
    border-right: none;
    animation: Spinner 1s ease-in-out infinite;
}

.hola {
    position: relative;
    pointer-events: none;
}

.hola::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-mask: url(../images/mask-banner.png);
    mask: url(../images/mask-banner.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    pointer-events: none;
    z-index: 5;
}

.hola.is-inview::after {
    animation: MaskPlay 1.2s steps(22) 0.3s forwards;
    -webkit-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
    -moz-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
    -ms-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
}

.breadcrumb {
    width: 100%;
}

.breadcrumb-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    /* Track */
    /* Handle */
}

.breadcrumb-list::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.3rem;
}

.breadcrumb-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.breadcrumb-list::-webkit-scrollbar-thumb {
    background: #000;
}

@media screen and (max-width: 1200px) {
    .breadcrumb-list::-webkit-scrollbar {
        display: none;
    }
}

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

.breadcrumb-item:not(:first-child)::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background-size: contain;
    background-position: center;
    display: block;
    background-image: url(../images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    margin: 0 1rem;
}

@media (hover: hover) {
    .breadcrumb-item:hover .breadcrumb-link {
        color: #FBAF00;
    }
}

.breadcrumb-link {
    font-weight: 700;
    font-size: 1.4rem;
    color: white;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.breadcrumb.line .breadcrumb-list::before {
    content: "";
    height: 0.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #E85300;
    transition: 1.2s ease-in-out;
    -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -ms-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.breadcrumb.is-inview .breadcrumb-list::before {
    width: 100%;
}

.btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 1.2rem 2.4rem;
    border-radius: 100rem;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
}

.btn::before {
    content: "";
    position: absolute;
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.btn img {
    position: relative;
    z-index: 2;
}

.btn .text {
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    color: white;
    margin-top: -0.2rem;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    transition: all 0.3s ease;
    z-index: 1;
}

.btn.second::before {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.btn.second::after {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.btn.third::before {
    background: linear-gradient(180deg, rgba(9, 137, 97, 0.1) 0%, rgba(9, 137, 97, 0) 100%);
}

.btn.third .text {
    color: #00593D;
}

.btn.third img {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.4rem;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

@media (hover: hover) {
    .btn.third:hover img {
        transform: rotate(45deg);
    }
}

.btn.white::before {
    background: white;
}

.btn.white .text {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (hover: hover) {
    .btn.white:hover .text {
        background: transparent;
        -webkit-text-fill-color: white;
    }
}

@media (hover: hover) {
    .btn:hover::after {
        left: 0;
        width: 100%;
    }
}

.btn-more {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
}

.btn-more .line {
    height: 0.1rem;
    flex: 1;
    position: relative;
    margin-right: 1rem;
}

.btn-more .line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    width: 0;
    transition: 0.5s ease-in-out;
}

.btn-more .text {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: italic;
}

.btn-more.is-inview .line::before {
    width: 100%;
}

@media (hover: hover) {
    .btn-more:hover .line::before {
        width: 10%;
    }
}

.input {
    font-family: "SVN-Gilroy", sans-serif;
    width: 100%;
}

.input-area {
    height: auto;
}

.f-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
    margin-bottom: -1rem;
}

.f-item {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.f-item-2 {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .f-item-2 {
        width: 100%;
    }
}

.f-item-3 {
    width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
    .f-item-3 {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .f-item-3 {
        width: 100%;
    }
}

.f-item-4 {
    width: 25%;
}

.re-label {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.8rem;
    display: block;
}

.re-input {
    padding: 1.6rem;
    width: 100%;
    font-family: "SVN-Gilroy", sans-serif;
    border: none;
    outline: none;
    padding: 1.2rem 0 1.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    display: block;
}

textarea {
    resize: none;
}

.page-numbers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin-top: 1.6rem;
}

.page-numbers>li:not(:first-child) {
    margin-left: 8px;
}

.page-numbers>li>a,
.page-numbers>li span {
    color: #4A4A4A;
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    font-size: 1.4rem;
    font-weight: 400;
    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;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 500px) {

    .page-numbers>li>a,
    .page-numbers>li span {
        width: 3rem;
        height: 3rem;
    }
}

.page-numbers>li>a::after,
.page-numbers>li span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-color: #EBEBEB;
}

.page-numbers>li>a::before,
.page-numbers>li span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.page-numbers>li>a:hover:not(.dot, .current),
.page-numbers>li span:hover:not(.dot, .current) {
    color: white;
}

.page-numbers>li>a:hover:not(.dot, .current)::before,
.page-numbers>li span:hover:not(.dot, .current)::before {
    width: 100%;
}

.page-numbers>li>a.current:not(.next, .prev),
.page-numbers>li span.current:not(.next, .prev) {
    color: white;
}

.page-numbers>li>a.current:not(.next, .prev)::before,
.page-numbers>li span.current:not(.next, .prev)::before {
    width: 100%;
}

.page-numbers>li>a i,
.page-numbers>li span i {
    font-weight: 400;
}

@media screen and (max-width: 500px) {
    .pro-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

@media screen and (max-width: 500px) {
    .pro-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

.pro-item-2 {
    width: 50%;
}

.pro-item-3 {
    width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
    .pro-item-3 {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .pro-item-3 {
        width: 50%;
    }
}

.pro-item-4 {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .pro-item-4 {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 767px) {
    .pro-item-4 {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .pro-item-4 {
        width: 50%;
    }
}

.pro-item-5 {
    width: 20%;
}

@media screen and (max-width: 500px) {
    .pro-item-5 {
        width: 50%;
    }
}

.pro-wrap {
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: #F7F7F7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pro-img {
    display: block;
    padding-top: calc((182 / 282) * 100%);
    position: relative;
    overflow: hidden;
}

.pro-img::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: 0.1rem solid white;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    transform: scale(1.1);
    opacity: 0;
    border-radius: 1rem 1rem 0 0;
}

.pro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pro-img:hover::before {
        opacity: 1;
        transform: scale(1);
    }

    .pro-img:hover img {
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.pro-content {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media screen and (max-width: 400px) {
    .pro-content {
        padding: 0.8rem;
    }
}

.pro-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: auto;
}

.pro-btn .text {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pro-btn img {
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    display: inline-block;
    margin-left: 0.4rem;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pro-btn:hover img {
        transform: rotate(45deg);
    }
}

.pro-tag {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pro-tag-item {
    padding: 0.8rem 2rem;
    border-radius: 100rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

@media screen and (max-width: 500px) {
    .pro-tag-item {
        padding: 0.4rem 0.8rem;
    }
}

.pro-tag-item.common {
    background: linear-gradient(180deg, #8A4EBB 0%, #520F88 100%);
}

.pro-tag-item.new {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
}

.pro-tag-item.blue {
    background: linear-gradient(180deg, #4077D1 0%, #003A9A 100%);
}

.pro-tag-item.purple {
    background: linear-gradient(180deg, #8A4EBB 0%, #520F88 100%);
}

.pro-tag-item.orange {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
}

.pro-tag-item.green {
    background: linear-gradient(180deg, #01C7BB 0%, #007B74 100%);
}

.pro-tag-item.red {
    background: linear-gradient(307.22deg, #960900 17.51%, #FB0F00 79.64%);
}

.pro-name {
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

@media only screen and (max-width: 1200px) {
    .pro-name {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .pro-name {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 500px) {
    .pro-name {
        font-size: 1.4rem;
    }
}

.pro-name a {
    color: #4A4A4A;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pro-name a:hover {
        color: #07A372;
    }
}

.pro-des {
    -webkit-line-clamp: 4;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
    .pro-des {
        font-size: 1.2rem;
        -webkit-line-clamp: 2;
    }
}

.pro-fil {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.pro-fil-btn {
    padding: 1.2rem;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    width: fit-content;
    border-radius: 0.4rem;
    cursor: pointer;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1201px) {
    .pro-fil-btn {
        display: none;
    }
}

.pro-fil-btn i {
    margin-right: 0.4rem;
}

.prose-list {
    margin-bottom: -3rem;
}

.prose-item {
    margin-bottom: 3rem;
}

.prose-item-2 {
    width: 50%;
}

.prose-item-3 {
    width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
    .prose-item-3 {
        width: 50%;
    }
}

.prose-item-4 {
    width: 25%;
}

@media screen and (max-width: 500px) {
    .prose-item-4 {
        width: 50%;
    }
}

.prose-item-5 {
    width: 20%;
}

@media screen and (max-width: 500px) {
    .prose-item-5 {
        width: 50%;
    }
}

.proth-list {
    margin-bottom: -3rem;
}

.proth-item {
    margin-bottom: 3rem;
}

.proth-item-2 {
    width: 50%;
}

.proth-item-3 {
    width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
    .proth-item-3 {
        width: 50%;
    }
}

.proth-item-4 {
    width: 25%;
}

@media screen and (max-width: 500px) {
    .proth-item-4 {
        width: 50%;
    }
}

.proth-item-5 {
    width: 20%;
}

@media screen and (max-width: 500px) {
    .proth-item-5 {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .search-mona {
        position: fixed;
        top: 6rem;
        right: 1.5rem;
        left: 1.5rem;
        z-index: 101;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
    }

    .search-mona.open {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
}

.search-mona-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.5rem);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

@media screen and (min-width: 1201px) {
    .search-mona-overlay {
        display: none;
    }
}

.search-mona-overlay.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.search-mona-wrapper {
    position: relative;
}

.search-mona-close {
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 3.4rem;
    height: 3.4rem;
    bottom: calc(100% + 0.5rem);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 0.2rem solid white;
    border-radius: 100rem;
    z-index: 101;
}

@media screen and (min-width: 1201px) {
    .search-mona-close {
        display: none;
    }
}

.search-mona-close i {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
}

.search-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    min-width: 250px;
    background-color: #F2F2F2;
    border-radius: 0.8rem;
}

@media screen and (max-width: 1200px) {
    .search-wrap {
        background-color: transparent;
        border-bottom: 1px solid white;
        border-radius: 0;
    }
}

.search-input {
    font-family: "SVN-Gilroy", sans-serif;
    outline: none;
    border: none;
    font-size: 1.6rem;
    color: #4A4A4A;
    flex: 1;
    height: 4rem;
    padding: 0 1.2rem;
    background-color: transparent;
}

@media screen and (max-width: 1200px) {
    .search-input {
        color: white;
    }
}

.search-input::-webkit-input-placeholder {
    color: #4A4A4A;
}

@media screen and (max-width: 1200px) {
    .search-input::-webkit-input-placeholder {
        color: white;
    }
}

.search-input::-moz-input-placeholder {
    color: #4A4A4A;
}

@media screen and (max-width: 1200px) {
    .search-input::-moz-input-placeholder {
        color: white;
    }
}

.search-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    background-color: transparent;
    cursor: pointer;
}

.search-btn:hover img {
    transform: scale(1.05);
}

.search-btn img {
    width: 1.6rem;
    height: 1.6rem;
}

@media screen and (max-width: 1200px) {
    .search-btn img {
        filter: brightness(0) invert(1);
    }
}

.t-title-first {
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 700;
    color: #4b83cf;
}

@media only screen and (max-width: 1200px) {
    .t-title-first {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .t-title-first {
        font-size: 2.6rem;
    }
}

.t-title-first.txt-animated:not(.white) span {
    background: linear-gradient(95.32deg, #4d83cf 7.46%, #4881cd 93.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.t-title-first.txt-animated:not(.white) .char {
    padding-right: 0.1rem;
}

.t-title-first.second:not(.white) {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.t-title-first.white {
    color: white;
}

.t-title-first.white span {
    color: white;
}

.t-title-first.normal {
    color: #4A4A4A;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4A4A4A !important;
}

.t-title-first.normal span {
    -webkit-text-fill-color: #4A4A4A !important;
    background: transparent;
}

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

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

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

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

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

.fsi {
    font-style: italic;
}

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

.t9 {
    font-size: 0.9rem;
}

.t11 {
    font-size: 1.1rem;
}

.t12 {
    font-size: 1.2rem;
}

.t14 {
    font-size: 1.4rem;
}

.t16 {
    font-size: 1.6rem;
}

.t18 {
    font-size: 1.8rem;
}

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

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

.t24 {
    font-size: 2.4rem;
}

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

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

.t32 {
    font-size: 3.2rem;
}

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

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

.t40 {
    font-size: 4rem;
}

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

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

.t48 {
    font-size: 4.8rem;
}

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

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

.t56 {
    font-size: 5.6rem;
}

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

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

.t64 {
    font-size: 6.4rem;
}

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

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

.t72 {
    font-size: 7.2rem;
}

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

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

.c-pri {
    color: #07A372;
}

.c-second {
    color: #E85300;
}

.c-third {
    color: #FBAF00;
}

.c-four {
    color: #f05123;
}

.c-five {
    color: #f05123;
}

.c-white {
    color: white;
}

.c-black {
    color: #000000;
}

.bc-pri {
    background-color: #07A372;
}

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

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

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

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

.over-hd {
    overflow: hidden;
}

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

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

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

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

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

.m-mid {
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.spc.no-wrap .spc-list {
    flex-wrap: nowrap;
}

.spc-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-bottom: -0.8rem;
}

.spc-item {
    margin-left: 0.8rem;
    margin-bottom: 0.8rem;
}

.spc-16 .spc-list {
    margin-left: -1.6rem;
    margin-bottom: -1.6rem;
}

.spc-16 .spc-item {
    margin-bottom: 1.6rem;
    margin-left: 1.6rem;
}

.spc-24 .spc-list {
    margin-left: -2.4rem;
    margin-bottom: -2.4rem;
}

.spc-24 .spc-item {
    margin-bottom: 2.4rem;
    margin-left: 2.4rem;
}

.tabPanel {
    display: none;
    animation: backInUp 0.6s ease-in-out;
}

.tabPanel.open {
    display: block;
}

.tabPanel-second {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tabPanel-second.open {
    display: block;
}

table .status {
    font-weight: 600;
}

table .status.waiting {
    color: #F2C524;
}

table .status.success {
    color: #07A372;
}

table .status.cancle {
    color: #D31D1D;
}

.slider {
    position: relative;
}

.txt-over {
    overflow: hidden;
}

.txt-over span {
    display: inline-block;
}

.sort {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    z-index: 2;
}

.sort.second {
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .sort.second .sort-head {
        display: none;
    }
}

.sort.second .sort-link {
    padding: 1.2rem 2.4rem;
}

.sort-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .sort-head {
        padding: 1.2rem 2.4rem;
        background: #F6F6F6;
        cursor: pointer;
        width: 100%;
    }
}

.sort-head .text {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .sort-head .text {
        margin-right: 1.6rem;
    }
}

.sort-head i {
    margin-left: 0.4rem;
    font-size: 1.4rem;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .sort-head i {
        display: none;
    }
}

.sort-head.active i {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .sort-body {
        position: absolute;
        top: calc(100% + 0.4rem);
        left: 0;
        width: 100%;
        background: #F6F6F6;
        display: none;
    }
}

.sort-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2.4rem;
    row-gap: 1rem;
}

@media screen and (max-width: 767px) {
    .sort-list {
        margin: 0;
        gap: 0;
    }
}

.sort-item {
    position: relative;
    background: #F6F6F6;
    border: 1px solid rgba(74, 74, 74, 0.2);
    border-radius: 100rem;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .sort-item:not(:first-child) {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .sort-item {
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    }
}

.sort-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    transition: all 0.5s ease;
    z-index: 1;
}

@media (hover: hover) {
    .sort-item:hover::after {
        left: 0;
        width: 100%;
    }

    .sort-item:hover .sort-link {
        color: white;
    }
}

.sort-item.active::after {
    left: 0;
    width: 100%;
}

.sort-item.active .sort-link {
    color: white;
}

.sort-link {
    display: block;
    padding: 1.6rem 3.2rem;
    font-weight: 700;
    color: #4A4A4A;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .sort-link {
        padding: 1.2rem 2.4rem;
    }
}

.scate {
    width: 23.2rem;
    max-width: 100%;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 0.1rem solid #07A372;
    padding-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .scate {
        width: 100%;
    }
}

@media screen and (min-width: 1201px) {
    .scate {
        margin-bottom: 2.4rem;
    }
}

.scate-head {
    padding: 1.2rem 1.6rem;
    background: linear-gradient(95.32deg, #4d83cf 7.46%, #4881cd 93.41%);
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .scate-head {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .scate-head {
        font-size: 1.6rem;
    }
}

.scate-title {
    padding: 1.2rem 1.6rem;
    background-color: #E5F6F1;
    font-size: 1.4rem;
    font-weight: 700;
}

.scate-menu>.scate-menu-list {
    display: block;
}

.scate-menu>.scate-menu-list>.scate-menu-item>.scate-menu-link {
    padding: 0.9rem 1.6rem;
    gap: 0.4rem;
    display: flex;
    align-items: center;
}

.scate-menu>.scate-menu-list>.scate-menu-item>.scate-menu-link::before {
    content: "";
    background-image: url(../images/scate-icon-1.svg);
    background-size: 1.4rem 1.4rem;
    background-position: center;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.4rem;
}

.scate-menu:first-child>.scate-menu-list>.scate-menu-item>.scate-menu-list {
    display: block;
}

.scate-menu-list {
    display: none;
}

.scate-menu-item.active .scate-menu-link .plus::before {
    opacity: 0;
}

.scate-menu-item.current-menu-item>.scate-menu-link {
    color: #07A372;
    font-weight: 600;
}

.scate-menu-link {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.8rem;
    padding-left: 4rem;
    color: #4A4A4A;
    display: flex;
    align-items: center;
}

.scate-menu-link::before {
    content: "";
    background-image: url(../images/scate-icon-2.svg);
    background-size: contain;
    background-position: center;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.6rem;
}

.scate-menu-link .plus {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100rem;
    display: block;
    background: linear-gradient(95.32deg, #4d83cf 7.46%, #4881cd 93.41%);
    margin-left: auto;
    position: relative;
}

.scate-menu-link .plus::before,
.scate-menu-link .plus::after {
    content: "";
    position: absolute;
    background-color: white;
    transition: 0.2s ease-in-out;
}

.scate-menu-link .plus::before {
    width: 0.1rem;
    height: 0.8rem;
    left: 0.7rem;
    top: 0.3rem;
}

.scate-menu-link .plus::after {
    height: 0.1rem;
    width: 0.9rem;
    top: 0.65rem;
    left: 0.3rem;
}

.ads {
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .ads {
        display: none;
    }
}

.ads-img {
    border-radius: 1.2rem;
}

.ads-img img {
    border-radius: inherit;
}

.ads.second {
    border-radius: 1.2rem;
    width: 14.8rem;
    padding: 4rem 1.2rem 0 1.2rem;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .ads.second {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .ads.second {
        width: 100%;
        margin-top: 1.6rem;
        display: flex;
        justify-content: space-between;
    }
}

.ads.second::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #07A372;
    z-index: -2;
}

.ads.second::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 234, 188, 0.5) 0%, rgba(255, 234, 188, 0) 100%);
    width: 32rem;
    height: 32rem;
    border-radius: 100rem;
    bottom: -8rem;
    right: -16rem;
    z-index: -1;
}

.ads-title {
    color: white;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.4rem;
}

.ads .btn {
    padding: 0.8rem !important;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .ads .btn {
        padding: 1.2rem !important;
    }
}

.ads .btn img {
    margin-right: 0.2rem;
}

.ads .btn .text {
    font-size: 1.2rem;
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.ads-img-second {
    margin-top: 6rem;
}

.ads-img-second img {
    display: block;
}

.sao {
    position: relative;
    width: fit-content;
    pointer-events: none;
    z-index: -1;
    opacity: 0.3;
}

.sao-img {
    width: 23.2rem;
    height: 26.2rem;
    animation: saoAni 5s ease-in-out 0.2s infinite;
}

.sao-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sao-img-small {
    width: 6rem;
    height: 7rem;
    position: absolute;
    animation: saoAni 5s linear infinite;
}

.sao-img-small img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sao-img-small:nth-child(1) {
    top: 1rem;
    left: 1rem;
}

.sao-img-small:nth-child(2) {
    top: 1rem;
    right: 1rem;
}

.sao-img-small:nth-child(3) {
    bottom: 1rem;
    right: 1rem;
}

.sao-img-small:nth-child(4) {
    bottom: 1rem;
    left: 1rem;
}

@keyframes saoAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.des-lc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.play {
    width: 11.5rem;
    height: 11.5rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.play.small {
    width: 4.8rem;
    height: 4.8rem;
}

.play.small .play-icon {
    width: 2rem;
    height: 2.5rem;
    left: 0.3rem;
    top: 0.1rem;
}

.play.small .play-decor-img {
    width: 2rem;
    height: 2rem;
}

.play-decor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.8s ease-in-out;
}

.play-decor-img {
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    transition: 1s ease-in-out 1s;
}

.play-decor-img img {
    width: inherit;
    height: inherit;
}

.play-decor-img:nth-child(1) {
    top: 0;
    left: 0;
}

.play-decor-img:nth-child(2) {
    top: 0;
    right: 0;
}

.play-decor-img:nth-child(3) {
    bottom: 0;
    right: 0;
}

.play-decor-img:nth-child(4) {
    bottom: 0;
    left: 0;
}

.play-icon {
    display: block;
    width: 4.8rem;
    height: 6rem;
    position: relative;
    left: 0.6rem;
    top: 0.1rem;
    z-index: 2;
}

@media (hover: hover) {
    .play:hover .play-decor {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

    .play:hover .play-decor-img:nth-child(1) {
        transform: translate(-0.2rem, -0.2rem);
        -webkit-transform: translate(-0.2rem, -0.2rem);
    }

    .play:hover .play-decor-img:nth-child(2) {
        transform: translate(0.2rem, -0.2rem);
        -webkit-transform: translate(0.2rem, -0.2rem);
    }

    .play:hover .play-decor-img:nth-child(3) {
        transform: translate(0.2rem, 0.2rem);
        -webkit-transform: translate(0.2rem, 0.2rem);
    }

    .play:hover .play-decor-img:nth-child(4) {
        transform: translate(-0.2rem, 0.2rem);
        -webkit-transform: translate(-0.2rem, 0.2rem);
    }
}

.head {
    margin-bottom: 4rem;
}

.head.space {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.sline {
    height: 0.5rem;
    position: relative;
}

.sline::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    transition: 1s ease-in-out;
    height: 100%;
    width: 0;
}

.sline.is-inview::before {
    width: 100%;
}

.hv-bd {
    position: relative;
}

.hv-bd::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: 0.1rem solid white;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    transform: scale(1.1);
    opacity: 0;
    border-radius: 1rem;
}

.hv-bd img {
    transition: 0.3s all ease-in-out;
}

@media (hover: hover) {
    .hv-bd:hover::before {
        opacity: 1;
        transform: scale(1);
    }

    .hv-bd:hover img {
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.page-contact {
    overflow: hidden;
}

@media screen and (min-width: 1201px) {
    .page-contact .banner-content {
        width: 48%;
    }
}

.lg-toolbar,
.lg-outer .lg-thumb-outer {
    background: linear-gradient(95.32deg, #4d83cf 7.46%, #4881cd 93.41%);
}

.lg-backdrop {
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
}

.lg-icon {
    color: white !important;
}

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

.lg-outer .lg-thumb-item {
    border-radius: 0;
    transition: 0.2s ease;
}

.lg-outer .lg-thumb-item.active {
    border-color: #FBAF00;
}

@media (hover: hover) {
    .lg-outer .lg-thumb-item:hover {
        border-color: #FBAF00;
    }
}

.lg-next.lg-icon,
.lg-prev.lg-icon {
    border-radius: 100rem;
    width: 4rem;
    height: 4rem;
}

.mona-mess-empty p {
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.popup-regi-form .wpcf7-form-control-wrap,
.ct-form .wpcf7-form-control-wrap {
    position: static;
}

.popup-regi-form .ct-who .wpcf7-list-item,
.ct-form .ct-who .wpcf7-list-item {
    display: flex;
    flex-direction: row-reverse;
}

.popup-regi-form .ct-who .wpcf7-list-item .wpcf7-list-item-label,
.ct-form .ct-who .wpcf7-list-item .wpcf7-list-item-label {
    display: none;
}

.popup-regi-form .btn .wpcf7-spinner,
.ct-form .btn .wpcf7-spinner {
    position: absolute;
}

.popup-regi-form .wpcf7-form.submitting .btn .text,
.ct-form .wpcf7-form.submitting .btn .text {
    opacity: 0;
}

.popup-regi-form .f-item,
.ct-form .f-item {
    position: relative;
}

.popup-regi-form .wpcf7-not-valid-tip,
.ct-form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
}

.popup-regi-form .wpcf7-response-output,
.ct-form .wpcf7-response-output {
    text-align: center;
}

@media screen and (min-width: 1201px) {

    .popup-regi-form .wpcf7-response-output,
    .ct-form .wpcf7-response-output {
        position: absolute;
        top: calc(100% + 1rem);
        left: 0;
        width: 100%;
    }
}

.popup-regi-form .ct-form-cf .wpcf7-list-item-label,
.ct-form .ct-form-cf .wpcf7-list-item-label {
    display: none;
}

.popup-regi-form .ct-form-cf .wpcf7-list-item.first.last,
.ct-form .ct-form-cf .wpcf7-list-item.first.last {
    margin: 0;
}

form {
    position: relative;
}

.tabBtn {
    cursor: pointer;
}

.astory-name.astory-position {
    font-size: 1.4rem;
    font-weight: 500;
}

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

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

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

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

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

.mb-8s:not(:last-child) {
    margin-bottom: 0.8rem;
}

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

.mb-10s:not(:last-child) {
    margin-bottom: 1rem;
}

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

.mb-12s:not(:last-child) {
    margin-bottom: 1.2rem;
}

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

.mb-14s:not(:last-child) {
    margin-bottom: 1.4rem;
}

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

.mb-15s:not(:last-child) {
    margin-bottom: 1.5rem;
}

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

.mb-16s:not(:last-child) {
    margin-bottom: 1.6rem;
}

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

.mb-18s:not(:last-child) {
    margin-bottom: 1.8rem;
}

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

.mb-20s:not(:last-child) {
    margin-bottom: 2rem;
}

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

.mb-24s:not(:last-child) {
    margin-bottom: 2.4rem;
}

.mb-25 {
    margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
    margin-bottom: 2.5rem;
}

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

.mb-30s:not(:last-child) {
    margin-bottom: 3rem;
}

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

.mb-32s:not(:last-child) {
    margin-bottom: 3.2rem;
}

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

.mb-40s:not(:last-child) {
    margin-bottom: 4rem;
}

.mb-48 {
    margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
    margin-bottom: 4.8rem;
}

.mb-56 {
    margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
    margin-bottom: 5.6rem;
}

.mb-64 {
    margin-bottom: 6.4rem;
}

.mb-64s:not(:last-child) {
    margin-bottom: 6.4rem;
}

.mb-72 {
    margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
    margin-bottom: 7.2rem;
}

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

.mb-80s:not(:last-child) {
    margin-bottom: 8rem;
}

.ss-mg {
    margin: 8rem 0;
}

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

.ss-mg-t {
    margin-top: 8rem;
}

@media screen and (max-width: 1200px) {
    .ss-mg-t {
        margin-top: 40px;
    }
}

.ss-mg-b {
    margin-bottom: 8rem;
}

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

.ss-pd {
    padding: 8rem 0;
}

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

.ss-pd-t {
    padding-top: 8rem;
}

@media screen and (max-width: 1200px) {
    .ss-pd-t {
        padding-top: 4rem;
    }
}

.ss-pd-b {
    padding-bottom: 8rem;
}

@media screen and (max-width: 1200px) {
    .ss-pd-b {
        padding-bottom: 4rem;
    }
}

.recheck-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.recheck-item.active .recheck-checkbox {
    border: none;
}

.recheck-item.active .recheck-checkbox::before {
    opacity: 1;
}

.recheck-item.active .recheck-radio::before {
    opacity: 1;
}

.recheck-checkbox {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.2rem;
    background-color: transparent;
    border: 1px solid #636060;
    position: relative;
    flex-shrink: 0;
}

.recheck-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: contain;
    transition: 0.1s ease-in-out;
    opacity: 0;
}

.recheck-radio {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100rem;
    border: 1px solid #D9D9D9;
    flex-shrink: 0;
    position: relative;
}

.recheck-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100rem;
    background: #E85300;
    opacity: 0;
}

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

.recheck-method img {
    width: 2.4rem;
    height: 2.4rem;
}

.recheck-text {
    margin-left: 0.8rem;
    line-height: 1.1;
    color: #4A4A4A;
}

.star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: start;
}

.star-list {
    position: relative;
    height: 2rem;
}

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

.star-flex .icon {
    width: 1.8rem;
    height: 1.8rem;
}

.star-flex .icon:not(:first-child) {
    margin-left: 0.4rem;
}

.star-filter {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 0;
}

@media screen and (max-width: 1200px) {
    .side-fixed {
        position: fixed;
        width: 300px;
        max-width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: white;
        z-index: 51;
        transition: 0.4s ease-in-out;
        opacity: 0;
        transform: translateX(110%);
        visibility: hidden;
    }

    .side-fixed.open {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible;
    }
}

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

.side-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
}

.side-overlay.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

@media screen and (min-width: 1201px) {
    .side-overlay {
        display: none;
    }
}

.side-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #07A372;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.side-close:hover .icon {
    transform: rotate(360deg);
}

.side-close .icon {
    font-size: 1.8rem;
    font-weight: 400;
    transition: 0.6s ease-in-out;
}

@media screen and (min-width: 1201px) {
    .side-close {
        display: none;
    }
}

.side-three {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .side-three {
        width: 100%;
    }
}

.side-nine {
    width: 75%;
}

@media screen and (max-width: 1200px) {
    .side-nine {
        width: 100%;
    }
}

.user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .user {
        display: none;
    }
}

.user:hover .user-name {
    color: #E85300;
}

.user:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.user-ava {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
}

.user-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    font-size: 1.4rem;
    color: #BCBCBC;
    margin-left: 4px;
    transition: 0.3s ease-in-out;
}

.user-menu {
    position: absolute;
    top: 150%;
    background-color: #F8F8F8;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}

.user-menu .link {
    display: block;
    cursor: pointer;
    padding: 6px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #07A372;
    transition: 0.1s ease-in-out;
    font-weight: 500;
}

.user-menu .link:hover {
    color: white;
    background-color: #E85300;
}

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

.social .title {
    font-size: 1.8rem;
    margin-right: 0.8rem;
}

.social-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: -0.8rem;
}

.social-link {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin-left: 0.8rem;
}

.social-link:hover {
    transform: translateY(-5px);
}

.social-link .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmini {
    position: absolute;
    top: calc(100% + 1.2rem);
    right: 0;
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: #F2FBFF;
    z-index: 2;
    min-width: 38rem;
    max-width: 38rem;
    min-height: 38rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 1rem);
    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;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .cmini {
        right: -3.5em;
    }
}

@media screen and (max-width: 400px) {
    .cmini {
        min-width: 30rem;
        max-width: 30rem;
        min-height: 30rem;
    }
}

.cmini-main {
    padding: 2.4rem;
}

@media screen and (max-width: 500px) {
    .cmini-main {
        padding: 1.6rem;
    }
}

.cmini-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.6rem;
}

.cmini-head .title {
    color: #4A4A4A;
    font-weight: 600;
}

.cmini-body {
    max-height: 35.5vh;
    overflow-y: auto;
    margin-right: -1.2rem;
    padding-right: 1.2rem;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.cmini-body::-webkit-scrollbar {
    width: 0.3rem;
    border-radius: 1rem;
}

.cmini-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cmini-body::-webkit-scrollbar-thumb {
    background: #07A372;
    border-radius: 1rem;
}

.cmini-body::-webkit-scrollbar-thumb:hover {
    background: #07A372;
}

.cmini-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cmini-img {
    display: block;
    width: 8rem;
    height: 8rem;
    border-radius: 1.2rem;
    overflow: hidden;
    flex-shrink: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    border: 1px solid transparent;
}

@media screen and (min-width: 1201px) {
    .cmini-img:hover {
        border: 1px solid #E85300;
    }
}

.cmini-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmini-content {
    margin-left: 1.6rem;
    flex: 1;
}

.cmini-name {
    color: #4A4A4A;
    font-weight: 500;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1201px) {
    .cmini-name:hover {
        color: #E85300;
    }
}

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

.cmini-sl {
    color: #4A4A4A;
}

.cmini-price {
    color: #E85300;
    font-weight: 500;
}

.cmini-total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 2.4rem;
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    .cmini-total {
        padding: 0 1.6rem 1.6rem 1.6rem;
    }
}

.cmini-total .title {
    font-weight: 600;
}

.cmini-total .cmini-price {
    font-size: 1.8rem;
}

.cmini-action-btn {
    display: block;
    padding: 1.2rem;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 600;
    background-color: #07A372;
    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 screen and (min-width: 1201px) {
    .cmini-action-btn:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 500px) {
    .cmini-action-btn {
        padding: 0.8rem;
    }
}

.cmini-action-btn.second {
    background-color: #E85300;
}

.cmini-no-cart {
    text-align: center;
    width: 100%;
    min-height: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
}

.cmini-no-cart img {
    width: 6rem;
    height: 6rem;
}

.cmini-no-cart .text {
    margin-top: 1.6rem;
}

.c.second .c-head {
    border: none;
}

.c.second .c-row {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .c.second .c-col-first {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .c.second .c-col-first {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .c.second .c-col-second {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .c.second .c-col-second {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .c.second .c-col-third {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .c.second .c-col-third {
        width: 100%;
    }
}

.c.second .c-col-four {
    width: 8.3333333333%;
}

@media screen and (max-width: 1200px) {
    .c.second .c-col-four {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .c.second .c-col-four {
        width: 100%;
    }
}

.c.second .c-col-five {
    width: 16.6666666667%;
}

@media screen and (max-width: 1200px) {
    .c.second .c-col-five {
        width: 30%;
    }
}

.c.second .c-item {
    background-color: #FAFAFA;
    border: none;
    padding: 1.2rem;
    border-radius: 0.8rem;
}

.c.second .c-item:not(:last-child) {
    margin-bottom: 1.6rem;
}

.c.second .c-delete {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
}

@media screen and (max-width: 1200px) {
    .c.second .c-delete {
        top: initial;
        bottom: 0.5rem;
        right: 1rem;
    }
}

.c.second .c-price .price {
    font-size: 1.6rem;
    color: #E85300;
}

.c.second .c-price .price.old {
    color: #B3B3B3;
}

@media screen and (max-width: 375px) {
    .c .count {
        justify-content: space-between;
        border: 0.1rem solid #EBEBEB;
        padding: 0.8rem;
        border-radius: 0.8rem;
    }
}

.c .count-btn {
    border: 1px solid #999999;
}

@media screen and (min-width: 1201px) {
    .c .count-btn:hover {
        background-color: white;
    }
}

.c-item {
    position: relative;
}

.c-row {
    justify-content: space-between;
}

.c-col-first {
    width: 41.6666666667%;
}

@media screen and (max-width: 768px) {
    .c-col-first {
        width: 75%;
    }
}

@media screen and (max-width: 375px) {
    .c-col-first {
        width: 100%;
    }
}

.c-col-second {
    width: 16.6666666667%;
}

@media screen and (max-width: 768px) {
    .c-col-second {
        width: 25%;
    }
}

@media screen and (max-width: 375px) {
    .c-col-second {
        width: 100%;
    }
}

.c-col-third {
    width: 16.6666666667%;
}

@media screen and (max-width: 768px) {
    .c-col-third {
        width: 41.6666666667%;
    }
}

@media screen and (max-width: 375px) {
    .c-col-third {
        width: 100%;
    }
}

.c-col-four {
    width: 16.6666666667%;
}

@media screen and (max-width: 768px) {
    .c-col-four {
        width: 41.6666666667%;
    }
}

@media screen and (max-width: 375px) {
    .c-col-four {
        width: 90%;
    }
}

.c-col-five {
    width: 8.3333333333%;
}

@media screen and (max-width: 768px) {
    .c-col-five {
        width: 16.6666666667%;
    }
}

@media screen and (max-width: 375px) {
    .c-col-five {
        width: 10%;
    }
}

.c-head {
    border-bottom: 0.1rem solid #EBEBEB;
    padding-bottom: 1.6rem;
}

@media screen and (max-width: 375px) {
    .c-head .c-col-first {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .c-head .c-col-second {
        display: none;
        text-align: right;
    }
}

@media screen and (max-width: 375px) {
    .c-head .c-col-second {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .c-head .c-col-third {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .c-head .c-col-four {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .c-head .c-col-five {
        display: none;
    }
}

.c-title {
    color: #1A1A1A;
    font-weight: 700;
}

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

.c-product-img {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 0.8rem;
    overflow: hidden;
    flex-shrink: 0;
}

.c-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-product-content {
    margin-left: 0.8rem;
}

.c-product-content .name {
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .c-product-content .name {
        font-size: 1.4rem;
    }
}

.c-product-content .name:hover {
    color: #E85300;
}

.c-body .c-item {
    border-bottom: 0.1rem solid #EBEBEB;
}

.c-body .c-row {
    padding: 1.6rem 0;
    align-items: center;
    position: relative;
}

.c-price {
    width: fit-content;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .c-price {
        width: 100%;
    }
}

.c-price .price {
    color: #4A4A4A;
}

.c-price .price.old {
    font-size: 1.2rem;
    color: #4A4A4A;
    text-decoration: line-through;
}

.c-price-total {
    color: #E85300;
}

.c-delete {
    text-align: end;
    cursor: pointer;
    display: block;
}

@media screen and (min-width: 1201px) {
    .c-delete:hover i {
        transform: rotate(360deg);
    }
}

.c-delete i {
    font-size: 2.4rem;
    font-weight: 300;
    transition: 0.6s ease-in-out;
    display: inline-block;
}

.c-all {
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid #EBEBEB;
}

.c-all-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .c-all-wrap {
        width: 100%;
    }
}

.c-all-wrap .title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #4A4A4A;
}

.c-price-total-all {
    font-weight: 500;
    font-size: 1.8rem;
}

.c .waiting {
    color: #F2C524;
}

.c .success {
    color: #63BD62;
}

.c .cancle {
    color: #F57242;
}

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

.hbn-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.hbn-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 70rem;
    height: 70rem;
    pointer-events: none;
}

.hbn-circle-inner {
    width: inherit;
    height: inherit;
    animation: Spinner 30s linear infinite;
}

.hbn-circle img {
    width: 100%;
    height: 100%;
}

.hbn .hola {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.hbn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(107.04deg, rgba(0, 170, 117, 0.9) 23.03%, rgba(92, 185, 118, 0.9) 37.17%);
}

.hbn .container {
    max-width: calc(100vw - (100vw - 123rem) / 2 + 10rem);
    margin: 0;
    margin-left: auto;
    padding: 0;
    padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
    .hbn .container {
        padding: 0;
    }
}

.hbn-side {
    height: 100%;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .hbn-side {
        flex-wrap: wrap;
    }
}

.hbn-side-left {
    width: 40%;
}

@media screen and (max-width: 1400px) {
    .hbn-side-left {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .hbn-side-left {
        width: 100%;
    }
}

.hbn-side-right {
    width: 60%;
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .hbn-side-right {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .hbn-side-right {
        width: 100%;
        order: -1;
    }
}

.hbn-content {
    margin-left: 10rem;
    color: white;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .hbn-content {
        margin-left: 6rem;
    }
}

@media screen and (max-width: 500px) {
    .hbn-content {
        margin-left: 0;
    }
}

.hbn-content .title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 1200px) {
    .hbn-content .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .hbn-content .title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 1600px) {
    .hbn-content .title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .hbn-content .title {
        font-size: 1.6rem;
    }
}

.hbn-content-wrap {
    position: relative;
    padding: 4rem 0;
    padding-top: 8rem;
}

@media screen and (max-width: 767px) {
    .hbn-content-wrap {
        padding: 4rem 1.5rem 4rem 0;
    }
}

@media screen and (max-width: 500px) {
    .hbn-content-wrap {
        padding: 4rem 1.5rem;
    }
}

.hbn-content-decor {
    width: 16rem;
    height: 27rem;
    position: absolute;
    left: -10rem;
    top: 2rem;
}

@media screen and (max-width: 1400px) {
    .hbn-content-decor {
        width: 10rem;
        height: 16rem;
        left: -6rem;
        top: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .hbn-content-decor {
        top: 0;
    }
}

.hbn-content-decor .line {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: 0.4s ease-in-out;
}

@media screen and (max-width: 500px) {
    .hbn-content-decor .line {
        display: none;
    }
}

.hbn-content-decor .fly {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-10rem, 0);
    transition: 0.4s ease-in-out;
    width: 12.3rem;
    height: 5rem;
}

@media screen and (max-width: 1400px) {
    .hbn-content-decor .fly {
        width: 7.3rem;
        height: 3rem;
    }
}

.hbn-title {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    overflow: visible !important;
}

@media screen and (max-width: 1600px) {
    .hbn-title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1200px) {
    .hbn-title {
        margin-bottom: 2.4rem;
        font-size: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .hbn-title {
        font-size: 3rem;
    }
}

.hbn-title .word {
    overflow: visible !important;
}

.hbn-title span {
    display: initial !important;
}

.hbn-img {
    padding-top: 87.8%;
}

.hbn-img-inner {
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.hbn-txt-ani {
    overflow: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.hbn-txt-ani .word {
    overflow: hidden;
}

.hbn-txt-ani .word span {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    transition: 0.4s ease-in-out;
}

.hbn-slider-main,
.hbn-slider-thumb {
    height: 100%;
}

.hbn-slider .swiper {
    height: 100%;
}

.hbn-slider .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.hbn-slider .btn {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 2rem);
    transition: 0.4s ease-in-out;
}

.hbn-slider-main .swiper-slide {
    pointer-events: visible;
}

.hbn-slider-main .swiper-slide-active {
    position: relative;
    z-index: 10;
}

.hbn-slider-main .swiper-slide-active .hbn-txt-ani {
    opacity: 1;
}

.hbn-slider-main .swiper-slide-active .hbn-txt-ani span {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.6s ease-in-out 0.8s;
}

.hbn-slider-main .swiper-slide-active .hbn-txt-ani.hbn-title span {
    transition-delay: 1.3s;
}

.hbn-slider-main .swiper-slide-active .btn {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.6s ease-in-out 1.7s;
}

.hbn-slider-main .swiper-slide-active .hbn-control {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.6s ease-in-out 1.7s;
}

.hbn-slider-main .swiper-slide-active .hbn-content-decor .line {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transition: 0.6s ease-in-out 1.7s;
}

.hbn-slider-main .swiper-slide-active .hbn-content-decor .fly {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.6s ease-in-out 1.9s;
}

.hbn-slider-thumb .swiper {
    mask-image: url(../images/hbn-mask.png);
    -webkit-mask-image: url(../images/hbn-mask.png);
    -moz-mask-image: url(../images/hbn-mask.png);
    -ms-mask-image: url(../images/hbn-mask.png);
    -o-mask-image: url(../images/hbn-mask.png);
    mask-position: center;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -moz-mask-position: center;
    -moz-mask-size: contain;
    -moz-mask-repeat: no-repeat;
    -ms-mask-position: center;
    -ms-mask-size: contain;
    -ms-mask-repeat: no-repeat;
    -o-mask-position: center;
    -o-mask-size: contain;
    -o-mask-repeat: no-repeat;
}

.hbn-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 6rem;
    gap: 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 2rem);
    transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .hbn-control {
        margin-top: 2.4rem;
    }
}

.hbn-control::before {
    content: "";
    width: 3.4rem;
    height: 0.1rem;
    background-color: white;
    display: block;
}

.hbn-control-number {
    font-size: 2rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .hbn-control-number {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .hbn-control-number {
        font-size: 1.6rem;
    }
}

.hbn-control .swiper-pagination {
    text-align: left;
    margin-top: 0;
}

.hbn-control .swiper-pagination-bullet {
    opacity: 0.5;
}

.hbn-control .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: white !important;
    width: 0.8rem !important;
}

.hbn-roller {
    width: 100%;
}

.hbn-roller .top {
    width: 15rem;
    height: 6.4rem;
    margin: 0 auto;
    background: #FBAF00;
    border-radius: 1.2rem;
    border: 5px solid #E85300;
}

@keyframes aniBr {
    0% {
        background: linear-gradient(107.04deg, rgba(0, 170, 117, 0.9) 23.03%, rgba(92, 185, 118, 0.9) 37.17%);
    }

    100% {
        background: linear-gradient(-107.04deg, rgba(0, 170, 117, 0.9) 23.03%, rgba(92, 185, 118, 0.9) 37.17%);
    }
}

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

.numbers::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
    z-index: -2;
    z-index: -3;
}

@media screen and (max-width: 700px) {
    .numbers {
        padding-top: 5.2rem;
    }
}

@media screen and (min-width: 901px) {
    .numbers .container {
        padding: 0;
        padding-right: 1.5rem;
        margin: 0;
        max-width: calc(100vw - (100vw - 123rem) / 2);
    }
}

.numbers-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.numbers-side-left {
    width: 35%;
}

@media screen and (max-width: 900px) {
    .numbers-side-left {
        width: 50%;
        margin: 0 auto;
        display: none;
    }
}

.numbers-side-right {
    width: 65%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 900px) {
    .numbers-side-right {
        width: 100%;
        order: -1;
    }
}

@media screen and (max-width: 700px) {
    .numbers-side-right {
        flex-direction: column;
    }
}

.numbers-img {
    height: 100%;
}

@media screen and (max-width: 900px) {
    .numbers-img {
        display: block;
        padding-top: calc((1 / 1) * 100%);
        position: relative;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}

.numbers-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
    .numbers-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.numbers-circle {
    --size-circle: 28.1rem;
    width: var(--size-circle);
    height: var(--size-circle);
    border-radius: 100rem;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: white;
    padding: 2.4rem;
    margin-left: calc(var(--size-circle) / 2 * -1);
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .numbers-circle {
        --size-circle: 24rem;
    }
}

@media screen and (max-width: 900px) {
    .numbers-circle {
        margin-left: 0;
    }
}

.numbers-circle::before {
    content: "";
    position: absolute;
    background: linear-gradient(95.32deg, #4a82ce 7.46%, #4881cd 93.41%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
}

.numbers-circle .decor {
    position: absolute;
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    width: calc(50% + 1.2rem);
    overflow: hidden;
    z-index: -2;
}

.numbers-circle .decor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    width: calc(200% + 1.2rem);
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    border-radius: 100rem;
}

.numbers-circle .icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .numbers-circle .icon {
        width: 4rem;
        height: 4rem;
    }
}

.numbers-circle .icon img {
    width: 100%;
    height: 100%;
}

.numbers-circle-number {
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .numbers-circle-number {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .numbers-circle-number {
        font-size: 2.5rem;
    }
}

.numbers-circle-des {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .numbers-circle-des {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .numbers-circle-des {
        font-size: 1.7rem;
    }
}

.numbers-content {
    margin-left: 9rem;
    padding: 4rem 0;
}

@media screen and (max-width: 1200px) {
    .numbers-content {
        margin-left: 5rem;
    }
}

@media screen and (max-width: 700px) {
    .numbers-content {
        margin-left: 0;
    }

    .numbers-content .head {
        text-align: center;
    }
}

.numbers-sl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .numbers-sl {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .numbers-sl {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 1200px) {
    .numbers-sl {
        font-size: 2.4rem;
    }
}

.numbers-sl img {
    width: 4.8rem;
    height: 4.8rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
    .numbers-sl img {
        width: 3rem;
        height: 3rem;
    }
}

.numbers-list {
    justify-content: space-between;
}

.numbers-item {
    width: 46%;
}

@media screen and (max-width: 1200px) {
    .numbers-item {
        width: 50%;
    }
}

.numbers-des {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 1rem;
}

@media screen and (max-width: 1200px) {
    .numbers-des {
        font-size: 1.4rem;
    }
}

.teaching {
    overflow: hidden;
}

.teaching-slider .swiper {
    overflow: visible;
}

.teaching-slider .swiper-slide {
    width: 60rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.1s ease-in-out;
}

.teaching-slider .swiper-slide:nth-child(even) .teaching-content .btn::before {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.teaching-slider .swiper-slide:nth-child(even) .teaching-content .btn::after {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.teaching-slider .swiper-slide-next,
.teaching-slider .swiper-slide-active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    transition: 0.3s ease-in-out;
}

.teaching-item {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .teaching-item {
        width: 100%;
    }
}

.teaching-item:nth-child(odd) .circle {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    top: -10%;
    left: -10%;
}

.teaching-item:nth-child(even) .teaching-content .btn::before {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.teaching-item:nth-child(even) .teaching-content .btn::after {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.teaching-item:nth-child(even) .circle {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    bottom: -10%;
    right: -10%;
}

.teaching-img {
    position: relative;
}

.teaching-img-inner {
    display: block;
    padding-top: calc((436 / 584) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.teaching-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.teaching-img .circle {
    position: absolute;
    width: 20%;
    padding-top: 20%;
    border-radius: 100rem;
    z-index: -1;
    animation: float 5s ease-in-out infinite;
    filter: drop-shadow(0px 10px 30px rgba(51, 51, 51, 0.25));
}

.teaching-img .circle::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    border-radius: inherit;
    background-color: white;
}

.teaching-content {
    margin-top: 1.6rem;
}

.teaching-content .btn {
    margin: 0 auto;
}

.teaching-content .btn img {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
    display: inline-block;
    margin-left: 1rem;
}

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

.reason::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    z-index: -2;
}

.reason-br {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.reason-br img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason-list {
    margin-bottom: -4rem;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .reason-list {
        margin-bottom: -2.4rem;
    }
}

.reason-item {
    width: 30%;
    margin-bottom: 4rem;
}

@media screen and (max-width: 1000px) {
    .reason-item {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 767px) {
    .reason-item {
        margin-bottom: 2.4rem;
        width: 50%;
    }
}

.reason-number {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 4rem;
    font-weight: 500;
}

.reason-name {
    font-size: 2.8rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .reason-name {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 800px) {
    .reason-name {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 500px) {
    .reason-name {
        font-size: 1.8rem;
    }
}

.reason-des {
    font-weight: 500;
}

@media screen and (max-width: 500px) {
    .reason-des {
        font-size: 1.4rem;
    }
}

.courses-nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -0.5rem;
    margin-bottom: -1rem;
}

.courses-nav-item {
    flex: 1;
    text-align: center;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

.courses-nav-item:nth-child(3n+1) .courses-nav-link {
    color: #CF7000;
}

.courses-nav-item:nth-child(3n+1) .courses-nav-link::before {
    background: linear-gradient(307.22deg, rgba(255, 182, 0, 0.1) 17.51%, rgba(255, 182, 0, 0) 79.64%);
}

.courses-nav-item:nth-child(3n+2) .courses-nav-link {
    color: #476C75;
}

.courses-nav-item:nth-child(3n+2) .courses-nav-link::before {
    background: linear-gradient(180deg, #E0F9FF 0%, rgba(224, 249, 255, 0) 100%);
}

.courses-nav-item:nth-child(3n+3) .courses-nav-link {
    color: #3E4B74;
}

.courses-nav-item:nth-child(3n+3) .courses-nav-link::before {
    background: linear-gradient(180deg, #ECF0FC 0%, rgba(236, 240, 252, 0) 100%);
}

.courses-nav-item.active .courses-nav-link {
    transform: translateY(-1rem);
}

.courses-nav-link {
    font-weight: 700;
    padding: 1rem;
    border-radius: 1.2rem;
    position: relative;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    height: 100%;
}

@media (hover: hover) {
    .courses-nav-link:hover {
        transform: translateY(-1rem);
    }
}

@media screen and (max-width: 500px) {
    .courses-nav-link {
        font-size: 1.4rem;
    }
}

.courses-nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

@media screen and (max-width: 500px) {
    .courses-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

.courses-item {
    width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
    .courses-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    .courses-item {
        width: 50%;
    }
}

.courses-item:first-child {
    width: 66.6666666667%;
}

@media screen and (max-width: 767px) {
    .courses-item:first-child {
        width: 100%;
    }
}

.courses-banner {
    position: relative;
    height: 100%;
}

.courses-banner-img {
    height: 100%;
    display: block;
    padding-top: calc((446 / 792) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.courses-banner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.courses-banner-content {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 50%;
    z-index: 2;
    padding: 4rem;
}

@media screen and (max-width: 767px) {
    .courses-banner-content {
        bottom: 1rem;
        padding: 2.4rem;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .courses-banner-content {
        padding: 1rem;
    }
}

.courses-banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(99.95deg, #FFFFFF 4.48%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: 0.5s ease-in-out 0.3s;
}

.courses-banner-content.is-inview::before {
    width: 100%;
}

.courses-banner-content.is-inview .courses-banner-title {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.courses-banner-title {
    font-size: 2.4rem;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translate(2rem, 0);
    transition: 0.5s ease-in-out 0.5s;
}

@media only screen and (max-width: 1200px) {
    .courses-banner-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .courses-banner-title {
        font-size: 1.7rem;
    }
}

.courses-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.courses-fl .pro-tag {
    margin-bottom: 0;
}

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

.tops .sao {
    position: absolute;
    z-index: -2;
    pointer-events: none;
}

.tops .sao:nth-child(1) {
    transform: rotate(-35deg);
    left: -10rem;
    top: 40%;
}

.tops .sao:nth-child(2) {
    transform: rotate(-80deg);
    top: 10%;
    right: 5rem;
}

.tops .sao:nth-child(3) {
    transform: rotate(40deg);
    bottom: 10%;
    right: 0;
}

.tops-head {
    padding: 4.8rem 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.tops-slider-thumb {
    width: 100rem;
    max-width: 100%;
    margin: 0 auto;
}

.tops-slider-thumb .swiper-slide {
    transition: 0.1s ease-in-out;
    height: 100%;
    width: 38.4rem;
    opacity: 0;
}

@media screen and (max-width: 600px) {
    .tops-slider-thumb .swiper-slide {
        width: 30rem;
    }
}

@media screen and (max-width: 400px) {
    .tops-slider-thumb .swiper-slide {
        width: 25rem;
    }
}

.tops-slider-thumb .swiper-slide-active,
.tops-slider-thumb .swiper-slide-prev,
.tops-slider-thumb .swiper-slide-next {
    opacity: 1;
}

.tops-slider-main {
    width: 69rem;
    margin: 0 auto;
    margin-top: 4rem;
    max-width: 100%;
}

.tops-slider-main-wrapper {
    padding: 4.8rem;
    border-radius: 1.2rem;
    position: relative;
}

@media screen and (max-width: 500px) {
    .tops-slider-main-wrapper {
        padding: 2.4rem;
    }
}

.tops-slider-main-wrapper::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.tops-slider-main-wrapper::after {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    background: white;
    z-index: -1;
    border-radius: 1rem;
}

.tops-slider-main-wrapper .arrow {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: calc(100% - 1.4rem);
}

.tops-slider-main-wrapper .arrow::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 200%;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.tops-slider-main-wrapper .arrow::after {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    background: white;
    z-index: -1;
}

.tops-img {
    transition: 0.3s ease-in-out;
}

.tops-img-inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
    transition: 0.3s ease-in-out;
}

.tops-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tops-content {
    text-align: center;
}

.tops-name {
    font-weight: 700;
}

.lcourse-head {
    padding: 4.8rem 0 8.8rem;
    background-color: #F7F7F7;
}

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

.lcourse-head .t-title-first {
    line-height: 1.2;
}

.lcourse-wrapper {
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .lcourse-wrapper {
        margin-top: 0;
        padding-top: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .lcourse-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

.lcourse-item {
    width: 25%;
}

@media screen and (max-width: 500px) {
    .lcourse-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .lcourse-item {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .lcourse-item {
        width: 100%;
    }
}

.lcourse-item:nth-child(4n+1) .lcourse-title {
    background-color: #2D5FB2;
}

.lcourse-item:nth-child(4n+1) .lcourse-wrap::before {
    background: linear-gradient(180deg, #4077D1 0%, #003A9A 100%);
}

.lcourse-item:nth-child(4n+1) .btn::before {
    background: linear-gradient(180deg, #4077D1 0%, #003A9A 100%);
}

.lcourse-item:nth-child(4n+2) .lcourse-title {
    background-color: #02827A;
}

.lcourse-item:nth-child(4n+2) .lcourse-wrap::before {
    background: linear-gradient(180deg, #01C7BB 0%, #007B74 100%);
}

.lcourse-item:nth-child(4n+2) .btn::before {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.lcourse-item:nth-child(4n+2) .btn::after {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.lcourse-item:nth-child(4n+3) .lcourse-title {
    background-color: #5F0CA3;
}

.lcourse-item:nth-child(4n+3) .lcourse-wrap::before {
    background: linear-gradient(180deg, #8A4EBB 0%, #520F88 100%);
}

.lcourse-item:nth-child(4n+3) .btn::before {
    background: linear-gradient(180deg, #8A4EBB 0%, #520F88 100%);
}

.lcourse-item:nth-child(4n+4) .lcourse-title {
    background-color: #B7350E;
}

.lcourse-item:nth-child(4n+4) .lcourse-wrap::before {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
}

.lcourse-item:nth-child(4n+4) .btn::before {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
}

.lcourse-wrap {
    height: 100%;
    border-radius: 1.2rem;
    color: white;
    padding-top: 1.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lcourse-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
}

.lcourse-title {
    padding: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .lcourse-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .lcourse-title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 500px) {
    .lcourse-title {
        padding: 2rem 1rem;
        font-size: 1.6rem;
    }
}

.lcourse-content {
    padding: 2.4rem 1.6rem 8rem 1.6rem;
    text-align: center;
    position: relative;
    flex: 1;
}

.lcourse-content .title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
}

.lcourse-content ul li {
    font-size: 1.4rem;
}

.lcourse-content ul li:not(:last-child) {
    margin-bottom: 0.8rem;
}

.lcourse-content ul li::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100rem;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
    flex-shrink: 0;
    position: relative;
    top: -0.2rem;
}

.lcourse .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.6rem;
}

@media screen and (max-width: 767px) {
    .lcourse .btn {
        width: 100%;
        bottom: 0;
        border-radius: 0;
        border-radius: 0 0 1.2rem 1.2rem;
    }
}

.road {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: calc((794 / 1728) * 100%);
    position: relative;
    overflow: hidden;
}

.road video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.road-br {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.5s ease-out;
}

.road-br::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.road-br img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.road-posi {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    transition: 0.5s ease-out;
}

.road-posi .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.road-content {
    padding-right: 14rem;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .road-content {
        padding-right: 7.2rem;
    }
}

.road-content-list {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120rem;
    transition: 1.4s linear;
}

.road-content-item {
    overflow: hidden;
}

.road-content-item:not(:first-child) {
    margin-left: 3.2rem;
}

@media screen and (max-width: 500px) {
    .road-content-item:not(:first-child) {
        margin-left: 1rem;
    }
}

.road-title {
    font-size: 3.6rem;
    font-weight: 700;
    color: white;
    transition: 0.8s ease-in-out 0.4s;
}

@media only screen and (max-width: 1200px) {
    .road-title {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .road-title {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .road-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .road-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .road-title {
        font-size: 1.4rem;
    }
}

.road-title.big {
    font-size: 12rem;
    transition: 0.8s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .road-title.big {
        font-size: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .road-title.big {
        font-size: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .road-title.big {
        font-size: 2rem;
    }
}

.road .play {
    position: absolute;
    right: 1.2rem;
}

@media screen and (max-width: 1200px) {
    .road .play {
        width: 4.8rem;
        height: 4.8rem;
    }

    .road .play .play-decor-img {
        width: 2rem;
        height: 2rem;
    }

    .road .play .play-icon {
        width: 2rem;
        height: 2.5rem;
        left: 0.3rem;
        top: 0.1rem;
    }
}

.road.is-play .road-title {
    transform: translateX(-100%);
}

.road.is-play-second .road-content-list {
    max-width: 0;
}

.road.is-play-second .road-title {
    opacity: 0;
    transition: 0.3s linear;
}

.road.is-play-second .play .play-decor {
    animation: Spinner 1s linear infinite reverse;
}

.road.is-play-third .road-br,
.road.is-play-third .road-posi {
    opacity: 0;
    pointer-events: none;
}

.road.is-pause .road-title {
    transition: 0.8s ease-in-out 0.6s;
}

.road.is-pause .road-content-list {
    transition: 0.5s ease-in-out;
}

#road-video-youtube {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#road-video-youtube iframe {
    width: 100% !important;
    height: 100% !important;
}

.contact-form {
    padding: 8rem 10rem;
    border-radius: 1.2rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media screen and (min-width: 1201px) {
    .contact-form {
        margin-top: -10rem;
    }
}

@media screen and (max-width: 1000px) {
    .contact-form {
        padding: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .contact-form {
        padding: 2.4rem;
    }
}

.contact-form::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E5FDF6;
    z-index: -2;
    z-index: -2;
    border-radius: inherit;
}

.contact-form-decor {
    position: absolute;
    z-index: -1;
    top: -5rem;
    right: 0;
}

.contact-form form {
    position: relative;
}

.contact-form .f-item {
    position: relative;
}

.contact-form .wpcf7-form-control-wrap {
    position: static;
}

.contact-form .btn {
    min-width: 12rem;
}

.contact-form .btn .wpcf7-spinner {
    position: absolute;
    z-index: 3;
}

.contact-form .wpcf7-form.submitting .btn .text {
    opacity: 0;
}

.contact-form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-form .wpcf7-response-output {
    text-align: center;
}

@media screen and (min-width: 1201px) {
    .contact-form .wpcf7-response-output {
        position: absolute;
        top: calc(100% + 1rem);
        left: 0;
        width: 100%;
    }
}

.contact-form input:-internal-autofill-selected {
    background-color: unset !important;
    background-image: none !important;
    color: #4A4A4A !important;
}

.contact-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E5FDF6 inset;
    -webkit-text-fill-color: #4A4A4A;
}

.astory-side-left {
    width: 58.3333333333%;
}

@media screen and (max-width: 900px) {
    .astory-side-left {
        width: 100%;
    }
}

.astory-side-right {
    width: 41.6666666667%;
}

@media screen and (max-width: 900px) {
    .astory-side-right {
        order: -1;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }
}

@media screen and (max-width: 500px) {
    .astory-side-right {
        width: 80%;
    }
}

.astory-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.astory-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.astory-name {
    text-align: center;
    margin-top: 1.6rem;
}

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

@media screen and (max-width: 900px) {
    .alead {
        padding: 4rem 0;
    }
}

.alead-side {
    align-items: center;
}

.alead-side-left {
    width: 58.3333333333%;
}

@media screen and (max-width: 900px) {
    .alead-side-left {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }
}

@media screen and (max-width: 500px) {
    .alead-side-left {
        width: 100%;
    }
}

.alead-side-right {
    width: 41.6666666667%;
}

@media screen and (max-width: 900px) {
    .alead-side-right {
        width: 100%;
    }
}

.alead-img {
    display: block;
    padding-top: calc((512 / 690) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.alead-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alead-content {
    padding: 5.6rem 0;
    position: relative;
}

@media screen and (max-width: 900px) {
    .alead-content {
        position: static;
        padding: 0;
    }
}

.alead-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #E5FDF5 0%, rgba(229, 253, 245, 0) 100%);
    width: 200vw;
    height: 100%;
    z-index: -1;
}

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

.value .sao {
    position: absolute;
    pointer-events: none;
}

.value .sao:nth-child(1) {
    transform: rotate(34deg);
    left: -6rem;
    top: 0;
}

.value .sao:nth-child(2) {
    transform: rotate(152deg);
    right: -6rem;
    top: 10%;
}

.value-side-left {
    width: 58.3333333333%;
}

@media screen and (max-width: 1200px) {
    .value-side-left {
        width: 71rem;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }
}

.value-side-right {
    width: 41.6666666667%;
}

@media screen and (max-width: 1200px) {
    .value-side-right {
        width: 100%;
    }
}

.value-main {
    position: relative;
}

.value-list {
    position: relative;
}

.value-item {
    width: 57.1428571429%;
}

.value-item:nth-child(2n+1) .value-wrap {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.value-item:nth-child(2n+2) {
    margin-left: auto;
    margin-top: -8rem;
}

@media screen and (max-width: 767px) {
    .value-item:nth-child(2n+2) {
        margin-top: 0;
    }
}

.value-item:nth-child(2n+2) .value-wrap {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    animation-delay: 0.1s;
}

@media screen and (max-width: 767px) {
    .value-item:not(:last-child) {
        margin-bottom: 2.4rem;
    }
}

@media screen and (max-width: 600px) {
    .value-item {
        width: 100%;
    }
}

.value-wrap {
    min-height: 39.4rem;
    padding: 8rem;
    border-radius: 100rem;
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: float 10s ease-in-out infinite;
    -webkit-animation: float 10s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
    .value-wrap {
        padding: 4rem;
        min-height: inherit;
        border-radius: 1.2rem;
    }
}

.value-name {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .value-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .value-name {
        font-size: 1.7rem;
    }
}

.value-circle {
    --size: 55rem;
    width: var(--size);
    height: var(--size);
    border-radius: 100rem;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 600px) {
    .value-circle {
        --size: 50rem;
    }
}

@media screen and (max-width: 500px) {
    .value-circle {
        --size: 45rem;
        display: none;
    }
}

.value-circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 1px dashed #C2C2C2;
    animation: 60s Spinner linear infinite;
}

.value-circle-item {
    width: 9.3rem;
    height: 9.3rem;
    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;
    position: absolute;
    animation: pulse 5s ease-in-out infinite;
    -webkit-animation: pulse 5s ease-in-out infinite;
}

.value-circle-item img {
    width: 3.2rem;
    height: 3.2rem;
}

.value-circle-item:nth-child(2n+1) {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
    top: 10%;
    right: 5%;
}

.value-circle-item:nth-child(2n+2) {
    background: linear-gradient(180deg, #01C7BB 0%, #007B74 100%);
    bottom: 10%;
    left: 5%;
}

.amethod {
    position: relative;
    margin-top: 12rem;
    --size: 7rem;
}

.amethod::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(251, 175, 0, 0.1) 0%, rgba(251, 175, 0, 0) 100%);
    z-index: -2;
}

@media screen and (max-width: 1200px) {
    .amethod {
        padding-top: 8rem;
    }
}

@media screen and (max-width: 767px) {
    .amethod {
        padding-bottom: 4rem;
    }
}

.amethod-decor {
    position: absolute;
    width: 58rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 9rem);
}

.amethod::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(251, 175, 0, 0.1) 0%, rgba(251, 175, 0, 0) 100%);
    z-index: -2;
}

.amethod-side-left {
    width: 58.3333333333%;
}

@media screen and (max-width: 767px) {
    .amethod-side-left {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 8rem;
    }
}

@media screen and (max-width: 500px) {
    .amethod-side-left {
        width: 100%;
    }
}

.amethod-side-right {
    width: 41.6666666667%;
}

@media screen and (max-width: 767px) {
    .amethod-side-right {
        width: 100%;
    }
}

.amethod-img {
    display: block;
    padding-top: calc((512 / 730) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    overflow: visible;
}

.amethod-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    height: calc(100% + 4rem);
}

@media screen and (min-width: 1201px) {
    .amethod-main {
        margin-left: 10rem;
    }
}

.amethod-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
}

.amethod-item:nth-child(3n+1) .amethod-number {
    background: linear-gradient(180deg, #4077D1 0%, #003A9A 100%);
}

.amethod-item:nth-child(3n+2) .amethod-number {
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
}

.amethod-item:nth-child(3n+3) .amethod-number {
    background: linear-gradient(180deg, #01C7BB 0%, #007B74 100%);
}

.amethod-item:not(:last-child) {
    padding-bottom: 8rem;
}

@media screen and (max-width: 1200px) {
    .amethod-item:not(:last-child) {
        padding-bottom: 4rem;
    }
}

.amethod-item:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 0.2rem dashed rgba(0, 0, 0, 0.1);
    top: 0;
    left: calc(var(--size) / 2);
}

.amethod-item:first-child::before {
    top: 0.4rem;
}

.amethod-number {
    width: var(--size);
    height: var(--size);
    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;
    font-weight: 700;
    color: white;
    font-size: 2.4rem;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .amethod-number {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .amethod-number {
        font-size: 1.7rem;
    }
}

.amethod-content {
    margin-left: 2.4rem;
}

.amethod-name {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .amethod-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .amethod-name {
        font-size: 1.7rem;
    }
}

.astep {
    position: relative;
    overflow: hidden;
    padding-top: 10rem;
    --w-1: 11.8rem;
    --w-2: 22.5rem;
}

@media screen and (max-width: 900px) {
    .astep {
        --w-1: 100%;
        --w-2: 100%;
        padding-top: 4rem;
    }
}

.astep-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41rem;
    height: 45rem;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 1400px) {
    .astep-img {
        display: none;
    }
}

.astep-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.astep::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFD36F 0%, rgba(255, 207, 99, 0) 100%);
    z-index: -2;
}

.astep-wrapper {
    width: 110rem;
    max-width: 100%;
    margin-left: auto;
}

.astep-item:nth-child(6n+1) {
    width: 35%;
}

.astep-item:nth-child(6n+1) .astep-number::before {
    background-color: #384259;
}

.astep-item:nth-child(6n+1) .astep-number::after {
    background-color: #29303F;
}

.astep-item:nth-child(6n+2) {
    width: 65%;
}

.astep-item:nth-child(6n+2) .astep-number::before {
    background-color: #C4C2C2;
}

.astep-item:nth-child(6n+2) .astep-number::after {
    background-color: #A8A4A4;
}

.astep-item:nth-child(6n+3) {
    width: 45%;
}

.astep-item:nth-child(6n+3) .astep-number::before {
    background-color: #ED6D4E;
}

.astep-item:nth-child(6n+3) .astep-number::after {
    background-color: #E94822;
}

.astep-item:nth-child(6n+4) {
    width: 55%;
}

.astep-item:nth-child(6n+4) .astep-number::before {
    background-color: #00A99D;
}

.astep-item:nth-child(6n+4) .astep-number::after {
    background-color: #028C7E;
}

.astep-item:nth-child(6n+5) {
    width: 55%;
}

.astep-item:nth-child(6n+5) .astep-number::before {
    background-color: #8CC63F;
}

.astep-item:nth-child(6n+5) .astep-number::after {
    background-color: #80AD3A;
}

.astep-item:nth-child(6n+6) {
    width: 45%;
}

.astep-item:nth-child(6n+6) .astep-number::before {
    background-color: #C69C6D;
}

.astep-item:nth-child(6n+6) .astep-number::after {
    background-color: #AF8964;
}

.astep-item:nth-child(odd) .astep-wrap {
    flex-direction: row-reverse;
}

.astep-item:nth-child(odd) .astep-content {
    text-align: right;
    margin-left: 0;
    margin-right: 1rem;
}

.astep-item:nth-child(odd) .astep-content::before {
    left: 100%;
}

.astep-item:nth-child(odd) .astep-content .line:nth-child(1) {
    right: 0;
    left: initial;
}

.astep-item:nth-child(odd) .astep-content .line:nth-child(2) {
    right: 0;
}

.astep-item:nth-child(odd) .astep-content .line:nth-child(3) {
    right: 0;
}

.astep-item:nth-child(odd).is-inview .astep-content .line:nth-child(2) {
    width: var(--w-1);
}

.astep-item:nth-child(odd).is-inview .astep-content .line:nth-child(3) {
    width: var(--w-2);
}

.astep-item:nth-child(even) .astep-content::before {
    right: 100%;
}

.astep-item:nth-child(even) .astep-content .line:nth-child(2) {
    left: 0;
}

.astep-item:nth-child(even) .astep-content .line:nth-child(3) {
    left: 0;
}

.astep-item:nth-child(even).is-inview .astep-content .line:nth-child(2) {
    width: var(--w-2);
}

.astep-item:nth-child(even).is-inview .astep-content .line:nth-child(3) {
    width: var(--w-1);
}

.astep-item.is-inview .astep-content::before {
    width: 1rem;
}

.astep-item.is-inview .astep-content .line:nth-child(1) {
    height: 100%;
}

.astep-item.is-inview .astep-des span {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

@media screen and (max-width: 900px) {
    .astep-item {
        width: 100% !important;
    }
}

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

.astep-content {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: 1rem;
    flex: 1;
}

.astep-content::before {
    content: "";
    position: absolute;
    height: 0.1rem;
    background-color: #808080;
    width: 0;
    transition: 1s ease-in-out;
}

.astep-content .line {
    position: absolute;
    background-color: #808080;
}

.astep-content .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0.1rem;
    left: 0;
    transition: 0.6s ease-in-out 0.2s;
}

.astep-content .line:nth-child(2),
.astep-content .line:nth-child(3) {
    height: 0.1rem;
    width: 0;
}

.astep-content .line:nth-child(2) {
    top: 0;
    transition: 0.6s ease-in-out 0.6s;
}

.astep-content .line:nth-child(3) {
    bottom: 0;
    transition: 0.6s ease-in-out 0.6s;
}

.astep-number {
    --size: 10.6rem;
    width: var(--size);
    height: var(--size);
    position: relative;
    flex-shrink: 0;
}

.astep-number .number {
    position: absolute;
    font-size: 3.6rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    top: 1rem;
    left: 1rem;
    z-index: 3;
}

@media only screen and (max-width: 1200px) {
    .astep-number .number {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .astep-number .number {
        font-size: 2.6rem;
    }
}

.astep-number::before,
.astep-number::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.astep-number::before {
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
    z-index: 1;
}

.astep-des {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
    .astep-des {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .astep-des {
        font-size: 1.6rem;
    }
}

.astep-des span {
    transition: 0.7s ease-in-out 1s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
}

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

.icourse .sao {
    position: absolute;
}

.icourse .sao:nth-child(1) {
    top: 30%;
    left: -3rem;
    transform: rotate(75deg);
}

.icourse .sao:nth-child(2) {
    top: -10rem;
    right: -8rem;
    transform: rotate(174deg);
}

.icourse-one-left {
    width: 41.6666666667%;
}

@media screen and (max-width: 600px) {
    .icourse-one-left {
        width: 100%;
    }
}

.icourse-one-right {
    width: 58.3333333333%;
}

@media screen and (max-width: 600px) {
    .icourse-one-right {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .icourse-one-item {
        width: 100%;
    }
}

.icourse-one-item:nth-child(2n+1) .icourse-one-wrap {
    border: 0.1rem solid #07A372;
    background: linear-gradient(180deg, #E5F9F3 0%, rgba(229, 249, 243, 0) 100%);
}

.icourse-one-item:nth-child(2n+1) .number {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.icourse-one-item:nth-child(2n+2) .icourse-one-wrap {
    border: 0.1rem solid #FBAF00;
    background: linear-gradient(180deg, rgba(251, 175, 0, 0.1) 0%, rgba(251, 175, 0, 0) 100%);
}

.icourse-one-item:nth-child(2n+2) .number {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.icourse-one-wrap {
    min-width: 18rem;
    min-height: 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;
    flex-direction: column;
    border-radius: 1.2rem;
}

.icourse-one-wrap .title {
    font-weight: 600;
}

.icourse-one-wrap .des {
    font-weight: 500;
}

.icourse-one-wrap .des .number {
    font-size: 3.2rem;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media only screen and (max-width: 1200px) {
    .icourse-one-wrap .des .number {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .icourse-one-wrap .des .number {
        font-size: 2.2rem;
    }
}

.icourse-one-content ul {
    list-style: none;
    padding-left: 0 !important;
}

.icourse-one-content ul li {
    position: relative;
    padding-left: 2.4rem;
}

.icourse-one-content ul li:not(:last-child) {
    margin-bottom: 1.6rem;
}

.icourse-one-content ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/icon-tick.svg);
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0.6rem;
}

.icourse-two-left {
    width: 41.6666666667%;
}

@media screen and (max-width: 1000px) {
    .icourse-two-left {
        width: 100%;
    }
}

.icourse-two-right {
    width: 58.3333333333%;
}

@media screen and (max-width: 1000px) {
    .icourse-two-right {
        width: 100%;
    }
}

.icourse-two-list {
    justify-content: center;
}

.icourse-two-item {
    width: 33.3333333333%;
}

@media screen and (max-width: 600px) {
    .icourse-two-item {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .icourse-two-item {
        width: 100%;
    }
}

.icourse-two-item:nth-child(3n+1) .icourse-two-number {
    background: linear-gradient(180deg, #FFD40F 0%, rgba(255, 212, 15, 0) 100%);
}

.icourse-two-item:nth-child(3n+2) .icourse-two-number {
    background: linear-gradient(180deg, #0DE8C7 0%, rgba(13, 232, 199, 0) 100%);
}

.icourse-two-item:nth-child(3n+3) .icourse-two-number {
    background: linear-gradient(180deg, #DF7FFF 0%, rgba(223, 127, 255, 0) 100%);
}

.icourse-two-number {
    width: 18rem;
    height: 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;
    border-radius: 100rem;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .icourse-two-number {
        width: 14rem;
        height: 14rem;
    }
}

@media screen and (max-width: 500px) {
    .icourse-two-number {
        width: 10rem;
        height: 10rem;
    }
}

.icourse-two-number .number {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 600;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .icourse-two-number .number {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .icourse-two-number .number {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 500px) {
    .icourse-two-number .number {
        font-size: 2.4rem;
    }
}

.icourse-two-number .number span {
    display: inline-block;
}

.icourse-two-content {
    margin-top: 1.6rem;
    text-align: center;
}

.icourse-two-content .name {
    font-weight: 700;
    margin-bottom: 1.6rem;
}

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

.ucourse::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    z-index: -2;
}

.ucourse-br {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 140vw;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.ucourse-br:nth-child(1) {
    animation: waveAnimation 30s linear infinite;
    -webkit-animation: waveAnimation 30s linear infinite;
}

.ucourse-br:nth-child(2) {
    background-position-x: 1920px;
    animation: waveAnimationReve 30s linear 1s infinite;
    -webkit-animation: waveAnimationReve 30s linear 1s infinite;
}

.ucourse-br:nth-child(3) {
    animation: waveAnimationReve 30s linear 1s infinite;
    -webkit-animation: waveAnimationReve 30s linear 1s infinite;
}

@media screen and (min-width: 1201px) {
    .ucourse .container {
        max-width: calc(100vw - (100vw - 118.5rem) / 2);
        margin: 0;
        margin-left: auto;
        padding: 0;
        padding-left: 1.5rem;
    }
}

.ucourse-side {
    align-items: center;
}

.ucourse-side-left {
    width: 41.6666666667%;
}

@media screen and (max-width: 1200px) {
    .ucourse-side-left {
        width: 100%;
    }
}

.ucourse-side-right {
    flex: 1;
}

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

.ucourse-video-img {
    position: relative;
}

.ucourse-video-img-inner {
    display: block;
    padding-top: calc((565 / 850) * 100%);
    position: relative;
    overflow: hidden;
}

.ucourse-video-img-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.ucourse-video-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ucourse-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hcourse-list {
    justify-content: center;
}

.hcourse-item {
    width: 50%;
}

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

.hcourse-item:nth-child(2n+1) .hcourse-inner::before {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.hcourse-item:nth-child(2n+1) .hcourse-inner .btn::before {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.hcourse-item:nth-child(2n+1) .hcourse-inner .btn::after {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.hcourse-item:nth-child(2n+1) .hcourse-cir {
    background: linear-gradient(289.51deg, #3CCEA1 5.28%, rgba(37, 250, 183, 0) 81.97%);
}

.hcourse-item:nth-child(2n+2) .hcourse-inner::before {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.hcourse-item:nth-child(2n+2) .hcourse-inner .btn::before {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
}

.hcourse-item:nth-child(2n+2) .hcourse-inner .btn::after {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
}

.hcourse-item:nth-child(2n+2) .hcourse-cir {
    background: linear-gradient(180deg, rgba(255, 234, 188, 0.5) 0%, rgba(255, 234, 188, 0) 100%);
}

.hcourse-wrap {
    position: relative;
    height: 100%;
}

.hcourse-inner {
    position: relative;
    padding: 8rem;
    border-radius: 1.2rem;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .hcourse-inner {
        padding: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .hcourse-inner {
        padding: 2.4rem;
    }
}

.hcourse-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: inherit;
}

.hcourse-cir {
    position: absolute;
    z-index: -1;
    width: 70%;
    padding-top: 70%;
    border-radius: 100rem;
    transition: all 7s ease-in-out;
}

.hcourse-name {
    margin-bottom: 3rem;
    text-align: center;
}

.hcourse-content ul {
    list-style: none;
    padding-left: 0 !important;
}

.hcourse-content ul li {
    position: relative;
    padding-left: 2.4rem;
    font-weight: 500;
    color: white;
}

.hcourse-content ul li:not(:last-child) {
    margin-bottom: 1.6rem;
}

.hcourse-content ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/icon-tick-second.svg);
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0.6rem;
}

.hcourse-btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2rem;
}

.hcourse-btn .btn {
    margin: 0 auto;
}

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

.rcourse .sao {
    position: absolute;
    z-index: -1;
}

.rcourse .sao:nth-child(1) {
    transform: rotate(25deg);
    top: -6rem;
    left: -6rem;
}

.rcourse .sao:nth-child(2) {
    transform: rotate(-156deg);
    top: -8rem;
    right: -6rem;
}

.rcourse-side-left {
    width: 41.6666666667%;
}

@media screen and (max-width: 600px) {
    .rcourse-side-left {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }
}

.rcourse-side-right {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .rcourse-side-right {
        width: 100%;
        text-align: center;
    }
}

.rcourse-image {
    margin-top: 4rem;
}

.rcourse-image-list {
    justify-content: center;
}

.rcourse-image-item {
    width: 33.3333333333%;
}

@media screen and (min-width: 1201px) {
    .rcourse-image-item:nth-child(2n+2) {
        margin-top: 3rem;
    }
}

.rcourse-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
}

.rcourse-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rcourse-achi {
    margin-top: 4rem;
    padding: 4rem 0;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #E15A32 0%, #DD3300 100%);
}

@media screen and (max-width: 500px) {
    .rcourse-achi {
        padding: 2.4rem 4.8rem;
    }
}

.rcourse-achi-list {
    justify-content: center;
}

.rcourse-achi-item {
    width: 33.3333333333%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .rcourse-achi-item {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .rcourse-achi-item {
        width: 100%;
    }

    .rcourse-achi-item:not(:last-child) {
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
        padding-bottom: 2.4rem;
    }
}

.rcourse-achi-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8rem;
    width: 0.1rem;
    background-color: white;
    right: 0;
}

@media screen and (max-width: 500px) {
    .rcourse-achi-item:not(:last-child)::before {
        display: none;
    }
}

.rcourse-achi-wrap {
    width: 18rem;
    margin: 0 auto;
    text-align: center;
    color: white;
}

@media screen and (max-width: 500px) {
    .rcourse-achi-wrap {
        width: 100%;
    }
}

.rcourse-achi-wrap .number {
    font-size: 4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .rcourse-achi-wrap .number {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .rcourse-achi-wrap .number {
        font-size: 2.7rem;
    }
}

.rcourse-achi-wrap .des {
    font-weight: 600;
}

.pic-slider .swiper-slide {
    width: 38.4rem;
}

.pic-slider .swiper-slide:nth-child(3n+1) .pic-item {
    width: 100%;
}

.pic-slider .swiper-slide:nth-child(3n+2) .pic-item {
    width: 50%;
}

.pic-slider .swiper-slide:nth-child(3n+3) .pic-item {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .pic-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

@media screen and (max-width: 500px) {
    .pic-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

.pic-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    cursor: pointer;
}

.pic-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .pic-img:hover img {
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.review {
    overflow: hidden;
}

.review-slider .swiper-slide {
    width: 38.4rem;
}

.review-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (hover: hover) {
    .review-wrap:hover .review-content::after {
        left: 0;
        width: 100%;
    }

    .review-wrap:hover .review-name {
        color: white;
    }

    .review-wrap:hover .review-des {
        color: white;
    }
}

.review-img {
    display: block;
    padding-top: calc((283 / 384) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
}

@media screen and (min-width: 1201px) {
    .review-img {
        border-radius: 1.2rem;
    }
}

.review-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-content {
    padding: 1.6rem;
    border-radius: 0 0 1.2rem 1.2rem;
    position: relative;
    z-index: 5;
    overflow: hidden;
    flex: 1;
}

.review-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: -2;
}

.review-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    transition: all 0.6s ease;
    z-index: -1;
}

@media screen and (min-width: 1201px) {
    .review-content {
        width: 80%;
        margin: 0 auto;
        margin-top: -5rem;
        border-radius: 1.2rem;
    }
}

.review-name {
    font-weight: 700;
    margin-bottom: 1rem;
    transition: 0.1s ease-in-out;
}

@media screen and (max-width: 500px) {
    .review-name {
        font-size: 1.4rem;
    }
}

.review-des {
    transition: 0.1s ease-in-out;
}

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

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

.lead::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #E5FDF6 0%, rgba(229, 253, 246, 0) 100%);
    z-index: -2;
}

.lead-slider-main {
    margin-bottom: 4rem;
    width: 110rem;
    margin-left: auto;
    max-width: 100%;
}

.lead-slider-main .lead-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
}

.lead-slider-main .lead-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-slider-main .t-title-first .word {
    overflow: hidden;
}

.lead-slider-main .t-title-first .char {
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
}

.lead-slider-main .lead-img {
    transform-origin: center center;
    opacity: 0;
}

.lead-slider-main .lead-content {
    transform: translateX(-100%);
    opacity: 0;
}

.lead-slider-main .swiper-slide-active .t-title-first .char {
    transition: 0.6s ease-in-out 1.1s;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.lead-slider-main .swiper-slide-active .lead-img {
    transform: rotate(0) scale(1);
    left: 0;
    transition: 1.2s ease-out;
    opacity: 1;
}

.lead-slider-main .swiper-slide-active .lead-content {
    transition: 0.6s ease-in-out 0.7s;
    transform: translateX(0);
    opacity: 1;
}

.lead-slider-thumb {
    width: 100rem;
    max-width: 100%;
    margin: 0 auto;
}

.lead-slider-thumb .swiper-slide {
    width: 25rem;
    cursor: pointer;
}

.lead-slider-thumb .swiper-slide-thumb-active .lead-img::before {
    opacity: 1;
    transform: scale(1);
}

.lead-slider-thumb .lead-img {
    width: 80%;
    margin: 0 auto;
    padding-top: 80%;
    overflow: hidden;
    border-radius: 100rem;
    position: relative;
}

.lead-slider-thumb .lead-img::before {
    border-radius: 100rem;
}

.lead-slider-thumb .lead-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-slider-thumb .lead-content {
    text-align: center;
    margin-top: 1.6rem;
}

@media screen and (max-width: 500px) {
    .lead-slider-thumb .lead-name {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 500px) {
    .lead-slider-thumb .lead-level {
        font-size: 1.2rem;
    }
}

.lead-row {
    align-items: center;
}

.lead-col:nth-child(1) {
    width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
    .lead-col:nth-child(1) {
        width: 100%;
        text-align: center;
    }
}

.lead-col:nth-child(2) {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .lead-col:nth-child(2) {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }
}

@media screen and (max-width: 500px) {
    .lead-col:nth-child(2) {
        width: 70%;
    }
}

.lead-col:nth-child(3) {
    width: 41.6666666667%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .lead-col:nth-child(3) {
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .lead-col:nth-child(3) {
        width: 100%;
        text-align: center;
    }
}

.lead-info {
    margin-bottom: 2.4rem;
}

.lead-name {
    font-weight: 700;
}

.lead-level {
    font-size: 1.4rem;
    font-style: italic;
}

.lead-talk {
    font-weight: 700;
    font-style: italic;
}

.emp {
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .emp-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

.emp-item {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .emp-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

.emp-item-2 {
    width: 50%;
}

.emp-item-3 {
    width: 33.3333333333%;
}

@media screen and (max-width: 900px) {
    .emp-item-3 {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 767px) {
    .emp-item-3 {
        width: 50%;
    }
}

.emp-item-4 {
    width: 25%;
}

@media screen and (max-width: 900px) {
    .emp-item-4 {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 767px) {
    .emp-item-4 {
        width: 50%;
    }
}

.emp-slider .swiper-slide {
    width: 28.2rem;
}

.emp-wrap {
    border-radius: 1.2rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (hover: hover) {
    .emp-wrap:hover .emp-img img {
        transform: translate(-50%, -50%) scale(1.08) rotate(3deg);
    }
}

.emp-img {
    display: block;
    padding-top: calc((339 / 282) * 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1.2rem;
}

.emp-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease-in-out;
}

.emp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem 1rem 1rem 1rem;
    color: white;
    text-align: end;
    z-index: 2;
}

.emp-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    z-index: -1;
    transition: 0.3s ease-in-out 0.4s;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1201px) {
    .emp-content::before {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
}

.emp-content-second {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.emp-content-second .btn-more {
    margin-top: auto;
}

.emp-quote {
    width: 1.8rem;
}

.emp-name {
    font-weight: 700;
}

@media screen and (min-width: 1201px) {
    .emp-name {
        opacity: 0;
        visibility: hidden;
        transform: translate(100%, 0);
    }
}

@media screen and (max-width: 500px) {
    .emp-name {
        font-size: 1.4rem;
    }
}

.emp-des {
    -webkit-line-clamp: 4;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 500px) {
    .emp-des {
        font-size: 1.4rem;
    }
}

.emp-level {
    font-size: 1.4rem;
    font-style: italic;
}

@media screen and (min-width: 1201px) {
    .emp-level {
        opacity: 0;
        visibility: hidden;
        transform: translate(50rem, 0);
    }
}

.emp-wrap.aos-animate .emp-name,
.emp-wrap.aos-animate .emp-level {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 1s ease-in-out 0.2s;
}

@media screen and (min-width: 1201px) {
    .emp-wrap.aos-animate .emp-content::before {
        clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
    }
}

.iemp {
    position: relative;
    z-index: 5;
}

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

.iemp-br {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -2;
}

@media screen and (min-width: 1201px) {
    .iemp-br {
        top: 18rem;
    }
}

.iemp-br img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iemp .breadcrumb {
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 1200px) {
    .iemp .breadcrumb img {
        filter: brightness(0) invert(0);
    }
}

@media screen and (max-width: 1200px) {
    .iemp .breadcrumb-item::before {
        filter: brightness(0) invert(0);
    }
}

@media screen and (max-width: 1200px) {
    .iemp .breadcrumb-link {
        color: #4A4A4A;
    }
}

@media screen and (min-width: 1201px) {
    .iemp-wrapper {
        margin-top: -18rem;
    }
}

.iemp-side-left {
    width: 41.6666666667%;
}

@media screen and (max-width: 767px) {
    .iemp-side-left {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 2.4rem;
    }
}

@media screen and (max-width: 500px) {
    .iemp-side-left {
        width: 80%;
    }
}

.iemp-side-right {
    width: 58.3333333333%;
}

@media screen and (max-width: 767px) {
    .iemp-side-right {
        width: 100%;
    }
}

.iemp-img {
    display: block;
    padding-top: calc((584 / 486) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.iemp-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1201px) {
    .iemp-info {
        color: white;
        margin-bottom: 6rem;
    }
}

.iemp-info-name {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1200px) {
    .iemp-info-name {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .iemp-info-name {
        font-size: 2.6rem;
    }
}

.iemp-info-des {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .iemp-info-des {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .iemp-info-des {
        font-size: 1.7rem;
    }
}

.iemp-title {
    font-weight: 700;
}

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

.semp .sao {
    position: absolute;
}

.semp .sao:nth-child(1) {
    transform: rotate(138deg);
    left: -10rem;
}

.semp .sao:nth-child(2) {
    transform: rotate(25deg);
    right: -10rem;
}

.semp-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.semp-side-left {
    width: 66.6666666667%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 38rem;
}

.semp-side-left::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 25%;
    left: 0;
    width: 125%;
    border-radius: 1.2rem;
    background: linear-gradient(307.22deg, rgba(232, 83, 0, 0.1) 17.51%, rgba(251, 175, 0, 0.1) 79.64%);
}

@media screen and (max-width: 500px) {
    .semp-side-left::before {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .semp-side-left {
        width: 100%;
    }
}

.semp-side-right {
    width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
    .semp-side-right {
        width: 80%;
        margin: 0 auto;
        order: -1;
        margin-bottom: 2.4rem;
    }
}

.semp-slider {
    padding: 4rem 2.4rem 4rem 10rem;
    border-radius: 1.2rem 0 0 1.2rem;
    transition: 0.6s ease-out 0.8s;
    transform-origin: center right;
    width: 100%;
}

@media screen and (min-width: 1201px) {
    .semp-slider {
        transform: scaleX(0);
        opacity: 0;
    }
}

@media screen and (max-width: 900px) {
    .semp-slider {
        padding: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .semp-slider {
        padding: 2.4rem;
    }
}

.semp-slider.is-inview {
    transform: scaleX(1);
    opacity: 1;
}

.semp-slider.is-inview .t-title-first span,
.semp-slider.is-inview .semp-des span {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.semp-slider .swiper-pagination {
    text-align: left;
}

.semp-img {
    display: block;
    padding-top: calc((584 / 486) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}

.semp-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.semp .t-title-first span,
.semp .semp-des span {
    transition: 0.6s ease-in-out 1.2s;
}

@media screen and (min-width: 1201px) {

    .semp .t-title-first span,
    .semp .semp-des span {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 100%);
    }
}

.semp .t-title-first span {
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.result-row {
    display: grid;
    grid-template-columns: 66.6666666667% 33.3333333333%;
    grid-template-rows: auto;
}

@media screen and (max-width: 1200px) {
    .result-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
        justify-content: center;
    }
}

.result-col:nth-child(3n+1) {
    grid-column: 1/2;
    grid-row: 1/2;
}

.result-col:nth-child(3n+1) .result-content {
    background: linear-gradient(180deg, #E5FDF6 0%, rgba(229, 253, 246, 0) 100%);
}

.result-col:nth-child(3n+1) .result-content::before {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-right: 1.5rem solid #E5FDF6;
    right: 100%;
}

.result-col:nth-child(3n+2) {
    grid-column: 1/2;
    grid-row: 2/3;
}

@media screen and (min-width: 1200px) {
    .result-col:nth-child(3n+2) .result-wrap {
        flex-direction: row-reverse;
    }
}

.result-col:nth-child(3n+2) .result-content::before {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #FFF8EB;
    left: 100%;
}

.result-col:nth-child(3n+3) {
    grid-column: 2/3;
    grid-row: 1/3;
}

.result-col:nth-child(3n+3) .result-img {
    width: 100%;
}

.result-col:nth-child(3n+3) .result-content {
    width: 100%;
}

.result-col:nth-child(3n+3) .result-content::before {
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 1.5rem solid #FFF8EB;
    bottom: 100%;
}

@media screen and (max-width: 1200px) {
    .result-col {
        width: 33.3333333333%;
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

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

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

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

@media screen and (max-width: 1200px) {
    .result-wrap {
        height: 100%;
        flex-direction: column;
    }
}

.result-img {
    width: 50%;
    height: 40rem;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .result-img {
        width: 100%;
        height: unset;
        display: block;
        padding-top: calc((1 / 1) * 100%);
        position: relative;
        overflow: hidden;
    }
}

.result-img:before {
    border-radius: 0;
}

@media screen and (min-width: 1201px) and (hover: hover) {
    .result-img:hover img {
        transform: scale(1.05);
    }
}

.result-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .result-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.result-content {
    width: 50%;
    height: 40rem;
    padding: 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;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(180deg, #FFF8E9 0%, rgba(255, 248, 233, 0) 100%);
    position: relative;
}

@media screen and (max-width: 1200px) {
    .result-content {
        width: 100%;
        height: unset;
        padding: 1.6rem;
        flex: 1;
    }
}

.result-content::before {
    content: "";
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .result-content::before {
        display: none;
    }
}

.result-name {
    font-size: 2.4rem;
    font-weight: 700;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1200px) {
    .result-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .result-name {
        font-size: 1.7rem;
    }
}

.result-des {
    margin-bottom: 1rem;
    -webkit-line-clamp: 4;
}

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

.nets::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
    z-index: -2;
}

.nets-decor {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.nets-decor:nth-child(1) {
    top: 0;
    left: 0;
}

.nets-decor:nth-child(2) {
    bottom: -1rem;
    right: 0;
}

.nets-item {
    width: 33.3333333333%;
    order: 4;
}

.nets-item:nth-child(1) {
    order: 2;
}

@media screen and (max-width: 1200px) {
    .nets-item:nth-child(1) {
        width: 100%;
        order: unset;
    }
}

.nets-item:nth-child(2) {
    order: 1;
}

@media screen and (max-width: 1200px) {
    .nets-item:nth-child(2) {
        order: unset;
    }
}

.nets-item:nth-child(3) {
    order: 3;
}

@media screen and (max-width: 1200px) {
    .nets-item:nth-child(3) {
        order: unset;
    }
}

@media screen and (max-width: 1200px) {
    .nets-item {
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .nets-item {
        width: 100%;
    }
}

.nets-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1200px) {
    .nets-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .nets-title {
        font-size: 1.9rem;
    }
}

.nets-title img {
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    top: 0.4rem;
}

.nets-des {
    margin-bottom: 1.6rem;
}

.nets-block {
    border: 0.1rem solid #07A372;
    padding: 2.4rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #E5F9F3 0%, rgba(229, 249, 243, 0) 100%);
}

.nets-tt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.nets-tt-item {
    width: calc(50% - 1rem);
}

@media screen and (max-width: 450px) {
    .nets-tt-item {
        width: 100%;
    }
}

.nets-tt-item .title {
    font-weight: 700;
}

.nets-tt-item .link {
    display: inline-flex;
    align-items: center;
    color: #4A4A4A;
    transition: 0.3s ease-in-out;
    word-break: break-word;
}

@media (hover: hover) {
    .nets-tt-item .link:hover {
        color: #07A372;
    }
}

.nets-tt-item .link::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100rem;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
    position: relative;
    top: 0.1rem;
}

.nets-tt-item .img {
    width: 16rem;
    height: 16rem;
    border-radius: 1.2rem;
}

.nets-tt-item .img img {
    width: 100%;
    height: 100%;
}

.nets-map {
    position: relative;
    width: 18.3rem;
    margin: 0 auto;
}

.nets-map-pin {
    position: absolute;
}

.nets-map-pin.big {
    width: 26%;
    padding-top: 26%;
    position: absolute;
    display: block;
    top: 7%;
    right: 35%;
}

.nets-map-pin.big img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.nets-map-dao {
    position: absolute;
}

.nets-map-dao.one {
    left: 93%;
    width: 30%;
    bottom: 0;
}

.nets-map-dao.two {
    left: 106%;
    width: 30%;
    bottom: 52%;
}

@media screen and (max-width: 500px) {
    .story-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

@media screen and (max-width: 500px) {
    .story-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

.story-item-2 {
    width: 50%;
}

.story-item-3 {
    width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
    .story-item-3 {
        width: 50%;
    }
}

.story-wrap {
    border-radius: 1.2rem;
    overflow: hidden;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .story-wrap:hover {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
        background-color: white;
    }
}

.story-img {
    display: block;
    padding-top: calc((284 / 384) * 100%);
    position: relative;
    overflow: hidden;
}

.story-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.story-content {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media screen and (max-width: 400px) {
    .story-content {
        padding: 0.8rem;
    }
}

@media screen and (max-width: 500px) {
    .story-content .btn {
        width: 100%;
    }
}

.story-name {
    font-weight: 700;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .story-name {
        margin-bottom: 0.8rem;
        font-size: 1.5rem;
    }
}

.story-name a {
    color: #4A4A4A;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .story-name a:hover {
        color: #07A372;
    }
}

.story-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}

.story-time {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
}

@media screen and (max-width: 500px) {
    .story-time {
        font-size: 1.2rem;
    }
}

.story-time img {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 0.4rem;
}

.story-slider .swiper-slide {
    width: 38.4rem;
}

@media (hover: hover) {
    .story-slider .story-wrap:hover {
        box-shadow: none;
        background-color: #F7F7F7;
    }
}

@media screen and (min-width: 1600px) {
    .re-detail .ads.second {
        position: absolute;
        top: 3.8rem;
        right: calc(100% + 1.5rem);
    }
}

.re-detail .container {
    position: relative;
}

.re-detail .social .title {
    color: #696969;
    font-size: 1.4rem;
}

.re-detail-sb-block:not(:last-child) {
    margin-bottom: 4rem;
}

.re-detail-sb-list {
    padding: 4.8rem 1.6rem;
    border-radius: 1.2rem;
    background: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.re-detail-sb-item .story-name {
    margin-bottom: 0;
    margin-top: 1.6rem;
}

.re-detail-sb-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
}

.re-detail-sb-title {
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}

.re-detail-sb-title .text {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.re-detail-sb-title .line {
    display: inline-block;
    height: 0.5rem;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    flex: 1;
    margin-left: 1rem;
}

.re-detail-img {
    border-radius: 1.2rem;
    margin: 0 auto;
    margin-bottom: 1.6rem;
    width: fit-content;
}

.re-detail-img img {
    border-radius: inherit;
}

.re-detail-quote {
    padding: 4.8rem;
    border-radius: 1.2rem;
    border: 0.1rem solid #07A372;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 0.1rem solid #07A372;
    background: #E5FDF6;
}

@media screen and (max-width: 500px) {
    .re-detail-quote {
        padding: 2.4rem;
    }
}

.re-detail-quote-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

@media screen and (max-width: 500px) {
    .re-detail-quote-icon {
        width: 3rem;
        height: 3rem;
    }
}

.re-detail-quote-icon img {
    width: inherit;
    height: inherit;
}

.re-detail-quote blockquote {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .re-detail-quote blockquote {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .re-detail-quote blockquote {
        font-size: 1.6rem;
    }
}

.re-detail-quote blockquote::before {
    display: none;
}

.school {
    overflow: hidden;
    background-color: #F7F7F7;
}

.school-slider .swiper-slide {
    width: 20rem;
}

.school-img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}

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

.ct::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #E5FDF5 0%, rgba(229, 253, 245, 0) 100%);
    z-index: -2;
}

.ct .container {
    max-width: calc(100vw - (100vw - 121.5rem) / 2);
    padding: 0;
    margin: 0;
    padding-right: 1.5rem;
}

.ct-side-left {
    flex: 1;
}

.ct-side-right {
    width: 40.3005464481%;
}

@media screen and (max-width: 900px) {
    .ct-side-right {
        width: 100%;
    }
}

.ct-who {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
}

.ct-who .recheck-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 1rem;
}

@media screen and (max-width: 900px) {
    .ct-form {
        padding: 4rem 1.5rem;
    }
}

.ct-form-cf {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.6rem;
}

.ct-form-cf a {
    color: #098961;
    transition: 0.3s ease-in-out;
    line-height: 1.2;
}

@media (hover: hover) {
    .ct-form-cf a:hover {
        color: #E85300;
    }
}

.ct-form form {
    position: relative;
}

.ct-form .wpcf7 form.sent .wpcf7-response-output {
    padding: 0.4rem 1.6rem;
    border-radius: 1rem;
    background: #07A372;
    color: white !important;
    margin: 0;
    width: 100%;
    text-align: center;
    animation: jelly 0.6s ease-in-out;
    top: calc(100% + 0.8rem);
}

.ct-img {
    position: relative;
}

.ct-img::before {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 100%;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    border-radius: 100rem;
    top: -62%;
    left: -26%;
    z-index: -1;
}

.imethod-container {
    width: calc(100vw - (100vw - 123rem) / 2);
    max-width: 100%;
    margin-left: auto;
}

.imethod-container .container {
    max-width: 143rem;
    margin: 0;
}

.imethod-side-left {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .imethod-side-left {
        width: 100%;
    }
}

.imethod-side-right {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .imethod-side-right {
        width: 100%;
    }
}

.imethod-img {
    width: 57rem;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .imethod-img {
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
}

@media screen and (max-width: 1000px) {
    .imethod-img-image {
        flex: 1;
    }
}

.imethod-img-inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
    flex: 1;
}

.imethod-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imethod-box {
    width: 24rem;
    height: 24rem;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    border: 1.3rem solid #FFFFFF;
    border-radius: 100rem;
    position: absolute;
    z-index: 15;
    bottom: -10%;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    animation: float 3s ease-in-out infinite;
}

@media screen and (max-width: 1000px) {
    .imethod-box {
        position: static;
        border-color: #07A372;
    }
}

@media screen and (max-width: 767px) {
    .imethod-box {
        width: 20rem;
        height: 20rem;
        border-width: 0.8rem;
    }
}

@media screen and (max-width: 500px) {
    .imethod-box {
        width: 16rem;
        height: 16rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    .imethod-box {
        width: 12rem;
        height: 12rem;
    }
}

.imethod-box .number {
    font-size: 4rem;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .imethod-box .number {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .imethod-box .number {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 500px) {
    .imethod-box .number {
        font-size: 1.4rem;
    }
}

.mode-list {
    justify-content: center;
}

.mode-item {
    width: 33.3333333333%;
}

@media screen and (max-width: 900px) {
    .mode-item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .mode-item {
        width: 100%;
    }
}

.mode-item:nth-child(1) .number {
    left: 0;
}

.mode-item:nth-child(3n+1) .mode-content::before {
    border: 0.2rem solid #00C3E6;
}

.mode-item:nth-child(3n+1) .mode-content .sqr::before {
    background: linear-gradient(180deg, #01C7BB 0%, #007B74 100%);
}

.mode-item:nth-child(3n+1) .number {
    color: #00C3E6;
}

.mode-item:nth-child(3n+2) .mode-content::before {
    border: 0.2rem solid #7B3DD9;
}

.mode-item:nth-child(3n+2) .mode-content .sqr::before {
    background: linear-gradient(180deg, #8A4EBB 0%, #520F88 100%);
}

.mode-item:nth-child(3n+2) .number {
    color: #7B3DD9;
}

.mode-item:nth-child(3n+3) .mode-content::before {
    border: 0.2rem solid #FF3654;
}

.mode-item:nth-child(3n+3) .mode-content .sqr::before {
    background: linear-gradient(180deg, #E15A32 0%, rgba(221, 51, 0, 0.9) 100%);
}

.mode-item:nth-child(3n+3) .number {
    color: #FF3654;
}

.mode-wrap {
    position: relative;
}

.mode-wrap .number {
    font-size: 22rem;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    z-index: 2;
    -webkit-text-stroke: 0.8rem #fff;
    left: -4rem;
}

@media screen and (min-width: 1201px) {
    .mode-wrap .number {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1200px) {
    .mode-wrap .number {
        font-size: 10rem;
        -webkit-text-stroke: 0.3rem #fff;
        font-weight: 700;
        margin-bottom: -6rem;
    }
}

.mode-content {
    padding-top: 100%;
    position: relative;
}

.mode-content::before {
    content: "";
    position: absolute;
    z-index: -3;
    border: 0.2rem solid #00C3E6;
    border-radius: 4rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 1201px) {
    .mode-content::before {
        transform: rotate(45deg);
        left: 14%;
        top: 14%;
        right: 14%;
        bottom: 14%;
    }
}

.mode-content::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 2rem;
    left: 4%;
    top: 4%;
    right: 4%;
    bottom: 4%;
    background-color: white;
    box-shadow: inset 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1201px) {
    .mode-content::after {
        transform: rotate(45deg);
        left: 20.5%;
        top: 20.5%;
        right: 20.5%;
        bottom: 20.5%;
    }
}

.mode-content .sqr {
    position: absolute;
    z-index: -2;
    border-radius: 2.8rem;
    left: 8%;
    top: 8%;
    right: 8%;
    bottom: 8%;
    overflow: hidden;
}

@media screen and (min-width: 1201px) {
    .mode-content .sqr {
        transform: rotate(45deg);
        left: 18%;
        top: 18%;
        right: 18%;
        bottom: 18%;
    }
}

.mode-content .sqr:before {
    content: "";
    position: absolute;
    left: -25%;
    top: -25%;
    right: -25%;
    bottom: -25%;
    border-radius: inherit;
    animation: Spinner 3s linear infinite;
}

.mode-content .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8rem 8rem 8rem 12rem;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media screen and (max-width: 1200px) {
    .mode-content .text {
        padding: 2.4rem 4.8rem;
    }
}

.mode-content .text-inner {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4rem;
}

.outstand {
    position: relative;
    z-index: 2;
}

.outstand.second .outstand-wrapper {
    margin-top: 0;
}

.outstand.second .pro-img {
    padding-top: 100%;
    border-radius: 1.2rem;
}

.outstand.second .pro-wrap {
    background-color: transparent;
}

.outstand.second .pro-content {
    padding: 0;
    margin-top: 1.6rem;
}

.outstand.second .story-name {
    margin-bottom: 1rem;
}

.outstand-wrapper {
    margin-top: -30rem;
}

@media screen and (max-width: 1200px) {
    .outstand-wrapper {
        margin-top: -15rem;
    }
}

.outstand-slider .swiper-slide {
    width: 38.4rem;
}

@media screen and (max-width: 1270px) {
    .outstand-slider .swiper-control {
        display: none;
    }
}

.outstand .pro-img {
    padding-top: 73.9583333333%;
}

.outstand .head .breadcrumb {
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .docs-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

.docs-item {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .docs-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

.docs-item-4 {
    width: 25%;
}

@media screen and (max-width: 1000px) {
    .docs-item-4 {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 767px) {
    .docs-item-4 {
        width: 50%;
    }
}

.docs-wrap {
    padding: 2.4rem;
    border-radius: 1.2rem;
    border: 0.1rem solid #07A372;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .docs-wrap {
        padding: 1.6rem;
    }
}

.docs-wrap::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #E5F7F1;
    transition: all 0.3s ease;
    z-index: -1;
}

@media (hover: hover) {
    .docs-wrap:hover::after {
        left: 0;
        width: 100%;
    }

    .docs-wrap:hover .docs-download::before {
        width: 100%;
    }
}

.docs-name {
    font-weight: 700;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 500px) {
    .docs-name {
        font-size: 1.4rem;
    }
}

.docs-dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: auto;
}

.docs-dl .icon {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    top: 0.4rem;
}

.docs-dl .content {
    font-size: 1.4rem;
}

.docs-download {
    font-weight: 700;
    position: relative;
}

.docs-download::before {
    content: "";
    position: absolute;
    height: 0.1rem;
    bottom: 0.2rem;
    width: 0;
    left: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .blogs .head .sort {
        width: 100%;
        flex: initial;
        margin-top: 1.6rem;
    }
}

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

.qa-br {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -3;
}

.qa-br img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qa-item:not(:last-child) {
    margin-bottom: 1.6rem;
}

.qa-item.active .qa-head {
    color: white;
}

.qa-item.active .qa-head::after {
    width: 100%;
}

.qa-item.active .plus::before {
    opacity: 0;
}

.qa-item.active .plus::before,
.qa-item.active .plus::after {
    background: white;
}

.qa-head {
    padding: 1.6rem 3.2rem;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    gap: 1rem;
}

@media screen and (max-width: 500px) {
    .qa-head {
        border-radius: 1.2rem;
        padding: 1.6rem;
    }
}

.qa-head .title {
    font-weight: 700;
}

.qa-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(307.22deg, rgba(255, 199, 168, 0.5) 17.51%, rgba(255, 178, 0, 0.5) 79.64%);
}

.qa-head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.6s ease-in-out;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    z-index: -1;
}

.qa-head .plus {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
}

.qa-head .plus::before,
.qa-head .plus::after {
    content: "";
    position: absolute;
    background: #4A4A4A;
}

.qa-head .plus::before {
    width: 0.2rem;
    height: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
}

.qa-head .plus::after {
    height: 0.2rem;
    width: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.qa-body {
    margin-top: 1.6rem;
    padding: 0 3.2rem;
    display: none;
}

@media screen and (max-width: 500px) {
    .qa-body {
        padding: 0;
    }
}

.system {
    position: relative;
}

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

.system .sao {
    position: absolute;
    z-index: -1;
}

.system .sao:nth-child(1) {
    transform: rotate(65deg);
    top: -10rem;
    left: -10rem;
}

.system .sao:nth-child(2) {
    transform: rotate(-121deg);
    left: 40%;
    bottom: -10%;
}

.system-side-item {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .system-side-item {
        width: 100%;
    }
}

.system .nets-block {
    width: 41rem;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .system .nets-block {
        width: 100%;
    }
}

.center {
    --height-glo: 69rem;
}

.center-fil {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .center-fil {
        width: 100%;
        gap: 1.6rem;
    }
}

.center-fil-list {
    gap: 2.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
    .center-fil-list {
        gap: 1.6rem;
    }
}

.center-fil-item {
    width: 18rem;
}

@media screen and (max-width: 500px) {
    .center-fil-item {
        width: 100%;
    }
}

.center-fil .re-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem !important;
}

.center-fil .re-select .select2-container--default .select2-selection--single {
    border: 0.1rem solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 100rem !important;
}

.center-side-left {
    width: 41.6666666667%;
}

@media screen and (max-width: 900px) {
    .center-side-left {
        width: 100%;
    }
}

.center-side-right {
    width: 58.3333333333%;
}

@media screen and (max-width: 900px) {
    .center-side-right {
        width: 100%;
        order: -1;
    }
}

.center-wrap {
    padding: 2rem;
    border-radius: 1.2rem;
    border: 0.1rem solid #E85300;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.center-name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

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

.center-fl-item:nth-child(2) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.center-fl .qr-code {
    width: 9rem;
    height: 9rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 1rem;
}

.center a {
    color: #4A4A4A;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .center a:hover {
        color: #07A372;
    }
}

.center-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}

.center-control-btn {
    padding: 0.8rem 1.6rem;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 0.1rem solid transparent;
    transition: 0.3s ease-in-out;
}

@media (hover: hover) {
    .center-control-btn:hover {
        border: 0.1rem solid #07A372;
    }
}

.center-control-btn.active {
    border: 0.1rem solid #07A372;
}

.center-control-btn img {
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 1rem;
}

.center-control-btn.show-map {
    background: rgba(9, 137, 97, 0.1);
}

.center-control-btn.coppy-link {
    background-color: #F1F1F1;
    min-width: 18.8rem;
}

@media screen and (max-width: 900px) {
    .center {
        --height-glo: initial;
    }
}

.center-slider {
    height: var(--height-glo);
}

@media screen and (min-width: 901px) {
    .center-slider {
        overflow-y: auto;
        padding-right: 2.4rem;
        /* Track */
        /* Handle */
    }

    .center-slider::-webkit-scrollbar {
        width: 0.4rem;
        height: 0.5rem;
    }

    .center-slider::-webkit-scrollbar-track {
        background: #D9D9D9;
    }

    .center-slider::-webkit-scrollbar-thumb {
        background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    }
}

@media screen and (min-width: 901px) {
    .center-slider .swiper {
        overflow: visible;
    }
}

@media screen and (min-width: 901px) {
    .center-slider .swiper-wrapper {
        flex-direction: column;
    }
}

@media screen and (min-width: 900px) {
    .center-slider .swiper-slide:not(:last-child) {
        margin-bottom: 2.4rem;
    }
}

.center-map {
    height: var(--height-glo);
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .center-map {
        height: 30rem;
    }
}

.center-map-inner {
    height: 100%;
}

.center-map-inner iframe {
    width: 100%;
    height: 100%;
}

.center-map-loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: none;
}

.center-map-loading .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.regiss::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    z-index: -2;
}

.regiss-content {
    width: 58rem;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.regiss .circle {
    width: 67.4rem;
    height: 67.4rem;
    border-radius: 100rem;
    background: linear-gradient(180deg, rgba(255, 234, 188, 0.5) 0%, rgba(255, 234, 188, 0) 100%);
    position: absolute;
    z-index: -1;
    pointer-events: none;
    transition: 10s ease-in-out;
}

.regiss .circle:nth-child(2) {
    top: -50rem;
    left: 0;
}

.conse-wrapper {
    position: relative;
}

.conse-list {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .conse-list {
        margin-bottom: -2.4rem !important;
    }
}

.conse-item {
    width: 50%;
    margin-bottom: 16.8rem;
}

.conse-item:nth-child(1) .conse-name,
.conse-item:nth-child(4) .conse-name {
    color: #07A372;
}

.conse-item:nth-child(2) .conse-name,
.conse-item:nth-child(3) .conse-name {
    color: #E85300;
}

.conse-item:nth-child(even) .conse-wrap {
    margin-left: auto;
}

.conse-item:nth-last-child(1) {
    margin-bottom: 0;
}

.conse-item:nth-last-child(2) {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .conse-item {
        margin-bottom: 2.4rem !important;
    }
}

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

.conse-wrap {
    width: 50%;
    min-height: 19.6rem;
}

@media screen and (max-width: 900px) {
    .conse-wrap {
        width: 100%;
        min-height: unset;
    }
}

.conse-name {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1200px) {
    .conse-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .conse-name {
        font-size: 1.7rem;
    }
}

.conse-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40rem;
    height: 29rem;
    max-width: 100%;
}

@media screen and (max-width: 900px) {
    .conse-middle {
        position: relative;
        transform: initial;
        top: unset;
        left: unset;
        margin: 0 auto;
    }
}

.conse-middle-img {
    width: 16rem;
    height: 16rem;
    border-radius: 100rem;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 450px) {
    .conse-middle-img {
        width: 24rem;
        height: 24rem;
    }
}

.conse-middle-img::before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    border-radius: 100rem;
    border: 0.2rem dotted #E85300;
    animation: Spinner 20s linear infinite;
}

.conse-middle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.conse-arrow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

@media screen and (max-width: 450px) {
    .conse-arrow {
        display: none;
    }
}

.conse-arrow-item {
    width: 50%;
    height: 50%;
}

.conse-arrow-item:nth-child(even) .conse-arrow-inner {
    margin-left: auto;
}

.conse-arrow-item:nth-child(1) .conse-arrow-inner {
    background-image: url(../images/conse-arrow-1.svg);
}

.conse-arrow-item:nth-child(1) .conse-arrow-inner .conse-rela {
    right: calc(100% + 1rem);
    top: 3rem;
}

.conse-arrow-item:nth-child(1) .conse-arrow-inner .conse-rela-inner {
    transform: skew(40deg);
    border-top: 0.1rem dashed #4A4A4A;
    border-right: 0.2rem dashed #4A4A4A;
}

.conse-arrow-item:nth-child(1) .conse-arrow-inner .conse-rela::before {
    border-color: #07A372;
    top: -0.4rem;
    left: -1.5rem;
}

.conse-arrow-item:nth-child(1) .conse-arrow-inner .conse-rela::after {
    border-color: #07A372;
    bottom: -0.5rem;
    right: -1.1rem;
}

.conse-arrow-item:nth-child(2) .conse-arrow-inner {
    background-image: url(../images/conse-arrow-2.svg);
}

.conse-arrow-item:nth-child(2) .conse-arrow-inner .conse-rela {
    left: calc(100% + 1rem);
    top: 3rem;
}

.conse-arrow-item:nth-child(2) .conse-arrow-inner .conse-rela-inner {
    transform: skew(-40deg);
    border-left: 0.2rem dashed #4A4A4A;
    border-top: 0.1rem dashed #4A4A4A;
}

.conse-arrow-item:nth-child(2) .conse-arrow-inner .conse-rela::before {
    border-color: #E85300;
    top: -0.4rem;
    right: -1.5rem;
}

.conse-arrow-item:nth-child(2) .conse-arrow-inner .conse-rela::after {
    border-color: #E85300;
    bottom: -0.5rem;
    left: -1.1rem;
}

.conse-arrow-item:nth-child(3) .conse-arrow-inner {
    background-image: url(../images/conse-arrow-3.svg);
}

.conse-arrow-item:nth-child(3) .conse-arrow-inner .conse-rela {
    right: calc(100% + 1rem);
    bottom: 3rem;
}

.conse-arrow-item:nth-child(3) .conse-arrow-inner .conse-rela-inner {
    transform: skew(-40deg);
    border-right: 0.2rem dashed #4A4A4A;
    border-bottom: 0.1rem dashed #4A4A4A;
}

.conse-arrow-item:nth-child(3) .conse-arrow-inner .conse-rela::before {
    border-color: #E85300;
    bottom: -0.4rem;
    left: -1.5rem;
}

.conse-arrow-item:nth-child(3) .conse-arrow-inner .conse-rela::after {
    border-color: #E85300;
    top: -0.5rem;
    right: -1.1rem;
}

.conse-arrow-item:nth-child(4) .conse-arrow-inner {
    background-image: url(../images/conse-arrow-4.svg);
}

.conse-arrow-item:nth-child(4) .conse-arrow-inner .conse-rela {
    left: calc(100% + 1rem);
    bottom: 3rem;
}

.conse-arrow-item:nth-child(4) .conse-arrow-inner .conse-rela-inner {
    transform: skew(40deg);
    border-left: 0.2rem dashed #4A4A4A;
    border-bottom: 0.1rem dashed #4A4A4A;
}

.conse-arrow-item:nth-child(4) .conse-arrow-inner .conse-rela::before {
    border-color: #07A372;
    top: -0.4rem;
    left: -1.5rem;
}

.conse-arrow-item:nth-child(4) .conse-arrow-inner .conse-rela::after {
    border-color: #07A372;
    bottom: -0.5rem;
    right: -1.1rem;
}

.conse-arrow-inner {
    height: 100%;
    width: 11.7rem;
    background-repeat: no-repeat;
    position: relative;
}

.conse-dot {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.conse-dot-inner {
    width: 1rem;
    height: 1rem;
    border-radius: 100rem;
    position: absolute;
    background-color: white;
}

.conse-dot-inner:nth-child(1) {
    border: 0.3rem solid #07A372;
    left: -1rem;
    top: 4rem;
}

.conse-dot-inner:nth-child(2) {
    border: 0.3rem solid #E85300;
    right: -1rem;
    top: 4rem;
}

.conse-dot-inner:nth-child(3) {
    border: 0.3rem solid #E85300;
    left: -1.1rem;
    bottom: 4.3rem;
}

.conse-dot-inner:nth-child(4) {
    border: 0.3rem solid #07A372;
    right: -1.1rem;
    bottom: 4.3rem;
}

.conse-rela {
    position: absolute;
    display: block;
}

@media screen and (max-width: 1000px) {
    .conse-rela {
        display: none;
    }
}

.conse-rela-inner {
    width: 5rem;
    height: 2.4rem;
    display: block;
}

@media screen and (max-width: 1200px) {
    .conse-rela-inner {
        width: 2rem;
    }
}

@media screen and (max-width: 1100px) {
    .conse-rela-inner {
        width: 1rem;
    }
}

.conse-rela::after,
.conse-rela::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100rem;
    border: 0.3rem solid;
    background: white;
    z-index: 1;
}

.stest-wrapper {
    width: 100rem;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 500px) {
    .stest-list {
        margin: 0 -0.4rem;
        margin-bottom: -0.8rem;
    }
}

.stest-item {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .stest-item {
        padding: 0 0.4rem;
        margin-bottom: 0.8rem;
    }
}

.stest-item:nth-child(4n+1) .stest-link {
    background: linear-gradient(90.32deg, #00AEEF -6.36%, #2E3192 100.29%);
}

.stest-item:nth-child(4n+1) .stest-link::before {
    background-image: url(../images/stest-br-1.png);
    right: -11rem;
}

.stest-item:nth-child(4n+2) .stest-link {
    background: linear-gradient(270.08deg, #009A00 -11.25%, #005E00 98.98%);
}

.stest-item:nth-child(4n+2) .stest-link::before {
    background-image: url(../images/stest-br-2.png);
    right: 0;
    left: -8rem;
}

.stest-item:nth-child(4n+3) .stest-link {
    background: linear-gradient(90.32deg, #EC008C -5.88%, #9E1F63 101.25%);
}

.stest-item:nth-child(4n+3) .stest-link::before {
    background-image: url(../images/stest-br-3.png);
    right: -12rem;
}

.stest-item:nth-child(4n+4) .stest-link {
    background: linear-gradient(270.08deg, #F7941D -14.28%, #CD4200 98.98%);
}

.stest-item:nth-child(4n+4) .stest-link::before {
    background-image: url(../images/stest-br-4.png);
    right: 0;
    left: -8rem;
}

.stest-link {
    min-height: 28rem;
    position: relative;
    padding: 4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1101px) {
    .stest-link {
        background: transparent !important;
    }
}

@media screen and (max-width: 1100px) {
    .stest-link {
        border-radius: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .stest-link {
        text-align: center;
        padding: 2.4rem;
    }
}

.stest-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (max-width: 1100px) {
    .stest-link::before {
        display: none;
    }
}

.stest-link-wr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    font-weight: 700;
    color: white;
}

@media only screen and (max-width: 1200px) {
    .stest-link-wr {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .stest-link-wr {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 500px) {
    .stest-link-wr {
        font-size: 2rem;
    }
}

.stest-link-wr img {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    display: inline-block;
    margin-left: 1rem;
    position: relative;
    top: 0.2rem;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .stest-link-wr img {
        display: none;
    }
}

@media (hover: hover) {
    .stest-link:hover img {
        transform: rotate(45deg);
    }
}

.select2-container {
    height: 4.5rem;
    background-color: transparent;
    border-radius: 0 !important;
}

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

.selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0 !important;
    color: $color-white;
    height: 4.5rem;
    background-color: transparent;
    border-bottom: 0.1rem solid rgba($color: #000000, $alpha: 0.2);
    @include flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    border: 1px solid transparent;
    color: $color-black;
    @include fz-14;
    font-weight: 400;
    display: inline !important;
    @include lc(1);
    width: 100%;
    padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.select2-results {
    display: block;
    border-radius: 0.4rem !important;
    overflow: hidden;
}

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


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