@charset "UTF-8";
@import url("../assets/font/Baloo/stylesheet.css");
@import url("../assets/font/inter/stylesheet.css");
@import url("../assets/font/SVN-Poppins/stylesheet.css");
@import url("../assets/font/Plus_Jakarta_Sans/stylesheet.css");
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem; }
  .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: 1.2rem; }
  .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; }
    .social-item:hover .social-link {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    .social-item i {
      --f-sz: 1.6rem;
      font-size: var(--f-sz); }
      @media screen and (max-width: 800px) {
        .social-item i {
          --f-sz: 1.4rem; } }
    .social-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .social-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;
    width: 3.2rem;
    height: 3.2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%; }

.row {
  --col-gap: 3.2rem;
  --row-gap: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--col-gap) / 2 * -1) calc(var(--row-gap) * -1); }
  @media screen and (max-width: 1000px) {
    .row {
      --col-gap: 2rem;
      --row-gap: 2rem; } }

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

@-webkit-keyframes titledecor {
  0% {
    -webkit-transform: scale(0.2) translate(100%);
    transform: scale(0.2) translate(100%);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1; } }

@keyframes titledecor {
  0% {
    -webkit-transform: scale(0.2) translate(100%);
    transform: scale(0.2) translate(100%);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes shake3D {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0); } }

@keyframes shake3D {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0); } }

@-webkit-keyframes shake3DCus {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(-10px, 10px, 0);
    transform: translate3d(-10px, 10px, 0); } }

@keyframes shake3DCus {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(10px, -10px, 0);
    transform: translate3d(10px, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(-10px, 10px, 0);
    transform: translate3d(-10px, 10px, 0); } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Ban đầu không xoay */ }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    /* Xoay sang trái */ }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    /* Xoay sang phải */ }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    /* Lắc nhẹ sang trái */ } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Ban đầu không xoay */ }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    /* Xoay sang trái */ }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    /* Xoay sang phải */ }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    /* Lắc nhẹ sang trái */ } }

@-webkit-keyframes dance-2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); }
  20% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg); }
  40% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg); }
  60% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg); }
  80% {
    -webkit-transform: translate(0, 3rem) rotate(-5deg);
    transform: translate(0, 3rem) rotate(-5deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); } }

@keyframes dance-2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); }
  20% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg); }
  40% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
    transform: translate(0, 0) rotate(-5deg); }
  60% {
    -webkit-transform: translate(0, 0) rotate(5deg);
    transform: translate(0, 0) rotate(5deg); }
  80% {
    -webkit-transform: translate(0, 3rem) rotate(-5deg);
    transform: translate(0, 3rem) rotate(-5deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -6deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -6deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 6deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 6deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -6deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -6deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -6deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -6deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 6deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 6deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -6deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -6deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@-webkit-keyframes OutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes OutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@-webkit-keyframes OutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes OutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@-webkit-keyframes lefttoright {
  0% {
    -webkit-transform: translate(-100%, 0) scale(0.7);
    transform: translate(-100%, 0) scale(0.7);
    opacity: 0; }
  80% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    opacity: .7; }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1; } }

@-webkit-keyframes righttoleft {
  0% {
    -webkit-transform: translate(100%, 0) scale(0.7);
    transform: translate(100%, 0) scale(0.7);
    opacity: 0; }
  80% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    opacity: .7; }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1; } }

@-webkit-keyframes cloud {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  20% {
    opacity: .8; }
  50% {
    opacity: 1; }
  60% {
    opacity: .8; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }

@keyframes cloud {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  20% {
    opacity: .8; }
  50% {
    opacity: 1; }
  60% {
    opacity: .8; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }

@-webkit-keyframes flash {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes flash {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes star {
  0% {
    opacity: .3;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: .3;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes star {
  0% {
    opacity: .3;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: .3;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@-webkit-keyframes animate-svg {
  0% {
    stroke-dashoffset: 100%;
    stroke-dasharray: 100%; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100%; } }

@keyframes animate-svg {
  0% {
    stroke-dashoffset: 100%;
    stroke-dasharray: 100%; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100%; } }

@-webkit-keyframes rotatecus {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; } }

@keyframes rotatecus {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; }
  50% {
    opacity: .6; }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes fadel {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadel {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fader {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fader {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes shakeY-cus {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

@keyframes shakeY-cus {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    opacity: .6; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    opacity: .6; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes cluippathcenter {
  0% {
    -webkit-clip-path: inset(0 50% 0 50%);
    clip-path: inset(0 50% 0 50%); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@keyframes cluippathcenter {
  0% {
    -webkit-clip-path: inset(0 50% 0 50%);
    clip-path: inset(0 50% 0 50%); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@-webkit-keyframes reveal {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); } }

@keyframes reveal {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%); }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); } }

@-webkit-keyframes frame {
  100% {
    stroke-dashoffset: 0; } }

@keyframes frame {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes zoomin2 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes zoomin2 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .6; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

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

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

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@-webkit-keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-webkit-keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes flip {
  30% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  50% {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@keyframes flip {
  30% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  50% {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@-webkit-keyframes pin {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6); } }

@-webkit-keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes moveRight {
  100% {
    background-position: 100% 0; } }

@-webkit-keyframes moveRight {
  100% {
    background-position: 100% 0; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes spring {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  70% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes spring {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  70% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  95% {
    width: 500%;
    height: 500%;
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  95% {
    width: 500%;
    height: 500%;
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-35deg) scale(1) skew(1deg);
    transform: rotate(-35deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(35deg) scale(1) skew(1deg);
    transform: rotate(35deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-35deg) scale(1) skew(1deg);
    transform: rotate(-35deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(35deg) scale(1) skew(1deg);
    transform: rotate(35deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(-35%) scale(1) skew(1deg);
    transform: rotate(-35%) scale(1) skew(1deg); }
  60% {
    -webkit-transform: rotate(35%) scale(1) skew(1deg);
    transform: rotate(35%) scale(1) skew(1deg); }
  70% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

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

@-webkit-keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-5px);
    transform: translatey(-5px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@-webkit-keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg); } }

@keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg); } }

@-webkit-keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

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

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

@-webkit-keyframes jelly2 {
  25% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); }
  50% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98); }
  75% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); } }

@keyframes jelly2 {
  25% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); }
  50% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98); }
  75% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02); } }

@-webkit-keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9); }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05); } }

@keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9); }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05); } }

@-webkit-keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg); }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg); }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg); }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0); } }

@keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg); }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg); }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg); }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@-webkit-keyframes mouse {
  from {
    opacity: 1;
    top: 30%; }
  to {
    opacity: 0;
    top: 70%; } }

@keyframes mouse {
  from {
    opacity: 1;
    top: 30%; }
  to {
    opacity: 0;
    top: 70%; } }

@-webkit-keyframes grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@keyframes grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes zoomInSlow {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes zoomInSlow {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes zoomOutSlow {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); } }

@keyframes zoomOutSlow {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); } }

@-webkit-keyframes zoomIns {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomIns {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4; } }

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4; } }

@keyframes zoomOutSlow {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); } }

