@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/aos/aos.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/library/datepicker/jquery-ui.css");
@import url("../assets/library/splitting/splitting.css");
@import url("../assets/library/datetime/daterangepicker.css");
@import url("../assets/font/SVN-Century Gothic/stylesheet.css");
@import url("../assets/font/SG85-HONG KY 2/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

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

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

:root {
  --color-pri-in: #DB0000;
  --color-pri: #DB0000;
  --color-second: #004C1F;
  --color-text: #141414;
  --color-text1: #ECF8E9;
  --color-text2: #00D37D;
  --color-text3: #3057A7;
  --disabled: #C2C9D3;
  --color-tt: #15191E;
  --white: #FFFCF8;
  --border: #FFFCF8;
  --filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(331deg) brightness(104%) contrast(100%);
  --filter-pri: brightness(0) saturate(100%) invert(72%) sepia(94%) saturate(872%) hue-rotate(353deg) brightness(100%) contrast(95%);
  --linear: linear-gradient(90deg, #FA981B 0%, #A00900 100%);
  --linear1: linear-gradient(164deg, #00D37D 9.36%, #004C1F 95.97%);
  --linear2: linear-gradient(186deg, rgba(255, 180, 31, 0.20) -16.84%, rgba(219, 0, 0, 0.20) 117.95%);
  --color-border-01: rgba(0, 0, 0, 0.1);
  --color-border-02: rgba(0, 0, 0, 0.2);
  --color-border-03: rgba(0, 0, 0, 0.3);
  --color-border-04: rgba(0, 0, 0, 0.4);
  --color-border-05: rgba(0, 0, 0, 0.5);
  --color-border-06: rgba(0, 0, 0, 0.6);
  --color-border-07: rgba(0, 0, 0, 0.7);
  --color-border-08: rgba(0, 0, 0, 0.8);
  --color-border-09: rgba(0, 0, 0, 0.9);
  --color-border-10: rgba(255, 144, 10, 0.10);
  --color-opa-white-01: rgba(255, 255, 255, 0.1);
  --color-opa-white-02: rgba(255, 255, 255, 0.2);
  --color-opa-white-03: rgba(255, 255, 255, 0.3);
  --color-opa-white-04: rgba(255, 255, 255, 0.4);
  --color-opa-white-05: rgba(255, 255, 255, 0.5);
  --color-opa-white-06: rgba(255, 255, 255, 0.6);
  --color-opa-white-07: rgba(255, 255, 255, 0.7);
  --color-opa-white-08: rgba(255, 255, 255, 0.8);
  --color-opa-white-09: rgba(255, 255, 255, 0.9);
  --shadow: 2px 4px 12px #00000014; }

.f-40 {
  --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
  font-size: var(--f-sz); }

.f-36 {
  --f-sz: clamp(2.6rem, calc(0.6rem + 2.5vw), 3.6rem);
  font-size: var(--f-sz); }

.f-32 {
  --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
  font-size: var(--f-sz); }

.f-24 {
  font-size: 2.4rem; }

.t-18 {
  font-size: 1.8rem; }

.t-20 {
  font-size: 2rem; }

.t-24 {
  font-size: 2.4rem; }

.t-28 {
  --f-sz: clamp(2.2rem, calc(1rem + 1.5vw), 2.8rem);
  font-size: var(--f-sz); }

.t-32 {
  --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
  font-size: var(--f-sz); }

.t-36 {
  --f-sz: clamp(2.6rem, calc(0.6rem + 2.5vw), 3.6rem);
  font-size: var(--f-sz); }

.t-40 {
  --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
  font-size: var(--f-sz); }

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

:root {
  --size-hd: 8rem;
  --logo: 11.5rem;
  --hd-top: 6.4rem;
  --hd-bot: 4rem;
  --dist12: 1.2rem;
  --dist16: 1.6rem;
  --dist20: 2rem;
  --dist24: 2.4rem;
  --dist28: 2.8rem;
  --dist30: 3rem;
  --dist32: 3.2rem;
  --dist36: 3.6rem;
  --dist40: 4rem;
  --dist44: 4.4rem;
  --dist48: 4.8rem;
  --dist56: 5.6rem;
  --dist60: 6rem;
  --dist62: 6.2rem;
  --dist64: 6.4rem;
  --dist72: 7.2rem;
  --dist74: 7.4rem;
  --dist76: 7.6rem;
  --dist80: 8rem;
  --dist96: 9.6rem;
  --dist100: 10rem;
  --dist120: 12rem;
  --dist160: 16rem;
  --container: 134.4rem;
  --remainder: calc(100vw - var(--container));
  --halfremainder: calc(var(--remainder)/2);
  --seremainder: calc(var(--halfremainder)/3);
  --halfseremainder: calc(var(--halfremainder)/2);
  --font-pri: 'SVN-Century Gothic', Sans-serif;
  --font-sec: 'SG85-HONG KY 2', Sans-serif; }
  @media (max-width: 1200px) {
    :root {
      --size-hd: 7rem;
      --logo: 9rem;
      --dist12: .6rem;
      --dist16: .8rem;
      --dist20: 1rem;
      --dist24: 1.2rem;
      --dist28: 1.4rem;
      --dist30: 1.5rem;
      --dist32: 1.6rem;
      --dist36: 1.8rem;
      --dist40: 2rem;
      --dist44: 2.2rem;
      --dist48: 2.4rem;
      --dist56: 2.8rem;
      --dist60: 3rem;
      --dist62: 3.1rem;
      --dist64: 3.2rem;
      --dist72: 3.6rem;
      --dist74: 3.7rem;
      --dist76: 3.8rem;
      --dist80: 4rem;
      --dist96: 4.8rem;
      --dist100: 5rem;
      --dist120: 6rem;
      --dist160: 8rem; } }
  @media (max-width: 800px) {
    :root {
      --size-hd: 6rem; } }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

body {
  font-size: 18px;
  line-height: 1.55;
  font-weight: normal;
  font-family: var(--font-pri);
  color: var(--color-text3);
  background-color: var(--white);
  overflow: hidden auto;
  position: relative; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 16px; } }

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

*,
*:focus {
  outline: none; }

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

::-moz-selection {
  background-color: var(--color-pri);
  color: var(--white); }

::selection {
  background-color: var(--color-pri);
  color: var(--white); }

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

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

.container {
  width: 100%;
  max-width: var(--container);
  height: 100%;
  margin: 0 auto;
  padding: 0 1.6rem; }

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

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

.lh-10 {
  line-height: 1; }

.lh-12 {
  line-height: 1.2; }

.lh-13 {
  line-height: 1.3; }

.lh-14 {
  line-height: 1.4; }

.lh-15 {
  line-height: 1.5; }

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

iframe {
  vertical-align: middle; }

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.glsearch {
  --wh: 4.4rem;
  position: relative;
  border: 0.1rem solid var(--border);
  background-color: var(--white);
  overflow: hidden;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  height: var(--wh);
  border-radius: 4rem; }
  @media screen and (max-width: 1200px) {
    .glsearch {
      --wh: 4rem; } }
  .glsearch-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .glsearch-inner span {
      height: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .glsearch-btn {
    width: var(--wh);
    height: var(--wh);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (min-width: 1200px) {
      .glsearch-btn:hover {
        background-color: var(--color-pri); } }
    .glsearch-btn img {
      width: 50%;
      height: 50%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }
  .glsearch input, .glsearch-input {
    border: none;
    outline: none;
    height: 100%;
    padding: .8rem 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    background-color: transparent;
    color: var(--color-text);
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--font-pri); }
    .glsearch input::-webkit-input-placeholder, .glsearch-input::-webkit-input-placeholder {
      color: var(--color-text2);
      font-size: 1.6rem;
      font-weight: 500;
      font-family: var(--font-pri); }
    .glsearch input::-moz-placeholder, .glsearch-input::-moz-placeholder {
      color: var(--color-text2);
      font-size: 1.6rem;
      font-weight: 500;
      font-family: var(--font-pri); }
    .glsearch input::-ms-input-placeholder, .glsearch-input::-ms-input-placeholder {
      color: var(--color-text2);
      font-size: 1.6rem;
      font-weight: 500;
      font-family: var(--font-pri); }
    .glsearch input::placeholder, .glsearch-input::placeholder {
      color: var(--color-text2);
      font-size: 1.6rem;
      font-weight: 500;
      font-family: var(--font-pri); }

.load-item,
.tabPanel {
  display: none; }

.tabBtn.active {
  pointer-events: none;
  cursor: not-allowed; }

.tabJSCus .tabPanel.open {
  display: block; }

.tabJSCus .tabBtn.active {
  pointer-events: visible;
  cursor: unset; }

.splide__track {
  width: 100%; }

.mona-content {
  color: var(--color-text3); }
  .mona-content strong {
    font-weight: 700; }
  .mona-content ul {
    padding-left: 2rem; }

.row {
  --cgap: 3.2rem;
  --rgap: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cgap) / 2 * -1) calc(var(--rgap) * -1); }
  .row.rowsec {
    --cgap: 2rem;
    --rgap: 2rem; }
    @media screen and (max-width: 800px) {
      .row.rowsec {
        --cgap: 1.6rem;
        --rgap: 1.6rem; } }
  @media screen and (max-width: 800px) {
    .row {
      --cgap: 1.6rem;
      --rgap: 1.6rem; } }
  .row.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  @media screen and (max-width: 768px) {
    .row.row-3 .col {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .row.row-3 .col {
      width: 100%; } }

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

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  height: calc(100vh - var(--size-hd));
  min-width: 23rem;
  width: 42rem;
  background-color: var(--white);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-top: 0.1rem solid var(--color-second); }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 95%;
      min-width: initial; } }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .mobile-nav {
    padding: 2.4rem 1.2rem;
    border-bottom: 0.1rem solid var(--color-second); }
  .mobile .social-title, .mobile-title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 .1em;
    background: var(--linear);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .mobile-con {
    width: 100%;
    overflow: hidden auto;
    max-height: 100%;
    position: relative; }
  .mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: var(--color-border-07);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: var(--size-hd); }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .mobile-wr {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-content {
    padding: 2.4rem 1.2rem; }
    .mobile-content .footer-loca-item {
      font-size: 1.6rem;
      font-weight: 600; }
      .mobile-content .footer-loca-item img {
        -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(62%) saturate(3000%) hue-rotate(227deg) brightness(104%) contrast(80%);
        filter: brightness(0) saturate(100%) invert(0%) sepia(62%) saturate(3000%) hue-rotate(227deg) brightness(104%) contrast(80%); }
  .mobile-mxh {
    padding: 1.2rem; }
  .mobile .social {
    margin-top: 0;
    z-index: 1; }
    .mobile .social-list {
      width: 100%;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 1.2rem; }

.header-nav {
  height: 100%; }
  .header-nav .menu-nav {
    height: 100%; }
    .header-nav .menu-nav > .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: var(--dist48);
      height: 100%; }
      .header-nav .menu-nav > .menu-list > .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        gap: .8rem; }
        .header-nav .menu-nav > .menu-list > .menu-item:not(:last-child)::before {
          content: '';
          width: .5rem;
          height: .5rem;
          border-radius: 100%;
          background: var(--linear1);
          position: absolute;
          left: calc(100% + var(--dist48)/2);
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .header-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > .menu-link {
          color: var(--color-pri); }
        .header-nav .menu-nav > .menu-list > .menu-item.dropdown .menu-item.current-menu-item .menu-link {
          color: var(--color-pri); }
        .header-nav .menu-nav > .menu-list > .menu-item.dropdown .menu-item.current-menu-item i {
          color: var(--color-pri); }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media screen and (min-width: 1200px) {
            .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover i {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
              color: var(--color-pri); } }
        @media screen and (min-width: 1200px) {
          .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link {
            color: var(--color-pri); }
            .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link i {
              color: var(--color-pri); } }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
          top: 100%; }
  .header-nav .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-nav .menu-item {
    position: relative;
    transition: 0.2s ease-in-out ease-in-out;
    -webkit-transition: 0.2s ease-in-out ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s; }
    @media screen and (min-width: 1200px) {
      .header-nav .menu-item:hover > .menu-list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: visible; }
        .header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
          color: var(--color-pri); }
      .header-nav .menu-item:hover > .menu-link,
      .header-nav .menu-item:hover > a {
        transition: 0.2s ease-in-out ease-in-out;
        -webkit-transition: 0.2s ease-in-out ease-in-out;
        transition-delay: 0s;
        -webkit-transition-delay: 0s; }
        .header-nav .menu-item:hover > .menu-link > i,
        .header-nav .menu-item:hover > a > i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); } }
    .header-nav .menu-item .menu-link,
    .header-nav .menu-item a {
      color: var(--color-text3);
      padding: .8rem 1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: normal;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      z-index: 2;
      font-family: var(--font-sec);
      font-weight: 400;
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      white-space: nowrap;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .header-nav .menu-item .menu-link i,
      .header-nav .menu-item a i {
        display: none; }
    .header-nav .menu-item > .menu-list {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 18rem;
      max-width: 25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background: var(--white);
      -webkit-box-shadow: var(--shadow);
      box-shadow: var(--shadow);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px);
      pointer-events: none; }
      .header-nav .menu-item > .menu-list > .menu-item {
        margin-left: 0;
        width: 100%; }
        .header-nav .menu-item > .menu-list > .menu-item:not(:last-child) {
          border-bottom: 1px solid var(--color-border); }
        .header-nav .menu-item > .menu-list > .menu-item::before {
          position: absolute;
          content: '';
          height: .1rem;
          right: 0;
          bottom: 0;
          width: 0;
          background: var(--color-pri);
          -webkit-transition: all .45s ease;
          transition: all .45s ease;
          z-index: -1; }
        @media screen and (min-width: 1200px) {
          .header-nav .menu-item > .menu-list > .menu-item:hover::before {
            width: 100%;
            left: 0; }
          .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
          .header-nav .menu-item > .menu-list > .menu-item:hover > a {
            color: var(--color-pri); }
            .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link > i,
            .header-nav .menu-item > .menu-list > .menu-item:hover > a > i {
              color: var(--color-pri); } }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-link {
          --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
          font-size: var(--f-sz); }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-list {
          left: 100%; }

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

