@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/splitting/splitting.css");
@import url("../js/library/fancybox/fancybox.css");
:root {
  --pd-sc: 10rem;
  --transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  --recontainer: calc(100vw - (100vw - 120rem)/2);
  --half: calc((100vw - 120rem)/2);
  --Gray-300: #D0D5DD; }
  @media (max-width: 1200px) {
    :root {
      --pd-sc: 4rem;
      --radius: .8rem; } }

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 4rem; }
  @media screen and (max-width: 1250px) {
    .swiper-control {
      --size: 3rem; } }
  .swiper-control-btn {
    width: var(--size);
    height: var(--size);
    border-radius: 100rem;
    background-color: white;
    border: 0.1rem solid var(--color-pri);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    z-index: 5;
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
    color: var(--color-pri); }
    .swiper-control-btn::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; }
    .swiper-control-btn > * {
      position: relative;
      z-index: 90; }
    .swiper-control-btn.swiper-button-disabled {
      cursor: default;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 0.5;
      display: none; }
    @media screen and (min-width: 1025px) {
      .swiper-control-btn:hover:not(.swiper-button-disabled) {
        color: white !important; }
        .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
          left: 0;
          width: 100%; } }
  .swiper-control.white .swiper-control-btn {
    background-color: transparent;
    border-color: white;
    color: white; }
  @media screen and (max-width: 1350px) {
    .swiper-control.white.mobile-plus .swiper-control-btn {
      background-color: white;
      border-color: #26948A;
      color: #26948A; } }
  .swiper-control.posi .swiper-control-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .swiper-control.posi.minus .swiper-prev {
    right: calc(100% + 4rem); }
    @media screen and (max-width: 1350px) {
      .swiper-control.posi.minus .swiper-prev {
        right: unset;
        left: calc(var(--size) / 2 * -1); } }
  .swiper-control.posi.minus .swiper-next {
    left: calc(100% + 4rem); }
    @media screen and (max-width: 1350px) {
      .swiper-control.posi.minus .swiper-next {
        left: unset;
        right: calc(var(--size) / 2 * -1); } }
  @media screen and (max-width: 1100px) {
    .swiper-control.posi.minus.mobile-plus .swiper-prev {
      left: calc((var(--size) / 2 * -1) + (1.5rem / 2)); }
    .swiper-control.posi.minus.mobile-plus .swiper-next {
      right: calc((var(--size) / 2 * -1) + (1.5rem / 2)); } }
  .swiper-control.posi.midle .swiper-prev {
    left: calc(var(--size) / 2 * -1); }
  .swiper-control.posi.midle .swiper-next {
    right: calc(var(--size) / 2 * -1); }
  .swiper-control.posi.plus .swiper-prev {
    left: 1rem; }
  .swiper-control.posi.plus .swiper-next {
    right: 1rem; }
  @media screen and (max-width: 1100px) {
    .swiper-control.posi.mobile-plus .swiper-prev {
      left: calc((var(--size) / 2 * -1) + (1.5rem / 2)); }
    .swiper-control.posi.mobile-plus .swiper-next {
      right: calc((var(--size) / 2 * -1) + (1.5rem / 2)); } }

.page-home {
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow: unset; }
  .page-home .dnor {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-home .dnor-item {
      padding: 0 15px; }
  .page-home .dmini {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .page-home .dmini-item {
      padding: 0 5px; }
  .page-home .dsmall {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .page-home .dsmall-item {
      padding: 0 8px; }
  .page-home .row {
    --cg: 3rem;
    --rg: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1); }
    @media screen and (max-width: 800px) {
      .page-home .row {
        --cg: 1.5rem;
        --rg: 2rem; } }
  .page-home .rows {
    --cg: 3rem;
    --rg: 3rem;
    margin: 0 calc(var(--cg) / 2 * -1); }
  .page-home .col {
    width: 100%;
    padding: 0 calc(var(--cg) / 2);
    margin-bottom: var(--rg); }
    .page-home .col-11 {
      width: calc(11/12 * 100%); }
    .page-home .col-10 {
      width: calc(10/12 * 100%); }
    .page-home .col-9 {
      width: calc(9/12 * 100%); }
    .page-home .col-8 {
      width: calc(8/12 * 100%); }
    .page-home .col-7 {
      width: calc(7/12 * 100%); }
    .page-home .col-6 {
      width: 50%; }
    .page-home .col-5 {
      width: calc(5/12 * 100%); }
    .page-home .col-4 {
      width: calc(4/12 * 100%); }
    .page-home .col-3 {
      width: calc(3/12 * 100%); }
    .page-home .col-2 {
      width: calc(2/12 * 100%); }
    .page-home .col-1 {
      width: calc(1/12 * 100%); }
    .page-home .col-5i {
      width: calc(100% / 5); }
    .page-home .col-4i {
      width: calc(100% / 4); }
  .page-home ::-webkit-scrollbar {
    width: .5rem;
    height: .5rem; }
  .page-home ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .page-home ::-webkit-scrollbar-thumb {
    background: #26948A; }
  .page-home ::-webkit-scrollbar-thumb:hover {
    background: #26948A; }
  .page-home .fw-5 {
    font-weight: 500; }
  .page-home .fw-6 {
    font-weight: 600; }
  .page-home .fw-7 {
    font-weight: 700; }
  .page-home .fw-8 {
    font-weight: 800; }
  .page-home .fw-b {
    font-weight: bold; }
  .page-home .fsi {
    font-style: italic; }
  .page-home .t-up {
    text-transform: uppercase; }
  .page-home .t24 {
    font-size: 2.4rem;
    line-height: 1.2; }
    @media only screen and (max-width: 1200px) {
      .page-home .t24 {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .t24 {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 425px) {
      .page-home .t24 {
        font-size: 1.6rem; } }
  .page-home .t-heading {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media only screen and (max-width: 1200px) {
      .page-home .t-heading {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .t-heading {
        font-size: 2.2rem; } }
    .page-home .t-heading.white {
      color: white; }
    .page-home .t-heading.block {
      display: block; }
    .page-home .t-heading .quote {
      margin-right: 15px; }
    .page-home .t-heading.center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page-home .t-heading.m-mini {
      margin-bottom: 6px; }
    .page-home .t-heading.m-small {
      margin-bottom: 6px; }
    .page-home .t-heading.m-nor {
      margin-bottom: 24px; }
    .page-home .t-heading.m-large {
      margin-bottom: 30px; }
  .page-home .t-taken {
    font-family: 'SVN-Taken by Vultures', sans-serif;
    font-size: 7.2rem;
    line-height: 1.2;
    color: #26948A;
    font-weight: 400; }
    @media only screen and (max-width: 1200px) {
      .page-home .t-taken {
        font-size: 5rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .t-taken {
        font-size: 4rem; } }
    .page-home .t-taken.big {
      font-size: 11.2rem; }
      @media only screen and (max-width: 1200px) {
        .page-home .t-taken.big {
          font-size: 7rem; } }
      @media only screen and (max-width: 800px) {
        .page-home .t-taken.big {
          font-size: 5rem; } }
      @media only screen and (max-width: 600px) {
        .page-home .t-taken.big {
          font-size: 4rem; } }
  .page-home .heading-line {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 100px;
    color: rgba(46, 52, 73, 0.4);
    position: relative;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1200px) {
      .page-home .heading-line {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .heading-line {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 425px) {
      .page-home .heading-line {
        font-size: 1.6rem; } }
    @media screen and (max-width: 500px) {
      .page-home .heading-line {
        padding-left: 50px; } }
    .page-home .heading-line.white {
      color: white; }
      .page-home .heading-line.white::before {
        background-color: white; }
    .page-home .heading-line.double {
      padding-right: 100px; }
      @media screen and (max-width: 500px) {
        .page-home .heading-line.double {
          padding-right: 50px; } }
      .page-home .heading-line.double::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        height: 1px;
        width: 70px;
        background-color: rgba(0, 0, 0, 0.4); }
        @media screen and (max-width: 500px) {
          .page-home .heading-line.double::after {
            width: 40px; } }
    .page-home .heading-line::before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      height: 1px;
      width: 70px;
      background-color: rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 500px) {
        .page-home .heading-line::before {
          width: 40px; } }
  .page-home .container-second {
    width: 100%;
    max-width: 770px;
    height: 100%;
    margin: 0 auto; }
  .page-home .c-pri {
    color: #26948A; }
  .page-home .c-second {
    color: #2E3449; }
  .page-home .c-third {
    color: #f05123; }
  .page-home .c-white {
    color: white; }
  .page-home .bc-pri {
    background-color: #26948A; }
  .page-home .bc-second {
    background-color: #2E3449; }
  .page-home .bc-third {
    background-color: #f05123; }
  .page-home .over-hd {
    overflow: hidden; }
  .page-home .swiper-pagination {
    position: static; }
  .page-home .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 !important;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .page-home .head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .page-home .head {
        -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; } }
    .page-home .head-left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page-home .head-left {
          margin-bottom: 20px; } }
    .page-home .head-right {
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .page-home .head-right {
          margin-left: 0px;
          width: 100%; } }
  .page-home .nav-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto; }
    .page-home .nav-list::-webkit-scrollbar {
      display: none; }
  .page-home .nav-item {
    background: rgba(38, 148, 138, 0.1);
    border-radius: 100px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .page-home .nav-item:not(:first-child) {
      margin-left: 8px; }
    .page-home .nav-item.active {
      background-color: #26948A; }
      .page-home .nav-item.active .nav-link {
        color: white; }
    .page-home .nav-item:hover {
      background-color: #26948A; }
      .page-home .nav-item:hover .nav-link {
        color: white; }
  .page-home .nav-link {
    display: block;
    padding: 16px;
    color: #26948A;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
    min-width: 100px; }
  .page-home .side-left {
    width: calc(100%*(8/12)); }
    @media screen and (max-width: 1000px) {
      .page-home .side-left {
        width: 100%; } }
  .page-home .side-right {
    width: calc(100%*(4/12)); }
    @media screen and (max-width: 1000px) {
      .page-home .side-right {
        width: 100%; } }

@-webkit-keyframes scaleAni {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes scaleAni {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; } }
  .page-home .title-pri {
    color: #ffffff;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px; }
    @media only screen and (max-width: 1200px) {
      .page-home .title-pri {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .title-pri {
        font-size: 2.7rem; } }
    @media screen and (max-width: 425px) {
      .page-home .title-pri {
        font-size: 2.4rem;
        letter-spacing: 0.48px; } }
  .page-home .title-second {
    color: #2E3449;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1200px) {
      .page-home .title-second {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .title-second {
        font-size: 2.2rem; } }
    @media screen and (max-width: 800px) {
      .page-home .title-second {
        margin-bottom: calc(4rem / 2); } }
    @media screen and (max-width: 425px) {
      .page-home .title-second {
        font-size: 2rem;
        letter-spacing: 0.48px; } }
  .page-home .text-hori .char {
    -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
    transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0; }
  .page-home .text-hori.is-inview .char {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .page-home .text-verti .char {
    -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
    transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
    opacity: 0; }
  .page-home .text-verti.is-inview .char {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .page-home .fx-letter .char {
    -webkit-transition: 0.6s calc(var(--char-index) * .015s) ease-in-out;
    transition: 0.6s calc(var(--char-index) * .015s) ease-in-out;
    -webkit-transform: translate3d(80px, 50px, -300px) scaleY(0.01) rotateX(-90deg) rotateZ(-35deg);
    transform: translate3d(80px, 50px, -300px) scaleY(0.01) rotateX(-90deg) rotateZ(-35deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0; }
  .page-home .fx-letter.is-inview .char {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1) rotateX(0) rotateZ(0);
    transform: translate3d(0, 0, 0) scaleY(1) rotateX(0) rotateZ(0);
    opacity: 1; }
  .page-home .ss-mg-t {
    margin-top: var(--pd-sc); }
  .page-home .ss-mg-b {
    margin-bottom: var(--pd-sc); }
  .page-home .ss-pd {
    padding: var(--pd-sc) 0; }
  .page-home .ss-pd-t {
    padding-top: var(--pd-sc); }
  .page-home .ss-pd-b {
    padding-bottom: var(--pd-sc); }
  .page-home img {
    display: block; }
  .page-home .sidefix {
    position: fixed;
    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;
    right: 3rem;
    bottom: 12rem;
    z-index: 9;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .page-home .sidefix {
        gap: 1rem;
        right: 1.5rem; } }
    .page-home .sidefix-item {
      position: relative;
      background-color: var(--color-pri);
      border-radius: 100rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      cursor: pointer; }
      .page-home .sidefix-item:hover .sidefix-sub {
        -webkit-transform: scale(1);
        transform: scale(1); }
      .page-home .sidefix-item:nth-child(1) {
        background-color: transparent; }
        .page-home .sidefix-item:nth-child(1) .sidefix-link img {
          -webkit-animation: beat 2s infinite ease-out;
          animation: beat 2s infinite ease-out;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .page-home .sidefix-item:nth-child(2) .sidefix-link {
        border-radius: 4rem;
        background: #26948A; }
        .page-home .sidefix-item:nth-child(2) .sidefix-link img {
          -webkit-animation: phoneRing 1.2s linear infinite;
          animation: phoneRing 1.2s linear infinite;
          width: 1.8rem;
          height: 1.8rem; }
    .page-home .sidefix-sub {
      position: absolute;
      background: var(--color-pri);
      right: calc(100% + 1rem);
      padding: 1.5rem 1rem;
      border-radius: 1rem;
      bottom: 0;
      min-width: 20rem;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom; }
      .page-home .sidefix-sub::before {
        content: '';
        position: absolute;
        left: 100%;
        width: 1rem;
        height: 100%;
        top: 0; }
      .page-home .sidefix-sub::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent;
        border-left: 0.5rem solid var(--color-pri);
        left: 100%;
        bottom: 1.5rem; }
      .page-home .sidefix-sub-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem; }
        .page-home .sidefix-sub-item:not(:first-child) {
          margin-top: 1.2rem; }
        .page-home .sidefix-sub-item img {
          width: 3.2rem;
          height: 3.2rem; }
        .page-home .sidefix-sub-item .text {
          font-size: 1.4rem;
          line-height: 1.2; }
          .page-home .sidefix-sub-item .text-name {
            display: block;
            color: white;
            font-weight: 500; }
          .page-home .sidefix-sub-item .text-link {
            color: white; }
          @media screen and (min-width: 1025px) {
            .page-home .sidefix-sub-item .text:hover .text-link {
              text-decoration: underline; } }
    .page-home .sidefix-link {
      width: 4.8rem;
      height: 4.8rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      @media screen and (max-width: 800px) {
        .page-home .sidefix-link {
          width: 3.8rem;
          height: 3.8rem; } }
      .page-home .sidefix-link img {
        width: inherit;
        height: inherit; }
  .page-home .btn-esp-text {
    position: relative;
    z-index: 10; }
  @media screen and (max-width: 425px) {
    .page-home .btn-esp .curved,
    .page-home .btn-esp::before {
      -webkit-transform: unset;
      transform: unset; } }
  .page-home .button-circle .circle-bg {
    stroke: #26948A; }
  .page-home .bn {
    position: relative; }
    .page-home .bn .bn-it {
      width: 100%; }
      .page-home .bn .bn-it .image {
        padding-top: calc((562 / 1728) * 100%);
        position: relative;
        overflow: hidden;
        min-height: 37.5rem; }
        .page-home .bn .bn-it .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .page-home .bn .bn-content {
      position: absolute;
      bottom: -.1rem;
      left: 0;
      width: 100%;
      z-index: 1; }
      .page-home .bn .bn-content .title {
        position: relative;
        z-index: 2; }
    .page-home .bn .bn-content::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #2E3449; }
    .page-home .bn .bn-content-wrap {
      padding: 48px 100px 48px 56px;
      background-color: #2E3449;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: relative;
      border-radius: 0px 20px 0 0;
      min-height: 200px; }
    @media screen and (max-width: 1100px) {
      .page-home .bn .bn-content-wrap {
        padding: 20px;
        min-height: 100px; } }
    .page-home .bn .bn-content-wrap .skew {
      position: absolute;
      top: 0;
      right: -20px;
      height: 100%;
      width: 60px;
      background-color: #2E3449;
      -webkit-transform: skew(12deg);
      transform: skew(12deg);
      border-radius: 0 10px 0 0;
      z-index: 1; }
    .page-home .bn .bn-content-wrap .skew .curved {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      overflow: hidden;
      z-index: 1; }
    .page-home .bn .bn-content-wrap .skew .curved::before {
      content: '';
      position: absolute;
      width: 255%;
      height: 255%;
      border-radius: 30%; }
    .page-home .bn .bn-content-wrap .skew .curved-right {
      right: -19px;
      bottom: 2px; }
    .page-home .bn .bn-content-wrap .skew .curved-right::before {
      bottom: 0;
      left: 0;
      -webkit-box-shadow: -30px 30px 0 0 #2E3449;
      box-shadow: -30px 30px 0 0 #2E3449; }
    .page-home .bn .bn-content-text {
      color: white;
      font-weight: 700;
      font-size: 4rem;
      line-height: 1.2;
      position: relative;
      z-index: 2; }
    @media only screen and (max-width: 1200px) {
      .page-home .bn .bn-content-text {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .bn .bn-content-text {
        font-size: 2.7rem; } }
    @media screen and (max-width: 1100px) {
      .page-home .bn .bn-content-text {
        font-size: 2.7rem; } }
    @media screen and (max-width: 600px) {
      .page-home .bn .bn-content-text {
        font-size: 2rem; } }
  .page-home .why {
    position: relative;
    background: #2E3449; }
    .page-home .why .decor {
      pointer-events: none;
      content: '';
      position: absolute;
      bottom: -.1rem;
      right: 0;
      width: calc(140/1728 * 100%); }
      .page-home .why .decor img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom; }
  @media screen and (max-width: 1200px) {
    .page-home .why-wr.row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-home .why-wr.row .col-4,
      .page-home .why-wr.row .col-8 {
        width: 100%; } }
  .page-home .why-lf {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-home .why-lf .title-second {
      color: #FFF;
      font-weight: 700;
      margin-bottom: 0; }
    @media screen and (min-width: 1200px) {
      .page-home .why-lf {
        position: relative; }
        .page-home .why-lf::before {
          content: '';
          position: absolute;
          top: -10%;
          right: 1.5rem;
          width: 1px;
          height: 120%;
          background-color: #FFF;
          opacity: .2; } }
  @media screen and (max-width: 768px) {
    .page-home .why-rt-wr.row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-home .why-rt-wr.row .col {
        width: 100%; } }
  .page-home .why-it {
    width: 50%; }
    .page-home .why-it .why-it-wr {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2.4rem; }
    .page-home .why-it .ic {
      width: 5.6rem;
      height: 5.6rem; }
      @media screen and (max-width: 800px) {
        .page-home .why-it .ic {
          width: 4rem;
          height: 4rem; } }
      .page-home .why-it .ic img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .page-home .why-it .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .page-home .why-it .content .tt {
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.48px;
        text-wrap: pretty;
        margin-bottom: .8rem; }
        @media only screen and (max-width: 1200px) {
          .page-home .why-it .content .tt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .page-home .why-it .content .tt {
            font-size: 1.7rem; } }
        @media only screen and (max-width: 425px) {
          .page-home .why-it .content .tt {
            font-size: 1.6rem; } }
      .page-home .why-it .content .des {
        color: var(--Gray-300);
        text-wrap: pretty; }
  .page-home .tn {
    background: #F8F8F8;
    position: relative; }
    .page-home .tn .decor {
      pointer-events: none;
      content: '';
      position: absolute;
      top: -.1rem;
      right: 0;
      width: calc(140/1728 * 100%); }
      .page-home .tn .decor img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom;
        object-position: bottom; }
    @media screen and (max-width: 600px) {
      .page-home .tn .tn-it {
        width: 50%; } }
    .page-home .tn .tn-it:nth-child(3) .tn-it-wr .num .num-wr {
      gap: .8rem; }
    .page-home .tn .tn-it-wr .ic {
      width: 5.6rem;
      height: 5.6rem;
      margin: auto;
      margin-bottom: .8rem;
      position: relative; }
      @media screen and (max-width: 800px) {
        .page-home .tn .tn-it-wr .ic {
          width: 4rem;
          height: 4rem; } }
      @media screen and (max-width: 425px) {
        .page-home .tn .tn-it-wr .ic {
          width: 3.2rem;
          height: 3.2rem; } }
      .page-home .tn .tn-it-wr .ic::after {
        content: '';
        position: absolute;
        top: 120%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 6rem;
        height: 6rem;
        border-radius: 100px;
        opacity: 0.2;
        background: #26948A;
        -webkit-filter: blur(25px);
        filter: blur(25px);
        z-index: 2; }
        @media screen and (max-width: 800px) {
          .page-home .tn .tn-it-wr .ic::after {
            width: 4rem;
            height: 4rem; } }
      .page-home .tn .tn-it-wr .ic img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .page-home .tn .tn-it-wr .num .num-wr {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-home .tn .tn-it-wr .num .num-wr .num-n,
      .page-home .tn .tn-it-wr .num .num-wr .sym {
        color: #26948A;
        text-align: center;
        font-family: 'SF Pro Display', sans-serif;
        font-size: 5.6rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.12px; }
        @media only screen and (max-width: 1200px) {
          .page-home .tn .tn-it-wr .num .num-wr .num-n,
          .page-home .tn .tn-it-wr .num .num-wr .sym {
            font-size: 5.1rem; } }
        @media only screen and (max-width: 800px) {
          .page-home .tn .tn-it-wr .num .num-wr .num-n,
          .page-home .tn .tn-it-wr .num .num-wr .sym {
            font-size: 4rem; } }
        @media screen and (max-width: 425px) {
          .page-home .tn .tn-it-wr .num .num-wr .num-n,
          .page-home .tn .tn-it-wr .num .num-wr .sym {
            font-size: 2.4rem; } }
    .page-home .tn .tn-it-wr .text {
      margin-top: .8rem;
      color: #2E3449;
      text-align: center;
      font-family: 'SF Pro Display', sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.32px;
      text-transform: uppercase; }
      @media only screen and (max-width: 800px) {
        .page-home .tn .tn-it-wr .text {
          font-size: 1.4rem; } }
      @media only screen and (max-width: 425px) {
        .page-home .tn .tn-it-wr .text {
          font-size: 1.2rem; } }
      @media screen and (max-width: 425px) {
        .page-home .tn .tn-it-wr .text {
          font-size: 1.4rem;
          margin-top: unset; } }
  .page-home .blog-card .blog-card-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem; }
    @media screen and (max-width: 425px) {
      .page-home .blog-card .blog-card-wr {
        gap: 1.2rem; } }
    .page-home .blog-card .blog-card-wr .blog-card-lf {
      overflow: hidden; }
      .page-home .blog-card .blog-card-wr .blog-card-lf .image {
        display: block;
        width: 20rem;
        height: 20rem; }
        .page-home .blog-card .blog-card-wr .blog-card-lf .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-transition: .3s;
          transition: .3s; }
        @media screen and (min-width: 1025px) {
          .page-home .blog-card .blog-card-wr .blog-card-lf .image:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
    .page-home .blog-card .blog-card-wr .blog-card-rt {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt {
        margin-bottom: 0.8rem;
        color: #2E3449;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.48px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-transition: .3s;
        transition: .3s; }
        @media screen and (max-width: 800px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt {
            margin-bottom: calc(0.8rem / 2); } }
        @media only screen and (max-width: 1200px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt {
            font-size: 1.7rem; } }
        @media only screen and (max-width: 425px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt {
            font-size: 1.6rem; } }
        @media screen and (min-width: 1025px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt:hover {
            color: #26948A; } }
        @media screen and (max-width: 425px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .tt {
            font-size: 1.4rem; } }
      .page-home .blog-card .blog-card-wr .blog-card-rt .content .des {
        margin-bottom: 1.6rem;
        color: #2E3449;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.28px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media screen and (max-width: 800px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .des {
            margin-bottom: calc(1.6rem / 2); } }
        @media screen and (max-width: 425px) {
          .page-home .blog-card .blog-card-wr .blog-card-rt .content .des {
            font-size: 1rem; } }
  @media screen and (max-width: 425px) {
    .page-home .blog-related .title-second {
      margin-bottom: 1.6rem; } }
  @media screen and (min-width: 769px) {
    .page-home .blog-related .blog-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
      row-gap: 2.4rem;
      -webkit-column-gap: 3rem;
      -moz-column-gap: 3rem;
      column-gap: 3rem; } }
  @media screen and (min-width: 769px) and (max-width: 800px) {
    .page-home .blog-related .blog-list {
      row-gap: 1.2rem;
      -webkit-column-gap: 1.5rem;
      -moz-column-gap: 1.5rem;
      column-gap: 1.5rem; } }
  @media (min-width: 769px) and (max-width: 1200px) {
    .page-home .blog-related .blog-card:not(:first-child) .blog-card-wr .blog-card-lf {
      width: 16rem;
      height: 16rem; } }
  @media screen and (max-width: 768px) {
    .page-home .blog-related .blog-card:not(:last-child) {
      margin-bottom: 1.2rem; }
    .page-home .blog-related .blog-card .blog-card-wr .blog-card-lf {
      width: 16rem;
      height: 16rem; } }
  @media screen and (max-width: 768px) and (max-width: 425px) {
    .page-home .blog-related .blog-card .blog-card-wr .blog-card-lf {
      width: 10rem;
      height: 10rem; } }
  @media screen and (max-width: 768px) {
    .page-home .blog-related .blog-card .button {
      display: none; } }
  @media screen and (min-width: 769px) {
    .page-home .blog-related .blog-card:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1/4; }
      .page-home .blog-related .blog-card:nth-child(1) .blog-card-wr {
        display: block; }
      .page-home .blog-related .blog-card:nth-child(1) .blog-card-lf {
        margin-bottom: 1.6rem; }
        .page-home .blog-related .blog-card:nth-child(1) .blog-card-lf .image {
          width: unset;
          height: unset; }
          .page-home .blog-related .blog-card:nth-child(1) .blog-card-lf .image img {
            aspect-ratio: 568/525; }
      .page-home .blog-related .blog-card:nth-child(1) .blog-card-rt .button {
        display: none; } }
  .page-home .cp {
    overflow: hidden; }
  .page-home .cpSlider {
    position: relative;
    margin: 0 -1.5rem; }
    @media screen and (max-width: 425px) {
      .page-home .cpSlider {
        margin: unset; } }
  .page-home .cp-wr {
    margin: unset; }
    .page-home .cp-wr.row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .page-home .cp-wr.row .col {
        margin-bottom: unset; }
  @media screen and (max-width: 900px) {
    .page-home .cp-it {
      width: calc(100% / 2); } }
  @media screen and (max-width: 425px) {
    .page-home .cp-it {
      width: 100%;
      padding: 0 1.5rem; } }
  .page-home .cp-it-wr {
    position: relative; }
    .page-home .cp-it-wr .image {
      position: relative;
      display: block; }
      .page-home .cp-it-wr .image .btn-play {
        width: 6.4rem;
        height: 6.4rem;
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        cursor: pointer;
        pointer-events: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 1200px) {
          .page-home .cp-it-wr .image .btn-play {
            width: 4.4rem;
            height: 4.4rem; } }
        @media screen and (max-width: 425px) {
          .page-home .cp-it-wr .image .btn-play {
            top: 36%; } }
        .page-home .cp-it-wr .image .btn-play::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          top: 0rem;
          left: 0rem;
          position: absolute;
          z-index: -1;
          border-radius: 50%;
          background-color: #ffffff;
          -webkit-animation: scaleAni 1.8s linear infinite;
          animation: scaleAni 1.8s linear infinite;
          opacity: 0; }
        .page-home .cp-it-wr .image .btn-play::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          top: 0rem;
          left: 0rem;
          position: absolute;
          z-index: -1;
          border-radius: 50%;
          background-color: #ffffff;
          -webkit-animation: scaleAni 1.8s linear infinite;
          animation: scaleAni 1.8s linear infinite;
          opacity: 0;
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
        .page-home .cp-it-wr .image .btn-play i {
          color: #26948A;
          font-size: 2rem;
          padding-left: .2rem; }
          @media screen and (max-width: 1200px) {
            .page-home .cp-it-wr .image .btn-play i {
              font-size: 1.4rem; } }
      .page-home .cp-it-wr .image-inner {
        padding-top: calc((401 / 556) * 100%);
        position: relative;
        overflow: hidden; }
        .page-home .cp-it-wr .image-inner img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .page-home .cp-it-wr .content {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(38, 148, 138, 0.8);
      min-height: 9rem;
      width: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .page-home .cp-it-wr .content .tt {
        margin: 1.6rem;
        color: #FFF;
        text-align: center;
        font-family: 'SF Pro Display', sans-serif;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.48px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-wrap: pretty; }
        @media screen and (max-width: 800px) {
          .page-home .cp-it-wr .content .tt {
            margin: .8rem; } }
        @media only screen and (max-width: 1200px) {
          .page-home .cp-it-wr .content .tt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .page-home .cp-it-wr .content .tt {
            font-size: 1.7rem; } }
        @media only screen and (max-width: 425px) {
          .page-home .cp-it-wr .content .tt {
            font-size: 1.6rem; } }
  .page-home .cp-control {
    content: '';
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: calc(100% - 3rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
    .page-home .cp-control .swiper-control-btn.swiper-prev {
      margin-left: 1.5rem; }
    .page-home .cp-control .swiper-control-btn.swiper-next {
      margin-right: 1.5rem; }
    @media screen and (min-width: 1025px) {
      .page-home .cp-control .swiper-control-btn.swiper-prev:hover i, .page-home .cp-control .swiper-control-btn.swiper-next:hover i {
        color: #26948A; } }
  .page-home .pro .pro-img {
    padding-top: calc((401 / 570)* 100%); }
  .page-home .pro .project-img img {
    -o-object-fit: cover;
    object-fit: cover; }
  .page-home .pro .style {
    background: #26948A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: 100%; }
    .page-home .pro .style img {
      width: 10.2rem;
      height: 10.2rem; }
      @media screen and (max-width: 800px) {
        .page-home .pro .style img {
          width: 6.2rem;
          height: 6.2rem; } }
      @media screen and (max-width: 425px) {
        .page-home .pro .style img {
          width: 2.4rem;
          height: 2.4rem; } }
  .page-home .pro .project-img:hover .project-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .page-home .pro .project-btn {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    -webkit-transition-delay: .8s;
    transition-delay: .8s; }
  .page-home .pro .project-content-head {
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in; }
  @media screen and (max-width: 425px) {
    .page-home .pro .project-name {
      font-size: 1.6rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; } }
  @media screen and (max-width: 425px) {
    .page-home .pro .project-des p {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .page-home .dv .title-second {
      margin-top: 4rem; } }
  .page-home .dv .dv-slider-main .dv-posi {
    height: unset;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 0; }
  .page-home .dv .dv-slider-main .swiper-slide.swiper-slide-active .dv-posi {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .page-home .dv .dv-control-posi.second {
    height: unset; }
    @media screen and (max-width: 425px) {
      .page-home .dv .dv-control-posi.second {
        display: none; } }
  .page-home .dv .dv-content .tt {
    color: #FFF;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .page-home .dv .dv-content .tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .page-home .dv .dv-content .tt {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 425px) {
      .page-home .dv .dv-content .tt {
        font-size: 1.6rem; } }
  .page-home .dv .dv-content .sub {
    color: #FFF;
    text-align: center;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px; }
  .page-home .dv .dv-control {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-home .dv .dv-control.second {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 800px) {
        .page-home .dv .dv-control.second {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .page-home .dv .dv-control-posi {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10%;
      z-index: 10;
      pointer-events: none; }
      @media screen and (max-width: 800px) {
        .page-home .dv .dv-control-posi {
          bottom: 50%; } }
    .page-home .dv .dv-control-con {
      width: 1200px;
      padding: 0 15px;
      margin: 0 auto;
      max-width: 100%;
      height: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .page-home .dv .dv-control-btn {
      width: 40px;
      height: 40px;
      border-radius: 100rem;
      background-color: rgba(0, 0, 0, 0.1);
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      pointer-events: visible;
      position: relative; }
      @media screen and (max-width: 800px) {
        .page-home .dv .dv-control-btn {
          background-color: white; } }
      @media screen and (max-width: 500px) {
        .page-home .dv .dv-control-btn {
          width: 30px;
          height: 30px; } }
      .page-home .dv .dv-control-btn:hover {
        background-color: white; }
      .page-home .dv .dv-control-btn:not(:first-child) {
        margin-left: 8px; }
      .page-home .dv .dv-control-btn .icon {
        color: #26948A;
        font-weight: 300;
        font-size: 2.4rem;
        position: relative;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 500px) {
          .page-home .dv .dv-control-btn .icon {
            font-size: 1.8rem; } }
      .page-home .dv .dv-control-btn.second {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .page-home .dv .dv-control-btn.second.swiper-next {
          margin-right: -80px; }
          @media screen and (max-width: 1400px) {
            .page-home .dv .dv-control-btn.second.swiper-next {
              margin-right: 0; } }
        .page-home .dv .dv-control-btn.second.swiper-prev {
          margin-left: -80px; }
          @media screen and (max-width: 1400px) {
            .page-home .dv .dv-control-btn.second.swiper-prev {
              margin-left: 0; } }
  .page-home .dv .dv-slider-all {
    height: calc(100vw*(908 / 1728)); }
    @media screen and (max-width: 425px) {
      .page-home .dv .dv-slider-all {
        height: calc(100vw*(198 / 375)); } }
  .page-home .dv .dv-slider-sub {
    height: calc(336/900 * 100%);
    width: calc(96/1728 * 100%); }
    @media screen and (max-width: 800px) {
      .page-home .dv .dv-slider-sub {
        display: none; } }
    .page-home .dv .dv-slider-sub .swiper-slide {
      border: 2px solid transparent;
      -webkit-transition: .2s linear;
      transition: .2s linear; }
      .page-home .dv .dv-slider-sub .swiper-slide .dv-sub-item {
        height: 100%; }
        .page-home .dv .dv-slider-sub .swiper-slide .dv-sub-item .image {
          padding-top: calc((72 / 96) * 100%);
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 100%; }
          .page-home .dv .dv-slider-sub .swiper-slide .dv-sub-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
      .page-home .dv .dv-slider-sub .swiper-slide.swiper-slide-thumb-active {
        border: 2px solid #ffffff; }
  @media screen and (max-width: 425px) {
    .page-home .dv .dv-con {
      padding: .8rem; } }
  @media screen and (max-width: 425px) {
    .page-home .dv .dv-content .sub,
    .page-home .dv .dv-posi .btn-esp-line {
      display: none; } }
  .page-home .step-igc {
    --step-bg-color: #26948A;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 1; }
    .page-home .step-igc.none .marketing-tag {
      opacity: 0; }
    .page-home .step-igc .sticky-step {
      position: relative; }
    .page-home .step-igc .marketing-tag-wrap {
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all .5s linear;
      transition: all .5s linear;
      z-index: 91; }
      @media screen and (max-width: 1200px) {
        .page-home .step-igc .marketing-tag-wrap {
          top: 5.5rem; } }
      @media screen and (max-width: 1100px) {
        .page-home .step-igc .marketing-tag-wrap {
          top: 4.9rem; } }
      .page-home .step-igc .marketing-tag-wrap .container {
        height: 0; }
    @media screen and (max-width: 1200px) {
      .page-home .step-igc .marketing-tag-wrap {
        background: #fff; } }
    .page-home .step-igc .stick-step-wrap {
      position: sticky;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 9;
      -webkit-transition: all .42s ease-in-out;
      transition: all .42s ease-in-out; }
      @media screen and (max-width: 1200px) {
        .page-home .step-igc .stick-step-wrap {
          top: 5.9rem; } }
    .page-home .step-igc .step-container {
      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: 1200px) {
      .page-home .step-igc .step-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        cursor: -webkit-grab;
        cursor: grab;
        gap: .8rem; } }
    .page-home .step-igc .step-container .item {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      cursor: -webkit-grab;
      cursor: grab; }
    .page-home .step-igc .step-container::-webkit-scrollbar {
      display: none; }
    .page-home .step-igc .step-container .item:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    .page-home .step-igc .marketing-tag {
      -webkit-transition: all .5s linear;
      transition: all .5s linear;
      position: relative;
      top: 6.4rem;
      left: -1.2rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      padding: 1.2rem; }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .marketing-tag {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 576px) {
      .page-home .step-igc .marketing-tag {
        overflow: hidden; } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .marketing-tag::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 1.2rem;
        border: 1px solid #2E3449;
        -webkit-backdrop-filter: blur(6.4px);
        backdrop-filter: blur(6.4px);
        background: rgba(255, 255, 255, 0.5);
        z-index: -1; } }
    .page-home .step-igc .marketing-tag .item {
      border-radius: .8rem;
      position: relative;
      z-index: 1; }
    @media screen and (max-width: 1200px) {
      .page-home .step-igc .marketing-tag .item:not(:first-child)::before {
        right: -2.9rem; } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .marketing-tag .item::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -3.2rem;
        width: 1.8rem;
        height: 2.5rem;
        border-bottom: 0.1rem solid var(--step-bg-color);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .marketing-tag .item::before {
        left: auto;
        right: -3.1rem;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .marketing-tag .item::after {
        content: "";
        display: block;
        position: absolute;
        top: 2.2rem;
        left: -1.5rem;
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        background: var(--step-bg-color);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .marketing-tag .item::after {
        left: auto;
        right: -1.8rem; } }
    .page-home .step-igc .marketing-tag .item.current {
      background-color: var(--step-bg-color); }
    .page-home .step-igc .marketing-tag .item.current::after,
    .page-home .step-igc .marketing-tag .item.current::before {
      opacity: 1; }
    @media screen and (min-width: 1025px) {
      .page-home .step-igc .marketing-tag .item:hover {
        background-color: var(--step-bg-color);
        color: var(--btn_bg); } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag-wrap {
        position: sticky;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        padding-left: 3.2rem;
        z-index: 91; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag-wrap {
        padding-left: 1.2rem;
        left: auto;
        right: 0;
        -webkit-transform: rotateY(180deg) translateX(-100%);
        transform: rotateY(180deg) translateX(-100%); } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag-wrap::before {
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3.2rem;
        width: .1rem;
        height: 100vh;
        background: #2E3449; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag-wrap::before {
        left: 1.2rem; } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag {
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        position: relative;
        top: 12rem;
        left: 0.6rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.2rem; }
      .page-home .step-igc .stick-step-wrap .marketing-tag::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        border: 1px solid #2E3449;
        -webkit-backdrop-filter: blur(6.4px);
        backdrop-filter: blur(6.4px);
        background: rgba(255, 255, 255, 0.5);
        z-index: -1; }
      .page-home .step-igc .stick-step-wrap .marketing-tag .item {
        border-radius: .6rem;
        position: relative;
        z-index: 1; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag .item:not(:first-child)::before {
        right: -2.9rem; } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag .item::before {
        content: "";
        display: block;
        position: absolute;
        top: -1rem;
        left: -3.2rem;
        width: 1.8rem;
        height: 2.5rem;
        border-bottom: 0.1rem solid var(--step-bg-color);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag .item::before {
        left: auto;
        right: -3.1rem;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag .item::after {
        content: "";
        display: block;
        position: absolute;
        top: 1.3rem;
        left: -1.5rem;
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        background: var(--step-bg-color);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
    @media screen and (min-width: 1201px) and (max-width: 1200px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag .item::after {
        left: auto;
        right: -1.8rem; } }
    @media screen and (min-width: 1201px) {
      .page-home .step-igc .stick-step-wrap .marketing-tag .item.current {
        background-color: var(--step-bg-color); }
      .page-home .step-igc .stick-step-wrap .marketing-tag .item.current::after,
      .page-home .step-igc .stick-step-wrap .marketing-tag .item.current::before {
        opacity: 1; }
      .page-home .step-igc .stick-step-wrap .marketing-tag .item:hover {
        background-color: var(--step-bg-color);
        color: var(--btn_bg); } }
    .page-home .step-igc .marketing-tag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .6rem;
      padding: 1rem 0;
      z-index: 50;
      top: 0;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      padding-left: calc(1 * 100% / 12); }
    @media screen and (max-width: 1200px) {
      .page-home .step-igc .marketing-tag {
        padding-left: 0;
        padding: .6rem;
        gap: .6rem; } }
    @media screen and (max-width: 768px) {
      .page-home .step-igc .marketing-tag::-webkit-scrollbar {
        height: .3rem; } }
    @media screen and (max-width: 768px) {
      .page-home .step-igc .marketing-tag::-webkit-scrollbar-thumb {
        background-color: #3a3a3a62; } }
    .page-home .step-igc .marketing-tag.sticky {
      position: fixed;
      top: 14rem; }
    .page-home .step-igc .marketing-tag .item {
      width: 100%;
      cursor: pointer;
      white-space: nowrap;
      padding: .4rem 1.8rem;
      font-size: 1.5rem;
      font-weight: 600;
      color: var(--step-txt-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: .8rem;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media screen and (max-width: 1200px) {
        .page-home .step-igc .marketing-tag .item {
          color: #26948A; } }
      @media screen and (max-width: 1200px) {
        .page-home .step-igc .marketing-tag .item.none {
          display: none; } }
    .page-home .step-igc .marketing-tag .item:hover {
      background-color: var(--step-bg-color);
      color: #fff; }
    .page-home .step-igc .marketing-tag .item.current {
      background-color: var(--step-bg-color);
      color: #fff; }
    .page-home .step-igc .marketing-tag {
      padding: .8rem;
      z-index: 91; }
      @media screen and (max-width: 1200px) {
        .page-home .step-igc .marketing-tag {
          background: #ffffff;
          width: calc(100% + 3rem);
          left: -1.5rem;
          -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11); }
          .page-home .step-igc .marketing-tag .item {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
      @media screen and (max-width: 900px) {
        .page-home .step-igc .marketing-tag .step-container {
          overflow: scroll auto; } }
    .page-home .step-igc .marketing-tag {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .page-home .step-igc .marketing-tag::before {
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      .page-home .step-igc .marketing-tag .step-container {
        -webkit-transition: .3s ease;
        transition: .3s ease; }
      @media screen and (min-width: 1201px) {
        .page-home .step-igc .marketing-tag .item {
          padding: .4rem;
          -webkit-transition: .3s ease;
          transition: .3s ease; } }
      @media screen and (max-width: 1200px) {
        .page-home .step-igc .marketing-tag .item {
          padding: .4rem .8rem; } }
      .page-home .step-igc .marketing-tag .item .ic {
        width: 2rem;
        height: 2rem;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
        @media screen and (max-width: 1200px) {
          .page-home .step-igc .marketing-tag .item .ic {
            display: none; } }
        .page-home .step-igc .marketing-tag .item .ic img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .page-home .step-igc .marketing-tag .item.current img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(294deg) brightness(101%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(294deg) brightness(101%) contrast(101%);
        -webkit-transition: .1s;
        transition: .1s; }
      @media screen and (min-width: 1201px) {
        .page-home .step-igc .marketing-tag .item .text {
          width: 0;
          opacity: 0;
          text-align: center; } }
      @media screen and (min-width: 1025px) {
        .page-home .step-igc .marketing-tag:hover .item {
          padding: .4rem 1.8rem; }
          .page-home .step-igc .marketing-tag:hover .item .ic {
            width: 0; }
          .page-home .step-igc .marketing-tag:hover .item .text {
            width: 100%;
            opacity: 1; } }
  @media screen and (max-width: 425px) {
    .page-home .dg .t-heading {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      margin-bottom: 1.6rem;
      color: #2E3449;
      font-family: 'SF Pro Display', sans-serif;
      font-size: 2rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.4px; }
      .page-home .dg .t-heading .quote {
        display: none; } }
  .page-home .pt-wr .mona-content {
    font-family: 'SF Pro Display', sans-serif; }
    .page-home .pt-wr .mona-content a {
      color: #26948A !important; }
    .page-home .pt-wr .mona-content ul,
    .page-home .pt-wr .mona-content ol {
      background: #F5F5F5;
      padding-left: unset;
      padding: 2rem 1.2rem; }
      @media screen and (max-width: 800px) {
        .page-home .pt-wr .mona-content ul,
        .page-home .pt-wr .mona-content ol {
          padding: 1rem .6rem; } }
    .page-home .pt-wr .mona-content blockquote {
      margin: unset;
      padding: unset;
      border-left: unset;
      background: rgba(38, 148, 138, 0.3);
      padding-top: 2.8rem;
      padding-bottom: 2.8rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem; }
      @media screen and (max-width: 800px) {
        .page-home .pt-wr .mona-content blockquote {
          padding-top: calc(2.8rem / 2); } }
      @media screen and (max-width: 800px) {
        .page-home .pt-wr .mona-content blockquote {
          padding-bottom: calc(2.8rem / 2); } }
      @media screen and (max-width: 800px) {
        .page-home .pt-wr .mona-content blockquote {
          padding-left: calc(2.4rem / 2); } }
      @media screen and (max-width: 800px) {
        .page-home .pt-wr .mona-content blockquote {
          padding-right: calc(2.4rem / 2); } }
      .page-home .pt-wr .mona-content blockquote ul,
      .page-home .pt-wr .mona-content blockquote ol {
        padding: unset;
        background: transparent;
        margin-bottom: unset; }
      .page-home .pt-wr .mona-content blockquote p {
        margin-top: unset; }
    .page-home .pt-wr .mona-content .scroll-table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 4rem; }
      @media screen and (max-width: 1200px) {
        .page-home .pt-wr .mona-content .scroll-table {
          overflow: scroll; } }
      .page-home .pt-wr .mona-content .scroll-table table {
        margin-bottom: .5rem; }
      .page-home .pt-wr .mona-content .scroll-table table {
        border-collapse: separate !important;
        width: 117rem !important;
        max-width: 117rem; }
        .page-home .pt-wr .mona-content .scroll-table table p {
          margin: unset; }
        @media screen and (max-width: 425px) {
          .page-home .pt-wr .mona-content .scroll-table table {
            font-size: 1.4rem; } }
        .page-home .pt-wr .mona-content .scroll-table table td {
          z-index: 0; }
        .page-home .pt-wr .mona-content .scroll-table table thead th:nth-child(1),
        .page-home .pt-wr .mona-content .scroll-table table thead td:nth-child(1) {
          background: #26948A; }
        .page-home .pt-wr .mona-content .scroll-table table tbody td:nth-child(1) {
          background: #ffffff; }
        .page-home .pt-wr .mona-content .scroll-table table thead tr:nth-child(1) th:nth-child(1),
        .page-home .pt-wr .mona-content .scroll-table table thead tr:nth-child(1) td:nth-child(1),
        .page-home .pt-wr .mona-content .scroll-table table tbody td:nth-child(1) {
          /* For Safari */
          position: sticky;
          left: 0;
          /* Ensure the sticky column has a background */
          z-index: 90;
          /* Ensure the sticky column is on top of other columns */ }
          @media screen and (max-width: 425px) {
            .page-home .pt-wr .mona-content .scroll-table table thead tr:nth-child(1) th:nth-child(1),
            .page-home .pt-wr .mona-content .scroll-table table thead tr:nth-child(1) td:nth-child(1),
            .page-home .pt-wr .mona-content .scroll-table table tbody td:nth-child(1) {
              text-wrap: pretty;
              width: 10% !important; } }
        .page-home .pt-wr .mona-content .scroll-table table thead {
          background: #26948A; }
        .page-home .pt-wr .mona-content .scroll-table table tbody tr:nth-child(even) {
          background: #F5F5F5 !important; }
          .page-home .pt-wr .mona-content .scroll-table table tbody tr:nth-child(even) td {
            background: #F5F5F5 !important; }
  .page-home .dv-slider-all {
    display: block; }
  .page-home .dv-slider-sub {
    left: unset;
    right: 2rem;
    top: 8rem; }
    @media screen and (max-width: 1200px) {
      .page-home .dv-slider-sub {
        top: 6rem; } }

.back-to-top {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #2E3449;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 5.5rem;
  right: 3rem;
  z-index: 9;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; }
  @media screen and (max-width: 768px) {
    .back-to-top {
      right: 1.5rem;
      width: 3.8rem;
      height: 3.8rem;
      bottom: 7rem; } }
  .back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px; }
    .back-to-top .triangle:nth-child(1) {
      -webkit-animation: BTT 1.5s linear 0.6s infinite;
      animation: BTT 1.5s linear 0.6s infinite; }
    .back-to-top .triangle:nth-child(2) {
      -webkit-animation: BTT 1.5s linear 0.3s infinite;
      animation: BTT 1.5s linear 0.3s infinite; }
    .back-to-top .triangle:nth-child(3) {
      -webkit-animation: BTT 1.5s linear 0s infinite;
      animation: BTT 1.5s linear 0s infinite; }
  @media only screen and (min-width: 901px) {
    .back-to-top:hover {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.fancybox__nav,
.fancybox__thumbs {
  display: none; }
  
  .contact-input-number input {
    margin-bottom: 0;
}
li.header-search-form.search-form {
    width: 100%;
}
input#woocommerce-product-search-field-0{
    font-family: 'SF Pro Display', sans-serif;
    height: 48px;
    border-radius: 100px;
    background-color: #F8F8F8;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 30px 0 55px;
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.5;
    border: 1px solid transparent;
    transition: 0.3s ease;
}
.searchform .button.icon {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none !important;
}
.searchform .icon-search:before {
    color: #26948a;
}
/*# sourceMappingURL=backdoor.css.map */