@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 1.6rem;
  padding-left: 1.6rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 576px) {
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 768px) {
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 992px) {
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1200px) {
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.notsuppot .contentBox {
  width: 90%;
  margin: 100px auto 0 auto; }
  @media screen and (min-width: 1024px) {
    .notsuppot .contentBox {
      margin-top: 253px;
      width: 927px; } }
  .notsuppot .contentBox .infoTitle {
    width: 100%;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: 14.4px;
    text-align: center;
    color: #18181c;
    text-transform: uppercase; }
    .notsuppot .contentBox .infoTitle span {
      display: none; }
      @media screen and (min-width: 1024px) {
        .notsuppot .contentBox .infoTitle span {
          display: block; } }
  .notsuppot .contentBox .useText {
    margin: 29px 0 50px 0;
    height: inherit;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #898b8e; }
    @media screen and (min-width: 1024px) {
      .notsuppot .contentBox .useText {
        margin: 29px 0 107px 0; } }
    .notsuppot .contentBox .useText span {
      display: block; }
      @media screen and (min-width: 1024px) {
        .notsuppot .contentBox .useText span {
          display: none; } }
    .notsuppot .contentBox .useText em {
      font-weight: 500;
      color: #fbc400;
      font-style: normal; }
  .notsuppot .contentBox .supportBrowser {
    height: inherit;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .notsuppot .contentBox .supportBrowser {
        margin: 0 auto 93px auto; } }
    .notsuppot .contentBox .supportBrowser ul {
      display: inline-block;
      text-align: center; }
      .notsuppot .contentBox .supportBrowser ul li {
        display: inline-block;
        width: 50%;
        height: inherit;
        margin-bottom: 50px;
        text-align: center;
        font-size: 0; }
        @media screen and (min-width: 1024px) {
          .notsuppot .contentBox .supportBrowser ul li {
            width: 116px;
            margin-right: 95px;
            margin-bottom: 0; }
            .notsuppot .contentBox .supportBrowser ul li.ie {
              width: 155px; }
            .notsuppot .contentBox .supportBrowser ul li.mr0 {
              margin-right: 0; } }
        .notsuppot .contentBox .supportBrowser ul li a {
          display: block;
          text-align: center;
          width: 100%;
          height: 100%; }
          .notsuppot .contentBox .supportBrowser ul li a p {
            width: 100%;
            height: 32px;
            font-size: 14px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #898b8e; }
            .notsuppot .contentBox .supportBrowser ul li a p strong {
              font-weight: 500;
              letter-spacing: 0.88px; }
          .notsuppot .contentBox .supportBrowser ul li a img {
            width: 116px;
            margin: 0 auto 20px auto;
            display: block; }
  .notsuppot .contentBox .buttonSection {
    font-size: 0;
    text-align: center; }
    .notsuppot .contentBox .buttonSection a {
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
      width: 250px;
      height: 60px;
      line-height: 60px;
      border-radius: 4px;
      border: solid 1.5px #18181c;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 3.56px;
      text-align: center;
      color: #18181c;
      transition: color 200ms;
      position: relative;
      transform: translateZ(0);
      backface-visibility: hidden; }
      .notsuppot .contentBox .buttonSection a:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: scaleY(0);
        transform-origin: 50%;
        transition: all 200ms ease-out;
        background: #18181c; }
      .notsuppot .contentBox .buttonSection a:hover {
        color: #ffffff; }
        .notsuppot .contentBox .buttonSection a:hover::before {
          transform: scaleY(1); }
        .notsuppot .contentBox .buttonSection a:hover em {
          color: #ffffff !important; }
      @media screen and (min-width: 1024px) {
        .notsuppot .contentBox .buttonSection a {
          display: inline-block; }
          .notsuppot .contentBox .buttonSection a:first-child {
            margin-right: 45px; } }

:root {
  --color-g-0: #FFFFFF;
  --color-g-100: #F5F5F7;
  --color-g-200: #E5E6EB;
  --color-g-300: #C3C3CD;
  --color-g-400: #AAACAF;
  --color-g-500: #898B8E;
  --color-g-600: #6A6A6F;
  --color-g-700: #56565B;
  --color-g-800: #38383C;
  --color-g-900: #18181C;
  --color-primary: #FBC400;
  --color-primary-100: #FFEBAF;
  --color-primary-200: #FF8A00;
  --color-primary-300: #E06E14;
  --color-primary-400: #B55000;
  --color-info: #FBC400;
  --color-info-100: #FFF1C9;
  --color-info-200: #FF9900;
  --color-info-300: #FF6B00;
  --color-info-400: #DB4212;
  --color-success: #3ACB3C;
  --color-success-100: #ECFCEB;
  --color-success-200: #89E988;
  --color-success-300: #00B63D;
  --color-success-400: #007527;
  --color-new: #F25454;
  --color-warning: #F24147;
  --color-warning-100: #FFEAED;
  --color-warning-200: #F29395;
  --color-warning-300: #E8182A;
  --color-warning-400: #96000D; }

/**  */
:root {
  --spacing-4xs: 2px;
  --spacing-3xs: 4px;
  --spacing-2xs: 8px;
  --spacing-xs: 12px;
  --spacing-s: 16px;
  --spacing-m: 20px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 64px;
  --spacing-4xl: 80px;
  --spacing-5xl: 120px; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 1.6rem;
  padding-left: 1.6rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 576px) {
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 768px) {
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 992px) {
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1200px) {
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

#__next {
  height: 100%; }

.pricingPopContainer {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  background: rgba(24, 24, 28, 0.5); }
  .pricingPopContainer.eventBanner {
    background: rgba(24, 24, 28, 0.3);
    overflow: hidden; }
    .pricingPopContainer.eventBanner .slick-slider {
      overflow: hidden !important; }
      .pricingPopContainer.eventBanner .slick-slider .slick-list {
        margin: 0 1px; }
  .pricingPopContainer .popContent {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto; }
    .pricingPopContainer .popContent.eventbanner {
      display: flex;
      align-items: center;
      justify-content: center; }
    .pricingPopContainer .popContent .popbox {
      height: 550px;
      background: #18181c;
      padding: 0;
      position: relative;
      border-radius: 10px; }
      .pricingPopContainer .popContent .popbox.whiteBox {
        background: #ffffff; }
      .pricingPopContainer .popContent .popbox.eventPopBox {
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
        background: none;
        height: 430px;
        position: relative;
        border-radius: 0; }
        .pricingPopContainer .popContent .popbox.eventPopBox > div.slick-slider {
          height: 400px;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 5px 5px 5px rgba(24, 24, 28, 0.5); }
        .pricingPopContainer .popContent .popbox.eventPopBox > div.dontShow {
          text-align: left;
          font-size: 12px;
          margin-top: 5px;
          position: relative;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          flex-direction: row;
          height: 20px; }
          .pricingPopContainer .popContent .popbox.eventPopBox > div.dontShow p {
            font-size: 12px;
            line-height: 15px;
            color: #ffffff;
            cursor: pointer; }
          .pricingPopContainer .popContent .popbox.eventPopBox > div.dontShow .cookieBtn {
            width: 15px;
            height: 15px;
            cursor: pointer; }
        .pricingPopContainer .popContent .popbox.eventPopBox .slick-dots {
          bottom: 4% !important; }
          @media screen and (min-width: 720px) {
            .pricingPopContainer .popContent .popbox.eventPopBox .slick-dots {
              bottom: 15px !important; } }
      .pricingPopContainer .popContent .popbox .eventPopContent {
        height: 400px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        position: relative;
        transition: all .2s ease-in;
        opacity: 0; }
        .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 {
          background-image: url("https://s3.marvelousdesigner.com/newmdweb/feature/12.1/Popup_bg.webp");
          background-color: #160B13;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          text-align: center;
          opacity: 1;
          padding: 50px; }
          @media screen and (max-width: 575px) {
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 {
              background-image: url("https://s3.marvelousdesigner.com/newmdweb/feature/12.1/New_Features_main_visual_M375.webp"); }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 a {
                margin: 0 auto; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .subTitle {
            font-weight: 600 !important;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            text-align: left;
            margin-bottom: var(--spacing-3xs);
            color: var(--color-g-0); }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .subTitle {
                font-size: 14px;
                line-height: 20px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .subTitle {
                font-size: 12px;
                line-height: 16px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .subTitle {
                white-space: pre-line;
                text-align: center;
                margin-bottom: var(--spacing-s); } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 30px;
            line-height: 36px;
            letter-spacing: 4px;
            font-weight: 700;
            margin-bottom: var(--spacing-l);
            color: var(--color-g-0);
            word-break: break-word;
            text-align: left; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 {
                font-size: 20px;
                line-height: 24px;
                letter-spacing: 2px; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 em {
              display: block; }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 b {
              font-weight: 700; }
            @media screen and (min-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 {
                width: 400px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 {
                white-space: pre-line;
                text-align: center;
                margin-bottom: var(--spacing-s); }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 em {
                  display: none; }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title h4 b {
                  display: block; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: var(--spacing-2xs);
            color: var(--color-g-0);
            text-align: left;
            width: 450px;
            max-width: 100%; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info {
                font-size: 12px;
                line-height: 18px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info {
                font-size: 10px;
                line-height: 16px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info {
                font-size: 10px;
                line-height: 14px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info {
                text-align: center; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(en) {
              word-break: break-word; }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(ko), .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(jp), .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(zh) {
              word-break: keep-all; }
              @media screen and (max-width: 575px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(ko), .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(jp), .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title p.info:lang(zh) {
                  word-wrap: break-word; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-top: var(--spacing-xl); }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList *:not(:last-of-type) {
              margin-right: var(--spacing-2xs); }
              @media screen and (max-width: 575px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList *:not(:last-of-type) {
                  margin-right: 0;
                  margin-bottom: var(--spacing-2xs); } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList {
                width: 181px;
                justify-content: center;
                margin: var(--spacing-xl) auto 0 auto; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a {
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 3px;
              color: var(--color-primary-200);
              border: solid 1px var(--color-primary-200);
              width: 180px;
              height: 50px;
              font-weight: 500;
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 3px;
              text-transform: uppercase; }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a:nth-child(1) {
                color: var(--color-g-0);
                border: solid 1px var(--color-g-0);
                transition: color 200ms;
                position: relative;
                transform: translateZ(0);
                backface-visibility: hidden; }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a:nth-child(1):before {
                  content: '';
                  position: absolute;
                  z-index: -1;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  transform: scaleY(0);
                  transform-origin: 50%;
                  transition: all 200ms ease-out;
                  background: var(--color-g-0); }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a:nth-child(1):hover {
                  color: var(--color-g-900); }
                  .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a:nth-child(1):hover::before {
                    transform: scaleY(1); }
                  .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a:nth-child(1):hover em {
                    color: var(--color-g-900) !important; }
              @media screen and (max-width: 1024px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a {
                  font-size: 12px;
                  line-height: 14px;
                  letter-spacing: 2px; } }
              @media screen and (max-width: 768px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a {
                  font-size: 11px;
                  line-height: 13px;
                  letter-spacing: 1.4px; } }
              @media screen and (max-width: 375px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 .title .linkList a {
                  font-size: 10px;
                  line-height: 12px;
                  letter-spacing: 1px; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 p.copyright {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: -0.1px;
            color: var(--color-g-300);
            position: absolute;
            font-weight: 300 !important;
            font-size: 12px !important;
            bottom: 10px;
            right: 10px; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 p.copyright {
                font-size: 12px;
                line-height: 16px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 p.copyright {
                font-size: 11px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 p.copyright {
                font-size: 10px;
                line-height: 14px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20230512 p.copyright {
                white-space: normal;
                right: 50%;
                transform: translateX(50%); } }
        .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 {
          background-image: url("https://s3.marvelousdesigner.com/newmdweb/event/221212_web.png");
          background-color: #261D1D;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          text-align: center;
          opacity: 1; }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .eventBannerBox {
            justify-content: center;
            align-items: center; }
          @media screen and (max-width: 575px) {
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 {
              background-image: url("https://s3.marvelousdesigner.com/newmdweb/event/221212_pc.png"); }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 a {
                margin: 0 auto; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title * {
            color: var(--color-g-0);
            text-align: center; }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.subTitle {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: var(--spacing-2xs); }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.subTitle {
                font-size: 14px;
                line-height: 20px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.subTitle {
                font-size: 12px;
                line-height: 16px; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .discountTitle {
            width: 216px;
            justify-content: center;
            margin: 0 auto var(--spacing-s) auto; }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .discountTitle img {
              width: 100%; }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title h4 {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 30px;
            line-height: 36px;
            letter-spacing: 4px;
            font-weight: 700;
            margin-bottom: var(--spacing-l);
            word-break: break-word; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title h4 {
                font-size: 20px;
                line-height: 24px;
                letter-spacing: 2px; } }
            @media screen and (min-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title h4 {
                width: 400px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title h4 {
                white-space: pre-line;
                margin-bottom: var(--spacing-s); } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.body {
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            margin-bottom: var(--spacing-xs);
            white-space: pre-line;
            word-break: keep-all; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.body {
                font-size: 10px;
                line-height: 16px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.body {
                font-size: 10px;
                line-height: 14px; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.body:lang(jp) {
              word-break: break-all; }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.body {
                white-space: normal; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.bodyYellow {
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: var(--spacing-3xs);
            color: var(--color-primary);
            white-space: pre-line;
            word-break: keep-all; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.bodyYellow {
                font-size: 16px;
                line-height: 22px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.bodyYellow {
                font-size: 14px;
                line-height: 20px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.bodyYellow {
                font-size: 12px;
                line-height: 18px; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.bodyYellow:lang(jp) {
              word-break: break-all; }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.bodyYellow {
                white-space: normal; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.info {
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            color: var(--color-g-200);
            margin-bottom: var(--spacing-xl); }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.info {
                font-size: 10px;
                line-height: 16px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.info {
                font-size: 10px;
                line-height: 14px; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title p.info:before {
              display: block;
              content: '';
              background-image: url("https://s3.marvelousdesigner.com/newmdweb/event/info.svg");
              background-repeat: no-repeat;
              background-size: 100%;
              background-position: center center;
              width: 10px;
              height: 10px;
              margin-right: 3px; }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap; }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList *:not(:last-of-type) {
              margin-right: var(--spacing-2xs); }
              @media screen and (max-width: 575px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList *:not(:last-of-type) {
                  margin-right: 0;
                  margin-bottom: var(--spacing-2xs); } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList {
                width: 181px;
                margin: 0 auto; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a {
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 3px;
              color: var(--color-primary-200);
              border: solid 1px var(--color-primary-200);
              width: 180px;
              height: 50px;
              font-weight: 500;
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 3px;
              text-transform: uppercase; }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(1) {
                color: var(--color-g-0);
                border: solid 1px var(--color-g-0);
                transition: color 200ms;
                position: relative;
                transform: translateZ(0);
                backface-visibility: hidden; }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(1):before {
                  content: '';
                  position: absolute;
                  z-index: -1;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  transform: scaleY(0);
                  transform-origin: 50%;
                  transition: all 200ms ease-out;
                  background: var(--color-primary-200); }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(1):hover {
                  color: var(--color-g-0); }
                  .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(1):hover::before {
                    transform: scaleY(1); }
                  .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(1):hover em {
                    color: var(--color-g-0) !important; }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(2) {
                transition: color 200ms;
                position: relative;
                transform: translateZ(0);
                backface-visibility: hidden; }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(2):before {
                  content: '';
                  position: absolute;
                  z-index: -1;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  transform: scaleY(0);
                  transform-origin: 50%;
                  transition: all 200ms ease-out;
                  background: var(--color-g-0); }
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(2):hover {
                  color: var(--color-g-900); }
                  .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(2):hover::before {
                    transform: scaleY(1); }
                  .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a:nth-child(2):hover em {
                    color: var(--color-g-900) !important; }
              @media screen and (max-width: 1024px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a {
                  font-size: 12px;
                  line-height: 14px;
                  letter-spacing: 2px; } }
              @media screen and (max-width: 768px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a {
                  font-size: 11px;
                  line-height: 13px;
                  letter-spacing: 1.4px; } }
              @media screen and (max-width: 375px) {
                .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221125 .title .linkList a {
                  font-size: 10px;
                  line-height: 12px;
                  letter-spacing: 1px; } }
        .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 {
          background-image: url("https://s3.marvelousdesigner.com/newmdweb/mainpop/web_pop_221109.png");
          background-color: #E3C19C;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: right bottom;
          text-align: center;
          opacity: 1; }
          @media screen and (max-width: 575px) {
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 {
              background-image: url("https://s3.marvelousdesigner.com/newmdweb/mainpop/mobile_pop_221109.png"); }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 .eventBannerBox {
                align-items: baseline;
                padding: 50px 18px 0 18px; }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a {
                margin: 0 auto; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 .title * {
            color: var(--color-g-0);
            text-align: left; }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 .title * {
                text-align: center; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.subTitle {
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: var(--spacing-2xs); }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.subTitle {
                font-size: 14px;
                line-height: 20px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.subTitle {
                font-size: 12px;
                line-height: 16px; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 .title h4 {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 30px;
            line-height: 36px;
            letter-spacing: 4px;
            margin-bottom: var(--spacing-l);
            white-space: pre-line; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 .title h4 {
                font-size: 20px;
                line-height: 24px;
                letter-spacing: 2px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 .title h4 {
                white-space: normal;
                margin-bottom: var(--spacing-s); } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.body {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: var(--spacing-xl);
            white-space: pre-line; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.body {
                font-size: 12px;
                line-height: 18px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.body {
                font-size: 10px;
                line-height: 16px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.body {
                font-size: 10px;
                line-height: 14px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.body {
                white-space: normal; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.copyright {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: -0.1px;
            color: var(--color-g-200);
            position: absolute;
            font-weight: 300 !important;
            font-size: 12px !important;
            bottom: 10px;
            right: 10px; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.copyright {
                font-size: 12px;
                line-height: 16px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.copyright {
                font-size: 11px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.copyright {
                font-size: 10px;
                line-height: 14px; } }
            @media screen and (max-width: 575px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 p.copyright {
                white-space: normal;
                right: 50%;
                transform: translateX(50%); } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
            color: var(--color-g-0);
            border: solid 1px var(--color-g-0);
            width: 180px;
            height: 50px;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 3px;
            text-transform: uppercase;
            transition: color 200ms;
            position: relative;
            transform: translateZ(0);
            backface-visibility: hidden; }
            @media screen and (max-width: 1024px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a {
                font-size: 12px;
                line-height: 14px;
                letter-spacing: 2px; } }
            @media screen and (max-width: 768px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a {
                font-size: 11px;
                line-height: 13px;
                letter-spacing: 1.4px; } }
            @media screen and (max-width: 375px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a {
                font-size: 10px;
                line-height: 12px;
                letter-spacing: 1px; } }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a:before {
              content: '';
              position: absolute;
              z-index: -1;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              transform: scaleY(0);
              transform-origin: 50%;
              transition: all 200ms ease-out;
              background: var(--color-g-0); }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a:hover {
              color: var(--color-g-900); }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a:hover::before {
                transform: scaleY(1); }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221109 a:hover em {
                color: var(--color-g-900) !important; }
        .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 {
          background: url("https://s3.marvelousdesigner.com/newmdweb/contest/pop20221009.webp") no-repeat;
          background-size: cover;
          background-position: right bottom;
          text-align: center; }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 .summitBI {
            background-image: url("https://s3.marvelousdesigner.com/newmdweb/contest/web_bi.svg");
            background-size: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            margin: 0 auto;
            width: 100px;
            height: 43px; }
            @media screen and (min-width: 517px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 .summitBI {
                width: 130px;
                height: 56px; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 h3 {
            font-style: normal;
            font-weight: 700;
            font-size: 30px;
            line-height: 44px;
            text-align: center;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #FFFFFF;
            margin-bottom: 32px; }
            @media screen and (min-width: 517px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 h3 {
                font-size: 40px;
                line-height: 59px;
                letter-spacing: 4px; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 p {
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 26px;
            text-align: center;
            color: #FFFFFF;
            margin: 24px auto 10px auto; }
            @media screen and (min-width: 517px) {
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 p {
                font-size: 20px; } }
          .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 a {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            border-radius: 3px;
            color: #FF8A00;
            border: solid 1px #FF8A00;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 4px;
            width: 264px;
            height: 60px;
            transition: color 200ms;
            position: relative;
            transform: translateZ(0);
            backface-visibility: hidden; }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 a:before {
              content: '';
              position: absolute;
              z-index: -1;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              transform: scaleY(0);
              transform-origin: 50%;
              transition: all 200ms ease-out;
              background: #FF8A00; }
            .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 a:hover {
              color: #ffffff; }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 a:hover::before {
                transform: scaleY(1); }
              .pricingPopContainer .popContent .popbox .eventPopContent.eventPop20221009 a:hover em {
                color: #ffffff !important; }
        @media screen and (min-width: 1024px) {
          .pricingPopContainer .popContent .popbox .eventPopContent {
            padding: 0 40px; } }
      .pricingPopContainer .popContent .popbox .closeBtn {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        cursor: pointer; }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

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

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

.ql-editor .ql-align-center {
  text-align: center; }

.ql-editor .ql-align-justify {
  text-align: justify; }

.ql-editor .ql-align-right {
  text-align: right; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.ql-container.ql-snow {
  border: 1px solid #ccc; }

@charset "UTF-8";
@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 100;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProThin/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProThin/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 300;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProRegular/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProRegular/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 400;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProMedium/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProMedium/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 500;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProMedium/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProMedium/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 600;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProDemi/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProDemi/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 700;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProBold/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProBold/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 800;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProBold/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProBold/font.woff") format("woff");
  unicode-range: U+0020-007E; }

@font-face {
  font-family: 'Avenir Next LT Pro';
  font-weight: 900;
  src: url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProHeavy/font.woff2") format("woff2"), url("https://s3.amazonaws.com/s3.md.web.upload/newmdweb/font/AvenirNextLTProHeavy/font.woff") format("woff");
  unicode-range: U+0020-007E; }

 {
  /* Web */ }
  .headerContnet {
    position: relative; }
    .headerContnet > nav .maintitle {
      position: absolute;
      min-width: 100%;
      z-index: 4;
      transform: translateY(-55%);
      top: 50%;
      left: 0; }
      .headerContnet > nav .maintitle h2 {
        width: 100%;
        color: var(--color-g-0);
        font-weight: 800;
        text-transform: uppercase;
        font-size: 70px;
        line-height: 84px;
        letter-spacing: 10px; }
        @media screen and (max-width: 1024px) {
          .headerContnet > nav .maintitle h2 {
            font-size: 50px;
            line-height: 60px;
            letter-spacing: 8px; } }
        @media screen and (max-width: 768px) {
          .headerContnet > nav .maintitle h2 {
            font-size: 36px;
            line-height: 43px;
            letter-spacing: 5px; } }
        @media screen and (max-width: 375px) {
          .headerContnet > nav .maintitle h2 {
            font-size: 30px;
            line-height: 36px;
            letter-spacing: 4px; } }
      .headerContnet > nav .maintitle p {
        margin-top: var(--spacing-xs);
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px; }
        @media screen and (max-width: 1024px) {
          .headerContnet > nav .maintitle p {
            font-size: 28px;
            line-height: 34px; } }
        @media screen and (max-width: 768px) {
          .headerContnet > nav .maintitle p {
            font-size: 24px;
            line-height: 30px; } }
        @media screen and (max-width: 375px) {
          .headerContnet > nav .maintitle p {
            font-size: 20px;
            line-height: 26px; } }
    .headerContnet > nav .viewPageBackgroundImage {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
      overflow: hidden; }
      .headerContnet > nav .viewPageBackgroundImage.welcomeThumnailWidth {
        width: 850px;
        height: 480px; }
      .headerContnet > nav .viewPageBackgroundImage .blackWindow {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(24, 24, 28, 0.3);
        bottom: 0;
        left: 0;
        top: 0;
        z-index: 1; }
        .headerContnet > nav .viewPageBackgroundImage .blackWindow a {
          display: none; }
        .headerContnet > nav .viewPageBackgroundImage .blackWindow a {
          width: 100%;
          text-align: right;
          color: var(--color-g-0);
          position: absolute;
          bottom: 10px;
          padding-right: 10px;
          font-size: 12px; }
    .headerContnet.overViewHeader {
      position: fixed;
      width: 100%;
      z-index: 5; }
      .headerContnet.overViewHeader.absolute {
        position: absolute; }
      .headerContnet.overViewHeader .navWeb.viewHigh {
        height: auto;
        background: none;
        overflow: visible;
        padding-top: 40px; }
        .headerContnet.overViewHeader .navWeb.viewHigh .posterImg {
          display: none; }
  .topPop {
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: var(--color-g-900);
    height: 60px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 430px) {
      .topPop {
        height: 91px; } }
    .topPop .closeBtn {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translate(0, -50%);
      z-index: 20; }
      .topPop .closeBtn img {
        width: 20px;
        height: 20px;
        cursor: pointer; }
    .topPop p {
      color: var(--color-g-0);
      line-height: 15px;
      font-size: 0.9rem;
      cursor: pointer; }
      .topPop p a {
        color: var(--color-primary); }
      .topPop p img {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        line-height: 15px;
        margin-right: 20px; }
  .header {
    padding-top: 40px;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color-g-900);
    color: var(--color-g-0);
    z-index: 10;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align: center; }
  .navWeb {
    width: -webkit-fill-available;
    height: 300px;
    margin: 0 auto;
    overflow: initial; }
    .navWeb.viewHigh {
      height: 766px; }
      @media screen and (min-width: 1920px) {
        .navWeb.viewHigh {
          height: 822px; } }
    .navWeb.team {
      height: 355px;
      z-index: 1; }
    .navWeb .navBtn {
      width: auto;
      height: 55px;
      font-size: 16px;
      font-weight: 500;
      line-height: 2.5;
      letter-spacing: 1px;
      text-align: center;
      padding: 10px 22.5px 0;
      float: left; }
      .navWeb .navBtn.flRight {
        display: flex;
        align-items: center;
        padding: 0 16.5px; }
      .navWeb .navBtn .helpCenter {
        cursor: pointer; }
    .navWeb ul.navList {
      list-style: none;
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .navWeb ul.navList > li {
        display: flex;
        align-items: center; }
      .navWeb ul.navList li {
        cursor: pointer;
        border-bottom: none;
        padding-top: 0;
        height: 100% !important; }
        .navWeb ul.navList li:hover {
          color: #fbc400; }
          .navWeb ul.navList li:hover ul {
            display: block;
            max-height: 200px;
            transition: all .2s ease-in; }
        .navWeb ul.navList li:nth-last-child {
          padding-right: 0; }
        .navWeb ul.navList li a {
          color: var(--color-g-0);
          text-decoration: none;
          text-transform: uppercase;
          display: block;
          transition: all .2s ease-in;
          text-align: left;
          border-bottom: none;
          font-weight: 700;
          font-size: 18px;
          line-height: 24px; }
          @media screen and (max-width: 768px) {
            .navWeb ul.navList li a {
              font-size: 16px;
              line-height: 22px; } }
          @media screen and (max-width: 375px) {
            .navWeb ul.navList li a {
              font-size: 12px;
              line-height: 18px; } }
          .navWeb ul.navList li a:hover, .navWeb ul.navList li a.active {
            color: var(--color-primary); }
        .navWeb ul.navList li ul {
          position: absolute;
          display: block;
          width: inherit;
          top: 40px;
          max-height: 0;
          overflow: hidden;
          margin-top: var(--spacing-2xs);
          transition: all .2s ease-in; }
          .navWeb ul.navList li ul *:not(:last-of-type) {
            margin-bottom: var(--spacing-2xs); }
          .navWeb ul.navList li ul li {
            display: block; }
            .navWeb ul.navList li ul li a {
              font-weight: 700;
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 1px;
              text-transform: uppercase; }
              @media screen and (max-width: 1024px) {
                .navWeb ul.navList li ul li a {
                  font-size: 12px;
                  line-height: 14px;
                  letter-spacing: 0.8px; } }
              @media screen and (max-width: 768px) {
                .navWeb ul.navList li ul li a {
                  font-size: 11px;
                  line-height: 13px;
                  letter-spacing: 0.6px; } }
              @media screen and (max-width: 375px) {
                .navWeb ul.navList li ul li a {
                  font-size: 10px;
                  line-height: 12px;
                  letter-spacing: 0.4px; } }
    @media screen and (min-width: 1440px) {
      .navWeb {
        display: block;
        position: relative; } }
    .navWeb.mainCover {
      height: 1080px;
      overflow: hidden; }
    .navWeb .backgroundVideoContainer {
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .navWeb .backgroundVideoContainer .videoScreen {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: var(--color-g-900);
        z-index: 3;
        opacity: 0.3; }
      .navWeb .backgroundVideoContainer video {
        transform: translateX(-50%) translateY(-50%) scale(1.1);
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 2; }
      .navWeb .backgroundVideoContainer .posterImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .navWeb .backgroundVideoContainer .posterImg.subPoster .title {
          text-align: center;
          position: absolute;
          z-index: 2;
          top: 50%;
          left: 50%;
          width: 90%;
          transform: translate(-50%, -30%); }
          .navWeb .backgroundVideoContainer .posterImg.subPoster .title.teamConsoleTitle h2 {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 40px;
            line-height: 48px;
            display: flex;
            align-items: center;
            letter-spacing: 6px;
            display: block;
            text-align: center;
            justify-content: center; }
            @media screen and (max-width: 1024px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title.teamConsoleTitle h2 {
                font-size: 30px;
                line-height: 36px;
                letter-spacing: 4px; } }
            @media screen and (max-width: 768px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title.teamConsoleTitle h2 {
                font-size: 24px;
                line-height: 29px;
                display: unset;
                align-items: unset;
                letter-spacing: 3px; } }
            @media screen and (max-width: 375px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title.teamConsoleTitle h2 {
                font-size: 20px;
                line-height: 24px;
                letter-spacing: 2px; } }
          .navWeb .backgroundVideoContainer .posterImg.subPoster .title h2 {
            color: var(--color-g-0);
            font-weight: 800;
            text-transform: uppercase;
            font-size: 70px;
            line-height: 84px;
            letter-spacing: 10px; }
            @media screen and (max-width: 1024px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title h2 {
                font-size: 50px;
                line-height: 60px;
                letter-spacing: 8px; } }
            @media screen and (max-width: 768px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title h2 {
                font-size: 36px;
                line-height: 43px;
                letter-spacing: 5px; } }
            @media screen and (max-width: 375px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title h2 {
                font-size: 30px;
                line-height: 36px;
                letter-spacing: 4px; } }
          .navWeb .backgroundVideoContainer .posterImg.subPoster .title p {
            color: var(--color-g-0);
            text-transform: capitalize;
            font-weight: 700;
            font-size: 24px;
            line-height: 30px;
            margin-top: 20px;
            margin-bottom: 20px; }
            @media screen and (max-width: 1024px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title p {
                font-size: 28px;
                line-height: 34px; } }
            @media screen and (max-width: 768px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title p {
                font-size: 24px;
                line-height: 30px; } }
            @media screen and (max-width: 375px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title p {
                font-size: 20px;
                line-height: 26px; } }
          .navWeb .backgroundVideoContainer .posterImg.subPoster .title em {
            color: var(--color-g-0);
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            font-style: normal; }
            @media screen and (max-width: 1024px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title em {
                font-size: 14px;
                line-height: 20px; } }
            @media screen and (max-width: 768px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title em {
                font-size: 12px;
                line-height: 18px; } }
            @media screen and (max-width: 375px) {
              .navWeb .backgroundVideoContainer .posterImg.subPoster .title em {
                font-size: 11px;
                line-height: 16px; } }
          .navWeb .backgroundVideoContainer .posterImg.subPoster .title .viewCount {
            margin-top: 20px;
            display: block; }
            .navWeb .backgroundVideoContainer .posterImg.subPoster .title .viewCount em {
              padding-left: 25px;
              background: url("https://s3.marvelousdesigner.com/newmdweb/image/view.svg") no-repeat center left;
              background-size: 20px auto; }
        .navWeb .backgroundVideoContainer .posterImg.subPoster img {
          transform: translateX(0%) translateY(-10%);
          min-width: 100%;
          min-height: 100%; }
          .navWeb .backgroundVideoContainer .posterImg.subPoster img.opacityImg {
            opacity: 0.3; }
  .navMenuContainer {
    max-width: 1620px;
    display: flex;
    justify-content: space-between;
    margin: auto; }
    @media screen and (min-width: 1440px) {
      .navMenuContainer {
        position: relative; }
        .navMenuContainer .navListWrapper {
          display: flex;
          margin-left: 175px; } }
  .navLeft {
    position: absolute;
    left: 0;
    float: left; }
  .navRight {
    right: 0;
    display: flex;
    margin-right: 42.5px; }
    .navRight .selectFlag {
      position: relative;
      width: 130px; }
      .navRight .selectFlag .defaultFlagLocal {
        padding: 1px 0 0 22px;
        font-size: 14px;
        cursor: pointer;
        position: relative;
        font-weight: 600; }
        .navRight .selectFlag .defaultFlagLocal.en_flag {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_usa.svg") no-repeat center left 15px; }
        .navRight .selectFlag .defaultFlagLocal.ko_flag {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_kr.svg") no-repeat center left 15px; }
        .navRight .selectFlag .defaultFlagLocal.zh_flag {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_cn.svg") no-repeat center left 15px; }
        .navRight .selectFlag .defaultFlagLocal.jp_flag {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_jp.svg") no-repeat center left 15px; }
        .navRight .selectFlag .defaultFlagLocal::before {
          position: absolute;
          top: 50%;
          right: 0;
          margin: -2px 0;
          width: 0;
          height: 0;
          content: '';
          border-width: 4px;
          border-style: solid;
          border-color: var(--color-g-0) transparent transparent; }
      .navRight .selectFlag .selectOption {
        background: var(--color-g-0);
        position: absolute;
        width: 140px;
        top: calc(100% + 5.5px);
        left: 0;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s ease 0s; }
        .navRight .selectFlag .selectOption.store ul li:hover {
          background: #92e0b5; }
        .navRight .selectFlag .selectOption.isActive {
          max-height: 400px;
          border: 1px solid #F5F5F7;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
          border-radius: 3px; }
        .navRight .selectFlag .selectOption ul {
          margin: 10px 0; }
          .navRight .selectFlag .selectOption ul li {
            display: block;
            width: 100%;
            box-sizing: content-box;
            font-size: 14px;
            text-align: left;
            height: 40px;
            line-height: 40px;
            color: var(--color-g-900);
            cursor: pointer; }
            .navRight .selectFlag .selectOption ul li.activeLang {
              font-weight: 800; }
            .navRight .selectFlag .selectOption ul li:hover {
              color: #fbc400; }
            .navRight .selectFlag .selectOption ul li .flagIcon {
              display: inline-block;
              width: 20px;
              height: 20px;
              margin: 0 10px 0 15px;
              vertical-align: middle; }
              .navRight .selectFlag .selectOption ul li .flagIcon.en_flag {
                background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_usa.svg") no-repeat center left; }
              .navRight .selectFlag .selectOption ul li .flagIcon.ko_flag {
                background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_kr.svg") no-repeat center left; }
              .navRight .selectFlag .selectOption ul li .flagIcon.zh_flag {
                background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_cn.svg") no-repeat center left; }
              .navRight .selectFlag .selectOption ul li .flagIcon.jp_flag {
                background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_jp.svg") no-repeat center left; }
    .navRight .signInFocus {
      position: relative; }
      .navRight .signInFocus > span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        cursor: pointer; }
      .navRight .signInFocus > img {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 100%; }
        .navRight .signInFocus > img.imgUsing {
          background: var(--color-g-900);
          height: 40px; }
          .navRight .signInFocus > img.imgUsing.teamBg {
            background: var(--color-g-0); }
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    overflow: hidden;
    z-index: 100;
    color: var(--color-g-900); }
    .nav li a {
      color: var(--color-g-900); }
    @media screen and (min-width: 768px) {
      .nav {
        padding: 50px; } }
  .navOpenRight {
    position: absolute;
    display: block;
    color: var(--color-g-900);
    top: 30px;
    right: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    z-index: 2;
    cursor: pointer; }
    .navOpenRight.cusordeactive {
      cursor: default;
      pointer-events: none; }
    .navOpenRight .wh {
      color: var(--color-g-0); }
    .navOpenRight.userIcon {
      top: 20px;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      overflow: hidden; }
      .navOpenRight.userIcon img {
        width: 40px; }
        .navOpenRight.userIcon img.imgUsing {
          background: var(--color-g-900);
          height: 40px; }
          .navOpenRight.userIcon img.imgUsing.teamBg {
            background: var(--color-g-0); }
    @media screen and (min-width: 768px) {
      .navOpenRight {
        top: 40px;
        right: 30px;
        font-size: 16px; }
        .navOpenRight.userIcon {
          top: 30px; }
          .navOpenRight.userIcon img {
            width: 40px;
            height: 40px; } }
  .navOpen {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
    top: 30px;
    left: 20px;
    z-index: 200000;
    cursor: pointer; }
    .navOpen:hover .item {
      animation-name: mobileNav;
      animation-fill-mode: forwards;
      animation-duration: 0.4s; }
    .navOpen:hover .item2 {
      animation-delay: 0.1s; }
    .navOpen:hover .item3 {
      animation-delay: 0.2s; }
    .navOpen.white .item {
      border-color: var(--color-g-0); }
    .navOpen.yellow .item {
      border-top-color: #fbc400; }
    .navOpen.teamBg .item {
      border-color: var(--color-g-0); }
    .navOpen .item {
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      border-top: 2px solid var(--color-g-900);
      transform-origin: center;
      transform: rotate(0);
      transition: border-color 0.5s 0s, transform 0.3s 0s, top 0.3s 0.3s; }
    .navOpen .item1 {
      top: 0; }
    .navOpen .item2 {
      top: 50%;
      transition: border-color 0.5s 0s, opacity 0.3s 0.3s; }
    .navOpen .item3 {
      top: 100%; }
    @media screen and (min-width: 768px) {
      .navOpen {
        top: 40px;
        left: 30px; } }
    @media screen and (min-width: 1024px) {
      .navOpen {
        transition: opacity 0.3s; } }
  .navFix {
    color: var(--color-g-0);
    text-align: center; }
    .navFix .mobileVideoBackground {
      width: 100%;
      height: 1080px;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 1; }
      @media screen and (max-width: 1024px) {
        .navFix .mobileVideoBackground {
          height: 822px; } }
      @media screen and (max-width: 575px) {
        .navFix .mobileVideoBackground {
          height: 400px; } }
      .navFix .mobileVideoBackground.heightAuto {
        height: auto; }
      .navFix .mobileVideoBackground .videoScreen {
        position: absolute;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        background: var(--color-g-900);
        opacity: 0.3;
        z-index: 3; }
      .navFix .mobileVideoBackground .video {
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 2; }
      .navFix .mobileVideoBackground .canvas {
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 2; }
    .navFix .cusordeactive .userIcon > span {
      cursor: default;
      pointer-events: none; }
    .navFix .userIcon > span {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      cursor: pointer; }
    .navFix .navBox {
      position: fixed;
      left: -100%;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width: 630px;
      background: var(--color-g-900);
      transition: all 0.5s;
      transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
      z-index: 100000;
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap; }
      .navFix .navBox::before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .navFix .navBox .navMenu {
        width: 80%;
        display: inline-block;
        vertical-align: middle; }
        .navFix .navBox .navMenu > li {
          overflow: hidden; }
        .navFix .navBox .navMenu li.noneIcon > a {
          background-image: none; }
        .navFix .navBox .navMenu li.activeIcon > a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/menu_close.svg") no-repeat; }
        .navFix .navBox .navMenu li.deActiveIcon > a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/menu_open.svg") no-repeat; }
        .navFix .navBox .navMenu li.navBtn > a {
          background-position: left;
          background-position-x: 10px; }
          @media (max-width: 375px) {
            .navFix .navBox .navMenu li.navBtn > a {
              padding: 15px 10px; } }
        .navFix .navBox .navMenu li.downmenu > a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/menu_close.svg") no-repeat;
          background-position: left;
          background-position-x: 10px; }
        .navFix .navBox .navMenu li.logo a {
          margin-bottom: 50px; }
        .navFix .navBox .navMenu li ul.menu {
          overflow: hidden; }
          .navFix .navBox .navMenu li ul.menu.closeMenu {
            max-height: 0;
            animation: dowmMenuClose 0.5s ease-in;
            animation-iteration-count: 1;
            overflow: hidden; }
          .navFix .navBox .navMenu li ul.menu.openMenu {
            animation: dowmMenu 0.5s ease-in;
            animation-iteration-count: 1; }
            @media (max-width: 375px) {
              .navFix .navBox .navMenu li ul.menu.openMenu li a {
                padding: 10px; } }
          .navFix .navBox .navMenu li ul.menu li a {
            background: unset;
            font-weight: 300; }
        .navFix .navBox .navMenu li a {
          display: block;
          padding: 20px 10px;
          font-size: 14px;
          letter-spacing: 3px;
          font-weight: 400;
          text-decoration: unset;
          cursor: pointer;
          border-bottom: 1px solid #4b4c4c;
          text-transform: uppercase; }
    .navFix.open .navBox {
      left: 0; }
    .navFix.open .navOpen {
      position: fixed; }
      .navFix.open .navOpen .item {
        border-color: var(--color-g-0); }
        .navFix.open .navOpen .item.item1 {
          top: 50%;
          transform-origin: center -5px;
          transform: rotate(45deg) translateX(7px);
          transition: top 0.3s 0s, transform 0.3s 0.3s; }
        .navFix.open .navOpen .item.item2 {
          opacity: 0; }
        .navFix.open .navOpen .item.item3 {
          top: 50%;
          transform-origin: center -7px;
          transform: rotate(-45deg) translateX(-7px);
          transition: top 0.3s 0s, transform 0.3s 0.3s; }
      .navFix.open .navOpen:hover .item {
        animation-name: none;
        animation-fill-mode: none;
        animation-duration: 0s; }
  .navFooter {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center; }
    .navFooter li {
      display: inline-block; }
      .navFooter li a {
        display: inline-block;
        color: var(--color-g-0);
        padding: 4px;
        font-size: 12px;
        letter-spacing: 1px;
        cursor: pointer; }
    @media screen and (min-width: 768px) {
      .navFooter {
        bottom: 30px; }
        .navFooter li a {
          padding: 10px; } }
  .profileBox {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 260px;
    height: auto;
    background: var(--color-g-0);
    object-fit: contain;
    border-radius: 3px;
    border: 0 solid #F5F5F7;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
    line-height: 0;
    z-index: 1000; }
    .profileBox .closebutton {
      position: absolute;
      line-height: 0;
      top: 10px;
      right: 10px;
      width: 20px;
      height: 20px;
      color: #828791;
      cursor: pointer; }
    .profileBox .profileBoxContainer {
      width: 90%;
      margin: 28px auto 0 auto;
      border-bottom: 1px solid #e5e6eb;
      box-sizing: border-box;
      font-weight: 300; }
      .profileBox .profileBoxContainer .nameValueContent {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        height: 70px; }
        .profileBox .profileBoxContainer .nameValueContent .imgBox {
          flex-basis: 70px;
          height: 70px;
          margin: 0 20px 0 10px; }
          .profileBox .profileBoxContainer .nameValueContent .imgBox img {
            border-radius: 100%;
            height: 100%; }
            .profileBox .profileBoxContainer .nameValueContent .imgBox img.imgUsing {
              background: var(--color-g-900); }
              .profileBox .profileBoxContainer .nameValueContent .imgBox img.imgUsing.teamBg {
                background: var(--color-g-0); }
        .profileBox .profileBoxContainer .nameValueContent .textBox {
          flex-basis: auto;
          text-align: left;
          width: 55%;
          overflow: hidden;
          height: 50px; }
          .profileBox .profileBoxContainer .nameValueContent .textBox p {
            color: #898b8e;
            font-size: 12px;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .profileBox .profileBoxContainer .nameValueContent .textBox p.strong {
              color: #232328;
              font-size: 18px; }
      .profileBox .profileBoxContainer .myAccount {
        text-align: right;
        padding-bottom: 5px; }
        .profileBox .profileBoxContainer .myAccount a {
          display: inline-block;
          color: #898b8e;
          font-size: 10px;
          text-transform: none;
          text-align: right;
          line-height: 20px;
          text-decoration: none;
          vertical-align: middle; }
          .profileBox .profileBoxContainer .myAccount a.cartValue {
            margin-right: 10px; }
            .profileBox .profileBoxContainer .myAccount a.cartValue img {
              width: 15px;
              margin-right: 3px; }
          .profileBox .profileBoxContainer .myAccount a img {
            width: 15px;
            vertical-align: middle; }
    .profileBox .teamConsole {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      border-bottom: 1px solid #e5e6eb; }
      .profileBox .teamConsole a {
        color: var(--color-g-900);
        display: block;
        width: 100%;
        padding: 20px;
        letter-spacing: 1px;
        line-height: 15px;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1rem;
        text-align: center; }
    .profileBox .signOut {
      width: 90%;
      margin: 0 auto;
      line-height: 0;
      text-align: center; }
      .profileBox .signOut a {
        display: block; }
      .profileBox .signOut a,
      .profileBox .signOut button {
        cursor: pointer;
        border: 0;
        background: none;
        color: var(--color-g-900);
        letter-spacing: 1px;
        font-size: 1rem;
        height: 56px;
        line-height: 56px;
        font-weight: 400;
        text-transform: uppercase; }
    @media screen and (min-width: 375px) {
      .profileBox {
        top: 80px;
        right: 20px; } }
    @media screen and (min-width: 768px) {
      .profileBox {
        top: 90px;
        right: 30px; } }
    @media screen and (min-width: 1440px) {
      .profileBox {
        top: 60px;
        right: 60px;
        width: 335px;
        height: auto; }
        .profileBox .profileBoxContainer {
          width: 295px; } }
    @media screen and (min-width: 1920px) {
      .profileBox {
        top: 60px;
        right: 60px;
        width: 335px;
        height: auto; }
        .profileBox .profileBoxContainer {
          width: 295px; } }
  .imgBackground {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 70vh;
    overflow: hidden;
    position: relative; }
    .imgBackground.blackBg {
      background-color: var(--color-g-900); }
      .imgBackground.blackBg .title p {
        text-transform: capitalize;
        font-size: 1.6rem;
        font-weight: 300;
        margin-top: 20px;
        letter-spacing: normal;
        margin-bottom: 20px; }
      .imgBackground.blackBg .title .viewCount {
        margin-top: 20px;
        display: block; }
        .imgBackground.blackBg .title .viewCount em {
          padding-left: 20px;
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/view.svg") no-repeat center left;
          background-size: 20px auto; }
      @media (min-height: 500px) {
        .imgBackground.blackBg {
          height: 50vh; } }
    @media (min-height: 500px) {
      .imgBackground {
        height: 40vh; } }
    .imgBackground .title {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -40%);
      z-index: 2; }
      .imgBackground .title.teamConsoleTitle h2 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 48px;
        display: flex;
        align-items: center;
        letter-spacing: 6px;
        text-align: center;
        justify-content: center; }
        @media screen and (max-width: 1024px) {
          .imgBackground .title.teamConsoleTitle h2 {
            font-size: 30px;
            line-height: 36px;
            letter-spacing: 4px; } }
        @media screen and (max-width: 768px) {
          .imgBackground .title.teamConsoleTitle h2 {
            font-size: 24px;
            line-height: 29px;
            display: unset;
            align-items: unset;
            letter-spacing: 3px; } }
        @media screen and (max-width: 375px) {
          .imgBackground .title.teamConsoleTitle h2 {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 2px; } }
      .imgBackground .title h2 {
        color: var(--color-g-0);
        font-size: 28px;
        letter-spacing: 4.54px;
        text-align: center;
        font-weight: 500; }
        @media screen and (min-width: 576px) {
          .imgBackground .title h2 {
            letter-spacing: 6.81px;
            font-size: 42px; } }
        @media screen and (min-width: 1024px) {
          .imgBackground .title h2 {
            letter-spacing: 7.78px;
            font-size: 48px; } }
    .imgBackground img {
      top: 0;
      left: 50%;
      position: absolute;
      transform: translate(-50%, 0) scale(1.4);
      min-height: 100%;
      min-width: 100%;
      z-index: 1; }
      .imgBackground img.opacityImg {
        opacity: 0.3; }
  .pageNum {
    height: 26px;
    margin-bottom: 120px; }
    .pageNum .pagination {
      display: flex;
      align-items: center;
      justify-content: center; }
      .pageNum .pagination .pageLeft,
      .pageNum .pagination .firstSet {
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 2px;
        border: solid 1px #d3d3d3;
        cursor: pointer; }
      .pageNum .pagination .pageLeft {
        background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/pagination_left.svg") no-repeat center center; }
      .pageNum .pagination .firstSet {
        background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/first.svg") no-repeat center center; }
      .pageNum .pagination .pageRight,
      .pageNum .pagination .lastSet {
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 2px;
        border: solid 1px #d3d3d3;
        cursor: pointer; }
      .pageNum .pagination .pageRight {
        background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/pagination_right.svg") no-repeat center center; }
      .pageNum .pagination .lastSet {
        background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/last.svg") no-repeat center center; }
      .pageNum .pagination li {
        border-radius: 100%;
        border: none;
        cursor: pointer;
        margin: 0 0.4rem;
        vertical-align: middle;
        width: 26px;
        height: 26px;
        line-height: 26px; }
        .pageNum .pagination li.active {
          background: #f5f5f5; }
        .pageNum .pagination li a {
          display: block;
          width: 26px;
          height: 26px;
          text-align: center;
          line-height: 26px; }
  .supportText {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 95%;
    opacity: 0.5;
    z-index: 10;
    text-align: center;
    transform: translate(-50%, 0); }
    @media screen and (min-width: 1024px) {
      .supportText {
        text-align: right; } }
    .supportText p {
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.1px;
      color: var(--color-g-0); }
      @media screen and (max-width: 1024px) {
        .supportText p {
          font-size: 12px;
          line-height: 16px; } }
      @media screen and (max-width: 768px) {
        .supportText p {
          font-size: 11px; } }
      @media screen and (max-width: 375px) {
        .supportText p {
          font-size: 10px;
          line-height: 14px; } }
      @media screen and (min-width: 1024px) {
        .supportText p {
          padding-right: 20px; } }
  .brandLogo {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-image: url("https://s3.marvelousdesigner.com/newmdweb/newsymbol/BI_MD_Symbol_Primary.svg");
    z-index: 2; }
    .brandLogo.mOverViewLog {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
    .brandLogo.mLogo {
      position: absolute;
      left: 50%;
      top: 10px;
      transform: translate(-50%, 0); }
      @media screen and (min-width: 768px) {
        .brandLogo.mLogo {
          top: 20px; } }
      @media screen and (min-width: 1440px) {
        .brandLogo.mLogo {
          top: 50%;
          left: 50px;
          transform: translate(0, -50%); } }
    .brandLogo a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media screen and (min-width: 375px) {
      .brandLogo {
        top: 30px; } }
    @media screen and (min-width: 768px) {
      .brandLogo {
        top: 30px;
        width: 65px;
        height: 65px;
        top: 20px; } }
    @media screen and (min-width: 1440px) {
      .brandLogo {
        width: 80px;
        height: 80px;
        position: absolute;
        margin-top: 0; } }

@keyframes mobileNav {
  0% {
    width: 100%; }
  20% {
    width: 0; }
  50% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes dowmMenu {
  0% {
    max-height: 0; }
  100% {
    max-height: 500px; } }

@keyframes dowmMenuClose {
  0% {
    max-height: 500px; }
  100% {
    max-height: 0; } }

.payPalDisabled {
  display: block;
  position: absolute;
  z-index: 100;
  width: 90%;
  height: 50px;
  background: #c3c3cd;
  opacity: 0.4;
  transform: translateX(-50%);
  top: 0;
  left: 50%; }

.StripeCheckout {
  background: #ffffff !important;
  background-image: none !important; }

.paypal-button {
  position: relative; }
  .paypal-button .zoid-outlet::before {
    content: '\C989\C2DC\AD6C\B9E4';
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

.buttonCol {
  align-items: center;
  justify-content: center;
  display: flex;
  width: auto; }
  .buttonCol.listbtn {
    display: block; }
  .buttonCol.pricingBtn p {
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 500;
    color: #18181c;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 15px; }
    .buttonCol.pricingBtn p em {
      display: inline-block;
      vertical-align: middle; }
      .buttonCol.pricingBtn p em span {
        margin-top: 0;
        width: 16px;
        height: 16px;
        font-weight: 300 !important; }
    .buttonCol.pricingBtn p > div {
      font-weight: 300 !important; }
  .buttonCol.pricingBtn button,
  .buttonCol.pricingBtn a {
    width: 120px; }
    .buttonCol.pricingBtn button em,
    .buttonCol.pricingBtn a em {
      font-style: normal;
      margin-right: -2px; }
      @media screen and (min-width: 1024px) {
        .buttonCol.pricingBtn button em,
        .buttonCol.pricingBtn a em {
          margin-right: -3px; } }
      @media screen and (min-width: 1920px) {
        .buttonCol.pricingBtn button em,
        .buttonCol.pricingBtn a em {
          margin-right: -4px; } }
    .buttonCol.pricingBtn button.btnMr,
    .buttonCol.pricingBtn a.btnMr {
      margin-right: 0px;
      margin-bottom: 15px; }
    @media screen and (min-width: 576px) {
      .buttonCol.pricingBtn button,
      .buttonCol.pricingBtn a {
        width: 220px; }
        .buttonCol.pricingBtn button.btnMr,
        .buttonCol.pricingBtn a.btnMr {
          margin-bottom: 9px; } }
    @media screen and (min-width: 1024px) {
      .buttonCol.pricingBtn button,
      .buttonCol.pricingBtn a {
        width: 220px; }
        .buttonCol.pricingBtn button.btnMr,
        .buttonCol.pricingBtn a.btnMr {
          margin-bottom: 9px; } }
    @media screen and (min-width: 1440px) {
      .buttonCol.pricingBtn button,
      .buttonCol.pricingBtn a {
        width: 250px; }
        .buttonCol.pricingBtn button.btnMr,
        .buttonCol.pricingBtn a.btnMr {
          margin-bottom: 9px; } }
  .buttonCol.popBtn button {
    width: 100%;
    height: 40px;
    font-size: 0.9rem; }
    @media screen and (min-width: 1024px) {
      .buttonCol.popBtn button {
        width: 150px; } }
  .buttonCol.joinBtn {
    margin-bottom: 10px; }
    .buttonCol.joinBtn a,
    .buttonCol.joinBtn button {
      width: 250px;
      margin: 0 auto 10px auto; }
    .buttonCol.joinBtn a {
      display: block;
      height: auto;
      padding: 27px 0;
      margin: 0 auto; }
  .buttonCol a {
    display: flex; }
    .buttonCol a.complete {
      line-height: 45px; }
      @media screen and (min-width: 1024px) {
        .buttonCol a.complete {
          line-height: 55px; } }
      @media screen and (min-width: 1920px) {
        .buttonCol a.complete {
          line-height: 60px; } }
  .buttonCol button,
  .buttonCol a {
    width: 200px;
    height: 45px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .buttonCol button,
      .buttonCol a {
        width: 250px;
        height: 55px;
        letter-spacing: 3px; } }
    @media screen and (min-width: 1920px) {
      .buttonCol button,
      .buttonCol a {
        width: 300px;
        height: 60px;
        letter-spacing: 4px; } }

.loaderSpinder {
  background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/loading.svg") center right no-repeat;
  opacity: 0.5;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 100%;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.paypalButtonLoader {
  position: absolute !important;
  left: 50%;
  top: 0;
  height: 50px;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.5);
  z-index: 3; }
  .paypalButtonLoader > div.loaderSpin {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 35%;
    transform: translate(-50%, -50%); }
  .paypalButtonLoader .loaderSpinder {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0); }

#paypalBtnValue {
  z-index: 1; }

#paypalBtn.paypalButton {
  height: 50px;
  width: 90%;
  background: #565859;
  border: none;
  border-radius: 3px;
  opacity: 0.8; }
  #paypalBtn.paypalButton img {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: auto; }

.paypalButton .paypal-button {
  display: none; }
  .paypalButton .paypal-button:first-child {
    display: block; }

button:focus {
  text-decoration: none;
  outline: none; }

button {
  font-weight: 500;
  background-color: transparent;
  text-align: center; }
  button:hover, button:focus {
    text-decoration: none; }
  button:active, button.active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  button:disabled {
    background-color: #ffffff;
    border-color: #c3c3cd;
    color: #c3c3cd;
    cursor: unset; }
    button:disabled:hover {
      background-color: #ffffff;
      border-color: #c3c3cd;
      color: #c3c3cd;
      cursor: unset; }
  button[disabled] button[disabled]:hover {
    background-color: #ffffff;
    border-color: #c3c3cd;
    color: #c3c3cd;
    cursor: unset; }

.popSignIn {
  line-height: 50px;
  width: 200px !important;
  display: block;
  margin: 0 auto 2rem auto; }

.btnWeb {
  height: 50px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  cursor: pointer;
  position: relative; }
  .btnWeb > div.loaderSpin {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 35%;
    transform: translate(-50%, -50%); }
  .btnWeb.orederBtn .type-dark {
    font-weight: normal;
    letter-spacing: normal;
    font-size: 12px; }
  .btnWeb.orederBtn:hover span.stripe, .btnWeb.orederBtn.active span.stripe {
    background: #18181c;
    color: #fff; }
    .btnWeb.orederBtn:hover span.stripe i, .btnWeb.orederBtn.active span.stripe i {
      background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/card_on.svg"); }
  .btnWeb.orederBtn:hover span.paypal i, .btnWeb.orederBtn.active span.paypal i {
    background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/payment/paypal_on.svg"); }
  .btnWeb.orederBtn:hover span.alipay, .btnWeb.orederBtn.active span.alipay {
    background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/payment/alipay_on.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28%; }
    @media only screen and (min-width: 640px) {
      .btnWeb.orederBtn:hover span.alipay, .btnWeb.orederBtn.active span.alipay {
        background-size: 52%; } }
  .btnWeb.orederBtn.active span {
    background-color: #18181c; }
  .btnWeb.orederBtn span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
    .btnWeb.orederBtn span.stripe {
      display: flex;
      align-items: center;
      justify-content: center; }
      .btnWeb.orederBtn span.stripe i {
        display: block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/card.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .btnWeb.orederBtn span.paypal {
      display: flex;
      align-items: center;
      justify-content: center; }
      .btnWeb.orederBtn span.paypal i {
        display: block;
        width: 100px;
        height: 40px;
        background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/payment/paypal.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .btnWeb.orederBtn span.alipay {
      background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/payment/alipay.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 28%; }
      @media only screen and (min-width: 640px) {
        .btnWeb.orederBtn span.alipay {
          background-size: 52%; } }
  .btnWeb.multilineBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.16rem;
    margin: 0 auto 2rem auto; }
  .btnWeb.Mz {
    margin: 0 !important; }
  .btnWeb.width90 {
    width: 90%; }
  .btnWeb.width100 {
    width: 100%; }
  .btnWeb.Dl {
    border: solid 1px #c3c3cd;
    color: #c3c3cd; }
    .btnWeb.Dl.hoverOn:hover {
      background-color: #18181c;
      color: #ffffff;
      cursor: pointer; }
  .btnWeb.endBtn {
    line-height: 50px;
    width: 150px; }
  .btnWeb.DelDl {
    border: solid 1px #c3c3cd;
    color: #c3c3cd;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.DelDl:disabled {
      pointer-events: none; }
    .btnWeb.DelDl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnWeb.DelDl:hover {
      color: #ffffff; }
      .btnWeb.DelDl:hover::before {
        transform: scaleY(1); }
      .btnWeb.DelDl:hover em {
        color: #ffffff !important; }
  .btnWeb.PayBl {
    border: solid 1px #c3c3cd;
    text-align: center;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.PayBl:disabled {
      pointer-events: none;
      border: solid 1px #c3c3cd;
      opacity: 0.5; }
    .btnWeb.PayBl.active {
      background: #18181c; }
    .btnWeb.PayBl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnWeb.PayBl:hover {
      color: #ffffff; }
      .btnWeb.PayBl:hover::before {
        transform: scaleY(1); }
      .btnWeb.PayBl:hover em {
        color: #ffffff !important; }
  .btnWeb.Bl {
    color: #18181c;
    border: solid 1px #18181c;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.Bl:disabled {
      pointer-events: none;
      border: solid 1px #c3c3cd;
      color: #c3c3cd; }
    .btnWeb.Bl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnWeb.Bl:hover {
      color: #ffffff; }
      .btnWeb.Bl:hover::before {
        transform: scaleY(1); }
      .btnWeb.Bl:hover em {
        color: #ffffff !important; }
  .btnWeb.Wl {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.Wl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #ffffff; }
    .btnWeb.Wl:hover {
      color: #18181c; }
      .btnWeb.Wl:hover::before {
        transform: scaleY(1); }
      .btnWeb.Wl:hover em {
        color: #18181c !important; }
  .btnWeb.Gr {
    color: #898b8e;
    border: solid 1px #898b8e;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.Gr:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #898b8e; }
    .btnWeb.Gr:hover {
      color: #ffffff; }
      .btnWeb.Gr:hover::before {
        transform: scaleY(1); }
      .btnWeb.Gr:hover em {
        color: #ffffff !important; }
  .btnWeb.Wh {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.Wh:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #ffffff; }
    .btnWeb.Wh:hover {
      color: #18181c; }
      .btnWeb.Wh:hover::before {
        transform: scaleY(1); }
      .btnWeb.Wh:hover em {
        color: #18181c !important; }
  .btnWeb.Yl {
    color: #fbc400;
    border: solid 1px #fbc400;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnWeb.Yl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #fbc400; }
    .btnWeb.Yl:hover {
      color: #18181c; }
      .btnWeb.Yl:hover::before {
        transform: scaleY(1); }
      .btnWeb.Yl:hover em {
        color: #18181c !important; }
  .btnWeb.popBtn {
    height: 40px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2.5px; }

.btnLinkWeb {
  height: 50px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .btnLinkWeb.Mz {
    margin: 0 !important; }
  .btnLinkWeb.Dl {
    border: solid 1px #c3c3cd;
    color: #c3c3cd; }
  .btnLinkWeb.endBtn {
    line-height: 50px;
    width: 150px; }
  .btnLinkWeb.DelDl {
    border: solid 1px #c3c3cd;
    color: #c3c3cd;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnLinkWeb.DelDl:disabled {
      border: solid 1px #c3c3cd;
      color: #c3c3cd;
      pointer-events: none; }
    .btnLinkWeb.DelDl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnLinkWeb.DelDl:hover {
      color: #ffffff; }
      .btnLinkWeb.DelDl:hover::before {
        transform: scaleY(1); }
      .btnLinkWeb.DelDl:hover em {
        color: #ffffff !important; }
  .btnLinkWeb.PayDl {
    border: solid 1px #c3c3cd;
    opacity: 0.5; }
  .btnLinkWeb.PayBl {
    border: solid 1px #c3c3cd; }
    .btnLinkWeb.PayBl.active {
      border-color: #18181c; }
    .btnLinkWeb.PayBl:hover {
      border-color: #18181c;
      cursor: pointer; }
  .btnLinkWeb.Bl {
    color: #18181c;
    border: solid 1px #18181c;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnLinkWeb.Bl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnLinkWeb.Bl:hover {
      color: #ffffff; }
      .btnLinkWeb.Bl:hover::before {
        transform: scaleY(1); }
      .btnLinkWeb.Bl:hover em {
        color: #ffffff !important; }
  .btnLinkWeb.Wl {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    text-transform: uppercase; }
    .btnLinkWeb.Wl:hover {
      border: solid 1px #fbc400;
      color: #fbc400;
      cursor: pointer; }
  .btnLinkWeb.Gr {
    color: #898b8e;
    border: solid 1px #898b8e;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnLinkWeb.Gr:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #898b8e; }
    .btnLinkWeb.Gr:hover {
      color: #ffffff; }
      .btnLinkWeb.Gr:hover::before {
        transform: scaleY(1); }
      .btnLinkWeb.Gr:hover em {
        color: #ffffff !important; }
  .btnLinkWeb.Wh {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnLinkWeb.Wh:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #ffffff; }
    .btnLinkWeb.Wh:hover {
      color: #18181c; }
      .btnLinkWeb.Wh:hover::before {
        transform: scaleY(1); }
      .btnLinkWeb.Wh:hover em {
        color: #18181c !important; }
  .btnLinkWeb.Yl {
    color: #fbc400;
    border: solid 1px #fbc400;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnLinkWeb.Yl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #fbc400; }
    .btnLinkWeb.Yl:hover {
      color: #18181c; }
      .btnLinkWeb.Yl:hover::before {
        transform: scaleY(1); }
      .btnLinkWeb.Yl:hover em {
        color: #18181c !important; }
  .btnLinkWeb.WhYl {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnLinkWeb.WhYl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #fbc400; }
    .btnLinkWeb.WhYl:hover {
      color: #ffffff; }
      .btnLinkWeb.WhYl:hover::before {
        transform: scaleY(1); }
      .btnLinkWeb.WhYl:hover em {
        color: #ffffff !important; }
    .btnLinkWeb.WhYl:hover {
      border-color: #fbc400; }

.btnMed {
  width: 150px;
  height: 40px;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase; }
  .btnMed.Bl {
    color: #18181c;
    border: solid 1px #18181c;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnMed.Bl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnMed.Bl:hover {
      color: #ffffff; }
      .btnMed.Bl:hover::before {
        transform: scaleY(1); }
      .btnMed.Bl:hover em {
        color: #ffffff !important; }
  .btnMed.Gr {
    color: #898b8e;
    border: solid 1px #898b8e;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnMed.Gr:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #898b8e; }
    .btnMed.Gr:hover {
      color: #ffffff; }
      .btnMed.Gr:hover::before {
        transform: scaleY(1); }
      .btnMed.Gr:hover em {
        color: #ffffff !important; }
  .btnMed.Wh {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnMed.Wh:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #ffffff; }
    .btnMed.Wh:hover {
      color: #18181c; }
      .btnMed.Wh:hover::before {
        transform: scaleY(1); }
      .btnMed.Wh:hover em {
        color: #18181c !important; }
  .btnMed.Yl {
    color: #fbc400;
    border: solid 1px #fbc400;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnMed.Yl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #fbc400; }
    .btnMed.Yl:hover {
      color: #18181c; }
      .btnMed.Yl:hover::before {
        transform: scaleY(1); }
      .btnMed.Yl:hover em {
        color: #18181c !important; }

.btnSm {
  width: 100px;
  height: 30px;
  border-radius: 2px;
  font-size: 1rem;
  letter-spacing: 2.5px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase; }
  .btnSm.Bl {
    color: #18181c;
    border: solid 1px #18181c;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnSm.Bl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .btnSm.Bl:hover {
      color: #ffffff; }
      .btnSm.Bl:hover::before {
        transform: scaleY(1); }
      .btnSm.Bl:hover em {
        color: #ffffff !important; }
  .btnSm.Gr {
    color: #898b8e;
    border: solid 1px #898b8e;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnSm.Gr:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #898b8e; }
    .btnSm.Gr:hover {
      color: #ffffff; }
      .btnSm.Gr:hover::before {
        transform: scaleY(1); }
      .btnSm.Gr:hover em {
        color: #ffffff !important; }
  .btnSm.Wh {
    color: #ffffff;
    border: solid 1px #ffffff;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnSm.Wh:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #ffffff; }
    .btnSm.Wh:hover {
      color: #18181c; }
      .btnSm.Wh:hover::before {
        transform: scaleY(1); }
      .btnSm.Wh:hover em {
        color: #18181c !important; }
  .btnSm.Yl {
    color: #fbc400;
    border: solid 1px #fbc400;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .btnSm.Yl:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #fbc400; }
    .btnSm.Yl:hover {
      color: #18181c; }
      .btnSm.Yl:hover::before {
        transform: scaleY(1); }
      .btnSm.Yl:hover em {
        color: #18181c !important; }

.btnTxt {
  color: #fbc400;
  cursor: pointer;
  border: none; }
  .btnTxt.terms {
    color: var(--color-info-300); }
  .btnTxt.store {
    color: #92e0b5; }

.btnUnderline {
  border: unset;
  font-size: 1.5rem;
  color: #898b8e;
  text-decoration: underline;
  background-color: transparent;
  height: 58px; }
  .btnUnderline:hover {
    text-decoration: underline;
    cursor: pointer; }

.btnArray {
  margin-top: 15px; }

@media screen and (min-width: 545px) {
  .btnArray {
    margin-left: 30px; } }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.f18 {
  font-size: 18px; }

.f20 {
  font-size: 20px; }

.f24 {
  font-size: 24px; }

.f30 {
  font-size: 30px; }

.f34 {
  font-size: 34px; }

.f36 {
  font-size: 36px; }

.bold {
  font-weight: 600; }

.demi {
  font-weight: 500; }

.reg {
  font-weight: 400; }

.light {
  font-weight: 300; }

.spacing1 {
  letter-spacing: 1px; }

.spacing2 {
  letter-spacing: 2px; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.alignCenter {
  margin: 0 auto; }

 {
  /* check & radio button */ }
  input,
  [type='text'],
  [type='name'],
  [type='id'],
  [type='confirmpassword'],
  [type='password'],
  [type='search'],
  [type='email'],
  [type='url'],
  [type='number'],
  [type='newpassword'],
  textarea,
  select {
    border: 1px solid #c3c3cd;
    border-radius: 2px;
    background-image: none;
    padding: 6px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
    input:focus,
    select:focus,
    textarea:focus {
      font-size: 16px; } }
  @supports (-webkit-overflow-scrolling: touch) and (max-width: 768px) {
    input:focus,
    select:focus,
    textarea:focus {
      font-size: 16px; } }
  @media (max-width: 768px) {
    input::-webkit-input-placeholder {
      font-size: 12px !important; } }
  @media (max-width: 768px) {
    input:-ms-input-placeholder {
      font-size: 12px !important; } }
  input[type='radio'], input[type='checkbox'] {
    border: 1px solid #c3c3cd;
    border-radius: 2px;
    background-image: none;
    padding: 6px 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .inputAvailable {
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/available_bl.svg");
    background-size: 10px 10px; }
  .formControl {
    border: 1px solid #c3c3cd;
    border-radius: 2px;
    background-image: none;
    width: 100%;
    height: 48px;
    padding: 6px 10px;
    padding-right: 40px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .formControl.textform {
      height: 140px;
      resize: none; }
    .formControl.selectBoxForm {
      appearance: none;
      background-image: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/select_drop.svg");
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: calc(100% - 8px) center;
      line-height: 1.5; }
      .formControl.selectBoxForm:focus {
        border-color: #18181c; }
      .formControl.selectBoxForm.size30 {
        width: 43%;
        margin-right: 2%; }
      .formControl.selectBoxForm.size70 {
        width: 55%; }
    .formControl:focus {
      border-color: #18181c; }
    .formControl:active {
      border-color: #18181c; }
  .inputErr {
    border: 1px solid #f25454;
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/error_rd.svg") no-repeat;
    background-position: right;
    background-position-x: 97%; }
  .inputErrTxt {
    color: #f25454;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400; }
    .inputErrTxt.poa {
      position: absolute; }
  .inputAvail {
    border: 1px solid #18181c;
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/available_bl.svg") no-repeat;
    background-position: right;
    background-position-x: 97%; }
  input::-ms-clear {
    display: none; }
  select::-ms-expand {
    background-color: transparent;
    border: 0; }
  .checkBox {
    float: left;
    position: relative;
    padding-right: 8px;
    padding-left: 16px; }
  .inputLabel {
    width: 400px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px; }
  .formControl::placeholder {
    color: #c3c3cd;
    font-weight: 300;
    font-size: 14px; }
  .control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #18181c;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    cursor: pointer; }
  .control input[type='checkbox'],
  .control input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .controlRadio .controlRadioIndicator,
  .controlRadio .storecontrolRadioIndicator {
    border-radius: 20px; }
  .controlCheckbox .controlIndicator,
  .controlCheckbox .closetcontrolIndicator,
  .controlCheckbox .storecontrolIndicator {
    border-radius: 3px; }
  .controlIndicator,
  .closetcontrolIndicator,
  .storecontrolIndicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #c3c3cd; }
    .controlIndicator.trans,
    .closetcontrolIndicator.trans,
    .storecontrolIndicator.trans {
      background: none; }
  .controlIndicatorDisabled {
    position: absolute;
    border-radius: 3px;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #c3c3cd; }
  .controlRadioIndicator,
  .storecontrolRadioIndicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #c3c3cd;
    border-radius: 100%; }
  .controlRadioDisabled {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #c3c3cd;
    border: 1px solid #c3c3cd; }
  .control input:checked ~ .controlRadioIndicator {
    border: 1px solid #fbc400;
    border-radius: 100%;
    background: #fbc400 url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/radio_on.svg") no-repeat -2px center; }
  .control input:checked ~ .storecontrolRadioIndicator {
    border: 1px solid #92e0b5;
    border-radius: 100%;
    background: #92e0b5 url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/store-radio.svg") no-repeat -2px center; }
  .control input:checked ~ .closetcontrolIndicator {
    border: 1px solid #42cddd;
    background: #42cddd url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/chekk_on_closet.svg") no-repeat -2px center; }
  .control input:checked ~ .storecontrolIndicator {
    border: 1px solid #92e0b5;
    background: #92e0b5 url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/chekk_on_store.svg") no-repeat -2px center; }
  .control input:checked ~ .controlIndicator {
    border: 1px solid #fbc400;
    background: #fbc400 url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/check_on.svg") no-repeat -2px center; }
  .newIcon {
    background: #fbc400;
    color: #ffffff;
    font-size: 0.5333rem;
    padding: 1px 2px;
    border-radius: 2px;
    margin-left: 0.4667rem;
    vertical-align: middle; }
  .toolTip {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/q_gr.svg") no-repeat;
    background-size: 100%;
    cursor: pointer; }
  option.usaflag {
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/flag/flag_usa.svg");
    background-size: 10px 10px; }
  .switch {
    margin-top: 5px;
    margin-left: 30px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 14px; }
    .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    .switch.store input:checked + .slider:before {
      background-color: #92e0b5; }
    .switch input:checked + .slider:before {
      background-color: var(--color-primary);
      transform: translateX(17px); }
    .switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--color-g-200);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .switch .slider.round {
        border-radius: 8.5px; }
        .switch .slider.round::before {
          border-radius: 50%; }
      .switch .slider::before {
        position: absolute;
        content: '';
        height: 22px;
        width: 22px;
        left: -2px;
        bottom: -4px;
        background-color: #e1e1e1;
        -webkit-transition: 0.4s;
        transition: 0.4s; }

.familyLink__3EWw6 {
  margin-right: 27px; }

.familyLink__3EWw6 .familyLinkTab__1dbJw {
  width: 151px; }

.familyLinkTab__1dbJw .defalutTitle__2yd_V {
  width: 100%; }

.familyLinkTab__1dbJw .defalutTitle__2yd_V h4 {
  padding-left: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #7c7c80; }

.familyLinkTab__1dbJw .defalutTitle__2yd_V em {
  padding-right: 20px;
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 10px;
  color: #7c7c80; }

.familyLink__3EWw6 .tabBox__3WAWX {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 151px; }

.familyLink__3EWw6 .tabBox__3WAWX ol li {
  width: 151px;
  height: 40px;
  line-height: 40px;
  list-style: none; }

.familyLink__3EWw6 .tabBox__3WAWX ol li a {
  width: 151px;
  display: block;
  color: #ffffff;
  background: #636366;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase; }

.familyLink__3EWw6 .tabBox__3WAWX ol li a:hover {
  color: #ffffff;
  background: #000;
  text-decoration: none; }

 {
  /* ALIGN */
  /* MARGINS & PADDINGS */ }
  .widAuto {
    width: auto !important; }
  .heiAuto {
    height: auto !important; }
  .inlieBlock {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem; }
    .inlieBlock .toolTip {
      margin-top: 0; }
  .w100 {
    width: 100%; }
  .alignCenter {
    margin: 0 auto; }
  .block {
    display: inline-block; }
  .flex {
    display: flex; }
  .inlineFlex {
    display: inline-flex; }
  .table {
    display: table; }
  .spacing {
    letter-spacing: 1px; }
  .flLeft {
    float: left; }
  .capitalize {
    text-transform: capitalize; }
  .flRight {
    float: right; }
  .left {
    text-align: left; }
  .p5 {
    padding: 5px; }
  .p10 {
    padding: 10px; }
  .p15 {
    padding: 15px; }
  .p20 {
    padding: 20px; }
  .p30 {
    padding: 30px; }
  .p40 {
    padding: 40px; }
  .p50 {
    padding: 50px; }
  .p70 {
    padding: 70px; }
  .pT0 {
    padding-top: 0; }
  .pT10 {
    padding-top: 10px; }
  .pT15 {
    padding-top: 15px; }
  .pT30 {
    padding-top: 30px; }
  .pR40 {
    padding-right: 40px; }
  .pB3 {
    padding-bottom: 3px; }
  .pB30 {
    padding-bottom: 30px; }
  .pW10 {
    padding: 0 10px; }
  .pW15 {
    padding: 0 15px; }
  .pW20 {
    padding: 0 20px; }
  .pW25 {
    padding: 0 25px; }
  .pW30 {
    padding: 0 30px; }
  .pW40 {
    padding: 0 40px; }
  .pW50 {
    padding: 0 50px; }
  .m5 {
    margin: 5px; }
  .m10 {
    margin: 10px; }
  .m15 {
    margin: 15px; }
  .m20 {
    margin: 20px; }
  .m30 {
    margin: 30px; }
  .m40 {
    margin: 40px; }
  .m50 {
    margin: 50px; }
  .mL2 {
    margin-left: 2px; }
  .mL5 {
    margin-left: 5px; }
  .mL10 {
    margin-left: 10px; }
  .mL15 {
    margin-left: 15px; }
  .mL20 {
    margin-left: 20px; }
  .mL30 {
    margin-left: 30px; }
  .mL40 {
    margin-left: 40px; }
  .mL50 {
    margin-left: 50px; }
  .mL65 {
    margin-left: 65px; }
  .mT5 {
    margin-top: 5px; }
  .mT7 {
    margin-top: 7px; }
  .mT10 {
    margin-top: 10px; }
  .mT15 {
    margin-top: 15px; }
  .mT20 {
    margin-top: 20px; }
  .mT24 {
    margin-top: 24px; }
  .mT30 {
    margin-top: 30px; }
  .mT36 {
    margin-top: 36px; }
  .mT40 {
    margin-top: 40px; }
  .mT45 {
    margin-top: 45px; }
  .mT50 {
    margin-top: 50px; }
  .mT60 {
    margin-top: 60px; }
  .mT70 {
    margin-top: 70px; }
  .mT80 {
    margin-top: 80px; }
  .mT90 {
    margin-top: 90px; }
  .mT120 {
    margin-top: 120px; }
  .mT180 {
    margin-top: 180px; }
  .mTR120 {
    margin-top: 120px; }
    @media screen and (max-width: 1024px) {
      .mTR120 {
        margin-top: 65px; } }
    @media screen and (max-width: 768px) {
      .mTR120 {
        margin-top: 71px; } }
    @media screen and (max-width: 430px) {
      .mTR120 {
        margin-top: 40px; } }
  .mR0 {
    margin-right: 0 !important; }
  .mR1 {
    margin-right: 1px; }
  .mR5 {
    margin-right: 5px; }
  .mR10 {
    margin-right: 10px; }
  .mR15 {
    margin-right: 15px; }
  .mR20 {
    margin-right: 20px; }
  .mR30 {
    margin-right: 30px; }
  .mR40 {
    margin-right: 40px; }
  .mR50 {
    margin-right: 50px; }
  .mR70 {
    margin-right: 70px; }
  .mR80 {
    margin-right: 80px; }
  .mR150 {
    margin-right: 150px; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB1 {
    margin-bottom: 1px; }
  .mB5 {
    margin-bottom: 5px; }
  .mB10 {
    margin-bottom: 10px; }
  .mB20 {
    margin-bottom: 20px; }
  .mB25 {
    margin-bottom: 25px; }
  .mB30 {
    margin-bottom: 30px; }
  .mB40 {
    margin-bottom: 40px; }
  .mB50 {
    margin-bottom: 50px; }
  .mB60 {
    margin-bottom: 60px; }
  .mB70 {
    margin-bottom: 70px; }
  .mB80 {
    margin-bottom: 80px; }
  .mB120 {
    margin-bottom: 120px; }
  .mB150 {
    margin-bottom: 150px; }
  .mB2r {
    margin-bottom: 2rem; }

footer {
  width: 100%;
  overflow: hidden;
  padding: 0 10px; }
  footer.dark {
    background: #18181c; }

.cookieAlert {
  width: 95%;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  right: 50%;
  transform: translate(50%, 0);
  text-align: right; }
  @media only screen and (min-width: 576px) {
    .cookieAlert {
      width: 364px;
      transform: none;
      right: 20px; } }
  @media only screen and (min-width: 992px) {
    .cookieAlert {
      width: 491px;
      right: 20px; } }
  @media only screen and (min-width: 1200px) {
    .cookieAlert {
      width: 580px;
      right: 20px; } }
  @media only screen and (min-width: 1680px) {
    .cookieAlert {
      width: 620px;
      right: 20px; } }
  .cookieAlert .textBox {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0; }
  .cookieAlert p {
    text-align: left;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    font-size: 1rem;
    line-height: 1.43; }
    .cookieAlert p a {
      color: #18181c;
      font-style: italic; }
  .cookieAlert button {
    width: 100px;
    height: 30px;
    text-align: center;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #18181c;
    cursor: pointer;
    transition: color 200ms;
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden; }
    .cookieAlert button:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: all 200ms ease-out;
      background: #18181c; }
    .cookieAlert button:hover {
      color: #ffffff; }
      .cookieAlert button:hover::before {
        transform: scaleY(1); }
      .cookieAlert button:hover em {
        color: #ffffff !important; }

.mainFooter {
  width: 100%;
  border-top: 1px solid #e5e6eb; }
  .mainFooter.dark {
    color: #ffffff !important;
    border-top: none;
    background: #18181c; }
    .mainFooter.dark.container {
      max-width: 1620px; }
    .mainFooter.dark .footNavM {
      padding: 0 0 0 0;
      text-align: center; }
      .mainFooter.dark .footNavM .listContainer {
        width: auto; }
      .mainFooter.dark .footNavM .listContainer .navBtn > a,
      .mainFooter.dark .footNavM ul .navBtn > a {
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .mainFooter.dark .footNavM .listContainer .navBtn ul li a,
      .mainFooter.dark .footNavM ul .navBtn ul li a {
        color: #ffffff; }
      .mainFooter.dark .footNavM .listContainer .navBtn ul li:last-child,
      .mainFooter.dark .footNavM ul .navBtn ul li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .mainFooter.dark .footNav {
      padding: 50px 0 75px 0; }
      .mainFooter.dark .footNav .fLogo .brandFLogo a {
        background: url("https://s3.marvelousdesigner.com/newmdweb/newsymbol/BI_MD_Vertical_Primary_Wh_01.svg") no-repeat;
        /*../public/static/images/logo/md-sig-wh.png*/
        background-size: auto 100%;
        background-position: top center;
        display: block;
        width: 140px;
        height: 120px; }
  .mainFooter .paddingZero {
    padding: 0;
    margin: 0; }
  .mainFooter .footNav {
    padding: 50px 0 75px 0; }
    .mainFooter .footNav .fLogo .brandFLogo a {
      background: url("https://s3.marvelousdesigner.com/newmdweb/newsymbol/BI_MD_Vertical_Primary_Bl_01.svg") no-repeat;
      /*../public/static/images/logo/md_sig_yl.png*/
      background-size: auto 100%;
      background-position: top center;
      display: block;
      width: 140px;
      height: 120px; }
    .mainFooter .footNav .menuList .listContainer {
      width: 100%; }
      .mainFooter .footNav .menuList .listContainer .navBtn {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: left;
        position: relative;
        margin-bottom: 2rem;
        text-transform: uppercase; }
        .mainFooter .footNav .menuList .listContainer .navBtn.store ul li:hover a {
          color: #92e0b5; }
        .mainFooter .footNav .menuList .listContainer .navBtn ul {
          width: 100%;
          margin-top: 1.2rem; }
          .mainFooter .footNav .menuList .listContainer .navBtn ul li {
            display: block;
            font-size: 0.8em;
            line-height: 1.5;
            margin-bottom: 15px; }
            .mainFooter .footNav .menuList .listContainer .navBtn ul li a {
              text-transform: uppercase;
              text-align: left; }
            .mainFooter .footNav .menuList .listContainer .navBtn ul li.helpCenter {
              cursor: pointer; }
            .mainFooter .footNav .menuList .listContainer .navBtn ul li:hover a {
              color: #fbc400; }
  .mainFooter .footNavM {
    padding: 0 0 0 0;
    text-align: center; }
    .mainFooter .footNavM .listContainer {
      width: auto; }
      .mainFooter .footNavM .listContainer .navBtn > a {
        line-height: 50px;
        height: 50px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #f5f5f7;
        color: #18181c;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .mainFooter .footNavM .listContainer .navBtn ul {
        overflow: hidden; }
        .mainFooter .footNavM .listContainer .navBtn ul.closeMenu {
          max-height: 0;
          animation: closeMenu 0.5s linear;
          animation-iteration-count: 1;
          overflow: hidden; }
        .mainFooter .footNavM .listContainer .navBtn ul.openMenu {
          animation: openMenu 0.5s ease-in-out;
          animation-iteration-count: 1; }
        .mainFooter .footNavM .listContainer .navBtn ul li a {
          display: block;
          width: 100%;
          font-size: 0.9rem;
          padding: 1rem 0;
          font-weight: 300;
          color: #18181c;
          letter-spacing: 1px;
          text-transform: uppercase; }
        .mainFooter .footNavM .listContainer .navBtn ul li:last-child {
          border-bottom: 1px solid #f5f5f7; }

@keyframes openMenu {
  0% {
    max-height: 0; }
  100% {
    max-height: 500px; } }

@keyframes closeMenu {
  0% {
    max-height: 500px; }
  100% {
    max-height: 0; } }

.footerInfo {
  padding: 20px 0;
  width: 99%;
  margin: 0 auto; }
  .footerInfo.dark {
    background: #18181c; }
    .footerInfo.dark.border {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .footerInfo.dark .infoList ul li a {
      color: #ffffff; }
    .footerInfo.dark .infoList ul li::after {
      background: #ffffff; }
    .footerInfo.dark .copy p {
      color: #ffffff !important; }
    .footerInfo.dark .snsFamily .familyBox p {
      color: #ffffff; }
      .footerInfo.dark .snsFamily .familyBox p::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/dropwhite.svg");
        background-size: 100% 100%; }
    .footerInfo.dark .snsFamily .sns ul li.facebook a {
      background-position: 75px 0; }
    .footerInfo.dark .snsFamily .sns ul li.twitter a {
      background-position: 75px -25px; }
    .footerInfo.dark .snsFamily .sns ul li.instagram a {
      background-position: 75px -50px; }
    .footerInfo.dark .snsFamily .sns ul li.youtube a {
      background-position: 75px -75px; }
    .footerInfo.dark .snsFamily .sns ul li.discord a {
      background-position: 75px -100px; }
  .footerInfo .paddingZero {
    padding: 0;
    margin: 0; }
    .footerInfo .paddingZero > div {
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .footerInfo .paddingZero > div {
          margin-bottom: var(--spacing-xs); } }
  .footerInfo .infoList ul {
    width: 100%;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 375px) {
      .footerInfo .infoList ul {
        flex-wrap: wrap;
        margin: auto;
        width: 297px;
        line-height: 23px; }
        .footerInfo .infoList ul > li:nth-child(2)::after {
          display: none; } }
    .footerInfo .infoList ul li {
      display: flex;
      position: relative;
      padding: 0 1rem;
      flex-direction: row;
      align-items: center; }
      .footerInfo .infoList ul li a {
        text-transform: uppercase;
        color: var(--color-g-900);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400; }
        @media screen and (max-width: 1024px) {
          .footerInfo .infoList ul li a {
            font-size: 12px;
            line-height: 18px; } }
        @media screen and (max-width: 768px) {
          .footerInfo .infoList ul li a {
            font-size: 10px;
            line-height: 16px; } }
        @media screen and (max-width: 375px) {
          .footerInfo .infoList ul li a {
            font-size: 10px;
            line-height: 14px; } }
      .footerInfo .infoList ul li::after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: var(--color-g-900); }
      .footerInfo .infoList ul li:last-child::after {
        display: none; }
  .footerInfo .copy {
    font-style: italic;
    color: var(--color-g-900);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      .footerInfo .copy {
        font-size: 12px;
        line-height: 18px; } }
    @media screen and (max-width: 768px) {
      .footerInfo .copy {
        font-size: 10px;
        line-height: 16px; } }
    @media screen and (max-width: 375px) {
      .footerInfo .copy {
        font-size: 10px;
        line-height: 14px; } }
  .footerInfo .snsFamily .family {
    margin-bottom: 0; }
  .footerInfo .snsFamily .familyBox {
    position: relative;
    width: 120px;
    margin: 0 auto; }
    .footerInfo .snsFamily .familyBox p {
      width: 120px;
      font-size: 0.8rem;
      letter-spacing: 0.5px;
      position: relative;
      cursor: pointer; }
      .footerInfo .snsFamily .familyBox p.up::after {
        transform: rotate(180deg) translateY(50%); }
      .footerInfo .snsFamily .familyBox p.down::after {
        transform: rotate(0deg) translateY(-50%); }
      .footerInfo .snsFamily .familyBox p::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/select_drop.svg");
        background-size: 100% 100%; }
    .footerInfo .snsFamily .familyBox .clickBox {
      width: 120px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
    .footerInfo .snsFamily .familyBox ul#familysite {
      position: absolute;
      width: max-content;
      right: 0px;
      bottom: 25px;
      padding: 10px 0;
      border: 1px solid #e9e9e9;
      background: #ffffff;
      border-radius: 3px;
      box-shadow: 0 3px 5px rgba(117, 117, 117, 0.05);
      z-index: 2; }
      .footerInfo .snsFamily .familyBox ul#familysite.store li a:hover {
        background: #92e0b5;
        color: #fff; }
      .footerInfo .snsFamily .familyBox ul#familysite li {
        text-align: right; }
        .footerInfo .snsFamily .familyBox ul#familysite li a {
          display: block;
          font-size: 0.75rem;
          padding: 10px 15px;
          letter-spacing: 0.5px;
          text-transform: uppercase; }
          .footerInfo .snsFamily .familyBox ul#familysite li a:hover {
            background: #fbc400; }
  .footerInfo .snsFamily .sns {
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .footerInfo .snsFamily .sns {
        margin-top: 10px; } }
    .footerInfo .snsFamily .sns ul {
      width: 100%;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .footerInfo .snsFamily .sns ul li {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        opacity: 0.7; }
        .footerInfo .snsFamily .sns ul li:last-child {
          margin-right: 0; }
        .footerInfo .snsFamily .sns ul li a {
          display: block;
          width: 25px;
          height: 25px; }
        .footerInfo .snsFamily .sns ul li.facebook a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/sns.svg");
          background-position: 100px 0;
          opacity: 0.8; }
          .footerInfo .snsFamily .sns ul li.facebook a:hover {
            opacity: 1; }
        .footerInfo .snsFamily .sns ul li.twitter a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/sns.svg");
          background-position: 100px -25px;
          opacity: 0.8; }
          .footerInfo .snsFamily .sns ul li.twitter a:hover {
            opacity: 1; }
        .footerInfo .snsFamily .sns ul li.instagram a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/sns.svg");
          background-position: 100px -50px;
          opacity: 0.8; }
          .footerInfo .snsFamily .sns ul li.instagram a:hover {
            opacity: 1; }
        .footerInfo .snsFamily .sns ul li.youtube a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/sns.svg");
          background-position: 100px -75px;
          opacity: 0.8; }
          .footerInfo .snsFamily .sns ul li.youtube a:hover {
            opacity: 1; }
        .footerInfo .snsFamily .sns ul li.discord a {
          background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/sns.svg");
          background-position: 100px -100px;
          opacity: 0.8; }
          .footerInfo .snsFamily .sns ul li.discord a:hover {
            opacity: 1; }

.openAni {
  width: 100%;
  background: #ffffff; }

@keyframes dowmMenu {
  0% {
    max-height: 0; }
  100% {
    max-height: 500px; } }

#cookiebanner {
  width: 95%;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: rgba(250, 250, 252, 0.9) !important;
  box-shadow: 5px 5px 10px 5px rgba(24, 24, 28, 0.15);
  position: fixed;
  z-index: 999999;
  bottom: 20px !important;
  right: 50%;
  transform: translate(50%, 0);
  text-align: right; }

@media only screen and (min-width: 576px) {
  #cookiebanner {
    width: 364px;
    transform: none;
    right: 20px; } }

@media only screen and (min-width: 992px) {
  #cookiebanner {
    width: 620px;
    right: 20px; } }

#cookiebanner .textBox {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0; }

#cookiebanner .textBox p {
  text-align: left;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.43;
  font-size: 14px; }

#cookiebanner .textBox p a {
  color: #fbc400;
  font-weight: 500; }

#cookiebanner #c-right a {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-radius: 3px;
  border: 1px solid #18181c;
  cursor: pointer;
  transition: color 200ms;
  position: relative;
  transform: translateZ(0);
  backface-visibility: hidden; }
  #cookiebanner #c-right a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50%;
    transition: all 200ms ease-out;
    background: #18181c; }
  #cookiebanner #c-right a:hover {
    color: #ffffff; }
    #cookiebanner #c-right a:hover::before {
      transform: scaleY(1); }
    #cookiebanner #c-right a:hover em {
      color: #ffffff !important; }

#cookiebanner .declineContent {
  margin-bottom: 20px; }
  #cookiebanner .declineContent p {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #18181c; }
    #cookiebanner .declineContent p a {
      font-weight: 500;
      text-decoration: underline; }

#cookiebanner .checkBoxList {
  width: 90%;
  margin: 0 auto 20px auto; }

#cookiebanner .checkBoxList ul {
  margin-bottom: 20px; }

#cookiebanner .checkBoxList ul li {
  margin-bottom: 12px;
  height: 23px;
  line-height: 23px; }
  #cookiebanner .checkBoxList ul li label {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 23px;
    line-height: 23px; }
  #cookiebanner .checkBoxList ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    height: 23px;
    width: calc(100% - 30px);
    line-height: 23px; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 1.6rem;
  padding-left: 1.6rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 576px) {
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 768px) {
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 992px) {
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1200px) {
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.slick-slider {
  height: auto;
  display: block !important; }

.slick-dots {
  position: absolute;
  bottom: 40px !important;
  left: 0 !important; }
  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    opacity: 0.5;
    background-color: #d8d8d8;
    border-radius: 100%; }
    .slick-dots li.slick-active {
      opacity: 1; }
    .slick-dots li button {
      width: 10px !important;
      height: 10px !important; }
      .slick-dots li button::before {
        display: none; }

.slick-list {
  width: 100%;
  height: 100%; }
  .slick-list .slick-track {
    height: 100%;
    display: flex; }
    .slick-list .slick-track .slick-slide {
      display: flex;
      height: auto; }
      .slick-list .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/ajax-loader.gif") center center no-repeat #ffffff; }

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\FFFD\FFFD'; }

.slick-next:before,
[dir='rtl'] .slick-prev:before {
  content: '\FFFD\FFFD'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

[dir='rtl'] .slick-next:before {
  content: '\FFFD\FFFD'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\FFFD\FFFD';
  text-align: center;
  opacity: 0.25;
  color: #18181c; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #18181c; }

.mainVideoOpenBox__fxWUO {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background-color: #3b5551;
  height: 100%; }
  .mainVideoOpenBox__fxWUO.videoNone__3OEtO video {
    opacity: 0; }
  .mainVideoOpenBox__fxWUO video {
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2; }
    @media (min-width: 1320px) {
      .mainVideoOpenBox__fxWUO video {
        transform: translateX(-50%) translateY(-50%) scale(1); } }
  .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    animation: topBottom__1YllZ 0.5s ease-in-out;
    animation-iteration-count: 1;
    transform: translateX(-50%) translateY(110%); }

@keyframes topBottom__1YllZ {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(25%); }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(110%); } }
    @media (max-height: 812px) and (max-width: 768px) {
      .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P {
        transform: translateX(-50%) translateY(65%); }
      @keyframes topBottom__1YllZ {
        0% {
          opacity: 0;
          transform: translateX(-50%) translateY(25%); }
        100% {
          opacity: 1;
          transform: translateX(-50%) translateY(65%); } } }
    @media (orientation: landscape) and (max-width: 768px) {
      .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P {
        max-width: 170px;
        transform: translateX(-50%) translateY(60%); }
      @keyframes topBottom__1YllZ {
        0% {
          opacity: 0;
          transform: translateX(-50%) translateY(25%); }
        100% {
          opacity: 1;
          transform: translateX(-50%) translateY(60%); } } }
    @media (min-width: 1320px) {
      .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P {
        max-width: 1320px;
        margin: 40px auto 0 auto;
        transform: translateX(-50%) translateY(200%); }
      @keyframes topBottom__1YllZ {
        0% {
          opacity: 0;
          transform: translateX(-50%) translateY(25%); }
        100% {
          opacity: 1;
          transform: translateX(-50%) translateY(200%); } } }
    .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j {
      display: block;
      width: 100%; }
      .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button,
      .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j a {
        width: 250px;
        height: 50px;
        outline: none;
        border-radius: 25px;
        border: 1px solid #ffffff;
        overflow: hidden;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        letter-spacing: 3.5px;
        font-size: 14px;
        display: inline-flex;
        vertical-align: middle;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-weight: 400;
        cursor: pointer;
        transition: color 200ms;
        position: relative;
        transform: translateZ(0);
        backface-visibility: hidden; }
        .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button:before,
        .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j a:before {
          content: '';
          position: absolute;
          z-index: -1;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          transform: scaleY(0);
          transform-origin: 50%;
          transition: all 200ms ease-out;
          background: #ffffff; }
        .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button:hover,
        .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j a:hover {
          color: #18181c; }
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button:hover::before,
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j a:hover::before {
            transform: scaleY(1); }
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button:hover em,
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j a:hover em {
            color: #18181c !important; }
        @media (orientation: landscape) and (max-width: 768px) {
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button,
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j a {
            width: 170px;
            height: 40px; } }
      .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button {
        margin-right: 30px;
        margin-bottom: 30px; }
        @media (orientation: landscape) and (max-width: 768px) {
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button {
            margin-bottom: 15px; } }
      @media (min-width: 1320px) {
        .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j {
          display: block;
          text-align: center; }
          .mainVideoOpenBox__fxWUO .buttonContainer__3aE6P .buttonList__2aw-j button {
            margin-bottom: 0; } }
  .mainVideoOpenBox__fxWUO .webPosterBackground__zx1xm {
    width: 100%;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/poster/mainvideo2poster.png") no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.2s ease-in; }
    .mainVideoOpenBox__fxWUO .webPosterBackground__zx1xm.active__3IFWh {
      opacity: 1; }
    .mainVideoOpenBox__fxWUO .webPosterBackground__zx1xm.deActive__2Kben {
      opacity: 0.8; }
    .mainVideoOpenBox__fxWUO .webPosterBackground__zx1xm p {
      overflow: hidden;
      width: 0;
      height: 0; }

.container__1dbUN {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #18181c; }
  .container__1dbUN .produtAdBox__nKJgG {
    margin: 0 auto !important;
    position: relative;
    overflow: hidden;
    height: 822px; }
    .container__1dbUN .produtAdBox__nKJgG.mainAdbox__377ZO {
      background: url("https://s3.marvelousdesigner.com/newmdweb/md11content/main/discover.jpg") no-repeat;
      background-size: cover; }
    .container__1dbUN .produtAdBox__nKJgG .produtAdContent__3YQTK {
      width: 100%;
      height: 100%;
      z-index: 2; }
    .container__1dbUN .produtAdBox__nKJgG .adContentText__3CVUX {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 1441px) {
        .container__1dbUN .produtAdBox__nKJgG .adContentText__3CVUX {
          max-width: 83.33333333%; } }
    .container__1dbUN .produtAdBox__nKJgG h3 {
      font-weight: 500;
      font-size: 2.5rem;
      text-transform: uppercase;
      line-height: 1.5;
      letter-spacing: 9px;
      margin-bottom: 30px;
      color: #ffffff;
      z-index: 2;
      position: relative;
      text-align: center; }
      @media (max-width: 375px) {
        .container__1dbUN .produtAdBox__nKJgG h3 {
          font-size: 2.2rem; } }
      @media (min-width: 992px) {
        .container__1dbUN .produtAdBox__nKJgG h3 {
          font-size: 2.5rem; } }
    .container__1dbUN .produtAdBox__nKJgG p {
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      font-size: 1.8rem;
      color: #ffffff;
      z-index: 2;
      position: relative;
      text-align: center; }
      .container__1dbUN .produtAdBox__nKJgG p em {
        display: block; }
        @media (min-width: 576px) {
          .container__1dbUN .produtAdBox__nKJgG p em {
            display: none; } }
      @media (min-width: 992px) {
        .container__1dbUN .produtAdBox__nKJgG p {
          font-size: 1.8rem; } }
    .container__1dbUN .produtAdBox__nKJgG .supportText__iSTML {
      font-size: 12px;
      color: #ffffff;
      position: absolute;
      bottom: 20px;
      left: 50%;
      width: 95%;
      opacity: 0.5;
      z-index: 10;
      text-align: center;
      transform: translate(-50%, 0); }
      @media screen and (min-width: 1024px) {
        .container__1dbUN .produtAdBox__nKJgG .supportText__iSTML {
          width: 100%;
          text-align: right;
          padding-right: 14px; } }
      .container__1dbUN .produtAdBox__nKJgG .supportText__iSTML p {
        font-size: 12px;
        color: #ffffff; }
        @media screen and (min-width: 768px) {
          .container__1dbUN .produtAdBox__nKJgG .supportText__iSTML p {
            font-size: 14px; } }
        @media screen and (min-width: 1024px) {
          .container__1dbUN .produtAdBox__nKJgG .supportText__iSTML p {
            padding-right: 20px; } }
    .container__1dbUN .produtAdBox__nKJgG .adImg__1l0fR {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-position: top center;
      background-size: cover;
      opacity: 0.5;
      transition: all 0.2s ease-in; }
      @media screen and (min-width: 1440px) {
        .container__1dbUN .produtAdBox__nKJgG .adImg__1l0fR {
          background-size: contain;
          opacity: 1; } }
      @media screen and (min-width: 1024px) {
        .container__1dbUN .produtAdBox__nKJgG .adImg__1l0fR {
          background-position: top right;
          opacity: 1;
          width: 60%; } }
      @media screen and (min-width: 1440px) {
        .container__1dbUN .produtAdBox__nKJgG .adImg__1l0fR {
          width: 100%;
          opacity: 1; } }
      @media screen and (min-width: 1920px) {
        .container__1dbUN .produtAdBox__nKJgG .adImg__1l0fR {
          width: 55%; } }
    .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j {
      z-index: 2;
      margin-top: 50px;
      text-align: center;
      position: relative; }
      .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y {
        display: inline-block;
        width: 150px;
        height: 40px; }
        @media screen and (min-width: 1024px) {
          .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y {
            width: 250px;
            height: 55px;
            line-height: 55px; } }
        @media screen and (min-width: 1920px) {
          .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y {
            width: 250px;
            height: 60px;
            line-height: 60px; } }
        .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y:first-child {
          margin-right: 20px; }
        .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y a {
          display: block;
          height: 40px;
          line-height: 40px;
          margin: 0 auto;
          text-align: center;
          width: 100%;
          letter-spacing: 4px; }
          @media screen and (min-width: 1024px) {
            .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y a {
              width: 250px;
              height: 55px;
              line-height: 55px; } }
          @media screen and (min-width: 1920px) {
            .container__1dbUN .produtAdBox__nKJgG .buttonList__2aw-j .buttonContent__3zm7y a {
              width: 250px;
              height: 60px;
              line-height: 60px; } }
    .container__1dbUN .produtAdBox__nKJgG .blackWindow__1vz-A {
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(24, 24, 28, 0.5);
      bottom: 0;
      top: 0;
      left: 0;
      z-index: 1; }
  .container__1dbUN .featureContainerBox__3jLna {
    width: 100%;
    height: 822px;
    overflow: hidden;
    position: relative;
    background: #282729; }
    @media screen and (min-width: 1024px) {
      .container__1dbUN .featureContainerBox__3jLna {
        height: 1080px; } }
    .container__1dbUN .featureContainerBox__3jLna video {
      transform: translateX(-50%) translateY(-50%) scale(1);
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 2; }
    .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      z-index: 4;
      text-align: center; }
      .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- {
        position: absolute;
        transform: translateX(-50%) translateY(-55%);
        top: 50%;
        left: 50%; }
        .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- h2 {
          width: 100%;
          font-weight: 500;
          font-size: 2.5rem;
          text-transform: uppercase;
          line-height: 1.5;
          letter-spacing: 9px;
          color: #ffffff;
          z-index: 2;
          text-align: center;
          margin-bottom: 30px; }
          @media (max-width: 375px) {
            .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- h2 {
              font-size: 2.2rem; } }
          @media (min-width: 992px) {
            .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- h2 {
              font-size: 2.5rem; } }
        .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- p {
          font-weight: 300;
          font-stretch: normal;
          font-style: normal;
          letter-spacing: normal;
          font-size: 1.8rem;
          color: #ffffff;
          z-index: 2;
          position: relative;
          text-align: center; }
          .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- p em {
            display: block; }
            @media (min-width: 576px) {
              .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- p em {
                display: none; } }
          @media (min-width: 992px) {
            .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- p {
              font-size: 1.8rem; } }
        .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- a {
          display: block;
          width: 150px;
          height: 40px;
          line-height: 40px;
          margin: 50px auto 0 auto;
          text-align: center;
          letter-spacing: 4px; }
          @media screen and (min-width: 1024px) {
            .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- a {
              width: 250px;
              height: 55px;
              line-height: 55px; } }
          @media screen and (min-width: 1920px) {
            .container__1dbUN .featureContainerBox__3jLna .featureTite__2UqD3 .featureContent__2eFW- a {
              width: 250px;
              height: 60px;
              line-height: 60px; } }
    .container__1dbUN .featureContainerBox__3jLna .videoScreen__20_A0 {
      position: absolute;
      width: 100%;
      height: 100%;
      min-width: 100%;
      min-height: 100%;
      top: 0;
      left: 0;
      background: #18181c;
      opacity: 0.3;
      z-index: 3; }
    .container__1dbUN .featureContainerBox__3jLna .videoScreenFocus__HyoMk {
      position: absolute;
      width: 100%;
      height: 0;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .container__1dbUN .featureContainer__2Gn0b {
    margin: 10rem auto 10rem auto !important; }
    .container__1dbUN .featureContainer__2Gn0b h3 {
      font-size: 2rem;
      font-weight: 500;
      text-transform: capitalize;
      width: 100%; }
    .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ {
      margin-top: 30px;
      margin-bottom: 20px; }
      .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE {
        height: 215px;
        margin-bottom: 30px; }
        .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE {
          margin: 0 auto !important;
          height: 100%;
          border: solid 1px #d3d3d3; }
          .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div {
            position: relative;
            overflow: hidden;
            width: 100%; }
            .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.thumNail__aMJwU {
              padding: 0 !important;
              height: 100%; }
              .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.thumNail__aMJwU > div {
                width: 100%;
                height: 100%; }
              .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.thumNail__aMJwU img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) scale(3); }
            .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.listInfo__2sr-h {
              padding: 0 1.2rem;
              display: inline-block;
              vertical-align: middle;
              text-align: left; }
              .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.listInfo__2sr-h .date__2K3tq {
                font-size: 0.8rem;
                color: #232328;
                font-weight: 300;
                margin-bottom: 20px; }
              .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.listInfo__2sr-h .title__25ghm {
                margin-bottom: 20px;
                font-weight: 500;
                font-size: 1.5rem; }
              .container__1dbUN .featureContainer__2Gn0b .featureList__327mJ .content__16fUE .boxContent__2gQIE > div.listInfo__2sr-h .text__27Knw {
                margin-bottom: 20px;
                font-weight: 300;
                font-size: 0.9rem; }
  .container__1dbUN .newsContainer__MCD_C {
    margin: 0 auto 10rem auto !important;
    overflow: hidden; }
    .container__1dbUN .newsContainer__MCD_C h3 {
      font-size: 2rem;
      font-weight: 500;
      text-transform: capitalize;
      width: 100%;
      color: #ffffff;
      padding-top: 4rem; }
    .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O {
      margin: 30px auto 35px auto; }
      .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .listItem__34SRF {
        margin-bottom: 1rem; }
      .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- {
        border: solid 1px rgba(255, 255, 255, 0.3);
        background-color: #18181c;
        display: block; }
        .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBox__GBFuS {
          position: relative;
          height: 234px;
          overflow: hidden; }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBox__GBFuS img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBoxBlog__zGjsd {
          position: relative;
          height: 198px;
          overflow: hidden;
          padding-left: 0;
          font-size: 0;
          margin: 0;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBoxBlog__zGjsd {
              height: 230px; } }
          @media screen and (min-width: 1024px) {
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBoxBlog__zGjsd {
              height: 240px; } }
          @media screen and (min-width: 1440px) {
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBoxBlog__zGjsd {
              height: 215px; } }
          @media screen and (min-width: 1920px) {
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBoxBlog__zGjsd {
              height: 240px; } }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .thumnailImgBoxBlog__zGjsd img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY {
          width: 60%;
          font-size: 0;
          vertical-align: middle; }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .title__25ghm {
            position: relative;
            padding: 0 !important;
            margin-top: 20px; }
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .title__25ghm h2 {
              font-weight: 500;
              font-size: 1.2rem; }
            @media (min-width: 576px) {
              .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .title__25ghm {
                margin-top: 0; } }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .date__2K3tq {
            margin-top: 15px;
            font-size: 0.8rem;
            color: #232328;
            font-weight: 300;
            margin-bottom: 10px;
            padding: 0 !important;
            text-align: right; }
            @media (min-width: 576px) {
              .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .date__2K3tq {
                text-align: left; } }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .text__27Knw {
            margin-top: 20px;
            font-weight: 300;
            font-size: 0.9rem;
            width: 100%;
            height: 60px;
            padding: 0 !important; }
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoTextBlog__25_wY .text__27Knw p {
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 1.1rem;
              height: 100%; }
        .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoText__1-WJN {
          padding: 20px;
          color: #ffffff; }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoText__1-WJN .title__25ghm {
            text-align: center;
            position: relative;
            height: 52px; }
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoText__1-WJN .title__25ghm::after {
              display: block;
              content: '';
              width: 70px;
              height: 1px;
              background: #ffffff;
              margin: 15px auto 0 auto; }
            .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoText__1-WJN .title__25ghm h2 {
              width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-weight: 500;
              font-size: 1.2rem; }
          .container__1dbUN .newsContainer__MCD_C .newsList__3uh2O .contentBox__11UD- .infoText__1-WJN .date__2K3tq {
            margin-top: 15px;
            font-size: 0.8rem;
            color: #ffffff;
            font-weight: 300;
            text-align: right; }
  .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm {
    margin: 0 auto !important;
    height: 802px;
    width: 100%;
    display: flex;
    transition: all 0.3s linear;
    background: #18181c; }
    .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm.flexNone__3Fb2j {
      display: block; }
    .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .priviewCase__1P2PE {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .priviewCase__1P2PE .caseBgBox__3lLHu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.5;
        z-index: 1; }
    .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .textBox__3GKls {
      width: 100%;
      position: relative;
      z-index: 2; }
    .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ {
      width: 100%;
      height: 100%;
      text-align: center; }
      .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div {
        margin: 0 auto !important;
        height: 100%;
        width: 100%; }
        .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div {
          width: 100%; }
          .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div h3 {
            color: #ffffff;
            font-weight: 500;
            font-size: 2.5rem;
            letter-spacing: 20px;
            margin-bottom: 40px; }
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div h3 span {
              display: block;
              font-size: 1.4rem;
              font-weight: 300;
              letter-spacing: normal;
              margin-bottom: 20px; }
          .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a {
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            margin: 0 auto;
            text-align: center;
            letter-spacing: 4px;
            transition: color 200ms;
            position: relative;
            transform: translateZ(0);
            backface-visibility: hidden; }
            @media screen and (min-width: 1024px) {
              .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a {
                width: 250px;
                height: 55px;
                line-height: 55px; } }
            @media screen and (min-width: 1920px) {
              .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a {
                width: 250px;
                height: 60px;
                line-height: 60px; } }
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a:before {
              content: '';
              position: absolute;
              z-index: -1;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              transform: scaleY(0);
              transform-origin: 50%;
              transition: all 200ms ease-out;
              background: #ffffff; }
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a:hover {
              color: #18181c; }
              .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a:hover::before {
                transform: scaleY(1); }
              .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCoverSlide__1b9MZ > div div a:hover em {
                color: #18181c !important; }
    .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J {
      height: 100%;
      overflow: hidden;
      position: relative;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in;
      flex: 1;
      flex-basis: auto;
      width: 0%;
      text-align: center; }
      .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div {
        margin: 0 auto !important;
        height: 100%; }
        .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div h3 {
          color: #ffffff;
          font-weight: 500;
          font-size: 2.5rem;
          letter-spacing: 20px;
          margin-bottom: 40px; }
          .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div h3 span {
            display: block;
            font-size: 1rem;
            font-weight: 300;
            letter-spacing: normal;
            margin-bottom: 20px; }
        .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a {
          display: block;
          width: 150px;
          height: 40px;
          line-height: 40px;
          margin: 0 auto;
          text-align: center;
          letter-spacing: 4px;
          transition: color 200ms;
          position: relative;
          transform: translateZ(0);
          backface-visibility: hidden; }
          @media screen and (min-width: 1024px) {
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a {
              width: 250px;
              height: 55px;
              line-height: 55px; } }
          @media screen and (min-width: 1920px) {
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a {
              width: 250px;
              height: 60px;
              line-height: 60px; } }
          .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a:before {
            content: '';
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transform: scaleY(0);
            transform-origin: 50%;
            transition: all 200ms ease-out;
            background: #ffffff; }
          .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a:hover {
            color: #18181c; }
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a:hover::before {
              transform: scaleY(1); }
            .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J > div div a:hover em {
              color: #18181c !important; }
      .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm .caseCover__4En6J:hover {
        width: 70%; }
    .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm.hoverWrap__Kpcp8:hover > div:not(:hover) {
      opacity: 0.5; }
      .container__1dbUN .caseContainerBox__3m8nW .caseContainer__36XGm.hoverWrap__Kpcp8:hover > div:not(:hover) .textBox__3GKls {
        display: none; }
  .container__1dbUN .designerCover__1Ya_c {
    position: relative;
    background-color: #18181c;
    margin: 0 auto !important;
    height: 389px;
    width: 100%; }
    .container__1dbUN .designerCover__1Ya_c::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("https://s3.marvelousdesigner.com/newmdweb/md11content/main/hqgament.jpg") no-repeat center center;
      background-size: cover;
      opacity: 0.3;
      z-index: 1; }
    .container__1dbUN .designerCover__1Ya_c .designerCoverTitle__jcxUr,
    .container__1dbUN .designerCover__1Ya_c .designerCoverButton__30opD {
      position: relative;
      z-index: 2; }
    .container__1dbUN .designerCover__1Ya_c h3 {
      color: #ffffff;
      letter-spacing: 9px;
      font-weight: 500;
      font-size: 2.2rem;
      text-transform: uppercase;
      margin-bottom: 40px; }
    .container__1dbUN .designerCover__1Ya_c button {
      border-color: #ffffff;
      color: #ffffff; }
      .container__1dbUN .designerCover__1Ya_c button:hover {
        border-color: #fbc400;
        color: #fbc400;
        background: none; }
    .container__1dbUN .designerCover__1Ya_c .copyright__4YAF- {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      opacity: 0.7;
      text-align: right; }
      .container__1dbUN .designerCover__1Ya_c .copyright__4YAF-.ubiSoft__1FUWq .marginZero__2QT0O {
        margin: 0; }
      .container__1dbUN .designerCover__1Ya_c .copyright__4YAF-.ubiSoft__1FUWq .paddingZero__2JvoO {
        padding: 0; }
      .container__1dbUN .designerCover__1Ya_c .copyright__4YAF-.ubiSoft__1FUWq .ubiLogo__3wfyi {
        opacity: 0.5;
        width: 140px;
        height: 50px;
        background-image: url("https://s3.marvelousdesigner.com/newmdweb/md11content/ubisoft/Ubisoft_Wh.svg");
        background-repeat: no-repeat;
        margin-left: 20px; }
      .container__1dbUN .designerCover__1Ya_c .copyright__4YAF-.ubiSoft__1FUWq p {
        margin-right: 20px; }
      .container__1dbUN .designerCover__1Ya_c .copyright__4YAF- p {
        font-size: 12px;
        color: #ffffff; }
        @media screen and (min-width: 768px) {
          .container__1dbUN .designerCover__1Ya_c .copyright__4YAF- p {
            text-align: right;
            font-size: 14px; } }
    .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j {
      z-index: 2;
      margin: 0 auto;
      text-align: center;
      position: relative; }
      .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y {
        display: inline-block;
        width: 150px;
        height: 40px; }
        @media screen and (min-width: 1024px) {
          .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y {
            width: 250px;
            height: 55px;
            line-height: 55px; } }
        @media screen and (min-width: 1920px) {
          .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y {
            width: 250px;
            height: 60px;
            line-height: 60px; } }
        .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y:first-child {
          margin-right: 20px; }
        .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y a {
          display: block;
          height: 40px;
          line-height: 40px;
          margin: 0 auto;
          text-align: center;
          width: 100%;
          letter-spacing: 4px; }
          @media screen and (min-width: 1024px) {
            .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y a {
              width: 250px;
              height: 55px;
              line-height: 55px; } }
          @media screen and (min-width: 1920px) {
            .container__1dbUN .designerCover__1Ya_c .buttonList__2aw-j .buttonContent__3zm7y a {
              width: 250px;
              height: 60px;
              line-height: 60px; } }

.slickdots__1fTmw {
  height: 100px;
  width: 100px;
  background: #000; }

.bodyLoader {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  vertical-align: middle;
  display: grid;
  position: fixed;
  z-index: 1000;
  opacity: 0.6;
  top: 0;
  left: 0; }
  .bodyLoader.store .ball {
    background: #92e0b5; }
  .bodyLoader.absolute {
    position: absolute;
    opacity: 1;
    background: rgba(255, 255, 255, 0.7); }

.ballContainer {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
  background: #fbc400; }
  .ball:nth-child(1) {
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out; }
  .ball:nth-child(2) {
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out; }
  .ball:nth-child(3) {
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out; }
  .ball:nth-child(4) {
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out; }
  .ball:nth-child(5) {
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out; }
  .ball:nth-child(6) {
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out; }
  .ball:nth-child(7) {
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out; }

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px); }
  50% {
    -webkit-transform: translate(15px); }
  100% {
    -webkit-transform: translate(-15px); } }

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px); }
  50% {
    -webkit-transform: translate(-15px); }
  100% {
    -webkit-transform: translate(15px); } }

@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px); }
  50% {
    -moz-transform: translate(15px); }
  100% {
    -moz-transform: translate(-15px); } }

@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px); }
  50% {
    -moz-transform: translate(-15px); }
  100% {
    -moz-transform: translate(15px); } }

@keyframes right {
  0% {
    transform: translate(-15px); }
  50% {
    transform: translate(15px); }
  100% {
    transform: translate(-15px); } }

@keyframes left {
  0% {
    transform: translate(15px); }
  50% {
    transform: translate(-15px); }
  100% {
    transform: translate(15px); } }

.loaderSpin {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #c7c7c9;
  background: -moz-linear-gradient(left, #c7c7c9 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #c7c7c9 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #c7c7c9 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #c7c7c9 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #c7c7c9 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loaderSpin:before {
  width: 50%;
  height: 50%;
  background: #c7c7c9;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loaderSpin:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

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

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

:root {
  --color-g-0: #FFFFFF;
  --color-g-100: #F5F5F7;
  --color-g-200: #E5E6EB;
  --color-g-300: #C3C3CD;
  --color-g-400: #AAACAF;
  --color-g-500: #898B8E;
  --color-g-600: #6A6A6F;
  --color-g-700: #56565B;
  --color-g-800: #38383C;
  --color-g-900: #18181C;
  --color-primary: #FBC400;
  --color-primary-100: #FFEBAF;
  --color-primary-200: #FF8A00;
  --color-primary-300: #E06E14;
  --color-primary-400: #B55000;
  --color-info: #FBC400;
  --color-info-100: #FFF1C9;
  --color-info-200: #FF9900;
  --color-info-300: #FF6B00;
  --color-info-400: #DB4212;
  --color-success: #3ACB3C;
  --color-success-100: #ECFCEB;
  --color-success-200: #89E988;
  --color-success-300: #00B63D;
  --color-success-400: #007527;
  --color-new: #F25454;
  --color-warning: #F24147;
  --color-warning-100: #FFEAED;
  --color-warning-200: #F29395;
  --color-warning-300: #E8182A;
  --color-warning-400: #96000D; }

/**  */
:root {
  --spacing-4xs: 2px;
  --spacing-3xs: 4px;
  --spacing-2xs: 8px;
  --spacing-xs: 12px;
  --spacing-s: 16px;
  --spacing-m: 20px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 64px;
  --spacing-4xl: 80px;
  --spacing-5xl: 120px; }

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

*:lang(en) {
  font-family: 'Avenir Next LT Pro', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans JP', 'Sans-serif', sans-serif; }

*:lang(ko) {
  font-family: 'Avenir Next LT Pro', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans JP', 'Sans-serif', sans-serif; }

*:lang(zh) {
  font-family: 'Avenir Next LT Pro', 'Noto Sans SC', 'Noto Sans KR', 'Noto Sans JP', 'Sans-serif', sans-serif; }

*:lang(jp) {
  font-family: 'Avenir Next LT Pro', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans SC', 'Sans-serif', sans-serif; }

html {
  -ms-content-zooming: none;
  -ms-touch-action: pan-x pan-y; }

html,
body {
  font-weight: 300;
  color: var(--color-g-900);
  height: auto;
  max-height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: visible; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }

label {
  font-weight: 500; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

nav ul,
ul li {
  list-style: none; }

a {
  color: inherit;
  border: 0;
  outline: none;
  text-decoration: none; }

img {
  border: 0;
  outline: none;
  width: 100%; }

hr {
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: #c3c3cd;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-image: none; }

li {
  list-style: none; }

textarea,
select,
input,
button {
  outline: none; }

.blankRow {
  width: 100%;
  height: 150px; }

.arrowDrop {
  width: 20px;
  height: 20px;
  display: block;
  background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/select_drop.svg");
  background-size: 100% 100%; }
  .arrowDrop.wh {
    background: url("https://s3.marvelousdesigner.com/newmdweb/image/icon/ui/select_drop_wh.svg"); }

.passionpictures img {
  width: 40%; }

.error-page {
  padding: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .error-page > div {
    margin: 0; }
  @media (min-width: 768px) {
    .error-page {
      padding: 100px; } }
  @media (min-width: 1200px) {
    .error-page {
      text-align: right; } }
  .error-page > div {
    width: 100%;
    height: 100%; }
  .error-page .title {
    width: 100%; }
  .error-page .textInfo {
    width: 100%; }
  .error-page .typed-cursor {
    display: inline-block;
    font-size: 20px;
    width: 1%; }
    @media (min-width: 576px) {
      .error-page .typed-cursor {
        font-size: 28px; } }
    @media (min-width: 991px) {
      .error-page .typed-cursor {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .error-page .typed-cursor {
        font-size: 36px; } }
    @media (min-width: 1620px) {
      .error-page .typed-cursor {
        font-size: 40px; } }
  .error-page h1 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 9.23px;
    line-height: 1.33;
    width: 100%;
    overflow: hidden;
    display: inline; }
    .error-page h1.uppercase {
      text-transform: uppercase;
      width: 98%; }
    @media (min-width: 576px) {
      .error-page h1 {
        font-size: 28px;
        letter-spacing: 12.73px;
        line-height: 1.43; } }
    @media (min-width: 991px) {
      .error-page h1 {
        font-size: 32px;
        letter-spacing: 14.55px;
        line-height: normal; } }
    @media (min-width: 1200px) {
      .error-page h1 {
        font-size: 36px;
        letter-spacing: 16.36px;
        line-height: normal; } }
    @media (min-width: 1620px) {
      .error-page h1 {
        font-size: 40px;
        letter-spacing: 18.18px;
        line-height: 2; } }
    .error-page h1 em {
      font-style: normal;
      color: #fbc400; }
  .error-page .cursorBlink {
    animation: cursor-blink 0.3s infinite alternate; }

@keyframes cursor-blink {
  50% {
    opacity: 0; } }
  .error-page .sorry {
    color: #898b8e;
    font-size: 12px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    word-break: break-all;
    white-space: break-spaces; }
    @media (min-width: 576px) {
      .error-page .sorry {
        font-size: 14px;
        letter-spacing: 2.73px;
        line-height: 1.43;
        margin-bottom: 60px; } }
    @media (min-width: 991px) {
      .error-page .sorry {
        font-size: 16px; } }
  .error-page .buttonList {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 991px) {
      .error-page .buttonList {
        justify-content: end;
        flex-wrap: nowrap; } }
    .error-page .buttonList a {
      vertical-align: middle;
      width: 100%;
      height: 40px;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      text-align: center;
      font-size: 12px; }
      .error-page .buttonList a.mz0 {
        margin: 0; }
      @media (min-width: 576px) {
        .error-page .buttonList a:first-child {
          margin-right: 10px; } }
      @media (min-width: 576px) {
        .error-page .buttonList a {
          width: 150px;
          height: 40px;
          font-size: 14px; } }
      @media (min-width: 991px) {
        .error-page .buttonList a {
          width: 250px;
          height: 60px;
          font-size: 16px; } }

.fullSizeViewr {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  .fullSizeViewr canvas {
    padding: 0;
    margin: 0; }

.github-picker > div:nth-child(2) {
  display: none; }

.github-picker > div:nth-child(1) {
  display: none; }

.__react_component_tooltip {
  max-width: 300px;
  font-weight: 300 !important;
  text-transform: none; }
  @media screen and (min-width: 375px) {
    .__react_component_tooltip {
      max-width: 320px; } }
  @media screen and (min-width: 768px) {
    .__react_component_tooltip {
      max-width: 400px; } }
  @media screen and (min-width: 1024px) {
    .__react_component_tooltip {
      max-width: 500px; } }
  @media screen and (min-width: 1440px) {
    .__react_component_tooltip {
      max-width: 600px; } }

.ScrollbarsCustom-Track {
  width: 5px !important; }

.ScrollbarsCustom-ThumbY {
  background: #c1c1c1 !important; }

#container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