.mobile-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mobile-nav .menu-nav > .menu-list > .menu-item > .menu-link::before {
    display: none; }

.mobile-nav .menu-item.dropdown > .menu-link i {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.mobile-nav .menu-item.active > .menu-link,
.mobile-nav .menu-item.active > a {
  color: var(--color-pri) !important; }
  .mobile-nav .menu-item.active > .menu-link > i,
  .mobile-nav .menu-item.active > a > i {
    color: var(--color-pri) !important; }

@media screen and (min-width: 1200px) {
  .mobile-nav .menu-item:hover > .menu-link {
    color: var(--color-pri) !important; }
    .mobile-nav .menu-item:hover > .menu-link > i {
      color: var(--color-pri) !important; } }

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

.mobile-nav .menu-item > .menu-link {
  color: var(--color-text3);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  padding: .4rem 0; }
  .mobile-nav .menu-item > .menu-link i {
    font-size: 1.4rem;
    display: none; }

.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
  padding-left: 1.6rem; }
  .mobile-nav .menu-item > .menu-list::before {
    content: '';
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 0;
    width: 1px;
    background: var(--linear); }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--dist24); }
  .title-tag {
    --f-sz: clamp(3rem, calc(-0.6rem + 4.5vw), 4.8rem);
    font-size: var(--f-sz);
    font-family: var(--font-sec);
    line-height: 1.2; }