@-webkit-keyframes DownUp2 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes DownUp2 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@-webkit-keyframes fadeLeftLong {
  from {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeLeftLong {
  from {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes imgLoad {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes revealRTL {
  0% {
    width: 0;
    right: 0; }
  65% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }

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

@-webkit-keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5; }
  50% {
    left: 25%;
    opacity: 0.25; }
  100% {
    left: 100%;
    opacity: 0; } }

@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5; }
  50% {
    left: 25%;
    opacity: 0.25; }
  100% {
    left: 100%;
    opacity: 0; } }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes tracking-in-expand {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes tracking-in-expand {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes toTop {
  0% {
    bottom: 0%;
    opacity: 0; }
  20% {
    bottom: 0%;
    opacity: 1; }
  100% {
    bottom: 100%;
    opacity: 0; } }

@keyframes toTop {
  0% {
    bottom: 0%;
    opacity: 0; }
  20% {
    bottom: 0%;
    opacity: 1; }
  100% {
    bottom: 100%;
    opacity: 0; } }

@-webkit-keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes tabUp {
  from {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; } }

@keyframes tabUp {
  from {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes tabDown {
  from {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0; } }

@keyframes tabDown {
  from {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes tabRight {
  from {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; } }

@keyframes tabRight {
  from {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes tabLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@keyframes tabLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  96% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  96% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

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

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

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

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

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

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

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

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

.mona-content li,
.mona-content p {
  margin-bottom: 1em; }

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

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

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

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

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

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

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

.mona-content blockquote {
  border-left: 2px solid #DC2626;
  margin: 1em 0;
  margin-bottom: 1em;
  quotes: "\201C" "\201D" "\2018" "\2019"; }
  .mona-content blockquote p {
    display: inline; }

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1; }
  .mona-content table th,
  .mona-content table td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    vertical-align: middle; }

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

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

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

:root {
  --size-hd: 11.6rem;
  --size-sc: 7.2rem;
  --hd-top: 3.2rem;
  --hd-bot: 8rem;
  --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;
  --dist60: 6rem;
  --dist80: 8rem;
  --dist120: 12rem;
  --dist160: 16rem;
  --remainder: calc(100vw - 131.2rem);
  --halfremainder: calc(var(--remainder) / 2);
  --seremainder: calc(var(--halfremainder) / 3);
  --halfseremainder: calc(var(--halfremainder) / 2);
  --font-pri: "Baloo 2", Sans-serif;
  --font-sec: "Inter", Sans-serif;
  --font-thr: "SVN-Poppins";
  --font-four: "Plus Jakarta Sans", Sans-serif;
  --color-pri: #96171a;
  --color-white: #fff;
  --color-sec: #2b3789; }
  @media (max-width: 1200px) {
    :root {
      --hd-bot: 7rem;
      --dist16: 0.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;
      --dist60: 3rem;
      --dist80: 4rem;
      --dist120: 6rem;
      --dist160: 8rem;
      --size-hd: 6rem;
      --size-sc: 9rem; } }

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

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

.product-template-default .main {
  padding-top: var(--size-hd); }

.main:not(.page-home, .page-exam) {
  padding-top: var(--size-hd); }

body {
  font-size: 16px;
  line-height: 1.55;
  font-weight: normal;
  font-family: var(--font-sec);
  color: #1E1E1E;
  background-color: #ffffff;
  overflow: hidden auto; }
  @media screen and (max-width: 800px) {
    body {
      font-size: 14px; } }
  body::-webkit-scrollbar {
    width: 0.5rem; }
  body::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#96171A), to(#96171A));
    background-image: linear-gradient(#96171A, #96171A);
    border-radius: 50px; }

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

*,
*:focus {
  outline: none; }

section {
  position: relative; }

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

.collapse-body {
  display: none; }

button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  font-family: var(--font-sec); }

::-moz-selection {
  background-color: #96171A;
  /* Màu nền khi bôi đen */
  color: #ffffff;
  /* Màu chữ khi bôi đen */ }

::selection {
  background-color: #96171A;
  /* Màu nền khi bôi đen */
  color: #ffffff;
  /* Màu chữ khi bôi đen */ }

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

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

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

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

iframe {
  vertical-align: middle; }

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

.global-btn {
  --wbtn: 5.6rem;
  background-color: #ffffff;
  border-radius: 100%;
  width: var(--wbtn);
  height: var(--wbtn);
  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;
  margin: calc(-1 * var(--wbtn) / 2) auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0F172A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .global-btn i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.gldecor {
  position: absolute;
  z-index: -2;
  width: 10vw; }
  .gldecor.hat {
    width: 20vw;
    min-width: 7rem;
    top: 0;
    left: 0; }
    .gldecor.hat.is-inview img {
      -webkit-animation: dance-2 10s infinite ease;
      animation: dance-2 10s infinite ease; }
    .gldecor.hat .hat-in {
      width: 100%; }
      .gldecor.hat .hat-in img {
        width: 100%; }
  .gldecor.book {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
    .gldecor.book.is-inview img {
      -webkit-animation: shakeY 10s infinite ease;
      animation: shakeY 10s infinite ease; }
    .gldecor.book .book-in {
      width: 100%; }
      .gldecor.book .book-in img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .gldecor.cup {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
    .gldecor.cup.is-inview img {
      -webkit-animation: dance-2 10s infinite ease;
      animation: dance-2 10s infinite ease; }
    .gldecor.cup .cup-in {
      width: 100%; }
      .gldecor.cup .cup-in img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .gldecor.spring {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; }
    .gldecor.spring.is-inview img {
      -webkit-animation: spring 2s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
      animation: spring 2s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .gldecor.spring .spring-in {
      width: 100%; }
      .gldecor.spring .spring-in img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
  .gldecor.recipe {
    top: 0;
    left: 0; }
    .gldecor.recipe.is-inview img {
      -webkit-animation: dance-2 10s infinite ease;
      animation: dance-2 10s infinite ease; }
    .gldecor.recipe .recipe-in {
      width: 100%; }
      .gldecor.recipe .recipe-in img {
        width: 100%; }
  .gldecor.axis {
    top: 0;
    left: 0; }
    .gldecor.axis.is-inview img {
      -webkit-animation: dance-2 10s infinite ease;
      animation: dance-2 10s infinite ease; }
    .gldecor.axis .axis-in {
      width: 100%; }
      .gldecor.axis .axis-in img {
        width: 100%; }
  .gldecor.math {
    top: 0;
    left: 0; }
    .gldecor.math.is-inview img {
      -webkit-animation: jittery 10s infinite ease;
      animation: jittery 10s infinite ease; }
    .gldecor.math .math-in {
      width: 100%; }
      .gldecor.math .math-in img {
        width: 100%; }
  .gldecor.circle {
    top: 0;
    left: 0; }
    .gldecor.circle.is-inview img {
      -webkit-animation: jelly-spinner 10s infinite ease;
      animation: jelly-spinner 10s infinite ease; }
    .gldecor.circle .circle-in {
      width: 100%; }
      .gldecor.circle .circle-in img {
        width: 100%; }
  .gldecor.smile {
    top: 0;
    left: 0; }
    .gldecor.smile.is-inview img {
      -webkit-animation: jelly 10s infinite ease;
      animation: jelly 10s infinite ease; }
    .gldecor.smile .smile-in {
      width: 100%; }
      .gldecor.smile .smile-in img {
        width: 100%; }
  .gldecor.vector {
    top: 0;
    left: 0; }
    .gldecor.vector.is-inview img {
      -webkit-animation: jelly 10s infinite ease;
      animation: jelly 10s infinite ease; }
    .gldecor.vector .vector-in {
      width: 100%; }
      .gldecor.vector .vector-in img {
        width: 100%; }

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

.splide__track {
  width: 100%; }

.splide__arrows,
.splide__pagination {
  display: none; }

.splide__slide {
  width: auto !important; }

.mona-content .wp-caption {
  padding: 0.6rem; }

.mona-content .wp-block-heading {
  --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
  font-size: var(--f-sz);
  font-weight: bold;
  font-family: var(--font-sec);
  color: #1E1E1E; }

.mona-content h3 {
  --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
  font-size: var(--f-sz);
  font-weight: bold;
  font-family: var(--font-sec);
  color: #1E1E1E; }

.mona-content p,
.mona-content li {
  color: #303030;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: normal; }
  @media screen and (max-width: 800px) {
    .mona-content p,
    .mona-content li {
      --f-sz: 1.4rem; } }

.mona-content li {
  margin-bottom: 0.8rem; }

.mona-content .scroll-table {
  width: 100%;
  overflow: auto hidden; }

.mona-content blockquote {
  padding: 0 0 0 1.6rem; }
  .mona-content blockquote p {
    font-weight: 600;
    color: #1E1E1E;
    font-style: italic; }

.mona-content table {
  border: none; }
  .mona-content table thead {
    border-radius: 0.8rem;
    background-color: #D9D9D9; }
    .mona-content table thead tr {
      border: none; }
    .mona-content table thead td {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border: none;
      padding: 0 0.8rem;
      color: #1E1E1E;
      font-weight: 600; }
  .mona-content table tr {
    padding: 0.8rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mona-content table tbody tr {
    border-bottom: 0.1rem solid #D9D9D9; }
  .mona-content table tbody th {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    padding: 1.2rem 0.8rem;
    text-align: left; }

.getlink-note {
  position: absolute;
  bottom: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
  padding: 0.2rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--color-pri);
  color: #fff; }

input.inputURL {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.b-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.4rem; }
  .b-switch .t-text {
    font-weight: 600;
    color: var(--color-pri);
    --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
    font-size: var(--f-sz); }

.switch {
  width: 5rem;
  height: 3rem;
  position: relative;
  border-radius: 100rem; }
  .switch .lb-switch {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(43, 55, 137, 0.3);
    border-radius: 100rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .switch .slider {
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    left: calc(50% - 2.6rem / 2 - 1rem);
    top: calc(50% - 2.6rem / 2);
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute; }
    .switch input:checked ~ .lb-switch {
      background: #2b3789; }
    .switch input:checked ~ .lb-switch .slider {
      left: calc(50% - 2.6rem / 2 + 1rem);
      top: calc(50% - 2.6rem / 2); }

.block-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.6rem;
  background: #fafafa;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0.1rem solid transparent; }
  @media screen and (min-width: 1025px) {
    .block-document:hover {
      border-color: var(--color-pri); } }
  .block-document .document-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem; }
    .block-document .document-left .document-icon {
      width: 3.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; }
    .block-document .document-left .document-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .block-document .document-left .document-content .document-name {
        color: var(--color-tt);
        font-weight: 500;
        font-size: 1.4rem; }
      .block-document .document-left .document-content .document-size {
        color: var(--color-body);
        font-size: 1.2rem; }
  .block-document .document-download {
    width: 2.4rem;
    height: 2.4rem;
    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; }

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  right: 0;
  bottom: 0;
  min-width: 23rem;
  width: 42rem;
  background-color: #ffffff;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #96171A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  display: none; }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 95%;
      min-width: initial; } }
  .mobile.sticky {
    top: 7.2rem; }
    @media screen and (max-width: 1200px) {
      .mobile.sticky {
        top: 6rem; } }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (max-width: 1440px) {
    .mobile {
      display: block !important; } }
  .mobile-head {
    padding: 0.8rem 2.4rem; }
  .mobile-top {
    position: relative;
    z-index: 1;
    background-color: #ffffff; }
  .mobile-nav {
    padding: 1.2rem; }
  .mobile-logo {
    width: 18.8rem;
    margin: 0 auto 2rem; }
  .mobile-con {
    width: 100%;
    overflow: hidden auto;
    height: 100%;
    position: relative; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1E1E1E;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    top: var(--size-hd);
    display: none; }
    .mobile-overlay.sticky {
      top: 7.2rem; }
      @media screen and (max-width: 1200px) {
        .mobile-overlay.sticky {
          top: 6rem; } }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    @media screen and (max-width: 1440px) {
      .mobile-overlay {
        display: block !important; } }
  .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: 1.2rem;
    border-top: 0.1rem solid rgba(150, 23, 26, 0.5);
    margin-top: auto; }
    .mobile-content .mobile-fl.add .title::after {
      content: "\f3c5"; }
    .mobile-content .mobile-fl.ph .title::after {
      content: "\f2a0"; }
    .mobile-content .mobile-fl.mail .title::after {
      content: "\f0e0"; }
    .mobile-content .footer-item:hover .txt {
      color: #96171A; }
    .mobile-content .footer-item .icon {
      -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(3652%) hue-rotate(335deg) brightness(91%) contrast(110%);
      filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(3652%) hue-rotate(335deg) brightness(91%) contrast(110%); }
    .mobile-content .footer-item .txt {
      font-weight: 500;
      color: #1E1E1E; }
  .mobile-title {
    --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
    font-size: var(--f-sz);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1.2rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: var(--font-sec); }
    .mobile-title::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 0.2rem;
      background-color: #96171A;
      z-index: 1; }
  .mobile-mxh {
    padding: 1.2rem 2rem; }
  .mobile-text {
    --f-sz: 1.4rem;
    font-size: var(--f-sz);
    display: block;
    color: #96171A;
    word-break: break-word;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .mobile-text {
        --f-sz: 1.2rem; } }
    .mobile-text:hover {
      text-decoration: underline; }
    .mobile-text:not(:last-child) {
      margin-bottom: 0.8rem; }
  .mobile-account {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .mobile-re {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-re-link {
      --f-sz: 1.6rem;
      font-size: var(--f-sz);
      color: #ffffff;
      text-decoration: underline; }
      @media screen and (max-width: 800px) {
        .mobile-re-link {
          --f-sz: 1.4rem; } }
      .mobile-re-link:not(:first-child) {
        margin-left: 16px; }
  .mobile-close {
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    -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;
    cursor: pointer; }
    @media screen and (max-width: 1200px) {
      .mobile-close {
        right: 1rem;
        top: 1rem; } }
    .mobile-close:hover .icon {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .mobile-close .icon {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      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: 1.6rem;
      height: 1.6rem; }
      @media screen and (max-width: 800px) {
        .mobile-close .icon {
          width: 1.2rem;
          height: 1.2rem; } }
  .mobile-fl span {
    font-weight: 700; }
  .mobile-fl .mobile-text {
    font-style: italic; }
  .mobile-fl .fw-6 {
    margin-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem; }
  .mobile-fl .mobile-text {
    display: inline;
    font-size: 1.4rem; }
  .mobile-fl .dot {
    display: none; }
  .mobile .social {
    margin-top: 0;
    z-index: 1; }
    .mobile .social .txt {
      color: #96171A;
      --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
      font-size: var(--f-sz); }
    .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; }
    .mobile .social-link {
      width: 3.6rem;
      height: 3.6rem; }
      @media screen and (max-width: 800px) {
        .mobile .social-link {
          width: 3rem;
          height: 3rem; } }

.header-nav .menu-nav {
  height: 100%; }
  .header-nav .menu-nav > .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    gap: 0.4rem; }
    .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%; }
      .header-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > .menu-link {
        color: #303030; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown .menu-item.current-menu-item .menu-link {
        color: #303030; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown .menu-item.current-menu-item i {
        color: #303030; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
        width: 0; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%; }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #303030;
        font-family: var(--font-sec);
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 150%;
        padding: 0.8rem 1.6rem;
        border-radius: 4rem;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link i {
          color: #303030;
          font-size: 1.2rem; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
        color: #ffffff;
        background-color: #96171A; }
        .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link i, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link i, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link i {
          color: #ffffff;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .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;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s; }
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    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: #303030; }
  .header-nav .menu-item:hover .menu-link,
  .header-nav .menu-item:hover a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .header-nav .menu-item .menu-link,
  .header-nav .menu-item a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
    .header-nav .menu-item .menu-link i,
    .header-nav .menu-item a i {
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }
  .header-nav .menu-item > .menu-link,
  .header-nav .menu-item > a {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #303030;
    font-family: var(--font-sec); }
    .header-nav .menu-item > .menu-link > i,
    .header-nav .menu-item > a > i {
      display: none;
      font-weight: 500;
      margin-left: 0.7rem;
      font-size: 1.2rem;
      color: #303030; }
  .header-nav .menu-item.dropdown > a > i {
    display: inline-block; }
  .header-nav .menu-item.mega:hover .menu-mega {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    visibility: visible; }
  .header-nav .menu-item.mega:hover > .menu-link i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .header-nav .menu-item.mega > .menu-link i {
    display: block; }
  .header-nav .menu-item.mega .menu-list {
    background: transparent; }
  .header-nav .menu-item > .menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 20rem;
    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: #ffffff;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.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 #D9D9D9; }
      .header-nav .menu-item > .menu-list > .menu-item::before {
        position: absolute;
        content: "";
        height: 0.1rem;
        right: 0;
        bottom: 0;
        width: 0;
        background: #96171A;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease; }
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item::before, .header-nav .menu-item > .menu-list > .menu-item:hover::before {
        width: 100%;
        left: 0; }
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a, .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item:hover > a {
        color: #96171A; }
        .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a > i, .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item:hover > a > i {
          color: #96171A; }
      .header-nav .menu-item > .menu-list > .menu-item.current_page_item::after, .header-nav .menu-item > .menu-list > .menu-item.current-menu-item::after {
        width: 100%;
        height: 100%; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item > a {
        color: #303030;
        padding: 0.8rem 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        -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; }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item > a > i {
          -webkit-transform: rotate(-90deg) translate(5px, 0);
          transform: rotate(-90deg) translate(5px, 0);
          margin-top: 0.8rem;
          font-size: 1.4rem;
          color: #303030; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-list {
        left: 100%; }

@media screen and (min-width: 1201px) {
  .menu-mega {
    position: fixed;
    top: var(--hd-bot);
    left: 0;
    right: 0;
    max-width: 100%;
    margin: 0 auto;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden; } }

@media screen and (max-width: 1200px) {
  .menu-mega {
    margin-left: 1.2rem; } }

@media screen and (max-width: 1200px) {
  .menu-mega .container {
    padding: 0; } }

.menu-mega-col {
  position: relative; }
  @media screen and (max-width: 1200px) {
    .menu-mega-col:nth-child(1) {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .menu-mega-col:nth-child(2) {
      width: 100%; } }

.menu-mega-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .menu-mega-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.menu-mega-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1201px) {
    .menu-mega-in {
      width: 90%;
      margin-left: auto;
      background: #96171A; } }

@media screen and (min-width: 1201px) {
  .menu-mega-des {
    padding: 4rem 6rem;
    max-height: 50rem;
    min-height: 42rem;
    overflow: hidden auto; } }

.menu-mega-list {
  width: 100%; }
  @media screen and (min-width: 1201px) {
    .menu-mega-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 1201px) {
  .menu-mega-item {
    grid-column: span 1; }
    .menu-mega-item:nth-child(1) {
      grid-row: span 3; }
    .menu-mega-item:nth-child(2) {
      grid-row: span 1; }
    .menu-mega-item:nth-child(3) {
      grid-row: span 1; }
    .menu-mega-item:nth-child(4) {
      grid-row: span 1; } }

.menu-mega-item > .menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 1200px) {
    .menu-mega-item > .menu-list {
      margin-left: 1.2rem;
      position: relative; } }
  .menu-mega-item > .menu-list::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0;
    width: 1px;
    background-color: #303030; }
  .menu-mega-item > .menu-list > .menu-item {
    width: 100%; }
    .menu-mega-item > .menu-list > .menu-item.current-menu-item .menu-list .menu-item.current-menu-item .menu-link, .menu-mega-item > .menu-list > .menu-item:hover .menu-list .menu-item.current-menu-item .menu-link {
      color: #ffffff; }
    @media screen and (min-width: 1201px) {
      .menu-mega-item > .menu-list > .menu-item.current-menu-item > .menu-link, .menu-mega-item > .menu-list > .menu-item:hover > .menu-link {
        color: #ffffff; } }
    @media screen and (max-width: 1200px) {
      .menu-mega-item > .menu-list > .menu-item.current-menu-item > .menu-link, .menu-mega-item > .menu-list > .menu-item:hover > .menu-link {
        background: #96171A;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
    @media screen and (max-width: 1200px) {
      .menu-mega-item > .menu-list > .menu-item.mega.active > .menu-list {
        display: block; } }
    .menu-mega-item > .menu-list > .menu-item.dropdowwn .menu-list {
      position: static;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .menu-mega-item > .menu-list > .menu-item.dropdowwn .menu-list .menu-link {
        background-color: transparent;
        padding: 0.8rem; }

.menu-mega .menu-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 1.2rem; }
  @media screen and (min-width: 1201px) {
    .menu-mega .menu-title-link {
      --f-sz: clamp(1.9rem, calc(0.9rem + 1.25vw), 2.4rem);
      font-size: var(--f-sz);
      line-height: 130%;
      letter-spacing: -0.72px;
      font-weight: 600; } }
  @media screen and (max-width: 1200px) {
    .menu-mega .menu-title-link {
      font-weight: bold; } }

.menu-mega .menu-link {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.8rem 1.2rem; }
  @media screen and (max-width: 800px) {
    .menu-mega .menu-link {
      --f-sz: 1.4rem; } }

.mobile-nav .menu-nav > .menu-list > .menu-item:hover > a {
  background-color: #96171A;
  color: #ffffff; }

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

.mobile-nav .menu-nav > .menu-list > .menu-item.active > a {
  color: #000000; }

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

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0.6rem; }
  @media screen and (max-width: 1728px) {
    .mobile-nav .menu-nav > .menu-list > .menu-item > a {
      font-size: 1.6rem; } }
  .mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
    display: none; }

.mobile-nav .menu-item.active > .menu-link,
.mobile-nav .menu-item.active > a, .mobile-nav .menu-item.current-menu-item > .menu-link,
.mobile-nav .menu-item.current-menu-item > a {
  color: #96171A !important; }
  .mobile-nav .menu-item.active > .menu-link i,
  .mobile-nav .menu-item.active > a i, .mobile-nav .menu-item.current-menu-item > .menu-link i,
  .mobile-nav .menu-item.current-menu-item > a i {
    color: #96171A !important; }

.mobile-nav .menu-item:hover > .menu-link {
  background-color: #96171A;
  color: #ffffff !important; }
  .mobile-nav .menu-item:hover > .menu-link > i {
    color: #ffffff !important; }

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

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

.mobile-nav .menu-item a {
  position: relative; }
  .mobile-nav .menu-item a i {
    color: #96171A;
    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;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.mobile-nav .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  border-radius: 0.6rem; }

.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  margin-top: 0.4rem;
  position: relative; }
  .mobile-nav .menu-item > .menu-list::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0;
    width: 1px;
    background-color: #96171A; }
  .mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
    color: #96171A; }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: #000000; }

@media screen and (max-width: 1200px) {
  .mobile-nav .menu-item.mega > .menu-mega {
    display: none; } }

.title .tag {
  color: #96171A;
  font-weight: 700;
  --f-sz: 1.5rem;
  font-size: var(--f-sz);
  margin-bottom: 0.4rem; }
  @media screen and (max-width: 800px) {
    .title .tag {
      --f-sz: 1.3rem; } }

.title.t-cwhite .tag,
.title.t-cwhite .txt {
  color: #ffffff; }

.title .txt {
  --f-sz: clamp(1.6rem, calc(1.2rem + 0.5vw), 1.8rem);
  font-size: var(--f-sz);
  font-family: var(--font-thr);
  color: #757575;
  font-weight: 500; }
  .title .txt span {
    color: #96171A; }

.title-decor {
  --wdc: 4.8rem;
  width: var(--wdc);
  height: var(--wdc);
  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;
  -webkit-animation: shake 1s ease-in-out infinite;
  animation: shake 1s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }
  @media screen and (max-width: 800px) {
    .title-decor {
      --wdc: 3.6rem;
      margin-bottom: 0.8rem !important; } }
  .title-decor img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }

.ttcenter {
  width: 106.6rem;
  max-width: 100%;
  margin: auto;
  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; }
  .ttcenter .txt {
    text-align: center; }

.title-pri {
  position: relative;
  --f-sz: clamp(2.8rem, calc(0.4rem + 3vw), 4rem);
  font-size: var(--f-sz);
  font-weight: 700;
  line-height: 140%;
  font-family: var(--font-pri);
  text-wrap: pretty;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%; }
  .title-pri.decortt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
  .title-pri span > span > span > span {
    color: #96171A;
    text-decoration: underline; }
  @media screen and (max-width: 1200px) {
    .title-pri br {
      display: none; } }
  .title-pri.tshadow {
    -webkit-text-stroke: 1rem white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    paint-order: stroke; }
    @media screen and (max-width: 1200px) {
      .title-pri.tshadow {
        -webkit-text-stroke: unset;
        text-shadow: unset;
        paint-order: unset; } }
    .title-pri.tshadow::before {
      display: none;
      position: absolute;
      content: attr(data-tt);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      color: #ffffff;
      z-index: -1;
      -webkit-text-stroke: 0.4rem #ffffff;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  .title-pri.ttdecor span {
    display: inline-block;
    text-decoration: none;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #96171A; }
  .title-pri.ttdecor.is-inview span,
  .title-pri.ttdecor.is-inview .splitting .char {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  .title-pri.bfdecor::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50%;
    max-width: 10rem;
    min-width: 5rem;
    height: 0.3rem;
    background-color: #96171A;
    z-index: 1; }
  .title-pri.nottdecor span {
    color: #96171A; }
  .title-pri.f-pri {
    --f-sz: clamp(3rem, calc(-0.6rem + 4.5vw), 4.8rem);
    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-five {
    --f-sz: clamp(3rem, calc(0.2rem + 3.5vw), 4.4rem);
    font-size: var(--f-sz); }
  .title-pri.f-six {
    --f-sz: clamp(3.2rem, calc(-1.6rem + 6vw), 5.6rem);
    font-size: var(--f-sz); }
  .title-pri .decor {
    position: absolute;
    left: calc(100% + 2rem);
    bottom: 65%;
    --wicon: 3rem;
    width: var(--wicon);
    height: var(--wicon);
    -webkit-animation: tada 2s ease infinite;
    animation: tada 2s ease infinite; }
    @media screen and (max-width: 1200px) {
      .title-pri .decor {
        --wicon: 3rem; } }
    @media screen and (max-width: 700px) {
      .title-pri .decor {
        display: none; } }
    .title-pri .decor img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }

.font-pri {
  font-family: var(--font-pri); }

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

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

.t-cwhite {
  color: #FFF9F1; }

.t-cpri {
  color: #96171A; }

.t-csec {
  color: #2B3789; }

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

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

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

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

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

.bg-pri {
  background: #96171A; }

.bg-sec {
  background-color: #2B3789; }

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

@media screen and (min-width: 1201px) {
  .side-fixed {
    position: absolute !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0; } }

@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 50rem;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 150;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
    padding: unset;
    margin-bottom: 0; }
    .side-fixed.open {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible; } }

@media screen and (min-width: 1201px) {
  .side-fixed-wrap {
    overflow: hidden !important; } }

@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto; } }

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 110;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden; }
  .side-overlay.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }
  @media screen and (min-width: 1201px) {
    .side-overlay {
      display: none; } }

.side-open.disable {
  pointer-events: none;
  opacity: 0.5; }

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: fixed;
  z-index: 40;
  background-color: var(--color-pri);
  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: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--color-white);
  font-size: 1.8rem; }
  .side-open:not(.no-style).close {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    visibility: visible; }
  @media screen and (min-width: 1201px) {
    .side-open:not(.no-style) {
      display: none !important; } }
  .side-open:not(.no-style)-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background-color: white;
    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; }
    .side-open:not(.no-style)-wrap .icon {
      color: var(--color-black);
      font-weight: 600;
      font-size: 1.6rem; }

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  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;
  color: white;
  background-color: var(--color-black); }
  @media screen and (min-width: 1201px) {
    .side-top {
      display: none; } }
  .side-top .text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.side-close {
  width: 3.2rem;
  height: 3.2rem;
  background-color: var(--color-pri);
  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;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff; }
  .side-close .icon {
    font-size: 1.8rem;
    font-weight: 400;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }
  @media screen and (min-width: 1201px) {
    .side-close {
      display: none !important; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  height: var(--size-hd); }
  @media screen and (max-width: 1200px) {
    .header {
      background: #ffffff; } }
  .header .container {
    max-width: 172.8rem; }
  .header.sticky {
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff; }
    @media screen and (min-width: 1201px) {
      .header.sticky {
        height: var(--size-sc); } }
    @media screen and (min-width: 1201px) {
      .header.sticky .header-search-icon {
        background-color: #96171A;
        border-color: #96171A; } }
    .header.sticky .header-search-icon:hover {
      background-color: #ffffff; }
      .header.sticky .header-search-icon:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%); }
  .header-wrap {
    height: 100%; }
  .header-flex {
    height: 100%;
    background: transparent; }
    .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: 1rem;
      margin: auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .header-nav {
    background-color: #ffffff;
    border-radius: 4rem;
    padding: 1rem 1.2rem;
    -webkit-filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1));
    filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)); }
    @media screen and (max-width: 1440px) {
      .header-nav {
        display: none; } }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 100%; }
    .header-logo a,
    .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;
      width: 20.5rem;
      height: auto;
      max-height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1440px) {
        .header-logo a,
        .header-logo .custom-logo-link, .header-logo-link {
          width: 16rem; } }
      .header-logo a img,
      .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-search {
    position: relative;
    height: 100%;
    --wh: 4.8rem;
    -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; }
    @media screen and (max-width: 1200px) {
      .header-search {
        --wh: 4rem; } }
    @media screen and (max-width: 600px) {
      .header-search {
        --wh: 3.6rem; } }
    .header-search .active .header-search-close {
      opacity: 1;
      visibility: visible; }
    .header-search-icon {
      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;
      padding: 0.8rem;
      color: #1E1E1E;
      border: 0.1rem solid transparent;
      border-radius: 100rem;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1200px) {
        .header-search-icon {
          background-color: #96171A;
          border-color: #96171A; } }
      .header-search-icon:hover {
        background-color: #96171A; }
        @media screen and (max-width: 1200px) {
          .header-search-icon:hover {
            background-color: #ffffff; }
            .header-search-icon:hover img {
              -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
              filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%); } }
      .header-search-icon img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
        width: calc(var(--wh) / 2);
        height: calc(var(--wh) / 2);
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
    .header-search-overlay {
      position: fixed;
      left: 0;
      bottom: 0;
      height: 100vh;
      top: 0;
      width: 0;
      z-index: 999;
      -webkit-backdrop-filter: blur(0.7rem);
      backdrop-filter: blur(0.7rem);
      background-color: rgba(255, 255, 255, 0.8);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      .header-search-overlay.active {
        width: 100%;
        right: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
    .header-search-bar {
      position: fixed;
      left: 50vw;
      top: 50vh;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 999;
      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;
      -webkit-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-clip-path: inset(0 50% 0 50%);
      clip-path: inset(0 50% 0 50%); }
      .header-search-bar.active {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s; }
      .header-search-bar-input {
        margin: auto;
        position: relative;
        background-color: #FFF9F1;
        overflow: hidden;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0.1rem solid #FFF9F1; }
        .header-search-bar-input #searchform {
          width: 100%; }
        .header-search-bar-input .icon {
          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; }
        .header-search-bar-input .input {
          padding: 0.8rem 1.6rem;
          -webkit-transition: 1.5s;
          transition: 1.5s;
          font-family: var(--font-pri);
          font-weight: normal;
          color: #1E1E1E;
          background-color: transparent;
          height: 100%;
          width: 100%;
          border: none;
          outline: none;
          --f-sz: 1.6rem;
          font-size: var(--f-sz);
          font-weight: 500; }
          @media screen and (max-width: 800px) {
            .header-search-bar-input .input {
              --f-sz: 1.4rem; } }
          .header-search-bar-input .input::-webkit-input-placeholder {
            color: #1E1E1E;
            font-family: var(--font-pri);
            --f-sz: 1.6rem;
            font-size: var(--f-sz);
            font-weight: 400; }
          .header-search-bar-input .input::-moz-placeholder {
            color: #1E1E1E;
            font-family: var(--font-pri);
            --f-sz: 1.6rem;
            font-size: var(--f-sz);
            font-weight: 400; }
          .header-search-bar-input .input::-ms-input-placeholder {
            color: #1E1E1E;
            font-family: var(--font-pri);
            --f-sz: 1.6rem;
            font-size: var(--f-sz);
            font-weight: 400; }
          .header-search-bar-input .input::placeholder {
            color: #1E1E1E;
            font-family: var(--font-pri);
            --f-sz: 1.6rem;
            font-size: var(--f-sz);
            font-weight: 400; }
            @media screen and (max-width: 800px) {
              .header-search-bar-input .input::-webkit-input-placeholder {
                --f-sz: 1.4rem; }
              .header-search-bar-input .input::-moz-placeholder {
                --f-sz: 1.4rem; }
              .header-search-bar-input .input::-ms-input-placeholder {
                --f-sz: 1.4rem; }
              .header-search-bar-input .input::placeholder {
                --f-sz: 1.4rem; } }
        .header-search-bar-input .link {
          --wh: 4.8rem;
          width: var(--wh);
          height: var(--wh);
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 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;
          color: #ffffff;
          background-color: #FFF9F1;
          border-left: 0.1rem solid #96171A;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1200px) {
            .header-search-bar-input .link {
              --wh: 4rem; } }
          .header-search-bar-input .link:hover {
            background-color: #96171A; }
            .header-search-bar-input .link:hover img {
              -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(3652%) hue-rotate(335deg) brightness(91%) contrast(110%);
              filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(3652%) hue-rotate(335deg) brightness(91%) contrast(110%); }
          .header-search-bar-input .link img {
            -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
            width: calc(var(--wh) / 2);
            height: calc(var(--wh) / 2);
            display: block;
            -o-object-fit: contain;
            object-fit: contain; }
          .header-search-bar-input .link .icon {
            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; }
          .header-search-bar-input .link::before {
            display: none; }
          .header-search-bar-input .link:hover i {
            color: #ffffff; }
    .header-search-in {
      background: #F5E8E8;
      width: 60vw;
      padding: 4rem;
      border-radius: 0.8rem; }
      @media screen and (max-width: 800px) {
        .header-search-in {
          width: 85vw;
          padding: 3rem 2rem; } }
    .header-search-logo {
      width: 30rem;
      max-width: 100%; }
      .header-search-logo img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .header-search-top {
      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: 2rem;
      margin-bottom: 3rem; }
      @media screen and (max-width: 1200px) {
        .header-search-top {
          margin-bottom: 1.6rem; } }
      .header-search-top .tt {
        --f-sz: clamp(2.6rem, calc(0.6rem + 2.5vw), 3.6rem);
        font-size: var(--f-sz);
        font-weight: 600;
        color: #FFF9F1;
        text-transform: capitalize;
        text-align: center; }
        @media screen and (max-width: 1200px) {
          .header-search-top .tt {
            font-size: 2rem; } }
    .header-search-close {
      --w: 3rem;
      width: var(--w) !important;
      height: var(--w);
      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;
      z-index: 999;
      position: absolute !important;
      color: #FFF9F1;
      top: 1rem;
      right: 1rem;
      --f-sz: 1.6rem;
      font-size: var(--f-sz);
      border-radius: 100rem !important;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.45s ease;
      transition: all 0.45s ease;
      border: 0.1rem solid #FFF9F1; }
      @media screen and (max-width: 800px) {
        .header-search-close {
          --f-sz: 1.4rem; } }
      .header-search-close.active {
        opacity: 1;
        visibility: visible;
        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;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .header-search-close:hover i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
      .header-search-close i {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem; }
    @media screen and (max-width: 1440px) {
      .header-action {
        gap: 0.8rem; } }
    @media screen and (max-width: 600px) {
      .header-action .btn {
        padding: unset;
        width: 3.6rem;
        height: 3.6rem; }
        .header-action .btn .inner {
          display: none; } }
  .header .menu-icon {
    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: 1441px) {
      .header .menu-icon {
        display: none; } }

.footer {
  position: relative;
  overflow: hidden;
  background-color: #96171A; }
  .footer-wr {
    position: relative;
    z-index: 1;
    width: 117.6rem;
    max-width: 100%;
    margin: 0 auto; }
  .footer-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.4;
    pointer-events: none; }
    .footer-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .footer-bdy {
    padding-top: 8rem; }
    @media screen and (max-width: 1200px) {
      .footer-bdy {
        padding-top: 4rem; } }
  .footer-des .txt {
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-sec); }
  .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: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .footer-inner {
        gap: 1.2rem; } }
    .footer-inner .menu-list {
      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; }
      @media screen and (max-width: 1200px) {
        .footer-inner .menu-list {
          gap: 0.8rem; } }
    .footer-inner .menu-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 400;
      --f-sz: 1.6rem;
      font-size: var(--f-sz);
      font-family: var(--font-sec);
      color: #ffffff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 800px) {
        .footer-inner .menu-link {
          --f-sz: 1.4rem; } }
      @media screen and (max-width: 1200px) {
        .footer-inner .menu-link {
          font-size: 1.4rem; } }
      .footer-inner .menu-link:hover {
        text-decoration: underline; }
    .footer-inner .social {
      margin-top: 0; }
      .footer-inner .social .txt {
        display: none; }
      .footer-inner .social-list {
        gap: 2rem; }
        @media screen and (max-width: 1200px) {
          .footer-inner .social-list {
            gap: 1rem; } }
      .footer-inner .social-link {
        width: 2.4rem;
        height: 2.4rem;
        background: #fff; }
  .footer-tt {
    color: #ffffff;
    --f-sz: clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 500;
    line-height: 140%; }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem; }
  .footer-logo {
    width: 24.9rem;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .footer-logo-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-logo-inner img {
        width: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    width: auto; }
    .footer-item .icon {
      width: 2.8rem;
      height: 2.8rem;
      -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; }
      @media screen and (max-width: 1200px) {
        .footer-item .icon {
          width: 2.4rem;
          height: 2.4rem; } }
      .footer-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .footer-item .txt {
      color: #ffffff;
      font-weight: normal;
      --f-sz: 1.6rem;
      font-size: var(--f-sz);
      font-weight: 300;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: var(--font-four); }
      @media screen and (max-width: 800px) {
        .footer-item .txt {
          --f-sz: 1.4rem; } }
      @media screen and (max-width: 1200px) {
        .footer-item .txt {
          font-size: 1.4rem; } }
    .footer-item:hover .txt {
      text-decoration: underline;
      color: #ffffff; }
  .footer-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1000px) {
      .footer-row {
        --col-gap: 2rem;
        --row-gap: 2rem; } }
  @media screen and (max-width: 900px) {
    .footer-col:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 60%; } }
  @media screen and (max-width: 500px) {
    .footer-col:nth-child(1) {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .footer-col:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .footer-col:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 40%; } }
  @media screen and (max-width: 500px) {
    .footer-col:nth-child(3) {
      width: 100%; } }
  @media screen and (max-width: 450px) {
    .footer-col {
      width: 100% !important; } }
  .footer-author {
    margin-top: 2.4rem;
    padding: 0.6rem 0;
    position: relative; }
    .footer-author::before {
      content: "";
      position: absolute;
      top: 0;
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0.1rem;
      background: #d9d9d93b; }
    .footer-author-in {
      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-wrap: wrap;
      flex-wrap: wrap;
      gap: 0.5rem; }
      .footer-author-in .txt {
        color: #ffffff;
        --f-sz: 1.4rem;
        font-size: var(--f-sz);
        font-weight: 500;
        font-family: var(--font-four); }
        @media screen and (max-width: 800px) {
          .footer-author-in .txt {
            --f-sz: 1.2rem; } }
      .footer-author-in .item {
        width: 18rem;
        height: 2.4rem; }
        .footer-author-in .item img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          display: block; }

@media screen and (min-width: 1025px) {
  .footer-inner ul.menu li a:hover {
    text-decoration: underline; } }

.hd-burger {
  padding: 1rem 0;
  display: block !important;
  cursor: pointer; }
  .hd-burger.active .line-top {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    -webkit-transform: unset !important;
    transform: unset !important; }
  .hd-burger.active .line-mid {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    opacity: 1 !important; }
  .hd-burger.active .line-bot {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    -webkit-transform: unset !important;
    transform: unset !important; }

.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: 100%;
  background-color: #96171A; }
  @media screen and (max-width: 600px) {
    .hamburger {
      width: 3.6rem;
      height: 3.6rem; } }

.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: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  /* Define the transition for transforming the Stroke */
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  .line-top {
    stroke-dasharray: 60 207; }
  .line-mid {
    stroke-dasharray: 60 60; }
  .line-bot {
    stroke-dasharray: 60 207; }

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

.back-to-top {
  --wh: 4.8rem;
  width: var(--wh);
  height: var(--wh);
  border-radius: 100%;
  background-color: #96171A;
  border: 0.1rem solid #96171A;
  position: fixed;
  bottom: 4rem;
  right: 2.4rem;
  z-index: 7;
  -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-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: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      --wh: 4rem;
      right: 1.2rem;
      bottom: 2rem; } }
  .back-to-top::before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .back-to-top img {
    width: calc(var(--wh)/3); }
  .back-to-top:hover {
    border-color: #96171A; }
    .back-to-top:hover::before {
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    .back-to-top:hover img {
      -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%);
      filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(101%); }
    .back-to-top:hover i {
      color: #ffffff; }
  .back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .back-to-top svg {
    width: 2.4rem;
    z-index: 1;
    -webkit-animation: animate-svg 2s ease infinite;
    animation: animate-svg 2s ease infinite; }
    @media screen and (max-width: 1200px) {
      .back-to-top svg {
        width: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .back-to-top svg {
        width: 1.6rem; } }
    .back-to-top svg path {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .back-to-top:hover svg path {
    stroke: #96171A; }

.fbtn {
  position: fixed;
  right: 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;
  gap: 1.6rem;
  bottom: calc(4rem + 2.4rem + var(--wh));
  --wh: 4.8rem;
  z-index: 7;
  -webkit-transition: all .45s ease;
  transition: all .45s ease; }
  @media screen and (max-width: 1200px) {
    .fbtn {
      gap: 1.2rem;
      --wh: 4rem;
      right: 1.2rem;
      bottom: calc(2rem + 1.2rem + var(--wh)); } }
  .fbtn.hidden .fbtn-icon {
    opacity: 0;
    -webkit-transform: translate(calc(var(--wh)/3), 0);
    transform: translate(calc(var(--wh)/3), 0); }
    .fbtn.hidden .fbtn-icon:nth-child(1) {
      -webkit-transition-delay: .1s;
      transition-delay: .1s; }
    .fbtn.hidden .fbtn-icon:nth-child(2) {
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
    .fbtn.hidden .fbtn-icon:nth-child(3) {
      -webkit-transition-delay: .3s;
      transition-delay: .3s; }
    .fbtn.hidden .fbtn-icon:nth-child(4) {
      -webkit-transition-delay: .4s;
      transition-delay: .4s; }
    .fbtn.hidden .fbtn-icon:nth-child(5) {
      -webkit-transition-delay: .5s;
      transition-delay: .5s; }
    .fbtn.hidden .fbtn-icon:nth-child(6) {
      -webkit-transition-delay: .6s;
      transition-delay: .6s; }
  .fbtn-icon {
    width: var(--wh);
    height: var(--wh);
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    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;
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
    z-index: 1; }
    .fbtn-icon:hover .des {
      opacity: 1;
      visibility: visible;
      pointer-events: visible;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .fbtn-icon .icon {
      width: 100%;
      height: 100%;
      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: 100%; }
    .fbtn-icon img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-animation: phoneRing 2s infinite;
      animation: phoneRing 2s infinite;
      position: relative;
      z-index: 1;
      border-radius: 100%; }
    .fbtn-icon .des {
      position: absolute;
      right: 100%;
      top: 50%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      z-index: -2;
      font-size: 1.4rem;
      font-family: var(--font-pri);
      color: #1E1E1E;
      font-weight: 400;
      padding: .8rem 1.6rem;
      -webkit-transition: all .75s ease;
      transition: all .75s ease;
      opacity: 0;
      visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      pointer-events: none;
      -webkit-transform: translate(1rem, -50%);
      transform: translate(1rem, -50%);
      text-wrap: nowrap; }
      .fbtn-icon .des::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: calc(100% + var(--wh)/2 + 1rem);
        height: 100%;
        border-radius: 5rem;
        background: -webkit-gradient(linear, left top, right top, from(#f9df7b), color-stop(8%, #e0bc54), color-stop(16%, #cda136), color-stop(23%, #bf8d21), color-stop(31%, #b78114), color-stop(37%, #b57e10), color-stop(43%, #b78114), color-stop(50%, #bf8d20), color-stop(56%, #cca035), color-stop(62%, #dfba52), color-stop(69%, #f9df7b), to(#c49328));
        background: linear-gradient(90deg, #f9df7b 0%, #e0bc54 8%, #cda136 16%, #bf8d21 23%, #b78114 31%, #b57e10 37%, #b78114 43%, #bf8d20 50%, #cca035 56%, #dfba52 62%, #f9df7b 69%, #c49328 100%);
        z-index: -1; }

.contact-global {
  position: fixed;
  left: 1rem;
  top: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .2rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 100%;
  background: linear-gradient(283deg, #FFCFC0 9.85%, #F56957 58.89%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
  z-index: 10; }
  @media screen and (min-width: 1201px) {
    .contact-global {
      display: none; } }
  .contact-global:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .contact-global .icon {
    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; }
    .contact-global .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .contact-global .txt {
    font-size: .8rem;
    font-weight: 600;
    font-family: var(--font-pri);
    color: #ffffff; }

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

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

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

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

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

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

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

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

.btn {
  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;
  text-align: center;
  cursor: pointer;
  padding: 1.2rem 2rem;
  height: 4.8rem;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: var(--color-pri);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 0.8rem;
  border-radius: 100rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #f5e8e8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  .btn .icon-logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  @media screen and (min-width: 1025px) {
    .btn:hover {
      color: var(--color-pri); }
      .btn:hover::after {
        left: 0;
        width: 100%; }
      .btn:hover .icon-logo {
        -webkit-filter: unset;
        filter: unset; } }
  @media screen and (max-width: 600px) {
    .btn {
      font-size: 1.4rem;
      padding: 0.8rem 1.6rem;
      height: 3.8rem; } }
  .btn > * {
    position: relative;
    z-index: 2; }
  .btn .icon {
    width: 2.4rem;
    height: 2.4rem;
    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;
    font-weight: 500;
    position: relative; }
    .btn .icon .t-hide {
      position: absolute;
      width: 14rem;
      display: inline-block;
      padding: 1.2rem;
      font-size: 1.2rem;
      background: var(--color-white);
      border-radius: 0.4rem;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      color: var(--color-tt); }
  @media screen and (min-width: 1025px) {
    .btn:hover {
      color: var(--color-pri); }
      .btn:hover::after {
        left: 0;
        width: 100%; }
      .btn:hover .icon {
        -webkit-transform: unset;
        transform: unset; } }
  .btn.none {
    display: none; }
  .btn.center {
    margin: 0 auto; }
  .btn.full {
    width: 100%; }
  .btn.second {
    background: #fff;
    color: var(--color-pri);
    border: 0.1rem solid var(--color-pri); }
    @media screen and (min-width: 1025px) {
      .btn.second:hover {
        color: #fff; } }
    .btn.second::after {
      background: var(--color-pri); }
  .btn.trans {
    background: transparent;
    color: var(--color-pri);
    border: 0.1rem solid var(--color-pri); }
    @media screen and (min-width: 1025px) {
      .btn.trans:hover {
        color: var(--color-white); }
        .btn.trans:hover.btn-icon .icon {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); } }
    .btn.trans:after {
      background: var(--color-pri); }
  .btn.btn-logo .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  @media screen and (min-width: 1025px) {
    .btn.btn-logo:hover .icon {
      -webkit-filter: unset;
      filter: unset; } }
  .btn.btn-test {
    background: #fff;
    color: var(--color-pri);
    border: 0.1rem solid #dedee0;
    padding: 1.2rem; }
    .btn.btn-test::after {
      background: var(--color-pri); }
    @media screen and (max-width: 500px) {
      .btn.btn-test {
        padding: 0.8rem 1.2rem; } }
    @media screen and (min-width: 1025px) {
      .btn.btn-test:hover {
        color: #fff; } }
  .btn.btn-ldp {
    background: -webkit-gradient(linear, left top, right top, from(#b57e10), color-stop(22%, #e5c25b), color-stop(33%, #f9df7b), color-stop(52%, #fff3a6), color-stop(73%, #f9df7b), to(#d9a734));
    background: linear-gradient(90deg, #b57e10 0%, #e5c25b 22%, #f9df7b 33%, #fff3a6 52%, #f9df7b 73%, #d9a734 100%);
    color: #1e1e1e; }
    .btn.btn-ldp::after {
      background: linear-gradient(202.43deg, #ff363f -27.14%, #870000 102.59%); }
    @media screen and (min-width: 1025px) {
      .btn.btn-ldp:hover {
        color: #fff; }
        .btn.btn-ldp:hover img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); } }
    .btn.btn-ldp.third {
      background: #4250b4;
      color: #fff; }
    .btn.btn-ldp.second {
      border: unset;
      color: #fff;
      background: linear-gradient(202.43deg, #ff363f -27.14%, #870000 102.59%); }
      .btn.btn-ldp.second::after {
        background: -webkit-gradient(linear, left top, right top, from(#b57e10), color-stop(22%, #e5c25b), color-stop(33%, #f9df7b), color-stop(52%, #fff3a6), color-stop(73%, #f9df7b), to(#d9a734));
        background: linear-gradient(90deg, #b57e10 0%, #e5c25b 22%, #f9df7b 33%, #fff3a6 52%, #f9df7b 73%, #d9a734 100%); }
      @media screen and (min-width: 1025px) {
        .btn.btn-ldp.second:hover {
          color: #1e1e1e; } }

.lb-ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer; }
  .lb-ip input:checked ~ .checkbox {
    border-color: var(--color-pri); }
    .lb-ip input:checked ~ .checkbox::before {
      opacity: 1; }
  .lb-ip input:checked ~ .check-radio {
    border-color: var(--color-pri);
    background: var(--color-pri); }
    .lb-ip input:checked ~ .check-radio::before {
      opacity: 1; }
  .lb-ip .checkbox {
    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;
    border-radius: 0.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0.2rem solid #8c8982;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative; }
    .lb-ip .checkbox::before {
      content: "\f00c";
      font-size: 1.2rem;
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Font Awesome 6 Pro";
      color: var(--color-pri);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 0; }
  .lb-ip .check-radio {
    width: 2rem;
    height: 2rem;
    border-radius: 100rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0.2rem solid #8c8982;
    background: #ffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative; }
    .lb-ip .check-radio::before {
      content: "";
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 1rem;
      height: 1rem;
      border-radius: 100rem;
      background: #fff;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 0;
      z-index: 1; }
  .lb-ip .t-txt {
    font-size: 1.4rem;
    color: #403e3a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-60 {
  padding: 6rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-60 {
      padding: 4rem 0; } }

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

.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-150 {
  padding: 15rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-150 {
      padding: 7.5rem 0; } }
  @media screen and (max-width: 600px) {
    .pd-150 {
      padding: 3rem 0 5rem; } }

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

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.4rem 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: .2rem 0.8rem;
    --f-sz: 1.6rem;
    font-size: var(--f-sz); }
    @media screen and (max-width: 800px) {
      .breadcrumb span, .breadcrumb-list {
        --f-sz: 1.4rem; } }
  .breadcrumb-item {
    color: #1E1E1E;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    --f-sz: 1.6rem;
    font-size: var(--f-sz);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media screen and (max-width: 800px) {
      .breadcrumb-item {
        --f-sz: 1.4rem; } }
    .breadcrumb-item:not(:last-child)::after {
      display: inline-block;
      content: '';
      width: 1.6rem;
      height: 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;
      font-weight: normal;
      background-image: url("../assets/images/right-sec.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .breadcrumb-item:not(:last-child) {
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .breadcrumb-item:not(:last-child):hover {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        color: #96171A; }
    .breadcrumb-item:last-child {
      color: #1E1E1E;
      font-weight: normal;
      pointer-events: none !important; }
  .breadcrumb-link {
    --f-sz: 1.6rem;
    font-size: var(--f-sz);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 800px) {
      .breadcrumb-link {
        --f-sz: 1.4rem; } }

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