.ttcenter {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.title-pri {
  position: relative;
  --f-sz: clamp(3.4rem, calc(-2.6rem + 7.5vw), 6.4rem);
  font-size: var(--f-sz);
  color: var(--color-text3);
  font-family: var(--font-sec);
  text-wrap: balance;
  line-height: 120%;
  overflow: visible;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .title-pri.txt-spl .word {
    line-height: 1.5; }
  .title-pri.f-pri {
    --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
    font-size: var(--f-sz); }
  .title-pri.f-sec {
    --f-sz: clamp(2.6rem, calc(0.6rem + 2.5vw), 3.6rem);
    font-size: var(--f-sz); }
  .title-pri.f-thr {
    --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
    font-size: var(--f-sz); }
  .title-pri.f-four {
    --f-sz: clamp(2.2rem, calc(1rem + 1.5vw), 2.8rem);
    font-size: var(--f-sz); }
  .title-pri.f-title {
    --f-sz: clamp(4rem, calc(-2.4rem + 8vw), 7.2rem);
    font-size: var(--f-sz); }
  .title-pri.t-white {
    color: #fff; }

.textbg {
  padding: 0 .1em;
  background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.textbgsec span {
  --f-sz: clamp(4.2rem, calc(-3.4rem + 9.5vw), 8rem);
  font-size: var(--f-sz);
  padding: 0 .1em;
  background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.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;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .load-img::before, .load-img::after {
        opacity: 0; } }
  @media screen and (min-width: 1201px) {
    .load-img img,
    .load-img form {
      opacity: 0;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; } }
  .load-img:before {
    background-color: var(--color-pri); }
  .load-img:after {
    background-color: var(--color-second);
    -webkit-transition-delay: .5s;
    transition-delay: .5s; }
  .load-img.is-inview img,
  .load-img.is-inview form {
    opacity: 1; }
  .load-img.is-inview:before {
    -webkit-transition: 1.6s ease;
    transition: 1.6s ease;
    width: 0; }
  .load-img.is-inview:after {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 0; }

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

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

@media screen and (min-width: 1201px) {
  .txt-spl {
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; } }

.txt-spl .word {
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media screen and (min-width: 1201px) {
    .txt-spl .word .char {
      display: inline-block;
      -webkit-animation-delay: calc(var(--char-index) * 0.025s) !important;
      animation-delay: calc(var(--char-index) * 0.025s) !important;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); } }

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

.txt-spl.is-inview {
  opacity: 1; }
  @media screen and (min-width: 1201px) {
    .txt-spl.is-inview .char {
      -webkit-animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
      animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both; } }
  .txt-spl.is-inview.down .chars {
    -webkit-animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both; }

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

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

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

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

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

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

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

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

.collapse-item.active .collapse-head .plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0; }

.collapse-item.active .collapse-head .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0); }

.collapse-head {
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .collapse-head .txt {
    font-weight: 700;
    color: var(--color-text); }
  .collapse-head .plus {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    border-radius: 100%;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 600px) {
      .collapse-head .plus {
        width: 1.8rem;
        height: 1.8rem; } }
    .collapse-head .plus:before, .collapse-head .plus:after {
      content: "";
      display: block;
      background-color: var(--color-text);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: .35s;
      transition: .35s;
      width: 1.6rem;
      height: .2rem; }
      @media screen and (max-width: 600px) {
        .collapse-head .plus:before, .collapse-head .plus:after {
          width: 1.2rem; } }
    .collapse-head .plus:before {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .collapse-head .plus:after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }

.collapse-body {
  display: none; }

.frm-row {
  --cgap: 2.4rem;
  --rgap: 2.4rem; }

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

.frm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem;
  position: relative;
  --height: 4.8rem; }
  @media screen and (max-width: 1200px) {
    .frm-item {
      --height: 4rem; } }
  .frm-item textarea {
    height: auto !important; }
  .frm-item textarea,
  .frm-item input {
    width: 100%;
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz);
    color: var(--color-text3);
    font-family: var(--font-pri);
    font-weight: 500;
    outline: none;
    border: none;
    padding: .6rem 2.4rem;
    height: var(--height); }
    @media screen and (max-width: 1200px) {
      .frm-item textarea,
      .frm-item input {
        padding: .6rem 1.2rem; } }
    .frm-item textarea::-webkit-input-placeholder,
    .frm-item input::-webkit-input-placeholder {
      font-size: 1.6rem;
      color: var(--color-text);
      font-family: var(--font-pri);
      font-weight: 400;
      line-height: 150%;
      opacity: .3; }
    .frm-item textarea::-moz-placeholder,
    .frm-item input::-moz-placeholder {
      font-size: 1.6rem;
      color: var(--color-text);
      font-family: var(--font-pri);
      font-weight: 400;
      line-height: 150%;
      opacity: .3; }
    .frm-item textarea::-ms-input-placeholder,
    .frm-item input::-ms-input-placeholder {
      font-size: 1.6rem;
      color: var(--color-text);
      font-family: var(--font-pri);
      font-weight: 400;
      line-height: 150%;
      opacity: .3; }
    .frm-item textarea::placeholder,
    .frm-item input::placeholder {
      font-size: 1.6rem;
      color: var(--color-text);
      font-family: var(--font-pri);
      font-weight: 400;
      line-height: 150%;
      opacity: .3; }
  .frm-item .dateTime2,
  .frm-item .dateTime {
    position: relative;
    padding: .6rem 2.4rem;
    height: var(--height);
    border-radius: .8rem;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .frm-item .dateTime2,
      .frm-item .dateTime {
        padding: .6rem 1.2rem; } }
    .frm-item .dateTime2 input,
    .frm-item .dateTime input {
      display: none !important;
      pointer-events: none; }
    .frm-item .dateTime2 .dateTimeItem2,
    .frm-item .dateTime2 .dateTimeItem,
    .frm-item .dateTime .dateTimeItem2,
    .frm-item .dateTime .dateTimeItem {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .frm-item .dateTime2 .dateTimeText2,
    .frm-item .dateTime2 .dateTimeText,
    .frm-item .dateTime .dateTimeText2,
    .frm-item .dateTime .dateTimeText {
      color: var(--color-text);
      --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
      font-size: var(--f-sz);
      font-weight: normal;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      opacity: .3; }
      .frm-item .dateTime2 .dateTimeText2.disable,
      .frm-item .dateTime2 .dateTimeText.disable,
      .frm-item .dateTime .dateTimeText2.disable,
      .frm-item .dateTime .dateTimeText.disable {
        opacity: 1;
        color: var(--color-text3); }
    .frm-item .dateTime2 .icon,
    .frm-item .dateTime .icon {
      width: 1.8rem;
      height: 1.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer; }
      .frm-item .dateTime2 .icon img,
      .frm-item .dateTime .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }

.frm-ip {
  position: relative;
  border: .1rem solid #CCC;
  border-radius: 1.2rem;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.upload-file {
  cursor: pointer; }
  .upload-file input {
    display: none;
    pointer-events: none; }

.frm-upload {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 1.2rem;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .frm-upload {
      padding: 1.6rem; } }
  .frm-upload img {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-fit: cover;
    object-fit: cover; }
  .frm-upload .txt {
    opacity: .3; }
  .frm-upload .text {
    font-size: 1.1rem;
    opacity: .3; }

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

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

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
  height: var(--size-hd);
  background: var(--white);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow); }
  .header-wrap {
    height: 100%;
    position: relative;
    z-index: 2; }
  .header-flex {
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .header-flex-in {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: var(--dist30);
      margin: auto;
      position: relative;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 800px) {
        .header-flex-in {
          gap: 1.2rem; } }
  .header-nav {
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .header-nav {
        display: none; } }
  .header-logo {
    position: relative;
    width: var(--logo);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .header-logo .custom-logo-link, .header-logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      max-height: 100%;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
      .header-logo .custom-logo-link img, .header-logo-link img {
        width: 100%;
        max-height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    position: relative; }
    @media screen and (max-width: 800px) {
      .header-action .btn-main {
        height: 3.4rem; } }
  .header .menu-icon {
    display: none; }

.footer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.02%, rgba(182, 139, 132, 0.8)), color-stop(50.72%, rgba(210, 24, 24, 0.8)), color-stop(104.37%, rgba(255, 183, 41, 0.8))), #999;
  background: linear-gradient(90deg, rgba(182, 139, 132, 0.8) -6.02%, rgba(210, 24, 24, 0.8) 50.72%, rgba(255, 183, 41, 0.8) 104.37%), #999; }
  .footer-wr {
    position: relative;
    z-index: 1; }
  .footer-bdy {
    padding: 12.8rem 0; }
    @media screen and (max-width: 1200px) {
      .footer-bdy {
        padding: 6rem 0; } }
    @media screen and (max-width: 728px) {
      .footer-bdy {
        padding: 3rem 0; } }
  .footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: luminosity;
    opacity: .16; }
    .footer-bg img {
      width: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
  .footer-logo {
    width: 18.3rem;
    margin-bottom: var(--dist48); }
    @media screen and (max-width: 728px) {
      .footer-logo {
        display: none; } }
    .footer-logo .custom-logo-link {
      display: block;
      width: 100%; }
      .footer-logo .custom-logo-link img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-des .footer-loca {
    margin-bottom: var(--dist48); }
    .footer-des .footer-loca-item {
      color: #fff; }
  .footer-loca-item {
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-loca-item:not(:last-child) {
      margin-bottom: 1.2rem; }
    .footer-loca-item img {
      width: 2.4rem;
      height: 2.4rem;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }
  .footer .txt {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz); }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem; }
  .footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 1200px) {
      .footer-item .txt:hover {
        text-decoration: underline; } }
    .footer-item:not(:last-child)::after {
      content: '';
      height: 1.2rem;
      width: .1rem;
      background-color: #fff;
      display: block; }
  @media screen and (max-width: 728px) {
    .footer .social {
      gap: 1.2rem; } }
  .footer .social-tt {
    color: #fff; }
  .footer .social-link {
    --wicon: 2.4rem;
    color: #fff; }
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--dist32); }
    @media screen and (min-width: 729px) {
      .footer-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%; } }
    .footer-inner .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: var(--dist32); }
      @media screen and (max-width: 728px) {
        .footer-inner .menu-list {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .footer-inner .menu-item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 1201px) {
        .footer-inner .menu-item:not(:last-child)::after {
          content: '';
          height: .5rem;
          width: .5rem;
          border-radius: 100%;
          background: var(--linear1);
          display: block;
          margin-left: var(--dist32); } }
    .footer-inner .menu-link {
      color: #fff;
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      font-family: var(--font-sec);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (min-width: 1200px) {
        .footer-inner .menu-link:hover {
          text-decoration: underline; } }
  .footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--dist32);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 729px) {
      .footer-head {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    @media screen and (min-width: 1201px) {
      .footer-head .btn-main {
        min-width: 20rem;
        height: 5.6rem; }
        .footer-head .btn-main .txt {
          --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
          font-size: var(--f-sz); } }
  @media screen and (max-width: 728px) {
    .footer-col {
      width: 100%; }
      .footer-col:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
  .footer-btt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 0;
    margin-top: 6rem; }
    @media screen and (max-width: 1200px) {
      .footer-btt {
        display: none; } }
    .footer-btt-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 1.2rem;
      color: #fff;
      padding: 1.6rem 3.2rem;
      position: relative;
      z-index: 1;
      overflow: hidden;
      border-radius: 4rem;
      border: .1rem solid white;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (min-width: 1200px) {
        .footer-btt-link:hover {
          color: var(--color-text2); }
          .footer-btt-link:hover .txt {
            color: var(--color-text2); } }

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

.burger {
  position: relative; }

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: .4rem;
  background: var(--linear1); }
  @media screen and (max-width: 800px) {
    .hamburger {
      width: 3.4rem;
      height: 3.4rem; } }

.hamburgerSvg {
  height: 3rem;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 600px) {
    .hamburgerSvg {
      height: 2.4rem; } }

.line {
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  .line-top {
    stroke-dasharray: 60 207; }
  .line-mid {
    stroke-dasharray: 60 60; }
  .line-bot {
    stroke-dasharray: 60 207; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  visibility: hidden;
  pointer-events: none; }
  .popup.open {
    visibility: visible;
    pointer-events: visible; }
    .popup.open .popup-close {
      opacity: 1;
      visibility: visible; }
    .popup.open .popup-overlay {
      opacity: 1;
      visibility: visible; }
    .popup.open .popup-main {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      transition: 0.3s ease-in-out 0.1s;
      -webkit-transition: 0.3s ease-in-out 0.1s;
      transition-delay: 0s;
      -webkit-transition-delay: 0s; }
  .popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-border-07);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 60vw;
    max-width: 95%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--white);
    padding: 2rem;
    border-radius: 1.2rem; }
    @media screen and (max-width: 800px) {
      .popup-main {
        width: 90vw; } }
  .popup-over {
    overflow: hidden auto;
    min-height: 20vh;
    max-height: 90vh; }
  .popup-wrapper {
    width: 100%;
    position: relative; }
  .popup-close {
    position: absolute !important;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    color: var(--white);
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: var(--color-pri); }
    @media screen and (min-width: 1200px) {
      .popup-close:hover .icon {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
    .popup-close .icon {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: var(--white);
      font-weight: normal;
      width: 100%;
      height: 100%;
      font-size: 1.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.banner {
  background: var(--linear); }
  @media screen and (min-width: 1201px) {
    .banner .banner-img {
      -webkit-clip-path: circle(0% at 50% 50%);
      clip-path: circle(0% at 50% 50%); }
    .banner.is-inview .banner-img {
      -webkit-clip-path: circle(100% at 50% 50%);
      clip-path: circle(100% at 50% 50%); } }
  .banner-img {
    width: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
    .banner-img .inner {
      display: block;
      padding-top: calc((972 / 1728) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .banner-img .inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown {
    z-index: 51 !important; }
    .select2-container .select2-dropdown.custom-dropdown .select2-search--dropdown {
      border-top-right-radius: 1.6rem;
      border-top-left-radius: 1.6rem; }
      .select2-container .select2-dropdown.custom-dropdown .select2-search--dropdown .select2-search__field {
        border: none !important;
        border-bottom: 0.1rem solid var(--color-pri) !important;
        display: block; }
  .select2-container.select2-container--open .select2-dropdown {
    top: .3rem; }
  .select2-container--default .select2-results__option--selected {
    color: var(--color-text); }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: var(--white); }
  .select2-container .select2-dropdown {
    overflow: hidden;
    border-radius: 1.6rem;
    border: 0.1rem solid var(--color-pri) !important; }
  .select2-container .select2-results__option {
    padding: 1.2rem 1.6rem !important;
    font-size: 1.6rem;
    font-weight: 500; }
    @media screen and (max-width: 1200px) {
      .select2-container .select2-results__option {
        padding: .8rem 1.2rem !important; } }
  .select2-container .select2-search--dropdown {
    padding: 0 !important; }
    .select2-container .select2-search--dropdown .select2-search__field {
      padding: 1.2rem;
      display: none; }
  .select2-container.select2-container--focus .select2-selection--single {
    border-color: var(--color-pri) !important; }
  .select2-container .select2-selection--single {
    --height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--height) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff !important;
    border: .1rem solid #ccc !important;
    border-radius: 1.2rem !important; }
    @media screen and (max-width: 1200px) {
      .select2-container .select2-selection--single {
        --height: 4rem; } }

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection__arrow b {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.select2-selection {
  height: 100% !important; }
  .select2-selection--single .select2-selection__rendered {
    line-height: 100% !important;
    padding: .6rem 2.4rem;
    color: var(--color-text) !important; }
    @media screen and (max-width: 1200px) {
      .select2-selection--single .select2-selection__rendered {
        padding: .6rem 1.2rem !important; } }
  .select2-selection--single .select2-selection__placeholder {
    color: var(--color-text) !important;
    font-weight: normal;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    font-weight: 400;
    opacity: .3; }
  .select2-selection .select2-selection__arrow {
    height: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1.6rem !important;
  width: 1.6rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 100%;
  height: 100% !important;
  margin: .1rem 0 0 !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: none !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/arr.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  background: var(--color-pri); }

.select2-container--default .select2-results__option--selected {
  background: var(--white);
  color: var(--color-pri); }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .6rem 2.4rem !important;
  color: var(--color-text) !important;
  --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 500;
  line-height: 140% !important;
  -webkit-line-clamp: 1;
  display: -webkit-box; }
  @media screen and (max-width: 1200px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: .6rem 1.2rem !important; } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem; }
  .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--dist16); }
  .social-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1200px) {
      .social-item:hover .social-link {
        -webkit-transform: translateY(-0.4rem);
        transform: translateY(-0.4rem); } }
    .social-item i {
      font-size: 1.6rem; }
    .social-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .social-link {
    --wicon: 3.2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem; }
    .social-link img {
      width: var(--wicon);
      height: var(--wicon);
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }
  .social-tt {
    font-size: 1.8rem; }

.back-to-top {
  --wh: 4.8rem;
  width: var(--wh);
  height: var(--wh);
  border-radius: 100%;
  background: var(--linear1);
  position: fixed;
  bottom: 4rem;
  right: 3.2rem;
  z-index: 11;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  color: #fff; }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      --wh: 4.2rem;
      right: 2rem;
      bottom: 5.4rem; } }
  @media screen and (max-width: 800px) {
    .back-to-top {
      right: 1.2rem; } }
  .back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--dist48) 0; }
  .breadcrumb span, .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    gap: .8rem; }
  .breadcrumb-item {
    color: var(--color-text);
    font-style: normal;
    line-height: 150%;
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .breadcrumb-item:not(:last-child)::after {
      display: inline-block;
      content: '';
      content: '';
      width: 2rem;
      height: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: normal;
      background: url("../assets/images/arrRight.png") center/contain no-repeat; }
    .breadcrumb-item:not(:last-child) {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media screen and (min-width: 1200px) {
        .breadcrumb-item:not(:last-child):hover {
          -webkit-transition: .3s ease;
          transition: .3s ease;
          color: var(--color-pri); } }
    .breadcrumb-item:last-child {
      color: #999;
      font-weight: 400;
      pointer-events: none !important; }
    .breadcrumb-item .icon {
      width: 2.4rem; }
      .breadcrumb-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }

.btn-main {
  position: relative;
  background: var(--linear1);
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .4rem;
  border-radius: 4rem;
  padding: 1rem 2rem;
  cursor: pointer;
  height: 4.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  @media screen and (max-width: 1200px) {
    .btn-main {
      height: 4rem;
      padding: .8rem 1.6rem; } }
  .btn-main::after {
    content: "";
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: -1;
    background: var(--linear);
    border-radius: 4rem;
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0); }
  .btn-main i {
    color: var(--color-text);
    font-size: 1.4rem; }
  .btn-main .txt {
    font-family: var(--font-sec);
    font-weight: 400;
    color: #fff;
    line-height: 130%;
    --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
    font-size: var(--f-sz);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  @media screen and (min-width: 1200px) {
    .btn-main:hover {
      -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
      .btn-main:hover i {
        color: var(--color-pri); }
      .btn-main:hover::after {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0); } }

.btn-sec {
  background: var(--linear);
  border-color: var(--color-second); }
  .btn-sec::after {
    background: var(--linear1); }

.btn-ani {
  overflow: visible;
  background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%); }
  .btn-ani .ic {
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(-0.6rem, 0) scale(0);
    transform: translate(-0.6rem, 0) scale(0); }
    .btn-ani .ic img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  @media screen and (min-width: 1200px) {
    .btn-ani:hover {
      overflow: visible; }
      .btn-ani:hover .ic {
        -webkit-animation: flyIcon 1.2s linear forwards infinite;
        animation: flyIcon 1.2s linear forwards infinite; } }

@-webkit-keyframes flyIcon {
  0% {
    -webkit-transform: translate(-0.6rem, 0) scale(0);
    transform: translate(-0.6rem, 0) scale(0);
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(1.6rem, -7rem) scale(1);
    transform: translate(1.6rem, -7rem) scale(1);
    opacity: 0; } }

@keyframes flyIcon {
  0% {
    -webkit-transform: translate(-0.6rem, 0) scale(0);
    transform: translate(-0.6rem, 0) scale(0);
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(1.6rem, -7rem) scale(1);
    transform: translate(1.6rem, -7rem) scale(1);
    opacity: 0; } }

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5; }
  .page-numbers > li:not(:first-child) {
    margin-left: 0; }
  .page-numbers > li > .page-numbers {
    --wh: 4rem;
    width: var(--wh);
    height: var(--wh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: .1rem solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    color: var(--color-text2);
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: var(--font-pri);
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: var(--color-pri);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      pointer-events: none; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1; }
    @media screen and (max-width: 1200px) {
      .page-numbers > li > .page-numbers {
        --wh: 3.6rem; } }
    @media screen and (min-width: 1200px) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        border-color: var(--color-pri);
        color: var(--white); }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      font-weight: 600;
      border-color: var(--color-pri);
      color: var(--white); }
      .page-numbers > li > .page-numbers.current::after {
        left: 0;
        width: 100%; }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent;
      border: transparent !important; }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      border-radius: none;
      text-transform: capitalize; }
    .page-numbers > li > .page-numbers .txt {
      display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd-96 {
  padding: 9.6rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-96 {
      padding: 4.8rem 0; } }
  @media screen and (max-width: 600px) {
    .pd-96 {
      padding: 3rem 0 5rem; } }

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

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

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

.swiper-slide {
  height: auto; }

.swiper-btn {
  position: absolute;
  --wbtn: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--wbtn);
  height: var(--wbtn);
  border-radius: 100%;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  color: #fff;
  background-color: var(--color-pri);
  cursor: pointer;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  border: 0.1rem solid var(--color-pri);
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 1300px) {
    .swiper-btn {
      --wbtn: 4rem; } }
  .swiper-btn::before {
    position: absolute;
    content: '';
    pointer-events: none;
    inset: 0;
    z-index: -1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .swiper-btn img {
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }
  @media screen and (min-width: 1200px) {
    .swiper-btn:hover {
      color: var(--color-pri); }
      .swiper-btn:hover i {
        color: var(--color-pri); }
      .swiper-btn:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(12%) saturate(3553%) hue-rotate(100deg) brightness(96%) contrast(92%);
        filter: brightness(0) saturate(100%) invert(22%) sepia(12%) saturate(3553%) hue-rotate(100deg) brightness(96%) contrast(92%); }
      .swiper-btn:hover::before {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }
  .swiper-btn.swiper-button-lock {
    display: none !important; }
  .swiper-btn.swiper-button-disabled {
    pointer-events: none;
    background-color: var(--white);
    border-color: var(--color-pri); }
    .swiper-btn.swiper-button-disabled::before {
      -webkit-transform: scale(0) !important;
      transform: scale(0) !important; }
    .swiper-btn.swiper-button-disabled img {
      -webkit-filter: var(--filter-pri);
      filter: var(--filter-pri); }
    .swiper-btn.swiper-button-disabled i {
      color: var(--color-pri); }
    .swiper-btn.swiper-button-disabled::before {
      -webkit-transform: scale(1);
      transform: scale(1); }

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

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

.swiper-pagination {
  position: relative; }
  .swiper-pagination-bullet {
    --wbul: 1.2rem;
    width: var(--wbul);
    height: var(--wbul);
    background-color: var(--border);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8 !important;
    position: relative;
    margin: 0 !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3rem;
    overflow: hidden;
    border: .1rem solid transparent; }
    .swiper-pagination-bullet-active {
      opacity: 1 !important;
      background-color: var(--color-pri);
      width: 3rem; }
      .swiper-pagination-bullet-active::before {
        background-color: var(--color-pri); }

.swiper-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem 1.6rem;
  margin: 0 auto; }

.bg-gl {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -2;
  opacity: 0.15; }
  .bg-gl::before {
    position: absolute;
    content: '';
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(45%, rgba(255, 255, 255, 0)), to(#FFF));
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 45%, #FFF 100%); }
  .bg-gl img {
    width: 100%;
    display: block; }

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

.grid {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem; }

.gl-popup .popup-main {
  overflow: visible;
  padding: 0 4rem;
  background-color: transparent; }

.gl-popup .popup-close {
  right: 0;
  top: 0;
  background: linear-gradient(135deg, #E55527 14.64%, #B4281E 85.36%); }

.gl-popup-bdy {
  padding: 6rem 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: #FFFCF8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--dist32);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .gl-popup-bdy .decor-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .gl-popup-bdy .decor-popup img {
      width: 100%;
      height: auto;
      display: block; }
  .gl-popup-bdy .des {
    text-align: center;
    color: var(--color-text3);
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz); }
  .gl-popup-bdy::before {
    position: absolute;
    content: '';
    inset: 0;
    opacity: .25;
    z-index: -1;
    background: url(../assets/images/bg-popup.png) center/cover no-repeat; }

.intro-bg {
  top: 0; }

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

@media screen and (max-width: 728px) {
  .intro-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; } }

.intro-head .tag {
  --f-sz: clamp(3rem, calc(-0.6rem + 4.5vw), 4.8rem);
  font-size: var(--f-sz);
  font-family: var(--font-sec);
  line-height: 120%; }
  @media screen and (max-width: 800px) {
    .intro-head .tag {
      font-size: 2.4rem; } }

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

.intro-ctent strong {
  color: var(--color-pri); }

.intro-list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

@media screen and (max-width: 728px) {
  .intro-item {
    padding: 1rem;
    border: .1rem solid #3057A7;
    border-radius: 1.2rem;
    background-color: #FFFCF8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; } }

.intro-item .num {
  --f-sz: clamp(4.6rem, calc(-6.2rem + 13.5vw), 10rem);
  font-size: var(--f-sz);
  font-family: var(--font-sec);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.intro-item .txt {
  --f-sz: clamp(2.2rem, calc(0.2rem + 2.5vw), 3.2rem);
  font-size: var(--f-sz);
  font-family: var(--font-sec);
  line-height: 1.2;
  text-wrap: balance; }
  @media screen and (max-width: 728px) {
    .intro-item .txt {
      font-size: 1.6rem; } }

.rules {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 500px) {
    .rules {
      margin-bottom: 3rem; } }
  .rules-head {
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 500px) {
      .rules-head {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .rules-head .title-pri {
          padding: 0 .1em;
          background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
  .rules-decor-bg {
    position: absolute;
    top: 30%;
    z-index: -1;
    width: 100%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      .rules-decor-bg {
        top: 45%; } }
    .rules-decor-bg img {
      width: 100%;
      display: block; }
  .rules-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    mix-blend-mode: overlay;
    display: none; }
    .rules-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .rules-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 500px) {
      .rules-des {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .rules-des .txt {
      --f-sz: clamp(2.2rem, calc(1rem + 1.5vw), 2.8rem);
      font-size: var(--f-sz);
      color: var(--color-text3);
      font-family: var(--font-sec);
      line-height: 1.3; }
      @media screen and (max-width: 500px) {
        .rules-des .txt {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0 .1em;
          background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
    .rules-des a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-decoration: underline; }
  .rules-decor .decor {
    position: absolute;
    z-index: 2;
    pointer-events: none; }
    .rules-decor .decor.fly {
      width: 25%;
      left: 3%;
      bottom: 100%;
      -webkit-transform: translate(0, -30%);
      transform: translate(0, -30%); }
      @media screen and (min-width: 1201px) {
        .rules-decor .decor.fly .inner {
          -webkit-transform: translate(-50%, -20%) scale(0.2);
          transform: translate(-50%, -20%) scale(0.2); }
        .rules-decor .decor.fly.is-inview .inner {
          -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); } }
      .rules-decor .decor.fly img {
        -webkit-animation: planeFloat 4s ease-in-out infinite;
        animation: planeFloat 4s ease-in-out infinite; }

@-webkit-keyframes planeFloat {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); }
  25% {
    -webkit-transform: translateY(-10px) rotate(-2deg);
    transform: translateY(-10px) rotate(-2deg); }
  50% {
    -webkit-transform: translateY(0) rotate(2deg);
    transform: translateY(0) rotate(2deg); }
  75% {
    -webkit-transform: translateY(10px) rotate(-1deg);
    transform: translateY(10px) rotate(-1deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); } }

@keyframes planeFloat {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); }
  25% {
    -webkit-transform: translateY(-10px) rotate(-2deg);
    transform: translateY(-10px) rotate(-2deg); }
  50% {
    -webkit-transform: translateY(0) rotate(2deg);
    transform: translateY(0) rotate(2deg); }
  75% {
    -webkit-transform: translateY(10px) rotate(-1deg);
    transform: translateY(10px) rotate(-1deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); } }
    .rules-decor .decor.camera {
      width: 10%;
      left: -5%;
      top: 15%; }
      @media screen and (min-width: 1201px) {
        .rules-decor .decor.camera .inner {
          -webkit-transform: scale(0);
          transform: scale(0); }
        .rules-decor .decor.camera.is-inview .inner {
          -webkit-transform: scale(1);
          transform: scale(1); } }
      .rules-decor .decor.camera img {
        -webkit-animation: cameraWobble 4s ease-in-out infinite;
        animation: cameraWobble 4s ease-in-out infinite; }

@-webkit-keyframes cameraWobble {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  20% {
    -webkit-transform: rotate(-8deg) scale(1.05);
    transform: rotate(-8deg) scale(1.05); }
  40% {
    -webkit-transform: rotate(8deg) scale(1.05);
    transform: rotate(8deg) scale(1.05); }
  60% {
    -webkit-transform: rotate(-5deg) scale(1);
    transform: rotate(-5deg) scale(1); }
  80% {
    -webkit-transform: rotate(5deg) scale(1);
    transform: rotate(5deg) scale(1); }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }

@keyframes cameraWobble {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  20% {
    -webkit-transform: rotate(-8deg) scale(1.05);
    transform: rotate(-8deg) scale(1.05); }
  40% {
    -webkit-transform: rotate(8deg) scale(1.05);
    transform: rotate(8deg) scale(1.05); }
  60% {
    -webkit-transform: rotate(-5deg) scale(1);
    transform: rotate(-5deg) scale(1); }
  80% {
    -webkit-transform: rotate(5deg) scale(1);
    transform: rotate(5deg) scale(1); }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }
    .rules-decor .decor.balo {
      width: 45%;
      left: -5%;
      bottom: 0;
      -webkit-transform: translate(-10%, 45%);
      transform: translate(-10%, 45%); }
      @media screen and (min-width: 1201px) {
        .rules-decor .decor.balo .inner {
          -webkit-transform: translate(-50%, 0) scale(0.8);
          transform: translate(-50%, 0) scale(0.8);
          opacity: 0; }
        .rules-decor .decor.balo.is-inview .inner {
          opacity: 1;
          -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); } }
      .rules-decor .decor.balo img {
        -webkit-animation: luggageTilt 4s ease-in-out infinite;
        animation: luggageTilt 4s ease-in-out infinite; }

@-webkit-keyframes luggageTilt {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0); }
  25% {
    -webkit-transform: rotate(-3deg) translateY(-5px);
    transform: rotate(-3deg) translateY(-5px); }
  50% {
    -webkit-transform: rotate(3deg) translateY(0);
    transform: rotate(3deg) translateY(0); }
  75% {
    -webkit-transform: rotate(-2deg) translateY(5px);
    transform: rotate(-2deg) translateY(5px); }
  100% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0); } }

@keyframes luggageTilt {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0); }
  25% {
    -webkit-transform: rotate(-3deg) translateY(-5px);
    transform: rotate(-3deg) translateY(-5px); }
  50% {
    -webkit-transform: rotate(3deg) translateY(0);
    transform: rotate(3deg) translateY(0); }
  75% {
    -webkit-transform: rotate(-2deg) translateY(5px);
    transform: rotate(-2deg) translateY(5px); }
  100% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0); } }
    .rules-decor .decor.lifebuoy {
      width: 10%;
      left: 15%;
      top: 100%;
      -webkit-transform: translate(0, 20%);
      transform: translate(0, 20%); }
      @media screen and (min-width: 1201px) {
        .rules-decor .decor.lifebuoy .inner {
          -webkit-transform: translate(-50%, -20%) scale(0);
          transform: translate(-50%, -20%) scale(0); }
        .rules-decor .decor.lifebuoy.is-inview .inner {
          -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); } }
      .rules-decor .decor.lifebuoy img {
        -webkit-animation: ringFloat 6s ease-in-out infinite;
        animation: ringFloat 6s ease-in-out infinite; }

@-webkit-keyframes ringFloat {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); }
  25% {
    -webkit-transform: translateY(-8px) rotate(5deg);
    transform: translateY(-8px) rotate(5deg); }
  50% {
    -webkit-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg); }
  75% {
    -webkit-transform: translateY(8px) rotate(5deg);
    transform: translateY(8px) rotate(5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); } }

@keyframes ringFloat {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); }
  25% {
    -webkit-transform: translateY(-8px) rotate(5deg);
    transform: translateY(-8px) rotate(5deg); }
  50% {
    -webkit-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg); }
  75% {
    -webkit-transform: translateY(8px) rotate(5deg);
    transform: translateY(8px) rotate(5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); } }
    .rules-decor .decor .inner {
      width: 100%;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      .rules-decor .decor .inner img {
        width: 100%;
        display: block; }
  .rules-bdy {
    padding: 7rem 14rem;
    border-radius: var(--dist24);
    overflow: hidden;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: url("../assets/images/bg-popup2.png") center/cover no-repeat; }
    @media screen and (max-width: 1500px) {
      .rules-bdy {
        padding: 5rem 8rem; } }
    @media screen and (max-width: 800px) {
      .rules-bdy {
        padding: 4rem; } }
    @media screen and (max-width: 500px) {
      .rules-bdy {
        padding: 4rem 2.4rem 6rem;
        margin-bottom: 0; } }
    .rules-bdy .title-pri span {
      --f-sz: clamp(4.2rem, calc(-3.4rem + 9.5vw), 8rem);
      font-size: var(--f-sz); }
  .rules-row {
    mix-blend-mode: normal; }
    @media screen and (max-width: 500px) {
      .rules-row {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media screen and (max-width: 500px) {
    .rules-col {
      width: 100%; } }
  .rules-img {
    width: 34.1rem;
    position: relative;
    border-radius: var(--dist20);
    background-color: var(--white);
    padding: var(--dist24);
    margin-left: auto;
    max-width: 100%; }
    @media screen and (max-width: 1200px) {
      .rules-img {
        width: 20rem; } }
    @media screen and (max-width: 500px) {
      .rules-img {
        margin: 0 auto; } }
    .rules-img-inner {
      display: block;
      padding-top: calc((341 / 341) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .rules-img-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .rules-fly {
    position: absolute; }
    @media screen and (min-width: 801px) {
      .rules-fly {
        width: 50%;
        right: 100%;
        bottom: -10%; } }
    @media screen and (max-width: 800px) {
      .rules-fly {
        left: 50%;
        top: 101%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    .rules-fly .txt {
      --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
      font-size: var(--f-sz);
      font-family: var(--font-sec);
      line-height: 1.2;
      margin-bottom: 1.6rem; }
    .rules-fly .inner {
      width: 100%; }
      @media screen and (max-width: 800px) {
        .rules-fly .inner {
          display: none; } }
      .rules-fly .inner .flyline {
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0);
        width: 100%; }
        .rules-fly .inner .flyline img {
          width: 100%;
          display: block; }

.timeline-btns .btn-main {
  min-width: 16rem; }
  @media screen and (min-width: 1201px) {
    .timeline-btns .btn-main {
      min-width: 24rem;
      height: 6rem; }
      .timeline-btns .btn-main .txt {
        --f-sz: clamp(2.2rem, calc(1rem + 1.5vw), 2.8rem);
        font-size: var(--f-sz); } }

.timeline-slider {
  --wh: 60rem;
  --pad: 5rem; }
  @media screen and (max-width: 1200px) {
    .timeline-slider {
      --pad: 3.6rem; } }
  @media screen and (min-width: 1201px) {
    .timeline-slider::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: .1rem;
      background: -webkit-gradient(linear, left top, right top, from(rgba(229, 50, 9, 0)), color-stop(10%, rgba(229, 50, 9, 0.5)), color-stop(50%, #E53209), color-stop(90%, rgba(229, 50, 9, 0.5)), to(rgba(229, 50, 9, 0)));
      background: linear-gradient(90deg, rgba(229, 50, 9, 0) 0%, rgba(229, 50, 9, 0.5) 10%, #E53209 50%, rgba(229, 50, 9, 0.5) 90%, rgba(229, 50, 9, 0) 100%);
      width: 120%;
      pointer-events: none;
      z-index: -1; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .timeline-slider::before {
      width: 100%; } }
  @media screen and (min-width: 1201px) and (max-width: 1200px) {
    .timeline-slider::before {
      top: .8rem; } }
  @media screen and (min-width: 1201px) {
    .timeline-slider .swiper {
      height: var(--wh); }
      .timeline-slider .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .timeline-slider .swiper-slide:nth-child(odd) .timeline-item {
          margin-top: auto; }
        .timeline-slider .swiper-slide:nth-child(even) .timeline-item .dot {
          top: auto;
          bottom: 0; } }
  @media screen and (max-width: 1200px) {
    .timeline-slider .swiper-btn {
      top: calc(100% + 2rem);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  position: relative; }
  @media screen and (min-width: 1201px) {
    .timeline-item {
      height: calc(50% + 1.2rem);
      padding: 3rem 0 3rem var(--pad); }
      .timeline-item::before {
        position: absolute;
        content: '';
        left: calc(var(--pad)/2);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 0;
        height: 100%;
        width: .2rem;
        background: #A2AEC6;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-mask: url("../assets/images/maskline.png");
        mask: url("../assets/images/maskline.png"); }
      .timeline-item::after {
        position: absolute;
        content: '';
        left: calc(var(--pad)/2);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 0;
        height: 100%;
        width: .4rem;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-mask: url("../assets/images/maskline.png");
        mask: url("../assets/images/maskline.png");
        background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%); } }
  @media screen and (max-width: 1200px) {
    .timeline-item {
      padding: 1.6rem 1.2rem;
      position: relative;
      z-index: 1;
      border-radius: 1.2rem;
      background-color: #FFFCF8;
      margin-top: 2rem;
      gap: .8rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; } }
  .timeline-item .dot {
    top: 0;
    position: absolute;
    left: calc(var(--pad)/2);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: var(--color-text3);
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .timeline-item .dot {
        display: none; } }
    @media screen and (min-width: 1201px) {
      .timeline-item .dot::before {
        position: absolute;
        content: '';
        inset: 0;
        border-radius: 50%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background: -webkit-gradient(linear, left top, right top, from(#FFB41F), color-stop(59%, #DB0000), to(#721000));
        background: linear-gradient(90deg, #FFB41F 0%, #DB0000 59%, #721000 100%);
        opacity: 0; } }
  .timeline-item .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.2rem;
    padding-right: 6rem; }
    @media screen and (max-width: 1200px) {
      .timeline-item .head {
        padding-right: 0;
        gap: .1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    .timeline-item .head .num {
      position: absolute;
      z-index: -1;
      top: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: var(--font-sec);
      --f-sz: clamp(10rem, calc(-10rem + 25vw), 20rem);
      font-size: var(--f-sz);
      line-height: .8;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (min-width: 1201px) {
        .timeline-item .head .num {
          top: 20%;
          right: 0;
          padding: 0 .1em;
          background: -webkit-gradient(linear, left top, left bottom, from(#3057A7), to(rgba(48, 87, 167, 0)));
          background: linear-gradient(180deg, #3057A7 0%, rgba(48, 87, 167, 0) 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media screen and (max-width: 1200px) {
        .timeline-item .head .num {
          font-size: 2.4rem;
          color: #fff;
          width: 4rem;
          height: 4rem;
          line-height: 1.5;
          background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          border-radius: 1.2rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .timeline-item .head .txt {
      --f-sz: clamp(3rem, calc(-0.6rem + 4.5vw), 4.8rem);
      font-size: var(--f-sz);
      font-family: var(--font-sec);
      line-height: 1.2;
      color: #A2AEC6;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 1200px) {
        .timeline-item .head .txt {
          padding: 0 .1em;
          background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
    .timeline-item .head .tt {
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      font-family: var(--font-sec);
      line-height: 1.2;
      color: #A2AEC6;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (max-width: 1200px) {
        .timeline-item .head .tt {
          padding: 0 .1em;
          background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
  .timeline-item .content {
    max-height: 10rem;
    overflow: hidden auto; }
    @media screen and (min-width: 1201px) {
      .timeline-item .content {
        color: #A2AEC6; } }
    .timeline-item .content ul {
      list-style: disc;
      padding-left: 2rem; }
  @media screen and (min-width: 1200px) {
    .timeline-item:hover .dot::before {
      opacity: 1;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    .timeline-item:hover::after {
      opacity: 1; }
    .timeline-item:hover::before {
      opacity: 0; }
    .timeline-item:hover .head .tt,
    .timeline-item:hover .head .txt,
    .timeline-item:hover .head .num {
      padding: 0 .1em;
      background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .timeline-item:hover .content {
      color: var(--color-text3); } }

.timeline-bg {
  bottom: 0; }

.contest-popup .popup-main {
  width: 93rem; }

.contest-popup .gl-popup-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: var(--dist40); }

.contest-popup .gl-popup-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 100%; }

.contest-popup .gl-popup-content {
  max-height: 30vh;
  overflow: hidden auto; }

.contest-popup .tag {
  --f-sz: clamp(3rem, calc(-0.6rem + 4.5vw), 4.8rem);
  font-size: var(--f-sz);
  font-family: var(--font-sec);
  line-height: 120%;
  color: var(--color-text3); }

.organi {
  overflow: hidden;
  padding-bottom: calc(1000/1728 * 100vw); }
  @media screen and (max-width: 800px) {
    .organi {
      padding-bottom: calc(1500/1728 * 100vw); } }
  .organi-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -2; }
    .organi-bg img {
      width: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      height: 100%; }
  .organi-wr {
    padding: 24rem 0; }
    @media screen and (max-width: 1300px) {
      .organi-wr {
        padding: 12rem 0; } }
    @media screen and (max-width: 800px) {
      .organi-wr {
        padding: 6rem 0; } }
    .organi-wr::before {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      background-color: var(--color-opa-white-08);
      z-index: -3; }
    .organi-wr::after {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      bottom: 0;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFCF8), color-stop(45%, rgba(255, 255, 255, 0)), to(#FFF));
      background: linear-gradient(180deg, #FFFCF8 0%, rgba(255, 255, 255, 0) 45%, #FFF 100%);
      z-index: -2; }
  .organi-cloud::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(36.8%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 36.8%); }
    @media screen and (max-width: 800px) {
      .organi-cloud::before {
        height: 20%; } }
  .organi-cloud .cloud {
    position: absolute;
    width: 40%;
    will-change: transform, opacity;
    left: -40%; }
    @media screen and (min-width: 801px) {
      .organi-cloud .cloud {
        -webkit-animation: cloudmove 20s linear infinite;
        animation: cloudmove 20s linear infinite; } }
    @media screen and (max-width: 1200px) {
      .organi-cloud .cloud {
        width: 30%; } }
    @media screen and (max-width: 800px) {
      .organi-cloud .cloud {
        display: none; } }
    .organi-cloud .cloud:nth-child(1) {
      top: 90%;
      -webkit-animation-duration: 19s;
      animation-duration: 19s;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
      @media screen and (max-width: 800px) {
        .organi-cloud .cloud:nth-child(1) {
          top: 95%; } }
    .organi-cloud .cloud:nth-child(2) {
      top: 85%;
      -webkit-animation-duration: 20s;
      animation-duration: 20s;
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    .organi-cloud .cloud:nth-child(3) {
      top: 92%;
      -webkit-animation-duration: 22s;
      animation-duration: 22s;
      -webkit-animation-delay: 8s;
      animation-delay: 8s; }
    .organi-cloud .cloud:nth-child(4) {
      top: 95%;
      -webkit-animation-duration: 21s;
      animation-duration: 21s;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .organi-cloud .cloud:nth-child(5) {
      top: 95%;
      -webkit-animation-duration: 22s;
      animation-duration: 22s;
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }
    .organi-cloud .cloud img {
      width: 100%;
      display: block;
      z-index: -1; }
  .organi-bdy {
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 700px) {
    .organi-col {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .organi-col {
      width: 100%; } }

@-webkit-keyframes cloudmove {
  0% {
    -webkit-transform: translateX(-20vw) scale(1);
    transform: translateX(-20vw) scale(1);
    opacity: 0.4; }
  20% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(150vw) scale(1.05);
    transform: translateX(150vw) scale(1.05);
    opacity: 0.4; } }

@keyframes cloudmove {
  0% {
    -webkit-transform: translateX(-20vw) scale(1);
    transform: translateX(-20vw) scale(1);
    opacity: 0.4; }
  20% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(150vw) scale(1.05);
    transform: translateX(150vw) scale(1.05);
    opacity: 0.4; } }
  .organi-tt {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 0 .1em;
    background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .organi-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--dist32);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .organi-inner:not(:last-child) {
      margin-bottom: var(--dist64); }
  .organi-decor {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0; }
    .organi-decor img {
      width: 100%;
      display: block; }
  .organi-row {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .organi-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: var(--dist24);
    border-radius: 1.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#F4F4F4));
    background: linear-gradient(180deg, #FBFBFB 0%, #F4F4F4 100%);
    padding: 2.4rem;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .organi-item {
        padding: 1.6rem; } }
    .organi-item .icon {
      height: 8rem; }
      @media screen and (max-width: 600px) {
        .organi-item .icon {
          height: 6rem; } }
      .organi-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .organi-item .txt {
      font-size: 1.4rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 800px) {
        .organi-item .txt {
          font-size: 1.2rem; } }

.confetti-outer {
  position: absolute;
  z-index: 100; }

.confetti-inner {
  position: absolute;
  z-index: 100; }

.examsdt-head {
  text-align: center; }
  @media screen and (min-width: 1201px) {
    .examsdt-head {
      max-width: 82rem;
      margin: 0 auto 8rem; } }

.examsdt-frm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--dist48); }

.examsdt-des {
  max-width: 80.2rem;
  margin: 0 auto; }

@media screen and (min-width: 1201px) {
  .examsdt-btn .btn-main {
    min-width: 20rem;
    height: 5.6rem; }
    .examsdt-btn .btn-main .txt {
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz); } }

.exams {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1201px) {
    .exams.is-inview .dcor {
      -webkit-clip-path: inset(0 0 0 0) !important;
      clip-path: inset(0 0 0 0) !important; } }
  .exams-head {
    margin-bottom: var(--dist160);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .exams-head .txt {
      color: var(--color-text3);
      font-size: 1.6rem;
      font-weight: 700;
      text-transform: uppercase; }
  .exams-time {
    --f-sz: clamp(3.4rem, calc(-2.6rem + 7.5vw), 6.4rem);
    font-size: var(--f-sz);
    line-height: 1.1;
    font-family: var(--font-sec);
    padding: 0 .1em;
    background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .exams-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.2rem; }
    @media screen and (max-width: 1200px) {
      .exams-inner {
        gap: 3.2rem; } }
  .exams-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem; }
  .exams-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
    font-size: var(--f-sz);
    font-family: var(--font-sec);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (min-width: 1200px) {
      .exams-btn:hover img {
        -webkit-transform: translateX(0.4rem);
        transform: translateX(0.4rem); } }
    .exams-btn.disabled {
      opacity: 0;
      pointer-events: none; }
    @media screen and (min-width: 1200px) {
      .exams-btn.questsPrev:hover img {
        -webkit-transform: translateX(-0.4rem);
        transform: translateX(-0.4rem); } }
    .exams-btn.questsPrev img {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .exams-btn .txt {
      padding: 0 .1em;
      background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .exams-btn img {
      width: 1.6rem;
      height: 1.6rem;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  @media screen and (min-width: 1201px) {
    .exams-popup {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }
  .exams-popup .btn-main {
    width: 16rem;
    max-width: 100%; }
    @media screen and (min-width: 1201px) {
      .exams-popup .btn-main {
        height: 5.6rem;
        width: 20rem;
        max-width: 1005; }
        .exams-popup .btn-main .txt {
          --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
          font-size: var(--f-sz); } }
  .exams-dcor .dcor {
    position: absolute;
    z-index: -1;
    width: 40%;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .exams-dcor .dcor img {
      width: 100%;
      display: block; }
    .exams-dcor .dcor.left {
      left: 0; }
      @media screen and (min-width: 1201px) {
        .exams-dcor .dcor.left {
          -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); } }
    .exams-dcor .dcor.right {
      right: 0; }
      @media screen and (min-width: 1201px) {
        .exams-dcor .dcor.right {
          -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%); } }
  @media screen and (min-width: 1201px) {
    .exams-side {
      position: sticky;
      top: var(--size-hd); } }
  @media screen and (min-width: 1201px) {
    .exams-side .side-open {
      display: none; } }
  .exams-side-bdy {
    padding: 2.4rem;
    border: .1rem solid #ccc;
    width: 26rem;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .exams-side-bdy {
        background-color: var(--white);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; } }
  .exams-side-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--dist24); }
  @media screen and (min-width: 1201px) {
    .exams-side-head {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .exams-col {
      width: 100%; } }

@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    z-index: 57;
    height: calc(100vh - var(--size-hd));
    top: var(--size-hd);
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24rem; }
    .side-fixed.open {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .side-fixed .exams-side-head {
      padding: 1.2rem;
      border-bottom: .1rem solid #DB0000; }
    .side-fixed .exams-tt {
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      font-family: var(--font-sec);
      padding: 0 .1em;
      background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .side-fixed .exams-side-inner {
      padding: 1.2rem;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .side-fixed .pagi-ls {
      min-height: 0;
      overflow: hidden auto; } }

@media screen and (max-width: 1200px) {
  .side-overlay {
    position: fixed;
    z-index: 56;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none; }
    .side-overlay.open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

@media screen and (max-width: 1200px) {
  .side-open {
    position: fixed;
    z-index: 55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 20%;
    right: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background-color: var(--white);
    -webkit-box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .side-open img {
      width: 40%; }
    .side-open.close {
      opacity: 0; } }

.quests {
  display: none; }
  .quests.active {
    display: block; }
  .quests-tag {
    padding: 1rem var(--dist48);
    --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
    font-size: var(--f-sz);
    color: #fff;
    line-height: 1.3;
    font-family: var(--font-sec);
    background: var(--linear);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4rem;
    --h: 4.8rem;
    height: var(--h);
    position: absolute;
    z-index: 1;
    top: calc(-1 *var(--h)/2);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 800px) {
      .quests-tag {
        padding: .6rem 1.6rem;
        --h: 3.8rem; } }
  .quests-head {
    padding: 6.4rem 4rem 4rem;
    border: 0.1rem solid rgba(48, 87, 167, 0.3);
    background: rgba(48, 87, 167, 0.05);
    border-radius: 1.6rem;
    position: relative;
    text-align: center;
    margin-bottom: var(--dist40); }
    @media screen and (max-width: 800px) {
      .quests-head {
        padding: 4rem 2.4rem 2.4rem; } }
  .quests-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: var(--dist24); }
  .quests-item {
    grid-row: span 1; }
    .quests-item.disabled {
      opacity: 0.5; }
      @media screen and (min-width: 1200px) {
        .quests-item.disabled:hover {
          opacity: 1; } }
    .quests-item input {
      display: none; }
      .quests-item input:checked + .quests-lb {
        font-weight: 700;
        color: var(--color-pri); }
        .quests-item input:checked + .quests-lb::before {
          opacity: 1; }
  .quests-lb {
    height: 100%;
    border: 0.1rem solid rgba(48, 87, 167, 0.3);
    background: rgba(48, 87, 167, 0.05);
    border-radius: 1.6rem;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: var(--dist32);
    position: relative; }
    @media screen and (max-width: 800px) {
      .quests-lb {
        padding: 1.2rem;
        border-radius: 1.2rem; } }
    @media screen and (min-width: 1200px) {
      .quests-lb:hover {
        color: var(--color-pri); }
        .quests-lb:hover::before {
          opacity: 1; } }
    .quests-lb::before {
      position: absolute;
      content: '';
      inset: 0;
      border: .1rem solid #FA981B;
      border-radius: 1.6rem;
      background: linear-gradient(186deg, rgba(255, 180, 31, 0.2) -16.84%, rgba(219, 0, 0, 0.2) 117.95%);
      opacity: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }

.success-popup .popup-close {
  display: none !important; }

.success-popup .popup-main {
  width: 93rem; }

.success-popup .popup-overlay {
  pointer-events: none; }

.success-popup .gl-popup-bdy .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem; }

.success-popup .gl-popup-bdy .item {
  grid-row: span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .success-popup .gl-popup-bdy .item .text {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--color-text3);
    text-transform: uppercase; }
  .success-popup .gl-popup-bdy .item .txt {
    margin-top: auto;
    font-weight: 600;
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz);
    padding: 0 .1em;
    background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .success-popup .gl-popup-bdy .item .txt strong {
      font-weight: 700;
      --f-sz: clamp(2.2rem, calc(1rem + 1.5vw), 2.8rem);
      font-size: var(--f-sz); }

.submit-popup .popup-overlay {
  pointer-events: none; }

.submit-popup .popup-main {
  width: 66rem; }

.submit-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--dist32); }
  .submit-btns .btn-main {
    min-width: 15rem; }

.submit-title {
  --f-sz: clamp(3.4rem, calc(-2.6rem + 7.5vw), 6.4rem);
  font-size: var(--f-sz);
  padding: 0 .1em;
  background: linear-gradient(186deg, #FFB41F -16.84%, #DB0000 117.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: var(--font-sec);
  line-height: 1.2; }

.pagi-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem; }

.pagi-it {
  --pagi: 3.2rem;
  width: var(--pagi);
  height: var(--pagi);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: var(--color-text3);
  border: .1rem solid transparent; }
  @media screen and (max-width: 1200px) {
    .pagi-it {
      background: #ECF8E9; } }
  .pagi-it .txt {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .pagi-it.active {
    border-color: var(--color-text3);
    background: rgba(48, 87, 167, 0.05); }
  @media screen and (min-width: 1200px) {
    .pagi-it:hover {
      border-color: #ECF8E9;
      color: var(--color-text);
      background: #ECF8E9; } }
  .pagi-it.done {
    border-color: #ECF8E9;
    color: var(--color-text);
    background: #ECF8E9; }
    @media screen and (max-width: 1200px) {
      .pagi-it.done {
        border-color: #FA981B;
        background: linear-gradient(186deg, rgba(255, 180, 31, 0.2) -16.84%, rgba(219, 0, 0, 0.2) 117.95%); } }

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