@charset "UTF-8";
:root {
  --id: no;
  --gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --tran-15: 0.15s ease-in-out;
  --tran-3: 0.3s ease-in-out;
  --tran-45: 0.45s ease-in-out;
  --tran-6: 0.6s ease-in-out;
  --tran-75: 0.75s ease-in-out;
  --tran-1: 1s ease-in-out;
  --z-index-modal: 1003;
  --z-index-popup: 1002;
  --z-index-mobile-nav: 1001;
  --z-index-header: 1000;
  --z-index-sidebar: 999;
  --header-height: 8.5rem;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 8rem;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 6rem;
  }
}
:root {
  --font-family-title: SUIT;
  --font-family-body: SUIT;
  --font-weight-black: 900;
  --font-weight-extra-bold: 800;
  --font-weight-bold: 700;
  --font-weight-semiBold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --font-weight-extra-light: 200;
  --font-weight-thin: 100;
  --font-ratio-10: 1;
  --font-ratio-11: 1.1;
  --font-ratio-12: 1.2;
  --font-ratio-13: 1.3;
  --font-ratio-14: 1.4;
  --font-ratio-15: 1.5;
  --font-ratio-16: 1.618;
  --font-ratio-18: 1.8;
  --font-ratio-20: 2;
  --bp-3xl: 1920;
  --bp-2xl: 1664;
  --bp-xl: 1320;
  --bp-lg: 1024;
  --bp-md: 768;
  --bp-sm: 544;
  --bp-xs: 375;
  --clr-base-white: #ffffff;
  --clr-base-black: #000000;
  --clr-base-red: #e60012;
  --clr-base-blur: #f5f7f9;
  --clr-dark-base-red: #ff5370;
  --clr-dark-base-black: #ffffff;
  --clr-dark-base-white: #121212;
  --clr-dark-base-blur: #2a2d2e;
  --clr-primary-900: #00271b;
  --clr-primary-500: #006633;
  --clr-primary-400: #70d44b;
  --clr-primary-300: #00d154;
  --clr-primary-200: #00b451;
  --clr-secondary-600: #b58b3c;
  --clr-secondary-500: #d1a65a;
  --clr-secondary-400: #f1daaa;
  --clr-secondary-300: #ecd6a5;
  --clr-gray-50: #fafafa;
  --clr-gray-100: #f5f5f5;
  --clr-gray-200: #ebebeb;
  --clr-gray-300: #e0e0e0;
  --clr-gray-400: #dddddd;
  --clr-gray-500: #e9e9ea;
  --clr-gray-600: #767677;
  --clr-gray-700: #616161;
  --clr-gray-800: #4f4f4f;
  --clr-gray-900: #212121;
  --clr-feedback-info-main: #3f50b5;
  --clr-feedback-info-dark: #002884;
  --clr-feedback-info-light: #757ce8;
  --clr-feedback-error-main: #f44336;
  --clr-feedback-error-dark: #ba000d;
  --clr-feedback-error-light: #ff7961;
  --clr-white-0dp: rgba(255, 255, 255, 0);
  --clr-white-1dp: rgba(255, 255, 255, 0.1);
  --clr-white-2dp: rgba(255, 255, 255, 0.2);
  --clr-white-3dp: rgba(255, 255, 255, 0.3);
  --clr-white-4dp: rgba(255, 255, 255, 0.4);
  --clr-white-5dp: rgba(255, 255, 255, 0.5);
  --clr-white-6dp: rgba(255, 255, 255, 0.6);
  --clr-white-7dp: rgba(255, 255, 255, 0.7);
  --clr-white-8dp: rgba(255, 255, 255, 0.8);
  --clr-white-9dp: rgba(255, 255, 255, 0.9);
  --clr-white-10dp: rgb(255, 255, 255);
  --clr-black-0dp: rgba(0, 0, 0, 0);
  --clr-black-1dp: rgba(0, 0, 0, 0.1);
  --clr-black-2dp: rgba(0, 0, 0, 0.2);
  --clr-black-3dp: rgba(0, 0, 0, 0.3);
  --clr-black-4dp: rgba(0, 0, 0, 0.4);
  --clr-black-5dp: rgba(0, 0, 0, 0.5);
  --clr-black-6dp: rgba(0, 0, 0, 0.6);
  --clr-black-7dp: rgba(0, 0, 0, 0.7);
  --clr-black-8dp: rgba(0, 0, 0, 0.8);
  --clr-black-9dp: rgba(0, 0, 0, 0.9);
  --clr-black-10dp: rgb(0, 0, 0);
  --clr-opacity-white-0dp: rgba(255, 255, 255, 0);
  --clr-opacity-white-1dp: rgba(255, 255, 255, 0.05);
  --clr-opacity-white-2dp: rgba(255, 255, 255, 0.07);
  --clr-opacity-white-3dp: rgba(255, 255, 255, 0.08);
  --clr-opacity-white-4dp: rgba(255, 255, 255, 0.09);
  --clr-opacity-white-6dp: rgba(255, 255, 255, 0.11);
  --clr-opacity-white-8dp: rgba(255, 255, 255, 0.12);
  --clr-opacity-white-12dp: rgba(255, 255, 255, 0.14);
  --clr-opacity-white-16dp: rgba(255, 255, 255, 0.15);
  --clr-opacity-white-24dp: rgba(255, 255, 255, 0.16);
  --clr-opacity-black-0dp: rgba(0, 0, 0, 0);
  --clr-opacity-black-1dp: rgba(0, 0, 0, 0.05);
  --clr-opacity-black-2dp: rgba(0, 0, 0, 0.07);
  --clr-opacity-black-3dp: rgba(0, 0, 0, 0.08);
  --clr-opacity-black-4dp: rgba(0, 0, 0, 0.09);
  --clr-opacity-black-6dp: rgba(0, 0, 0, 0.11);
  --clr-opacity-black-8dp: rgba(0, 0, 0, 0.12);
  --clr-opacity-black-12dp: rgba(0, 0, 0, 0.14);
  --clr-opacity-black-16dp: rgba(0, 0, 0, 0.15);
  --clr-opacity-black-24dp: rgba(0, 0, 0, 0.16);
  --spc-2: 0.2rem;
  --spc-4: 0.4rem;
  --spc-6: 0.6rem;
  --spc-8: 0.8rem;
  --spc-10: 1rem;
  --spc-11: 1.1rem;
  --spc-12: 1.2rem;
  --spc-13: 1.3rem;
  --spc-14: 1.4rem;
  --spc-15: 1.5rem;
  --spc-16: 1.6rem;
  --spc-18: 1.8rem;
  --spc-20: 2rem;
  --spc-24: 2.4rem;
  --spc-28: 2.8rem;
  --spc-32: 3.2rem;
  --spc-36: 3.6rem;
  --spc-40: 4rem;
  --spc-48: 4.8rem;
  --spc-56: 5.6rem;
  --spc-64: 6.4rem;
  --spc-72: 7.2rem;
  --spc-80: 8rem;
  --spc-88: 8.8rem;
  --spc-96: 9.6rem;
  --spc-128: 12.8rem;
  --spc-148: 14.8rem;
  --spc-188: 18.8rem;
  --spc-256: 25.6rem;
  --spc-288: 28.8rem;
}

.no-clr-base-white {
  color: var(--clr-base-white);
}

.no-bg-base-white {
  background-color: var(--clr-base-white);
}

.no-clr-base-black {
  color: var(--clr-base-black);
}

.no-bg-base-black {
  background-color: var(--clr-base-black);
}

.no-clr-base-red {
  color: var(--clr-base-red);
}

.no-bg-base-red {
  background-color: var(--clr-base-red);
}

.no-clr-base-blur {
  color: var(--clr-base-blur);
}

.no-bg-base-blur {
  background-color: var(--clr-base-blur);
}

.no-clr-dark-base-red {
  color: var(--clr-dark-base-red);
}

.no-bg-dark-base-red {
  background-color: var(--clr-dark-base-red);
}

.no-clr-dark-base-black {
  color: var(--clr-dark-base-black);
}

.no-bg-dark-base-black {
  background-color: var(--clr-dark-base-black);
}

.no-clr-dark-base-white {
  color: var(--clr-dark-base-white);
}

.no-bg-dark-base-white {
  background-color: var(--clr-dark-base-white);
}

.no-clr-dark-base-blur {
  color: var(--clr-dark-base-blur);
}

.no-bg-dark-base-blur {
  background-color: var(--clr-dark-base-blur);
}

.no-clr-primary-900 {
  color: var(--clr-primary-900);
}

.no-bg-primary-900 {
  background-color: var(--clr-primary-900);
}

.no-clr-primary-500 {
  color: var(--clr-primary-500);
}

.no-bg-primary-500 {
  background-color: var(--clr-primary-500);
}

.no-clr-primary-400 {
  color: var(--clr-primary-400);
}

.no-bg-primary-400 {
  background-color: var(--clr-primary-400);
}

.no-clr-primary-300 {
  color: var(--clr-primary-300);
}

.no-bg-primary-300 {
  background-color: var(--clr-primary-300);
}

.no-clr-primary-200 {
  color: var(--clr-primary-200);
}

.no-bg-primary-200 {
  background-color: var(--clr-primary-200);
}

.no-clr-secondary-600 {
  color: var(--clr-secondary-600);
}

.no-bg-secondary-600 {
  background-color: var(--clr-secondary-600);
}

.no-clr-secondary-500 {
  color: var(--clr-secondary-500);
}

.no-bg-secondary-500 {
  background-color: var(--clr-secondary-500);
}

.no-clr-secondary-400 {
  color: var(--clr-secondary-400);
}

.no-bg-secondary-400 {
  background-color: var(--clr-secondary-400);
}

.no-clr-secondary-300 {
  color: var(--clr-secondary-300);
}

.no-bg-secondary-300 {
  background-color: var(--clr-secondary-300);
}

.no-clr-gray-50 {
  color: var(--clr-gray-50);
}

.no-bg-gray-50 {
  background-color: var(--clr-gray-50);
}

.no-clr-gray-100 {
  color: var(--clr-gray-100);
}

.no-bg-gray-100 {
  background-color: var(--clr-gray-100);
}

.no-clr-gray-200 {
  color: var(--clr-gray-200);
}

.no-bg-gray-200 {
  background-color: var(--clr-gray-200);
}

.no-clr-gray-300 {
  color: var(--clr-gray-300);
}

.no-bg-gray-300 {
  background-color: var(--clr-gray-300);
}

.no-clr-gray-400 {
  color: var(--clr-gray-400);
}

.no-bg-gray-400 {
  background-color: var(--clr-gray-400);
}

.no-clr-gray-500 {
  color: var(--clr-gray-500);
}

.no-bg-gray-500 {
  background-color: var(--clr-gray-500);
}

.no-clr-gray-600 {
  color: var(--clr-gray-600);
}

.no-bg-gray-600 {
  background-color: var(--clr-gray-600);
}

.no-clr-gray-700 {
  color: var(--clr-gray-700);
}

.no-bg-gray-700 {
  background-color: var(--clr-gray-700);
}

.no-clr-gray-800 {
  color: var(--clr-gray-800);
}

.no-bg-gray-800 {
  background-color: var(--clr-gray-800);
}

.no-clr-gray-900 {
  color: var(--clr-gray-900);
}

.no-bg-gray-900 {
  background-color: var(--clr-gray-900);
}

.no-clr-feedback-info-main {
  color: var(--clr-feedback-info-main);
}

.no-bg-feedback-info-main {
  background-color: var(--clr-feedback-info-main);
}

.no-clr-feedback-info-dark {
  color: var(--clr-feedback-info-dark);
}

.no-bg-feedback-info-dark {
  background-color: var(--clr-feedback-info-dark);
}

.no-clr-feedback-info-light {
  color: var(--clr-feedback-info-light);
}

.no-bg-feedback-info-light {
  background-color: var(--clr-feedback-info-light);
}

.no-clr-feedback-error-main {
  color: var(--clr-feedback-error-main);
}

.no-bg-feedback-error-main {
  background-color: var(--clr-feedback-error-main);
}

.no-clr-feedback-error-dark {
  color: var(--clr-feedback-error-dark);
}

.no-bg-feedback-error-dark {
  background-color: var(--clr-feedback-error-dark);
}

.no-clr-feedback-error-light {
  color: var(--clr-feedback-error-light);
}

.no-bg-feedback-error-light {
  background-color: var(--clr-feedback-error-light);
}

.no-clr-white-0dp {
  color: var(--clr-white-0dp);
}

.no-bg-white-0dp {
  background-color: var(--clr-white-0dp);
}

.no-clr-white-1dp {
  color: var(--clr-white-1dp);
}

.no-bg-white-1dp {
  background-color: var(--clr-white-1dp);
}

.no-clr-white-2dp {
  color: var(--clr-white-2dp);
}

.no-bg-white-2dp {
  background-color: var(--clr-white-2dp);
}

.no-clr-white-3dp {
  color: var(--clr-white-3dp);
}

.no-bg-white-3dp {
  background-color: var(--clr-white-3dp);
}

.no-clr-white-4dp {
  color: var(--clr-white-4dp);
}

.no-bg-white-4dp {
  background-color: var(--clr-white-4dp);
}

.no-clr-white-5dp {
  color: var(--clr-white-5dp);
}

.no-bg-white-5dp {
  background-color: var(--clr-white-5dp);
}

.no-clr-white-6dp {
  color: var(--clr-white-6dp);
}

.no-bg-white-6dp {
  background-color: var(--clr-white-6dp);
}

.no-clr-white-7dp {
  color: var(--clr-white-7dp);
}

.no-bg-white-7dp {
  background-color: var(--clr-white-7dp);
}

.no-clr-white-8dp {
  color: var(--clr-white-8dp);
}

.no-bg-white-8dp {
  background-color: var(--clr-white-8dp);
}

.no-clr-white-9dp {
  color: var(--clr-white-9dp);
}

.no-bg-white-9dp {
  background-color: var(--clr-white-9dp);
}

.no-clr-white-10dp {
  color: var(--clr-white-10dp);
}

.no-bg-white-10dp {
  background-color: var(--clr-white-10dp);
}

.no-clr-black-0dp {
  color: var(--clr-black-0dp);
}

.no-bg-black-0dp {
  background-color: var(--clr-black-0dp);
}

.no-clr-black-1dp {
  color: var(--clr-black-1dp);
}

.no-bg-black-1dp {
  background-color: var(--clr-black-1dp);
}

.no-clr-black-2dp {
  color: var(--clr-black-2dp);
}

.no-bg-black-2dp {
  background-color: var(--clr-black-2dp);
}

.no-clr-black-3dp {
  color: var(--clr-black-3dp);
}

.no-bg-black-3dp {
  background-color: var(--clr-black-3dp);
}

.no-clr-black-4dp {
  color: var(--clr-black-4dp);
}

.no-bg-black-4dp {
  background-color: var(--clr-black-4dp);
}

.no-clr-black-5dp {
  color: var(--clr-black-5dp);
}

.no-bg-black-5dp {
  background-color: var(--clr-black-5dp);
}

.no-clr-black-6dp {
  color: var(--clr-black-6dp);
}

.no-bg-black-6dp {
  background-color: var(--clr-black-6dp);
}

.no-clr-black-7dp {
  color: var(--clr-black-7dp);
}

.no-bg-black-7dp {
  background-color: var(--clr-black-7dp);
}

.no-clr-black-8dp {
  color: var(--clr-black-8dp);
}

.no-bg-black-8dp {
  background-color: var(--clr-black-8dp);
}

.no-clr-black-9dp {
  color: var(--clr-black-9dp);
}

.no-bg-black-9dp {
  background-color: var(--clr-black-9dp);
}

.no-clr-black-10dp {
  color: var(--clr-black-10dp);
}

.no-bg-black-10dp {
  background-color: var(--clr-black-10dp);
}

.no-clr-opacity-white-0dp {
  color: var(--clr-opacity-white-0dp);
}

.no-bg-opacity-white-0dp {
  background-color: var(--clr-opacity-white-0dp);
}

.no-clr-opacity-white-1dp {
  color: var(--clr-opacity-white-1dp);
}

.no-bg-opacity-white-1dp {
  background-color: var(--clr-opacity-white-1dp);
}

.no-clr-opacity-white-2dp {
  color: var(--clr-opacity-white-2dp);
}

.no-bg-opacity-white-2dp {
  background-color: var(--clr-opacity-white-2dp);
}

.no-clr-opacity-white-3dp {
  color: var(--clr-opacity-white-3dp);
}

.no-bg-opacity-white-3dp {
  background-color: var(--clr-opacity-white-3dp);
}

.no-clr-opacity-white-4dp {
  color: var(--clr-opacity-white-4dp);
}

.no-bg-opacity-white-4dp {
  background-color: var(--clr-opacity-white-4dp);
}

.no-clr-opacity-white-6dp {
  color: var(--clr-opacity-white-6dp);
}

.no-bg-opacity-white-6dp {
  background-color: var(--clr-opacity-white-6dp);
}

.no-clr-opacity-white-8dp {
  color: var(--clr-opacity-white-8dp);
}

.no-bg-opacity-white-8dp {
  background-color: var(--clr-opacity-white-8dp);
}

.no-clr-opacity-white-12dp {
  color: var(--clr-opacity-white-12dp);
}

.no-bg-opacity-white-12dp {
  background-color: var(--clr-opacity-white-12dp);
}

.no-clr-opacity-white-16dp {
  color: var(--clr-opacity-white-16dp);
}

.no-bg-opacity-white-16dp {
  background-color: var(--clr-opacity-white-16dp);
}

.no-clr-opacity-white-24dp {
  color: var(--clr-opacity-white-24dp);
}

.no-bg-opacity-white-24dp {
  background-color: var(--clr-opacity-white-24dp);
}

.no-clr-opacity-black-0dp {
  color: var(--clr-opacity-black-0dp);
}

.no-bg-opacity-black-0dp {
  background-color: var(--clr-opacity-black-0dp);
}

.no-clr-opacity-black-1dp {
  color: var(--clr-opacity-black-1dp);
}

.no-bg-opacity-black-1dp {
  background-color: var(--clr-opacity-black-1dp);
}

.no-clr-opacity-black-2dp {
  color: var(--clr-opacity-black-2dp);
}

.no-bg-opacity-black-2dp {
  background-color: var(--clr-opacity-black-2dp);
}

.no-clr-opacity-black-3dp {
  color: var(--clr-opacity-black-3dp);
}

.no-bg-opacity-black-3dp {
  background-color: var(--clr-opacity-black-3dp);
}

.no-clr-opacity-black-4dp {
  color: var(--clr-opacity-black-4dp);
}

.no-bg-opacity-black-4dp {
  background-color: var(--clr-opacity-black-4dp);
}

.no-clr-opacity-black-6dp {
  color: var(--clr-opacity-black-6dp);
}

.no-bg-opacity-black-6dp {
  background-color: var(--clr-opacity-black-6dp);
}

.no-clr-opacity-black-8dp {
  color: var(--clr-opacity-black-8dp);
}

.no-bg-opacity-black-8dp {
  background-color: var(--clr-opacity-black-8dp);
}

.no-clr-opacity-black-12dp {
  color: var(--clr-opacity-black-12dp);
}

.no-bg-opacity-black-12dp {
  background-color: var(--clr-opacity-black-12dp);
}

.no-clr-opacity-black-16dp {
  color: var(--clr-opacity-black-16dp);
}

.no-bg-opacity-black-16dp {
  background-color: var(--clr-opacity-black-16dp);
}

.no-clr-opacity-black-24dp {
  color: var(--clr-opacity-black-24dp);
}

.no-bg-opacity-black-24dp {
  background-color: var(--clr-opacity-black-24dp);
}

.no-container-header {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1768px) {
  .no-container-header {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-3xl {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1968px) {
  .no-container-3xl {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-2xl {
  max-width: 1640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1688px) {
  .no-container-2xl {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-xl {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1368px) {
  .no-container-xl {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-lg {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1072px) {
  .no-container-lg {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-md {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 816px) {
  .no-container-md {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-sm {
  max-width: 544px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 592px) {
  .no-container-sm {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-container-xs {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 423px) {
  .no-container-xs {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.no-gap-2 {
  gap: 0.2rem;
}

.no-gap-2--x {
  column-gap: 0.2rem;
}

.no-gap-2--y {
  row-gap: 0.2rem;
}

.no-gap-2-3xl--x {
  column-gap: 0.2rem;
}

.no-gap-2-3xl--y {
  column-gap: 0.2rem;
}

.no-gap-2-2xl--x {
  column-gap: 0.2rem;
}

.no-gap-2-2xl--y {
  column-gap: 0.2rem;
}

.no-gap-2-xl--x {
  column-gap: 0.2rem;
}

.no-gap-2-xl--y {
  column-gap: 0.2rem;
}

.no-gap-2-lg--x {
  column-gap: 0.2rem;
}

.no-gap-2-lg--y {
  column-gap: 0.2rem;
}

.no-gap-2-md--x {
  column-gap: 0.2rem;
}

.no-gap-2-md--y {
  column-gap: 0.2rem;
}

.no-gap-2-sm--x {
  column-gap: 0.2rem;
}

.no-gap-2-sm--y {
  column-gap: 0.2rem;
}

.no-gap-2-xs--x {
  column-gap: 0.2rem;
}

.no-gap-2-xs--y {
  column-gap: 0.2rem;
}

.no-gap-4 {
  gap: 0.4rem;
}

.no-gap-4--x {
  column-gap: 0.4rem;
}

.no-gap-4--y {
  row-gap: 0.4rem;
}

.no-gap-4-3xl--x {
  column-gap: 0.4rem;
}

.no-gap-4-3xl--y {
  column-gap: 0.4rem;
}

.no-gap-4-2xl--x {
  column-gap: 0.4rem;
}

.no-gap-4-2xl--y {
  column-gap: 0.4rem;
}

.no-gap-4-xl--x {
  column-gap: 0.4rem;
}

.no-gap-4-xl--y {
  column-gap: 0.4rem;
}

.no-gap-4-lg--x {
  column-gap: 0.4rem;
}

.no-gap-4-lg--y {
  column-gap: 0.4rem;
}

.no-gap-4-md--x {
  column-gap: 0.4rem;
}

.no-gap-4-md--y {
  column-gap: 0.4rem;
}

.no-gap-4-sm--x {
  column-gap: 0.4rem;
}

.no-gap-4-sm--y {
  column-gap: 0.4rem;
}

.no-gap-4-xs--x {
  column-gap: 0.4rem;
}

.no-gap-4-xs--y {
  column-gap: 0.4rem;
}

.no-gap-6 {
  gap: 0.6rem;
}

.no-gap-6--x {
  column-gap: 0.6rem;
}

.no-gap-6--y {
  row-gap: 0.6rem;
}

.no-gap-6-3xl--x {
  column-gap: 0.6rem;
}

.no-gap-6-3xl--y {
  column-gap: 0.6rem;
}

.no-gap-6-2xl--x {
  column-gap: 0.6rem;
}

.no-gap-6-2xl--y {
  column-gap: 0.6rem;
}

.no-gap-6-xl--x {
  column-gap: 0.6rem;
}

.no-gap-6-xl--y {
  column-gap: 0.6rem;
}

.no-gap-6-lg--x {
  column-gap: 0.6rem;
}

.no-gap-6-lg--y {
  column-gap: 0.6rem;
}

.no-gap-6-md--x {
  column-gap: 0.6rem;
}

.no-gap-6-md--y {
  column-gap: 0.6rem;
}

.no-gap-6-sm--x {
  column-gap: 0.6rem;
}

.no-gap-6-sm--y {
  column-gap: 0.6rem;
}

.no-gap-6-xs--x {
  column-gap: 0.6rem;
}

.no-gap-6-xs--y {
  column-gap: 0.6rem;
}

.no-gap-8 {
  gap: 0.8rem;
}

.no-gap-8--x {
  column-gap: 0.8rem;
}

.no-gap-8--y {
  row-gap: 0.8rem;
}

.no-gap-8-3xl--x {
  column-gap: 0.8rem;
}

.no-gap-8-3xl--y {
  column-gap: 0.8rem;
}

.no-gap-8-2xl--x {
  column-gap: 0.8rem;
}

.no-gap-8-2xl--y {
  column-gap: 0.8rem;
}

.no-gap-8-xl--x {
  column-gap: 0.8rem;
}

.no-gap-8-xl--y {
  column-gap: 0.8rem;
}

.no-gap-8-lg--x {
  column-gap: 0.8rem;
}

.no-gap-8-lg--y {
  column-gap: 0.8rem;
}

.no-gap-8-md--x {
  column-gap: 0.8rem;
}

.no-gap-8-md--y {
  column-gap: 0.8rem;
}

.no-gap-8-sm--x {
  column-gap: 0.8rem;
}

.no-gap-8-sm--y {
  column-gap: 0.8rem;
}

.no-gap-8-xs--x {
  column-gap: 0.8rem;
}

.no-gap-8-xs--y {
  column-gap: 0.8rem;
}

.no-gap-10 {
  gap: 1rem;
}

.no-gap-10--x {
  column-gap: 1rem;
}

.no-gap-10--y {
  row-gap: 1rem;
}

.no-gap-10-3xl--x {
  column-gap: 1rem;
}

.no-gap-10-3xl--y {
  column-gap: 1rem;
}

.no-gap-10-2xl--x {
  column-gap: 1rem;
}

.no-gap-10-2xl--y {
  column-gap: 1rem;
}

.no-gap-10-xl--x {
  column-gap: 1rem;
}

.no-gap-10-xl--y {
  column-gap: 1rem;
}

.no-gap-10-lg--x {
  column-gap: 1rem;
}

.no-gap-10-lg--y {
  column-gap: 1rem;
}

.no-gap-10-md--x {
  column-gap: 1rem;
}

.no-gap-10-md--y {
  column-gap: 1rem;
}

.no-gap-10-sm--x {
  column-gap: 1rem;
}

.no-gap-10-sm--y {
  column-gap: 1rem;
}

.no-gap-10-xs--x {
  column-gap: 1rem;
}

.no-gap-10-xs--y {
  column-gap: 1rem;
}

.no-gap-11 {
  gap: 1.1rem;
}

.no-gap-11--x {
  column-gap: 1.1rem;
}

.no-gap-11--y {
  row-gap: 1.1rem;
}

.no-gap-11-3xl--x {
  column-gap: 1.1rem;
}

.no-gap-11-3xl--y {
  column-gap: 1.1rem;
}

.no-gap-11-2xl--x {
  column-gap: 1.1rem;
}

.no-gap-11-2xl--y {
  column-gap: 1.1rem;
}

.no-gap-11-xl--x {
  column-gap: 1.1rem;
}

.no-gap-11-xl--y {
  column-gap: 1.1rem;
}

.no-gap-11-lg--x {
  column-gap: 1.1rem;
}

.no-gap-11-lg--y {
  column-gap: 1.1rem;
}

.no-gap-11-md--x {
  column-gap: 1.1rem;
}

.no-gap-11-md--y {
  column-gap: 1.1rem;
}

.no-gap-11-sm--x {
  column-gap: 1.1rem;
}

.no-gap-11-sm--y {
  column-gap: 1.1rem;
}

.no-gap-11-xs--x {
  column-gap: 1.1rem;
}

.no-gap-11-xs--y {
  column-gap: 1.1rem;
}

.no-gap-12 {
  gap: 1.2rem;
}

.no-gap-12--x {
  column-gap: 1.2rem;
}

.no-gap-12--y {
  row-gap: 1.2rem;
}

.no-gap-12-3xl--x {
  column-gap: 1.2rem;
}

.no-gap-12-3xl--y {
  column-gap: 1.2rem;
}

.no-gap-12-2xl--x {
  column-gap: 1.2rem;
}

.no-gap-12-2xl--y {
  column-gap: 1.2rem;
}

.no-gap-12-xl--x {
  column-gap: 1.2rem;
}

.no-gap-12-xl--y {
  column-gap: 1.2rem;
}

.no-gap-12-lg--x {
  column-gap: 1.2rem;
}

.no-gap-12-lg--y {
  column-gap: 1.2rem;
}

.no-gap-12-md--x {
  column-gap: 1.2rem;
}

.no-gap-12-md--y {
  column-gap: 1.2rem;
}

.no-gap-12-sm--x {
  column-gap: 1.2rem;
}

.no-gap-12-sm--y {
  column-gap: 1.2rem;
}

.no-gap-12-xs--x {
  column-gap: 1.2rem;
}

.no-gap-12-xs--y {
  column-gap: 1.2rem;
}

.no-gap-13 {
  gap: 1.3rem;
}

.no-gap-13--x {
  column-gap: 1.3rem;
}

.no-gap-13--y {
  row-gap: 1.3rem;
}

.no-gap-13-3xl--x {
  column-gap: 1.3rem;
}

.no-gap-13-3xl--y {
  column-gap: 1.3rem;
}

.no-gap-13-2xl--x {
  column-gap: 1.3rem;
}

.no-gap-13-2xl--y {
  column-gap: 1.3rem;
}

.no-gap-13-xl--x {
  column-gap: 1.3rem;
}

.no-gap-13-xl--y {
  column-gap: 1.3rem;
}

.no-gap-13-lg--x {
  column-gap: 1.3rem;
}

.no-gap-13-lg--y {
  column-gap: 1.3rem;
}

.no-gap-13-md--x {
  column-gap: 1.3rem;
}

.no-gap-13-md--y {
  column-gap: 1.3rem;
}

.no-gap-13-sm--x {
  column-gap: 1.3rem;
}

.no-gap-13-sm--y {
  column-gap: 1.3rem;
}

.no-gap-13-xs--x {
  column-gap: 1.3rem;
}

.no-gap-13-xs--y {
  column-gap: 1.3rem;
}

.no-gap-14 {
  gap: 1.4rem;
}

.no-gap-14--x {
  column-gap: 1.4rem;
}

.no-gap-14--y {
  row-gap: 1.4rem;
}

.no-gap-14-3xl--x {
  column-gap: 1.4rem;
}

.no-gap-14-3xl--y {
  column-gap: 1.4rem;
}

.no-gap-14-2xl--x {
  column-gap: 1.4rem;
}

.no-gap-14-2xl--y {
  column-gap: 1.4rem;
}

.no-gap-14-xl--x {
  column-gap: 1.4rem;
}

.no-gap-14-xl--y {
  column-gap: 1.4rem;
}

.no-gap-14-lg--x {
  column-gap: 1.4rem;
}

.no-gap-14-lg--y {
  column-gap: 1.4rem;
}

.no-gap-14-md--x {
  column-gap: 1.4rem;
}

.no-gap-14-md--y {
  column-gap: 1.4rem;
}

.no-gap-14-sm--x {
  column-gap: 1.4rem;
}

.no-gap-14-sm--y {
  column-gap: 1.4rem;
}

.no-gap-14-xs--x {
  column-gap: 1.4rem;
}

.no-gap-14-xs--y {
  column-gap: 1.4rem;
}

.no-gap-15 {
  gap: 1.5rem;
}

.no-gap-15--x {
  column-gap: 1.5rem;
}

.no-gap-15--y {
  row-gap: 1.5rem;
}

.no-gap-15-3xl--x {
  column-gap: 1.5rem;
}

.no-gap-15-3xl--y {
  column-gap: 1.5rem;
}

.no-gap-15-2xl--x {
  column-gap: 1.5rem;
}

.no-gap-15-2xl--y {
  column-gap: 1.5rem;
}

.no-gap-15-xl--x {
  column-gap: 1.5rem;
}

.no-gap-15-xl--y {
  column-gap: 1.5rem;
}

.no-gap-15-lg--x {
  column-gap: 1.5rem;
}

.no-gap-15-lg--y {
  column-gap: 1.5rem;
}

.no-gap-15-md--x {
  column-gap: 1.5rem;
}

.no-gap-15-md--y {
  column-gap: 1.5rem;
}

.no-gap-15-sm--x {
  column-gap: 1.5rem;
}

.no-gap-15-sm--y {
  column-gap: 1.5rem;
}

.no-gap-15-xs--x {
  column-gap: 1.5rem;
}

.no-gap-15-xs--y {
  column-gap: 1.5rem;
}

.no-gap-16 {
  gap: 1.6rem;
}

.no-gap-16--x {
  column-gap: 1.6rem;
}

.no-gap-16--y {
  row-gap: 1.6rem;
}

.no-gap-16-3xl--x {
  column-gap: 1.6rem;
}

.no-gap-16-3xl--y {
  column-gap: 1.6rem;
}

.no-gap-16-2xl--x {
  column-gap: 1.6rem;
}

.no-gap-16-2xl--y {
  column-gap: 1.6rem;
}

.no-gap-16-xl--x {
  column-gap: 1.6rem;
}

.no-gap-16-xl--y {
  column-gap: 1.6rem;
}

.no-gap-16-lg--x {
  column-gap: 1.6rem;
}

.no-gap-16-lg--y {
  column-gap: 1.6rem;
}

.no-gap-16-md--x {
  column-gap: 1.6rem;
}

.no-gap-16-md--y {
  column-gap: 1.6rem;
}

.no-gap-16-sm--x {
  column-gap: 1.6rem;
}

.no-gap-16-sm--y {
  column-gap: 1.6rem;
}

.no-gap-16-xs--x {
  column-gap: 1.6rem;
}

.no-gap-16-xs--y {
  column-gap: 1.6rem;
}

.no-gap-18 {
  gap: 1.8rem;
}

.no-gap-18--x {
  column-gap: 1.8rem;
}

.no-gap-18--y {
  row-gap: 1.8rem;
}

.no-gap-18-3xl--x {
  column-gap: 1.8rem;
}

.no-gap-18-3xl--y {
  column-gap: 1.8rem;
}

.no-gap-18-2xl--x {
  column-gap: 1.8rem;
}

.no-gap-18-2xl--y {
  column-gap: 1.8rem;
}

.no-gap-18-xl--x {
  column-gap: 1.8rem;
}

.no-gap-18-xl--y {
  column-gap: 1.8rem;
}

.no-gap-18-lg--x {
  column-gap: 1.8rem;
}

.no-gap-18-lg--y {
  column-gap: 1.8rem;
}

.no-gap-18-md--x {
  column-gap: 1.8rem;
}

.no-gap-18-md--y {
  column-gap: 1.8rem;
}

.no-gap-18-sm--x {
  column-gap: 1.8rem;
}

.no-gap-18-sm--y {
  column-gap: 1.8rem;
}

.no-gap-18-xs--x {
  column-gap: 1.8rem;
}

.no-gap-18-xs--y {
  column-gap: 1.8rem;
}

.no-gap-20 {
  gap: 2rem;
}

.no-gap-20--x {
  column-gap: 2rem;
}

.no-gap-20--y {
  row-gap: 2rem;
}

.no-gap-20-3xl--x {
  column-gap: 2rem;
}

.no-gap-20-3xl--y {
  column-gap: 2rem;
}

.no-gap-20-2xl--x {
  column-gap: 2rem;
}

.no-gap-20-2xl--y {
  column-gap: 2rem;
}

.no-gap-20-xl--x {
  column-gap: 2rem;
}

.no-gap-20-xl--y {
  column-gap: 2rem;
}

.no-gap-20-lg--x {
  column-gap: 2rem;
}

.no-gap-20-lg--y {
  column-gap: 2rem;
}

.no-gap-20-md--x {
  column-gap: 2rem;
}

.no-gap-20-md--y {
  column-gap: 2rem;
}

.no-gap-20-sm--x {
  column-gap: 2rem;
}

.no-gap-20-sm--y {
  column-gap: 2rem;
}

.no-gap-20-xs--x {
  column-gap: 2rem;
}

.no-gap-20-xs--y {
  column-gap: 2rem;
}

.no-gap-24 {
  gap: 2.4rem;
}

.no-gap-24--x {
  column-gap: 2.4rem;
}

.no-gap-24--y {
  row-gap: 2.4rem;
}

.no-gap-24-3xl--x {
  column-gap: 2.4rem;
}

.no-gap-24-3xl--y {
  column-gap: 2.4rem;
}

.no-gap-24-2xl--x {
  column-gap: 2.4rem;
}

.no-gap-24-2xl--y {
  column-gap: 2.4rem;
}

.no-gap-24-xl--x {
  column-gap: 2.4rem;
}

.no-gap-24-xl--y {
  column-gap: 2.4rem;
}

.no-gap-24-lg--x {
  column-gap: 2.4rem;
}

.no-gap-24-lg--y {
  column-gap: 2.4rem;
}

.no-gap-24-md--x {
  column-gap: 2.4rem;
}

.no-gap-24-md--y {
  column-gap: 2.4rem;
}

.no-gap-24-sm--x {
  column-gap: 2.4rem;
}

.no-gap-24-sm--y {
  column-gap: 2.4rem;
}

.no-gap-24-xs--x {
  column-gap: 2.4rem;
}

.no-gap-24-xs--y {
  column-gap: 2.4rem;
}

.no-gap-28 {
  gap: 2.8rem;
}

.no-gap-28--x {
  column-gap: 2.8rem;
}

.no-gap-28--y {
  row-gap: 2.8rem;
}

.no-gap-28-3xl--x {
  column-gap: 2.8rem;
}

.no-gap-28-3xl--y {
  column-gap: 2.8rem;
}

.no-gap-28-2xl--x {
  column-gap: 2.8rem;
}

.no-gap-28-2xl--y {
  column-gap: 2.8rem;
}

.no-gap-28-xl--x {
  column-gap: 2.8rem;
}

.no-gap-28-xl--y {
  column-gap: 2.8rem;
}

.no-gap-28-lg--x {
  column-gap: 2.8rem;
}

.no-gap-28-lg--y {
  column-gap: 2.8rem;
}

.no-gap-28-md--x {
  column-gap: 2.8rem;
}

.no-gap-28-md--y {
  column-gap: 2.8rem;
}

.no-gap-28-sm--x {
  column-gap: 2.8rem;
}

.no-gap-28-sm--y {
  column-gap: 2.8rem;
}

.no-gap-28-xs--x {
  column-gap: 2.8rem;
}

.no-gap-28-xs--y {
  column-gap: 2.8rem;
}

.no-gap-32 {
  gap: 3.2rem;
}

.no-gap-32--x {
  column-gap: 3.2rem;
}

.no-gap-32--y {
  row-gap: 3.2rem;
}

.no-gap-32-3xl--x {
  column-gap: 3.2rem;
}

.no-gap-32-3xl--y {
  column-gap: 3.2rem;
}

.no-gap-32-2xl--x {
  column-gap: 3.2rem;
}

.no-gap-32-2xl--y {
  column-gap: 3.2rem;
}

.no-gap-32-xl--x {
  column-gap: 3.2rem;
}

.no-gap-32-xl--y {
  column-gap: 3.2rem;
}

.no-gap-32-lg--x {
  column-gap: 3.2rem;
}

.no-gap-32-lg--y {
  column-gap: 3.2rem;
}

.no-gap-32-md--x {
  column-gap: 3.2rem;
}

.no-gap-32-md--y {
  column-gap: 3.2rem;
}

.no-gap-32-sm--x {
  column-gap: 3.2rem;
}

.no-gap-32-sm--y {
  column-gap: 3.2rem;
}

.no-gap-32-xs--x {
  column-gap: 3.2rem;
}

.no-gap-32-xs--y {
  column-gap: 3.2rem;
}

.no-gap-36 {
  gap: 3.6rem;
}

.no-gap-36--x {
  column-gap: 3.6rem;
}

.no-gap-36--y {
  row-gap: 3.6rem;
}

.no-gap-36-3xl--x {
  column-gap: 3.6rem;
}

.no-gap-36-3xl--y {
  column-gap: 3.6rem;
}

.no-gap-36-2xl--x {
  column-gap: 3.6rem;
}

.no-gap-36-2xl--y {
  column-gap: 3.6rem;
}

.no-gap-36-xl--x {
  column-gap: 3.6rem;
}

.no-gap-36-xl--y {
  column-gap: 3.6rem;
}

.no-gap-36-lg--x {
  column-gap: 3.6rem;
}

.no-gap-36-lg--y {
  column-gap: 3.6rem;
}

.no-gap-36-md--x {
  column-gap: 3.6rem;
}

.no-gap-36-md--y {
  column-gap: 3.6rem;
}

.no-gap-36-sm--x {
  column-gap: 3.6rem;
}

.no-gap-36-sm--y {
  column-gap: 3.6rem;
}

.no-gap-36-xs--x {
  column-gap: 3.6rem;
}

.no-gap-36-xs--y {
  column-gap: 3.6rem;
}

.no-gap-40 {
  gap: 4rem;
}

.no-gap-40--x {
  column-gap: 4rem;
}

.no-gap-40--y {
  row-gap: 4rem;
}

.no-gap-40-3xl--x {
  column-gap: 4rem;
}

.no-gap-40-3xl--y {
  column-gap: 4rem;
}

.no-gap-40-2xl--x {
  column-gap: 4rem;
}

.no-gap-40-2xl--y {
  column-gap: 4rem;
}

.no-gap-40-xl--x {
  column-gap: 4rem;
}

.no-gap-40-xl--y {
  column-gap: 4rem;
}

.no-gap-40-lg--x {
  column-gap: 4rem;
}

.no-gap-40-lg--y {
  column-gap: 4rem;
}

.no-gap-40-md--x {
  column-gap: 4rem;
}

.no-gap-40-md--y {
  column-gap: 4rem;
}

.no-gap-40-sm--x {
  column-gap: 4rem;
}

.no-gap-40-sm--y {
  column-gap: 4rem;
}

.no-gap-40-xs--x {
  column-gap: 4rem;
}

.no-gap-40-xs--y {
  column-gap: 4rem;
}

.no-gap-48 {
  gap: 4.8rem;
}

.no-gap-48--x {
  column-gap: 4.8rem;
}

.no-gap-48--y {
  row-gap: 4.8rem;
}

.no-gap-48-3xl--x {
  column-gap: 4.8rem;
}

.no-gap-48-3xl--y {
  column-gap: 4.8rem;
}

.no-gap-48-2xl--x {
  column-gap: 4.8rem;
}

.no-gap-48-2xl--y {
  column-gap: 4.8rem;
}

.no-gap-48-xl--x {
  column-gap: 4.8rem;
}

.no-gap-48-xl--y {
  column-gap: 4.8rem;
}

.no-gap-48-lg--x {
  column-gap: 4.8rem;
}

.no-gap-48-lg--y {
  column-gap: 4.8rem;
}

.no-gap-48-md--x {
  column-gap: 4.8rem;
}

.no-gap-48-md--y {
  column-gap: 4.8rem;
}

.no-gap-48-sm--x {
  column-gap: 4.8rem;
}

.no-gap-48-sm--y {
  column-gap: 4.8rem;
}

.no-gap-48-xs--x {
  column-gap: 4.8rem;
}

.no-gap-48-xs--y {
  column-gap: 4.8rem;
}

.no-gap-56 {
  gap: 5.6rem;
}

.no-gap-56--x {
  column-gap: 5.6rem;
}

.no-gap-56--y {
  row-gap: 5.6rem;
}

.no-gap-56-3xl--x {
  column-gap: 5.6rem;
}

.no-gap-56-3xl--y {
  column-gap: 5.6rem;
}

.no-gap-56-2xl--x {
  column-gap: 5.6rem;
}

.no-gap-56-2xl--y {
  column-gap: 5.6rem;
}

.no-gap-56-xl--x {
  column-gap: 5.6rem;
}

.no-gap-56-xl--y {
  column-gap: 5.6rem;
}

.no-gap-56-lg--x {
  column-gap: 5.6rem;
}

.no-gap-56-lg--y {
  column-gap: 5.6rem;
}

.no-gap-56-md--x {
  column-gap: 5.6rem;
}

.no-gap-56-md--y {
  column-gap: 5.6rem;
}

.no-gap-56-sm--x {
  column-gap: 5.6rem;
}

.no-gap-56-sm--y {
  column-gap: 5.6rem;
}

.no-gap-56-xs--x {
  column-gap: 5.6rem;
}

.no-gap-56-xs--y {
  column-gap: 5.6rem;
}

.no-gap-64 {
  gap: 6.4rem;
}

.no-gap-64--x {
  column-gap: 6.4rem;
}

.no-gap-64--y {
  row-gap: 6.4rem;
}

.no-gap-64-3xl--x {
  column-gap: 6.4rem;
}

.no-gap-64-3xl--y {
  column-gap: 6.4rem;
}

.no-gap-64-2xl--x {
  column-gap: 6.4rem;
}

.no-gap-64-2xl--y {
  column-gap: 6.4rem;
}

.no-gap-64-xl--x {
  column-gap: 6.4rem;
}

.no-gap-64-xl--y {
  column-gap: 6.4rem;
}

.no-gap-64-lg--x {
  column-gap: 6.4rem;
}

.no-gap-64-lg--y {
  column-gap: 6.4rem;
}

.no-gap-64-md--x {
  column-gap: 6.4rem;
}

.no-gap-64-md--y {
  column-gap: 6.4rem;
}

.no-gap-64-sm--x {
  column-gap: 6.4rem;
}

.no-gap-64-sm--y {
  column-gap: 6.4rem;
}

.no-gap-64-xs--x {
  column-gap: 6.4rem;
}

.no-gap-64-xs--y {
  column-gap: 6.4rem;
}

.no-gap-72 {
  gap: 7.2rem;
}

.no-gap-72--x {
  column-gap: 7.2rem;
}

.no-gap-72--y {
  row-gap: 7.2rem;
}

.no-gap-72-3xl--x {
  column-gap: 7.2rem;
}

.no-gap-72-3xl--y {
  column-gap: 7.2rem;
}

.no-gap-72-2xl--x {
  column-gap: 7.2rem;
}

.no-gap-72-2xl--y {
  column-gap: 7.2rem;
}

.no-gap-72-xl--x {
  column-gap: 7.2rem;
}

.no-gap-72-xl--y {
  column-gap: 7.2rem;
}

.no-gap-72-lg--x {
  column-gap: 7.2rem;
}

.no-gap-72-lg--y {
  column-gap: 7.2rem;
}

.no-gap-72-md--x {
  column-gap: 7.2rem;
}

.no-gap-72-md--y {
  column-gap: 7.2rem;
}

.no-gap-72-sm--x {
  column-gap: 7.2rem;
}

.no-gap-72-sm--y {
  column-gap: 7.2rem;
}

.no-gap-72-xs--x {
  column-gap: 7.2rem;
}

.no-gap-72-xs--y {
  column-gap: 7.2rem;
}

.no-gap-80 {
  gap: 8rem;
}

.no-gap-80--x {
  column-gap: 8rem;
}

.no-gap-80--y {
  row-gap: 8rem;
}

.no-gap-80-3xl--x {
  column-gap: 8rem;
}

.no-gap-80-3xl--y {
  column-gap: 8rem;
}

.no-gap-80-2xl--x {
  column-gap: 8rem;
}

.no-gap-80-2xl--y {
  column-gap: 8rem;
}

.no-gap-80-xl--x {
  column-gap: 8rem;
}

.no-gap-80-xl--y {
  column-gap: 8rem;
}

.no-gap-80-lg--x {
  column-gap: 8rem;
}

.no-gap-80-lg--y {
  column-gap: 8rem;
}

.no-gap-80-md--x {
  column-gap: 8rem;
}

.no-gap-80-md--y {
  column-gap: 8rem;
}

.no-gap-80-sm--x {
  column-gap: 8rem;
}

.no-gap-80-sm--y {
  column-gap: 8rem;
}

.no-gap-80-xs--x {
  column-gap: 8rem;
}

.no-gap-80-xs--y {
  column-gap: 8rem;
}

.no-gap-88 {
  gap: 8.8rem;
}

.no-gap-88--x {
  column-gap: 8.8rem;
}

.no-gap-88--y {
  row-gap: 8.8rem;
}

.no-gap-88-3xl--x {
  column-gap: 8.8rem;
}

.no-gap-88-3xl--y {
  column-gap: 8.8rem;
}

.no-gap-88-2xl--x {
  column-gap: 8.8rem;
}

.no-gap-88-2xl--y {
  column-gap: 8.8rem;
}

.no-gap-88-xl--x {
  column-gap: 8.8rem;
}

.no-gap-88-xl--y {
  column-gap: 8.8rem;
}

.no-gap-88-lg--x {
  column-gap: 8.8rem;
}

.no-gap-88-lg--y {
  column-gap: 8.8rem;
}

.no-gap-88-md--x {
  column-gap: 8.8rem;
}

.no-gap-88-md--y {
  column-gap: 8.8rem;
}

.no-gap-88-sm--x {
  column-gap: 8.8rem;
}

.no-gap-88-sm--y {
  column-gap: 8.8rem;
}

.no-gap-88-xs--x {
  column-gap: 8.8rem;
}

.no-gap-88-xs--y {
  column-gap: 8.8rem;
}

.no-gap-96 {
  gap: 9.6rem;
}

.no-gap-96--x {
  column-gap: 9.6rem;
}

.no-gap-96--y {
  row-gap: 9.6rem;
}

.no-gap-96-3xl--x {
  column-gap: 9.6rem;
}

.no-gap-96-3xl--y {
  column-gap: 9.6rem;
}

.no-gap-96-2xl--x {
  column-gap: 9.6rem;
}

.no-gap-96-2xl--y {
  column-gap: 9.6rem;
}

.no-gap-96-xl--x {
  column-gap: 9.6rem;
}

.no-gap-96-xl--y {
  column-gap: 9.6rem;
}

.no-gap-96-lg--x {
  column-gap: 9.6rem;
}

.no-gap-96-lg--y {
  column-gap: 9.6rem;
}

.no-gap-96-md--x {
  column-gap: 9.6rem;
}

.no-gap-96-md--y {
  column-gap: 9.6rem;
}

.no-gap-96-sm--x {
  column-gap: 9.6rem;
}

.no-gap-96-sm--y {
  column-gap: 9.6rem;
}

.no-gap-96-xs--x {
  column-gap: 9.6rem;
}

.no-gap-96-xs--y {
  column-gap: 9.6rem;
}

.no-gap-128 {
  gap: 12.8rem;
}

.no-gap-128--x {
  column-gap: 12.8rem;
}

.no-gap-128--y {
  row-gap: 12.8rem;
}

.no-gap-128-3xl--x {
  column-gap: 12.8rem;
}

.no-gap-128-3xl--y {
  column-gap: 12.8rem;
}

.no-gap-128-2xl--x {
  column-gap: 12.8rem;
}

.no-gap-128-2xl--y {
  column-gap: 12.8rem;
}

.no-gap-128-xl--x {
  column-gap: 12.8rem;
}

.no-gap-128-xl--y {
  column-gap: 12.8rem;
}

.no-gap-128-lg--x {
  column-gap: 12.8rem;
}

.no-gap-128-lg--y {
  column-gap: 12.8rem;
}

.no-gap-128-md--x {
  column-gap: 12.8rem;
}

.no-gap-128-md--y {
  column-gap: 12.8rem;
}

.no-gap-128-sm--x {
  column-gap: 12.8rem;
}

.no-gap-128-sm--y {
  column-gap: 12.8rem;
}

.no-gap-128-xs--x {
  column-gap: 12.8rem;
}

.no-gap-128-xs--y {
  column-gap: 12.8rem;
}

.no-gap-148 {
  gap: 14.8rem;
}

.no-gap-148--x {
  column-gap: 14.8rem;
}

.no-gap-148--y {
  row-gap: 14.8rem;
}

.no-gap-148-3xl--x {
  column-gap: 14.8rem;
}

.no-gap-148-3xl--y {
  column-gap: 14.8rem;
}

.no-gap-148-2xl--x {
  column-gap: 14.8rem;
}

.no-gap-148-2xl--y {
  column-gap: 14.8rem;
}

.no-gap-148-xl--x {
  column-gap: 14.8rem;
}

.no-gap-148-xl--y {
  column-gap: 14.8rem;
}

.no-gap-148-lg--x {
  column-gap: 14.8rem;
}

.no-gap-148-lg--y {
  column-gap: 14.8rem;
}

.no-gap-148-md--x {
  column-gap: 14.8rem;
}

.no-gap-148-md--y {
  column-gap: 14.8rem;
}

.no-gap-148-sm--x {
  column-gap: 14.8rem;
}

.no-gap-148-sm--y {
  column-gap: 14.8rem;
}

.no-gap-148-xs--x {
  column-gap: 14.8rem;
}

.no-gap-148-xs--y {
  column-gap: 14.8rem;
}

.no-gap-188 {
  gap: 18.8rem;
}

.no-gap-188--x {
  column-gap: 18.8rem;
}

.no-gap-188--y {
  row-gap: 18.8rem;
}

.no-gap-188-3xl--x {
  column-gap: 18.8rem;
}

.no-gap-188-3xl--y {
  column-gap: 18.8rem;
}

.no-gap-188-2xl--x {
  column-gap: 18.8rem;
}

.no-gap-188-2xl--y {
  column-gap: 18.8rem;
}

.no-gap-188-xl--x {
  column-gap: 18.8rem;
}

.no-gap-188-xl--y {
  column-gap: 18.8rem;
}

.no-gap-188-lg--x {
  column-gap: 18.8rem;
}

.no-gap-188-lg--y {
  column-gap: 18.8rem;
}

.no-gap-188-md--x {
  column-gap: 18.8rem;
}

.no-gap-188-md--y {
  column-gap: 18.8rem;
}

.no-gap-188-sm--x {
  column-gap: 18.8rem;
}

.no-gap-188-sm--y {
  column-gap: 18.8rem;
}

.no-gap-188-xs--x {
  column-gap: 18.8rem;
}

.no-gap-188-xs--y {
  column-gap: 18.8rem;
}

.no-gap-256 {
  gap: 25.6rem;
}

.no-gap-256--x {
  column-gap: 25.6rem;
}

.no-gap-256--y {
  row-gap: 25.6rem;
}

.no-gap-256-3xl--x {
  column-gap: 25.6rem;
}

.no-gap-256-3xl--y {
  column-gap: 25.6rem;
}

.no-gap-256-2xl--x {
  column-gap: 25.6rem;
}

.no-gap-256-2xl--y {
  column-gap: 25.6rem;
}

.no-gap-256-xl--x {
  column-gap: 25.6rem;
}

.no-gap-256-xl--y {
  column-gap: 25.6rem;
}

.no-gap-256-lg--x {
  column-gap: 25.6rem;
}

.no-gap-256-lg--y {
  column-gap: 25.6rem;
}

.no-gap-256-md--x {
  column-gap: 25.6rem;
}

.no-gap-256-md--y {
  column-gap: 25.6rem;
}

.no-gap-256-sm--x {
  column-gap: 25.6rem;
}

.no-gap-256-sm--y {
  column-gap: 25.6rem;
}

.no-gap-256-xs--x {
  column-gap: 25.6rem;
}

.no-gap-256-xs--y {
  column-gap: 25.6rem;
}

.no-gap-288 {
  gap: 28.8rem;
}

.no-gap-288--x {
  column-gap: 28.8rem;
}

.no-gap-288--y {
  row-gap: 28.8rem;
}

.no-gap-288-3xl--x {
  column-gap: 28.8rem;
}

.no-gap-288-3xl--y {
  column-gap: 28.8rem;
}

.no-gap-288-2xl--x {
  column-gap: 28.8rem;
}

.no-gap-288-2xl--y {
  column-gap: 28.8rem;
}

.no-gap-288-xl--x {
  column-gap: 28.8rem;
}

.no-gap-288-xl--y {
  column-gap: 28.8rem;
}

.no-gap-288-lg--x {
  column-gap: 28.8rem;
}

.no-gap-288-lg--y {
  column-gap: 28.8rem;
}

.no-gap-288-md--x {
  column-gap: 28.8rem;
}

.no-gap-288-md--y {
  column-gap: 28.8rem;
}

.no-gap-288-sm--x {
  column-gap: 28.8rem;
}

.no-gap-288-sm--y {
  column-gap: 28.8rem;
}

.no-gap-288-xs--x {
  column-gap: 28.8rem;
}

.no-gap-288-xs--y {
  column-gap: 28.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-2 {
    margin: 0.2rem;
  }
  .no-mg-3xl-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-3xl-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-3xl-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-3xl-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-3xl-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-3xl-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-2 {
    padding: 0.2rem;
  }
  .no-pd-3xl-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-3xl-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-3xl-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-3xl-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-3xl-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-3xl-2--b {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-2 {
    margin: 0.2rem;
  }
  .no-mg-2xl-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-2xl-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-2xl-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-2xl-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-2xl-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-2xl-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-2 {
    padding: 0.2rem;
  }
  .no-pd-2xl-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-2xl-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-2xl-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-2xl-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-2xl-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-2xl-2--b {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-2 {
    margin: 0.2rem;
  }
  .no-mg-xl-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-xl-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-xl-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-xl-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-xl-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-xl-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-2 {
    padding: 0.2rem;
  }
  .no-pd-xl-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-xl-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-xl-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-xl-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-xl-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-xl-2--b {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-2 {
    margin: 0.2rem;
  }
  .no-mg-lg-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-lg-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-lg-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-lg-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-lg-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-lg-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-2 {
    padding: 0.2rem;
  }
  .no-pd-lg-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-lg-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-lg-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-lg-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-lg-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-lg-2--b {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-2 {
    margin: 0.2rem;
  }
  .no-mg-md-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-md-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-md-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-md-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-md-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-md-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-2 {
    padding: 0.2rem;
  }
  .no-pd-md-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-md-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-md-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-md-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-md-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-md-2--b {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-2 {
    margin: 0.2rem;
  }
  .no-mg-sm-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-sm-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-sm-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-sm-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-sm-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-sm-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-2 {
    padding: 0.2rem;
  }
  .no-pd-sm-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-sm-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-sm-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-sm-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-sm-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-sm-2--b {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-2 {
    margin: 0.2rem;
  }
  .no-mg-xs-2--x {
    margin: 0 0.2rem;
  }
  .no-mg-xs-2--y {
    margin: 0.2rem 0;
  }
  .no-mg-xs-2--l {
    margin-left: 0.2rem;
  }
  .no-mg-xs-2--t {
    margin-top: 0.2rem;
  }
  .no-mg-xs-2--r {
    margin-right: 0.2rem;
  }
  .no-mg-xs-2--b {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-2 {
    padding: 0.2rem;
  }
  .no-pd-xs-2--x {
    padding: 0 0.2rem;
  }
  .no-pd-xs-2--y {
    padding: 0.2rem 0;
  }
  .no-pd-xs-2--l {
    padding-left: 0.2rem;
  }
  .no-pd-xs-2--t {
    padding-top: 0.2rem;
  }
  .no-pd-xs-2--r {
    padding-right: 0.2rem;
  }
  .no-pd-xs-2--b {
    padding-bottom: 0.2rem;
  }
}
.no-mg-2 {
  margin: 0.2rem;
}

.no-mg-2--x {
  margin: 0 0.2rem;
}

.no-mg-2--y {
  margin: 0.2rem 0;
}

.no-mg-2--l {
  margin-left: 0.2rem;
}

.no-mg-2--t {
  margin-top: 0.2rem;
}

.no-mg-2--r {
  margin-right: 0.2rem;
}

.no-mg-2--b {
  margin-bottom: 0.2rem;
}

.no-pd-2 {
  padding: 0.2rem;
}

.no-pd-2--x {
  padding: 0 0.2rem;
}

.no-pd-2--y {
  padding: 0.2rem 0;
}

.no-pd-2--l {
  padding-left: 0.2rem;
}

.no-pd-2--t {
  padding-top: 0.2rem;
}

.no-pd-2--r {
  padding-right: 0.2rem;
}

.no-pd-2--b {
  padding-bottom: 0.2rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-4 {
    margin: 0.4rem;
  }
  .no-mg-3xl-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-3xl-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-3xl-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-3xl-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-3xl-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-3xl-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-4 {
    padding: 0.4rem;
  }
  .no-pd-3xl-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-3xl-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-3xl-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-3xl-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-3xl-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-3xl-4--b {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-4 {
    margin: 0.4rem;
  }
  .no-mg-2xl-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-2xl-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-2xl-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-2xl-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-2xl-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-2xl-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-4 {
    padding: 0.4rem;
  }
  .no-pd-2xl-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-2xl-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-2xl-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-2xl-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-2xl-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-2xl-4--b {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-4 {
    margin: 0.4rem;
  }
  .no-mg-xl-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-xl-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-xl-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-xl-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-xl-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-xl-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-4 {
    padding: 0.4rem;
  }
  .no-pd-xl-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-xl-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-xl-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-xl-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-xl-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-xl-4--b {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-4 {
    margin: 0.4rem;
  }
  .no-mg-lg-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-lg-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-lg-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-lg-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-lg-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-lg-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-4 {
    padding: 0.4rem;
  }
  .no-pd-lg-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-lg-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-lg-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-lg-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-lg-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-lg-4--b {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-4 {
    margin: 0.4rem;
  }
  .no-mg-md-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-md-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-md-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-md-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-md-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-md-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-4 {
    padding: 0.4rem;
  }
  .no-pd-md-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-md-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-md-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-md-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-md-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-md-4--b {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-4 {
    margin: 0.4rem;
  }
  .no-mg-sm-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-sm-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-sm-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-sm-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-sm-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-sm-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-4 {
    padding: 0.4rem;
  }
  .no-pd-sm-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-sm-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-sm-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-sm-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-sm-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-sm-4--b {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-4 {
    margin: 0.4rem;
  }
  .no-mg-xs-4--x {
    margin: 0 0.4rem;
  }
  .no-mg-xs-4--y {
    margin: 0.4rem 0;
  }
  .no-mg-xs-4--l {
    margin-left: 0.4rem;
  }
  .no-mg-xs-4--t {
    margin-top: 0.4rem;
  }
  .no-mg-xs-4--r {
    margin-right: 0.4rem;
  }
  .no-mg-xs-4--b {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-4 {
    padding: 0.4rem;
  }
  .no-pd-xs-4--x {
    padding: 0 0.4rem;
  }
  .no-pd-xs-4--y {
    padding: 0.4rem 0;
  }
  .no-pd-xs-4--l {
    padding-left: 0.4rem;
  }
  .no-pd-xs-4--t {
    padding-top: 0.4rem;
  }
  .no-pd-xs-4--r {
    padding-right: 0.4rem;
  }
  .no-pd-xs-4--b {
    padding-bottom: 0.4rem;
  }
}
.no-mg-4 {
  margin: 0.4rem;
}

.no-mg-4--x {
  margin: 0 0.4rem;
}

.no-mg-4--y {
  margin: 0.4rem 0;
}

.no-mg-4--l {
  margin-left: 0.4rem;
}

.no-mg-4--t {
  margin-top: 0.4rem;
}

.no-mg-4--r {
  margin-right: 0.4rem;
}

.no-mg-4--b {
  margin-bottom: 0.4rem;
}

.no-pd-4 {
  padding: 0.4rem;
}

.no-pd-4--x {
  padding: 0 0.4rem;
}

.no-pd-4--y {
  padding: 0.4rem 0;
}

.no-pd-4--l {
  padding-left: 0.4rem;
}

.no-pd-4--t {
  padding-top: 0.4rem;
}

.no-pd-4--r {
  padding-right: 0.4rem;
}

.no-pd-4--b {
  padding-bottom: 0.4rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-6 {
    margin: 0.6rem;
  }
  .no-mg-3xl-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-3xl-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-3xl-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-3xl-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-3xl-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-3xl-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-6 {
    padding: 0.6rem;
  }
  .no-pd-3xl-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-3xl-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-3xl-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-3xl-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-3xl-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-3xl-6--b {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-6 {
    margin: 0.6rem;
  }
  .no-mg-2xl-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-2xl-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-2xl-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-2xl-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-2xl-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-2xl-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-6 {
    padding: 0.6rem;
  }
  .no-pd-2xl-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-2xl-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-2xl-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-2xl-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-2xl-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-2xl-6--b {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-6 {
    margin: 0.6rem;
  }
  .no-mg-xl-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-xl-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-xl-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-xl-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-xl-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-xl-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-6 {
    padding: 0.6rem;
  }
  .no-pd-xl-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-xl-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-xl-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-xl-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-xl-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-xl-6--b {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-6 {
    margin: 0.6rem;
  }
  .no-mg-lg-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-lg-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-lg-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-lg-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-lg-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-lg-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-6 {
    padding: 0.6rem;
  }
  .no-pd-lg-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-lg-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-lg-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-lg-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-lg-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-lg-6--b {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-6 {
    margin: 0.6rem;
  }
  .no-mg-md-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-md-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-md-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-md-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-md-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-md-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-6 {
    padding: 0.6rem;
  }
  .no-pd-md-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-md-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-md-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-md-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-md-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-md-6--b {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-6 {
    margin: 0.6rem;
  }
  .no-mg-sm-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-sm-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-sm-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-sm-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-sm-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-sm-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-6 {
    padding: 0.6rem;
  }
  .no-pd-sm-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-sm-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-sm-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-sm-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-sm-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-sm-6--b {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-6 {
    margin: 0.6rem;
  }
  .no-mg-xs-6--x {
    margin: 0 0.6rem;
  }
  .no-mg-xs-6--y {
    margin: 0.6rem 0;
  }
  .no-mg-xs-6--l {
    margin-left: 0.6rem;
  }
  .no-mg-xs-6--t {
    margin-top: 0.6rem;
  }
  .no-mg-xs-6--r {
    margin-right: 0.6rem;
  }
  .no-mg-xs-6--b {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-6 {
    padding: 0.6rem;
  }
  .no-pd-xs-6--x {
    padding: 0 0.6rem;
  }
  .no-pd-xs-6--y {
    padding: 0.6rem 0;
  }
  .no-pd-xs-6--l {
    padding-left: 0.6rem;
  }
  .no-pd-xs-6--t {
    padding-top: 0.6rem;
  }
  .no-pd-xs-6--r {
    padding-right: 0.6rem;
  }
  .no-pd-xs-6--b {
    padding-bottom: 0.6rem;
  }
}
.no-mg-6 {
  margin: 0.6rem;
}

.no-mg-6--x {
  margin: 0 0.6rem;
}

.no-mg-6--y {
  margin: 0.6rem 0;
}

.no-mg-6--l {
  margin-left: 0.6rem;
}

.no-mg-6--t {
  margin-top: 0.6rem;
}

.no-mg-6--r {
  margin-right: 0.6rem;
}

.no-mg-6--b {
  margin-bottom: 0.6rem;
}

.no-pd-6 {
  padding: 0.6rem;
}

.no-pd-6--x {
  padding: 0 0.6rem;
}

.no-pd-6--y {
  padding: 0.6rem 0;
}

.no-pd-6--l {
  padding-left: 0.6rem;
}

.no-pd-6--t {
  padding-top: 0.6rem;
}

.no-pd-6--r {
  padding-right: 0.6rem;
}

.no-pd-6--b {
  padding-bottom: 0.6rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-8 {
    margin: 0.8rem;
  }
  .no-mg-3xl-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-3xl-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-3xl-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-3xl-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-3xl-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-3xl-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-8 {
    padding: 0.8rem;
  }
  .no-pd-3xl-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-3xl-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-3xl-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-3xl-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-3xl-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-3xl-8--b {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-8 {
    margin: 0.8rem;
  }
  .no-mg-2xl-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-2xl-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-2xl-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-2xl-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-2xl-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-2xl-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-8 {
    padding: 0.8rem;
  }
  .no-pd-2xl-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-2xl-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-2xl-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-2xl-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-2xl-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-2xl-8--b {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-8 {
    margin: 0.8rem;
  }
  .no-mg-xl-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-xl-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-xl-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-xl-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-xl-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-xl-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-8 {
    padding: 0.8rem;
  }
  .no-pd-xl-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-xl-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-xl-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-xl-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-xl-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-xl-8--b {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-8 {
    margin: 0.8rem;
  }
  .no-mg-lg-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-lg-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-lg-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-lg-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-lg-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-lg-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-8 {
    padding: 0.8rem;
  }
  .no-pd-lg-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-lg-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-lg-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-lg-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-lg-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-lg-8--b {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-8 {
    margin: 0.8rem;
  }
  .no-mg-md-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-md-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-md-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-md-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-md-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-md-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-8 {
    padding: 0.8rem;
  }
  .no-pd-md-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-md-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-md-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-md-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-md-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-md-8--b {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-8 {
    margin: 0.8rem;
  }
  .no-mg-sm-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-sm-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-sm-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-sm-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-sm-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-sm-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-8 {
    padding: 0.8rem;
  }
  .no-pd-sm-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-sm-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-sm-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-sm-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-sm-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-sm-8--b {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-8 {
    margin: 0.8rem;
  }
  .no-mg-xs-8--x {
    margin: 0 0.8rem;
  }
  .no-mg-xs-8--y {
    margin: 0.8rem 0;
  }
  .no-mg-xs-8--l {
    margin-left: 0.8rem;
  }
  .no-mg-xs-8--t {
    margin-top: 0.8rem;
  }
  .no-mg-xs-8--r {
    margin-right: 0.8rem;
  }
  .no-mg-xs-8--b {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-8 {
    padding: 0.8rem;
  }
  .no-pd-xs-8--x {
    padding: 0 0.8rem;
  }
  .no-pd-xs-8--y {
    padding: 0.8rem 0;
  }
  .no-pd-xs-8--l {
    padding-left: 0.8rem;
  }
  .no-pd-xs-8--t {
    padding-top: 0.8rem;
  }
  .no-pd-xs-8--r {
    padding-right: 0.8rem;
  }
  .no-pd-xs-8--b {
    padding-bottom: 0.8rem;
  }
}
.no-mg-8 {
  margin: 0.8rem;
}

.no-mg-8--x {
  margin: 0 0.8rem;
}

.no-mg-8--y {
  margin: 0.8rem 0;
}

.no-mg-8--l {
  margin-left: 0.8rem;
}

.no-mg-8--t {
  margin-top: 0.8rem;
}

.no-mg-8--r {
  margin-right: 0.8rem;
}

.no-mg-8--b {
  margin-bottom: 0.8rem;
}

.no-pd-8 {
  padding: 0.8rem;
}

.no-pd-8--x {
  padding: 0 0.8rem;
}

.no-pd-8--y {
  padding: 0.8rem 0;
}

.no-pd-8--l {
  padding-left: 0.8rem;
}

.no-pd-8--t {
  padding-top: 0.8rem;
}

.no-pd-8--r {
  padding-right: 0.8rem;
}

.no-pd-8--b {
  padding-bottom: 0.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-10 {
    margin: 1rem;
  }
  .no-mg-3xl-10--x {
    margin: 0 1rem;
  }
  .no-mg-3xl-10--y {
    margin: 1rem 0;
  }
  .no-mg-3xl-10--l {
    margin-left: 1rem;
  }
  .no-mg-3xl-10--t {
    margin-top: 1rem;
  }
  .no-mg-3xl-10--r {
    margin-right: 1rem;
  }
  .no-mg-3xl-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-10 {
    padding: 1rem;
  }
  .no-pd-3xl-10--x {
    padding: 0 1rem;
  }
  .no-pd-3xl-10--y {
    padding: 1rem 0;
  }
  .no-pd-3xl-10--l {
    padding-left: 1rem;
  }
  .no-pd-3xl-10--t {
    padding-top: 1rem;
  }
  .no-pd-3xl-10--r {
    padding-right: 1rem;
  }
  .no-pd-3xl-10--b {
    padding-bottom: 1rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-10 {
    margin: 1rem;
  }
  .no-mg-2xl-10--x {
    margin: 0 1rem;
  }
  .no-mg-2xl-10--y {
    margin: 1rem 0;
  }
  .no-mg-2xl-10--l {
    margin-left: 1rem;
  }
  .no-mg-2xl-10--t {
    margin-top: 1rem;
  }
  .no-mg-2xl-10--r {
    margin-right: 1rem;
  }
  .no-mg-2xl-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-10 {
    padding: 1rem;
  }
  .no-pd-2xl-10--x {
    padding: 0 1rem;
  }
  .no-pd-2xl-10--y {
    padding: 1rem 0;
  }
  .no-pd-2xl-10--l {
    padding-left: 1rem;
  }
  .no-pd-2xl-10--t {
    padding-top: 1rem;
  }
  .no-pd-2xl-10--r {
    padding-right: 1rem;
  }
  .no-pd-2xl-10--b {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-10 {
    margin: 1rem;
  }
  .no-mg-xl-10--x {
    margin: 0 1rem;
  }
  .no-mg-xl-10--y {
    margin: 1rem 0;
  }
  .no-mg-xl-10--l {
    margin-left: 1rem;
  }
  .no-mg-xl-10--t {
    margin-top: 1rem;
  }
  .no-mg-xl-10--r {
    margin-right: 1rem;
  }
  .no-mg-xl-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-10 {
    padding: 1rem;
  }
  .no-pd-xl-10--x {
    padding: 0 1rem;
  }
  .no-pd-xl-10--y {
    padding: 1rem 0;
  }
  .no-pd-xl-10--l {
    padding-left: 1rem;
  }
  .no-pd-xl-10--t {
    padding-top: 1rem;
  }
  .no-pd-xl-10--r {
    padding-right: 1rem;
  }
  .no-pd-xl-10--b {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-10 {
    margin: 1rem;
  }
  .no-mg-lg-10--x {
    margin: 0 1rem;
  }
  .no-mg-lg-10--y {
    margin: 1rem 0;
  }
  .no-mg-lg-10--l {
    margin-left: 1rem;
  }
  .no-mg-lg-10--t {
    margin-top: 1rem;
  }
  .no-mg-lg-10--r {
    margin-right: 1rem;
  }
  .no-mg-lg-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-10 {
    padding: 1rem;
  }
  .no-pd-lg-10--x {
    padding: 0 1rem;
  }
  .no-pd-lg-10--y {
    padding: 1rem 0;
  }
  .no-pd-lg-10--l {
    padding-left: 1rem;
  }
  .no-pd-lg-10--t {
    padding-top: 1rem;
  }
  .no-pd-lg-10--r {
    padding-right: 1rem;
  }
  .no-pd-lg-10--b {
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-10 {
    margin: 1rem;
  }
  .no-mg-md-10--x {
    margin: 0 1rem;
  }
  .no-mg-md-10--y {
    margin: 1rem 0;
  }
  .no-mg-md-10--l {
    margin-left: 1rem;
  }
  .no-mg-md-10--t {
    margin-top: 1rem;
  }
  .no-mg-md-10--r {
    margin-right: 1rem;
  }
  .no-mg-md-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-10 {
    padding: 1rem;
  }
  .no-pd-md-10--x {
    padding: 0 1rem;
  }
  .no-pd-md-10--y {
    padding: 1rem 0;
  }
  .no-pd-md-10--l {
    padding-left: 1rem;
  }
  .no-pd-md-10--t {
    padding-top: 1rem;
  }
  .no-pd-md-10--r {
    padding-right: 1rem;
  }
  .no-pd-md-10--b {
    padding-bottom: 1rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-10 {
    margin: 1rem;
  }
  .no-mg-sm-10--x {
    margin: 0 1rem;
  }
  .no-mg-sm-10--y {
    margin: 1rem 0;
  }
  .no-mg-sm-10--l {
    margin-left: 1rem;
  }
  .no-mg-sm-10--t {
    margin-top: 1rem;
  }
  .no-mg-sm-10--r {
    margin-right: 1rem;
  }
  .no-mg-sm-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-10 {
    padding: 1rem;
  }
  .no-pd-sm-10--x {
    padding: 0 1rem;
  }
  .no-pd-sm-10--y {
    padding: 1rem 0;
  }
  .no-pd-sm-10--l {
    padding-left: 1rem;
  }
  .no-pd-sm-10--t {
    padding-top: 1rem;
  }
  .no-pd-sm-10--r {
    padding-right: 1rem;
  }
  .no-pd-sm-10--b {
    padding-bottom: 1rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-10 {
    margin: 1rem;
  }
  .no-mg-xs-10--x {
    margin: 0 1rem;
  }
  .no-mg-xs-10--y {
    margin: 1rem 0;
  }
  .no-mg-xs-10--l {
    margin-left: 1rem;
  }
  .no-mg-xs-10--t {
    margin-top: 1rem;
  }
  .no-mg-xs-10--r {
    margin-right: 1rem;
  }
  .no-mg-xs-10--b {
    margin-bottom: 1rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-10 {
    padding: 1rem;
  }
  .no-pd-xs-10--x {
    padding: 0 1rem;
  }
  .no-pd-xs-10--y {
    padding: 1rem 0;
  }
  .no-pd-xs-10--l {
    padding-left: 1rem;
  }
  .no-pd-xs-10--t {
    padding-top: 1rem;
  }
  .no-pd-xs-10--r {
    padding-right: 1rem;
  }
  .no-pd-xs-10--b {
    padding-bottom: 1rem;
  }
}
.no-mg-10 {
  margin: 1rem;
}

.no-mg-10--x {
  margin: 0 1rem;
}

.no-mg-10--y {
  margin: 1rem 0;
}

.no-mg-10--l {
  margin-left: 1rem;
}

.no-mg-10--t {
  margin-top: 1rem;
}

.no-mg-10--r {
  margin-right: 1rem;
}

.no-mg-10--b {
  margin-bottom: 1rem;
}

.no-pd-10 {
  padding: 1rem;
}

.no-pd-10--x {
  padding: 0 1rem;
}

.no-pd-10--y {
  padding: 1rem 0;
}

.no-pd-10--l {
  padding-left: 1rem;
}

.no-pd-10--t {
  padding-top: 1rem;
}

.no-pd-10--r {
  padding-right: 1rem;
}

.no-pd-10--b {
  padding-bottom: 1rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-11 {
    margin: 1.1rem;
  }
  .no-mg-3xl-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-3xl-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-3xl-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-3xl-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-3xl-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-3xl-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-11 {
    padding: 1.1rem;
  }
  .no-pd-3xl-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-3xl-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-3xl-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-3xl-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-3xl-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-3xl-11--b {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-11 {
    margin: 1.1rem;
  }
  .no-mg-2xl-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-2xl-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-2xl-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-2xl-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-2xl-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-2xl-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-11 {
    padding: 1.1rem;
  }
  .no-pd-2xl-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-2xl-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-2xl-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-2xl-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-2xl-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-2xl-11--b {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-11 {
    margin: 1.1rem;
  }
  .no-mg-xl-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-xl-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-xl-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-xl-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-xl-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-xl-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-11 {
    padding: 1.1rem;
  }
  .no-pd-xl-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-xl-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-xl-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-xl-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-xl-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-xl-11--b {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-11 {
    margin: 1.1rem;
  }
  .no-mg-lg-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-lg-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-lg-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-lg-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-lg-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-lg-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-11 {
    padding: 1.1rem;
  }
  .no-pd-lg-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-lg-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-lg-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-lg-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-lg-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-lg-11--b {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-11 {
    margin: 1.1rem;
  }
  .no-mg-md-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-md-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-md-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-md-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-md-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-md-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-11 {
    padding: 1.1rem;
  }
  .no-pd-md-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-md-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-md-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-md-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-md-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-md-11--b {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-11 {
    margin: 1.1rem;
  }
  .no-mg-sm-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-sm-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-sm-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-sm-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-sm-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-sm-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-11 {
    padding: 1.1rem;
  }
  .no-pd-sm-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-sm-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-sm-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-sm-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-sm-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-sm-11--b {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-11 {
    margin: 1.1rem;
  }
  .no-mg-xs-11--x {
    margin: 0 1.1rem;
  }
  .no-mg-xs-11--y {
    margin: 1.1rem 0;
  }
  .no-mg-xs-11--l {
    margin-left: 1.1rem;
  }
  .no-mg-xs-11--t {
    margin-top: 1.1rem;
  }
  .no-mg-xs-11--r {
    margin-right: 1.1rem;
  }
  .no-mg-xs-11--b {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-11 {
    padding: 1.1rem;
  }
  .no-pd-xs-11--x {
    padding: 0 1.1rem;
  }
  .no-pd-xs-11--y {
    padding: 1.1rem 0;
  }
  .no-pd-xs-11--l {
    padding-left: 1.1rem;
  }
  .no-pd-xs-11--t {
    padding-top: 1.1rem;
  }
  .no-pd-xs-11--r {
    padding-right: 1.1rem;
  }
  .no-pd-xs-11--b {
    padding-bottom: 1.1rem;
  }
}
.no-mg-11 {
  margin: 1.1rem;
}

.no-mg-11--x {
  margin: 0 1.1rem;
}

.no-mg-11--y {
  margin: 1.1rem 0;
}

.no-mg-11--l {
  margin-left: 1.1rem;
}

.no-mg-11--t {
  margin-top: 1.1rem;
}

.no-mg-11--r {
  margin-right: 1.1rem;
}

.no-mg-11--b {
  margin-bottom: 1.1rem;
}

.no-pd-11 {
  padding: 1.1rem;
}

.no-pd-11--x {
  padding: 0 1.1rem;
}

.no-pd-11--y {
  padding: 1.1rem 0;
}

.no-pd-11--l {
  padding-left: 1.1rem;
}

.no-pd-11--t {
  padding-top: 1.1rem;
}

.no-pd-11--r {
  padding-right: 1.1rem;
}

.no-pd-11--b {
  padding-bottom: 1.1rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-12 {
    margin: 1.2rem;
  }
  .no-mg-3xl-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-3xl-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-3xl-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-3xl-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-3xl-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-3xl-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-12 {
    padding: 1.2rem;
  }
  .no-pd-3xl-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-3xl-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-3xl-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-3xl-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-3xl-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-3xl-12--b {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-12 {
    margin: 1.2rem;
  }
  .no-mg-2xl-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-2xl-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-2xl-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-2xl-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-2xl-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-2xl-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-12 {
    padding: 1.2rem;
  }
  .no-pd-2xl-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-2xl-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-2xl-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-2xl-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-2xl-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-2xl-12--b {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-12 {
    margin: 1.2rem;
  }
  .no-mg-xl-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-xl-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-xl-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-xl-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-xl-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-xl-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-12 {
    padding: 1.2rem;
  }
  .no-pd-xl-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-xl-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-xl-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-xl-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-xl-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-xl-12--b {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-12 {
    margin: 1.2rem;
  }
  .no-mg-lg-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-lg-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-lg-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-lg-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-lg-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-lg-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-12 {
    padding: 1.2rem;
  }
  .no-pd-lg-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-lg-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-lg-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-lg-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-lg-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-lg-12--b {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-12 {
    margin: 1.2rem;
  }
  .no-mg-md-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-md-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-md-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-md-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-md-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-md-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-12 {
    padding: 1.2rem;
  }
  .no-pd-md-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-md-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-md-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-md-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-md-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-md-12--b {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-12 {
    margin: 1.2rem;
  }
  .no-mg-sm-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-sm-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-sm-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-sm-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-sm-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-sm-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-12 {
    padding: 1.2rem;
  }
  .no-pd-sm-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-sm-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-sm-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-sm-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-sm-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-sm-12--b {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-12 {
    margin: 1.2rem;
  }
  .no-mg-xs-12--x {
    margin: 0 1.2rem;
  }
  .no-mg-xs-12--y {
    margin: 1.2rem 0;
  }
  .no-mg-xs-12--l {
    margin-left: 1.2rem;
  }
  .no-mg-xs-12--t {
    margin-top: 1.2rem;
  }
  .no-mg-xs-12--r {
    margin-right: 1.2rem;
  }
  .no-mg-xs-12--b {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-12 {
    padding: 1.2rem;
  }
  .no-pd-xs-12--x {
    padding: 0 1.2rem;
  }
  .no-pd-xs-12--y {
    padding: 1.2rem 0;
  }
  .no-pd-xs-12--l {
    padding-left: 1.2rem;
  }
  .no-pd-xs-12--t {
    padding-top: 1.2rem;
  }
  .no-pd-xs-12--r {
    padding-right: 1.2rem;
  }
  .no-pd-xs-12--b {
    padding-bottom: 1.2rem;
  }
}
.no-mg-12 {
  margin: 1.2rem;
}

.no-mg-12--x {
  margin: 0 1.2rem;
}

.no-mg-12--y {
  margin: 1.2rem 0;
}

.no-mg-12--l {
  margin-left: 1.2rem;
}

.no-mg-12--t {
  margin-top: 1.2rem;
}

.no-mg-12--r {
  margin-right: 1.2rem;
}

.no-mg-12--b {
  margin-bottom: 1.2rem;
}

.no-pd-12 {
  padding: 1.2rem;
}

.no-pd-12--x {
  padding: 0 1.2rem;
}

.no-pd-12--y {
  padding: 1.2rem 0;
}

.no-pd-12--l {
  padding-left: 1.2rem;
}

.no-pd-12--t {
  padding-top: 1.2rem;
}

.no-pd-12--r {
  padding-right: 1.2rem;
}

.no-pd-12--b {
  padding-bottom: 1.2rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-13 {
    margin: 1.3rem;
  }
  .no-mg-3xl-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-3xl-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-3xl-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-3xl-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-3xl-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-3xl-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-13 {
    padding: 1.3rem;
  }
  .no-pd-3xl-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-3xl-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-3xl-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-3xl-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-3xl-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-3xl-13--b {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-13 {
    margin: 1.3rem;
  }
  .no-mg-2xl-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-2xl-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-2xl-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-2xl-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-2xl-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-2xl-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-13 {
    padding: 1.3rem;
  }
  .no-pd-2xl-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-2xl-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-2xl-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-2xl-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-2xl-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-2xl-13--b {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-13 {
    margin: 1.3rem;
  }
  .no-mg-xl-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-xl-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-xl-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-xl-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-xl-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-xl-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-13 {
    padding: 1.3rem;
  }
  .no-pd-xl-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-xl-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-xl-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-xl-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-xl-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-xl-13--b {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-13 {
    margin: 1.3rem;
  }
  .no-mg-lg-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-lg-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-lg-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-lg-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-lg-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-lg-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-13 {
    padding: 1.3rem;
  }
  .no-pd-lg-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-lg-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-lg-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-lg-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-lg-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-lg-13--b {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-13 {
    margin: 1.3rem;
  }
  .no-mg-md-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-md-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-md-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-md-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-md-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-md-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-13 {
    padding: 1.3rem;
  }
  .no-pd-md-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-md-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-md-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-md-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-md-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-md-13--b {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-13 {
    margin: 1.3rem;
  }
  .no-mg-sm-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-sm-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-sm-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-sm-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-sm-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-sm-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-13 {
    padding: 1.3rem;
  }
  .no-pd-sm-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-sm-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-sm-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-sm-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-sm-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-sm-13--b {
    padding-bottom: 1.3rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-13 {
    margin: 1.3rem;
  }
  .no-mg-xs-13--x {
    margin: 0 1.3rem;
  }
  .no-mg-xs-13--y {
    margin: 1.3rem 0;
  }
  .no-mg-xs-13--l {
    margin-left: 1.3rem;
  }
  .no-mg-xs-13--t {
    margin-top: 1.3rem;
  }
  .no-mg-xs-13--r {
    margin-right: 1.3rem;
  }
  .no-mg-xs-13--b {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-13 {
    padding: 1.3rem;
  }
  .no-pd-xs-13--x {
    padding: 0 1.3rem;
  }
  .no-pd-xs-13--y {
    padding: 1.3rem 0;
  }
  .no-pd-xs-13--l {
    padding-left: 1.3rem;
  }
  .no-pd-xs-13--t {
    padding-top: 1.3rem;
  }
  .no-pd-xs-13--r {
    padding-right: 1.3rem;
  }
  .no-pd-xs-13--b {
    padding-bottom: 1.3rem;
  }
}
.no-mg-13 {
  margin: 1.3rem;
}

.no-mg-13--x {
  margin: 0 1.3rem;
}

.no-mg-13--y {
  margin: 1.3rem 0;
}

.no-mg-13--l {
  margin-left: 1.3rem;
}

.no-mg-13--t {
  margin-top: 1.3rem;
}

.no-mg-13--r {
  margin-right: 1.3rem;
}

.no-mg-13--b {
  margin-bottom: 1.3rem;
}

.no-pd-13 {
  padding: 1.3rem;
}

.no-pd-13--x {
  padding: 0 1.3rem;
}

.no-pd-13--y {
  padding: 1.3rem 0;
}

.no-pd-13--l {
  padding-left: 1.3rem;
}

.no-pd-13--t {
  padding-top: 1.3rem;
}

.no-pd-13--r {
  padding-right: 1.3rem;
}

.no-pd-13--b {
  padding-bottom: 1.3rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-14 {
    margin: 1.4rem;
  }
  .no-mg-3xl-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-3xl-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-3xl-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-3xl-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-3xl-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-3xl-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-14 {
    padding: 1.4rem;
  }
  .no-pd-3xl-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-3xl-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-3xl-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-3xl-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-3xl-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-3xl-14--b {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-14 {
    margin: 1.4rem;
  }
  .no-mg-2xl-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-2xl-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-2xl-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-2xl-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-2xl-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-2xl-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-14 {
    padding: 1.4rem;
  }
  .no-pd-2xl-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-2xl-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-2xl-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-2xl-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-2xl-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-2xl-14--b {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-14 {
    margin: 1.4rem;
  }
  .no-mg-xl-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-xl-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-xl-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-xl-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-xl-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-xl-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-14 {
    padding: 1.4rem;
  }
  .no-pd-xl-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-xl-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-xl-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-xl-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-xl-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-xl-14--b {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-14 {
    margin: 1.4rem;
  }
  .no-mg-lg-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-lg-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-lg-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-lg-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-lg-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-lg-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-14 {
    padding: 1.4rem;
  }
  .no-pd-lg-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-lg-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-lg-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-lg-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-lg-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-lg-14--b {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-14 {
    margin: 1.4rem;
  }
  .no-mg-md-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-md-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-md-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-md-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-md-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-md-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-14 {
    padding: 1.4rem;
  }
  .no-pd-md-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-md-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-md-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-md-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-md-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-md-14--b {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-14 {
    margin: 1.4rem;
  }
  .no-mg-sm-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-sm-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-sm-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-sm-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-sm-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-sm-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-14 {
    padding: 1.4rem;
  }
  .no-pd-sm-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-sm-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-sm-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-sm-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-sm-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-sm-14--b {
    padding-bottom: 1.4rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-14 {
    margin: 1.4rem;
  }
  .no-mg-xs-14--x {
    margin: 0 1.4rem;
  }
  .no-mg-xs-14--y {
    margin: 1.4rem 0;
  }
  .no-mg-xs-14--l {
    margin-left: 1.4rem;
  }
  .no-mg-xs-14--t {
    margin-top: 1.4rem;
  }
  .no-mg-xs-14--r {
    margin-right: 1.4rem;
  }
  .no-mg-xs-14--b {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-14 {
    padding: 1.4rem;
  }
  .no-pd-xs-14--x {
    padding: 0 1.4rem;
  }
  .no-pd-xs-14--y {
    padding: 1.4rem 0;
  }
  .no-pd-xs-14--l {
    padding-left: 1.4rem;
  }
  .no-pd-xs-14--t {
    padding-top: 1.4rem;
  }
  .no-pd-xs-14--r {
    padding-right: 1.4rem;
  }
  .no-pd-xs-14--b {
    padding-bottom: 1.4rem;
  }
}
.no-mg-14 {
  margin: 1.4rem;
}

.no-mg-14--x {
  margin: 0 1.4rem;
}

.no-mg-14--y {
  margin: 1.4rem 0;
}

.no-mg-14--l {
  margin-left: 1.4rem;
}

.no-mg-14--t {
  margin-top: 1.4rem;
}

.no-mg-14--r {
  margin-right: 1.4rem;
}

.no-mg-14--b {
  margin-bottom: 1.4rem;
}

.no-pd-14 {
  padding: 1.4rem;
}

.no-pd-14--x {
  padding: 0 1.4rem;
}

.no-pd-14--y {
  padding: 1.4rem 0;
}

.no-pd-14--l {
  padding-left: 1.4rem;
}

.no-pd-14--t {
  padding-top: 1.4rem;
}

.no-pd-14--r {
  padding-right: 1.4rem;
}

.no-pd-14--b {
  padding-bottom: 1.4rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-15 {
    margin: 1.5rem;
  }
  .no-mg-3xl-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-3xl-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-3xl-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-3xl-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-3xl-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-3xl-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-15 {
    padding: 1.5rem;
  }
  .no-pd-3xl-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-3xl-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-3xl-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-3xl-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-3xl-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-3xl-15--b {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-15 {
    margin: 1.5rem;
  }
  .no-mg-2xl-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-2xl-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-2xl-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-2xl-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-2xl-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-2xl-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-15 {
    padding: 1.5rem;
  }
  .no-pd-2xl-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-2xl-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-2xl-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-2xl-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-2xl-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-2xl-15--b {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-15 {
    margin: 1.5rem;
  }
  .no-mg-xl-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-xl-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-xl-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-xl-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-xl-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-xl-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-15 {
    padding: 1.5rem;
  }
  .no-pd-xl-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-xl-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-xl-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-xl-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-xl-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-xl-15--b {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-15 {
    margin: 1.5rem;
  }
  .no-mg-lg-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-lg-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-lg-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-lg-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-lg-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-lg-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-15 {
    padding: 1.5rem;
  }
  .no-pd-lg-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-lg-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-lg-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-lg-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-lg-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-lg-15--b {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-15 {
    margin: 1.5rem;
  }
  .no-mg-md-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-md-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-md-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-md-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-md-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-md-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-15 {
    padding: 1.5rem;
  }
  .no-pd-md-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-md-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-md-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-md-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-md-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-md-15--b {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-15 {
    margin: 1.5rem;
  }
  .no-mg-sm-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-sm-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-sm-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-sm-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-sm-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-sm-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-15 {
    padding: 1.5rem;
  }
  .no-pd-sm-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-sm-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-sm-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-sm-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-sm-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-sm-15--b {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-15 {
    margin: 1.5rem;
  }
  .no-mg-xs-15--x {
    margin: 0 1.5rem;
  }
  .no-mg-xs-15--y {
    margin: 1.5rem 0;
  }
  .no-mg-xs-15--l {
    margin-left: 1.5rem;
  }
  .no-mg-xs-15--t {
    margin-top: 1.5rem;
  }
  .no-mg-xs-15--r {
    margin-right: 1.5rem;
  }
  .no-mg-xs-15--b {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-15 {
    padding: 1.5rem;
  }
  .no-pd-xs-15--x {
    padding: 0 1.5rem;
  }
  .no-pd-xs-15--y {
    padding: 1.5rem 0;
  }
  .no-pd-xs-15--l {
    padding-left: 1.5rem;
  }
  .no-pd-xs-15--t {
    padding-top: 1.5rem;
  }
  .no-pd-xs-15--r {
    padding-right: 1.5rem;
  }
  .no-pd-xs-15--b {
    padding-bottom: 1.5rem;
  }
}
.no-mg-15 {
  margin: 1.5rem;
}

.no-mg-15--x {
  margin: 0 1.5rem;
}

.no-mg-15--y {
  margin: 1.5rem 0;
}

.no-mg-15--l {
  margin-left: 1.5rem;
}

.no-mg-15--t {
  margin-top: 1.5rem;
}

.no-mg-15--r {
  margin-right: 1.5rem;
}

.no-mg-15--b {
  margin-bottom: 1.5rem;
}

.no-pd-15 {
  padding: 1.5rem;
}

.no-pd-15--x {
  padding: 0 1.5rem;
}

.no-pd-15--y {
  padding: 1.5rem 0;
}

.no-pd-15--l {
  padding-left: 1.5rem;
}

.no-pd-15--t {
  padding-top: 1.5rem;
}

.no-pd-15--r {
  padding-right: 1.5rem;
}

.no-pd-15--b {
  padding-bottom: 1.5rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-16 {
    margin: 1.6rem;
  }
  .no-mg-3xl-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-3xl-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-3xl-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-3xl-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-3xl-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-3xl-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-16 {
    padding: 1.6rem;
  }
  .no-pd-3xl-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-3xl-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-3xl-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-3xl-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-3xl-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-3xl-16--b {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-16 {
    margin: 1.6rem;
  }
  .no-mg-2xl-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-2xl-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-2xl-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-2xl-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-2xl-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-2xl-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-16 {
    padding: 1.6rem;
  }
  .no-pd-2xl-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-2xl-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-2xl-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-2xl-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-2xl-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-2xl-16--b {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-16 {
    margin: 1.6rem;
  }
  .no-mg-xl-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-xl-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-xl-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-xl-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-xl-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-xl-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-16 {
    padding: 1.6rem;
  }
  .no-pd-xl-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-xl-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-xl-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-xl-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-xl-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-xl-16--b {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-16 {
    margin: 1.6rem;
  }
  .no-mg-lg-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-lg-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-lg-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-lg-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-lg-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-lg-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-16 {
    padding: 1.6rem;
  }
  .no-pd-lg-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-lg-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-lg-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-lg-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-lg-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-lg-16--b {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-16 {
    margin: 1.6rem;
  }
  .no-mg-md-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-md-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-md-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-md-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-md-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-md-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-16 {
    padding: 1.6rem;
  }
  .no-pd-md-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-md-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-md-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-md-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-md-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-md-16--b {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-16 {
    margin: 1.6rem;
  }
  .no-mg-sm-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-sm-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-sm-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-sm-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-sm-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-sm-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-16 {
    padding: 1.6rem;
  }
  .no-pd-sm-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-sm-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-sm-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-sm-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-sm-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-sm-16--b {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-16 {
    margin: 1.6rem;
  }
  .no-mg-xs-16--x {
    margin: 0 1.6rem;
  }
  .no-mg-xs-16--y {
    margin: 1.6rem 0;
  }
  .no-mg-xs-16--l {
    margin-left: 1.6rem;
  }
  .no-mg-xs-16--t {
    margin-top: 1.6rem;
  }
  .no-mg-xs-16--r {
    margin-right: 1.6rem;
  }
  .no-mg-xs-16--b {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-16 {
    padding: 1.6rem;
  }
  .no-pd-xs-16--x {
    padding: 0 1.6rem;
  }
  .no-pd-xs-16--y {
    padding: 1.6rem 0;
  }
  .no-pd-xs-16--l {
    padding-left: 1.6rem;
  }
  .no-pd-xs-16--t {
    padding-top: 1.6rem;
  }
  .no-pd-xs-16--r {
    padding-right: 1.6rem;
  }
  .no-pd-xs-16--b {
    padding-bottom: 1.6rem;
  }
}
.no-mg-16 {
  margin: 1.6rem;
}

.no-mg-16--x {
  margin: 0 1.6rem;
}

.no-mg-16--y {
  margin: 1.6rem 0;
}

.no-mg-16--l {
  margin-left: 1.6rem;
}

.no-mg-16--t {
  margin-top: 1.6rem;
}

.no-mg-16--r {
  margin-right: 1.6rem;
}

.no-mg-16--b {
  margin-bottom: 1.6rem;
}

.no-pd-16 {
  padding: 1.6rem;
}

.no-pd-16--x {
  padding: 0 1.6rem;
}

.no-pd-16--y {
  padding: 1.6rem 0;
}

.no-pd-16--l {
  padding-left: 1.6rem;
}

.no-pd-16--t {
  padding-top: 1.6rem;
}

.no-pd-16--r {
  padding-right: 1.6rem;
}

.no-pd-16--b {
  padding-bottom: 1.6rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-18 {
    margin: 1.8rem;
  }
  .no-mg-3xl-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-3xl-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-3xl-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-3xl-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-3xl-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-3xl-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-18 {
    padding: 1.8rem;
  }
  .no-pd-3xl-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-3xl-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-3xl-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-3xl-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-3xl-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-3xl-18--b {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-18 {
    margin: 1.8rem;
  }
  .no-mg-2xl-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-2xl-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-2xl-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-2xl-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-2xl-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-2xl-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-18 {
    padding: 1.8rem;
  }
  .no-pd-2xl-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-2xl-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-2xl-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-2xl-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-2xl-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-2xl-18--b {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-18 {
    margin: 1.8rem;
  }
  .no-mg-xl-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-xl-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-xl-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-xl-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-xl-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-xl-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-18 {
    padding: 1.8rem;
  }
  .no-pd-xl-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-xl-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-xl-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-xl-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-xl-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-xl-18--b {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-18 {
    margin: 1.8rem;
  }
  .no-mg-lg-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-lg-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-lg-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-lg-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-lg-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-lg-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-18 {
    padding: 1.8rem;
  }
  .no-pd-lg-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-lg-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-lg-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-lg-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-lg-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-lg-18--b {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-18 {
    margin: 1.8rem;
  }
  .no-mg-md-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-md-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-md-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-md-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-md-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-md-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-18 {
    padding: 1.8rem;
  }
  .no-pd-md-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-md-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-md-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-md-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-md-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-md-18--b {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-18 {
    margin: 1.8rem;
  }
  .no-mg-sm-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-sm-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-sm-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-sm-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-sm-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-sm-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-18 {
    padding: 1.8rem;
  }
  .no-pd-sm-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-sm-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-sm-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-sm-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-sm-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-sm-18--b {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-18 {
    margin: 1.8rem;
  }
  .no-mg-xs-18--x {
    margin: 0 1.8rem;
  }
  .no-mg-xs-18--y {
    margin: 1.8rem 0;
  }
  .no-mg-xs-18--l {
    margin-left: 1.8rem;
  }
  .no-mg-xs-18--t {
    margin-top: 1.8rem;
  }
  .no-mg-xs-18--r {
    margin-right: 1.8rem;
  }
  .no-mg-xs-18--b {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-18 {
    padding: 1.8rem;
  }
  .no-pd-xs-18--x {
    padding: 0 1.8rem;
  }
  .no-pd-xs-18--y {
    padding: 1.8rem 0;
  }
  .no-pd-xs-18--l {
    padding-left: 1.8rem;
  }
  .no-pd-xs-18--t {
    padding-top: 1.8rem;
  }
  .no-pd-xs-18--r {
    padding-right: 1.8rem;
  }
  .no-pd-xs-18--b {
    padding-bottom: 1.8rem;
  }
}
.no-mg-18 {
  margin: 1.8rem;
}

.no-mg-18--x {
  margin: 0 1.8rem;
}

.no-mg-18--y {
  margin: 1.8rem 0;
}

.no-mg-18--l {
  margin-left: 1.8rem;
}

.no-mg-18--t {
  margin-top: 1.8rem;
}

.no-mg-18--r {
  margin-right: 1.8rem;
}

.no-mg-18--b {
  margin-bottom: 1.8rem;
}

.no-pd-18 {
  padding: 1.8rem;
}

.no-pd-18--x {
  padding: 0 1.8rem;
}

.no-pd-18--y {
  padding: 1.8rem 0;
}

.no-pd-18--l {
  padding-left: 1.8rem;
}

.no-pd-18--t {
  padding-top: 1.8rem;
}

.no-pd-18--r {
  padding-right: 1.8rem;
}

.no-pd-18--b {
  padding-bottom: 1.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-20 {
    margin: 2rem;
  }
  .no-mg-3xl-20--x {
    margin: 0 2rem;
  }
  .no-mg-3xl-20--y {
    margin: 2rem 0;
  }
  .no-mg-3xl-20--l {
    margin-left: 2rem;
  }
  .no-mg-3xl-20--t {
    margin-top: 2rem;
  }
  .no-mg-3xl-20--r {
    margin-right: 2rem;
  }
  .no-mg-3xl-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-20 {
    padding: 2rem;
  }
  .no-pd-3xl-20--x {
    padding: 0 2rem;
  }
  .no-pd-3xl-20--y {
    padding: 2rem 0;
  }
  .no-pd-3xl-20--l {
    padding-left: 2rem;
  }
  .no-pd-3xl-20--t {
    padding-top: 2rem;
  }
  .no-pd-3xl-20--r {
    padding-right: 2rem;
  }
  .no-pd-3xl-20--b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-20 {
    margin: 2rem;
  }
  .no-mg-2xl-20--x {
    margin: 0 2rem;
  }
  .no-mg-2xl-20--y {
    margin: 2rem 0;
  }
  .no-mg-2xl-20--l {
    margin-left: 2rem;
  }
  .no-mg-2xl-20--t {
    margin-top: 2rem;
  }
  .no-mg-2xl-20--r {
    margin-right: 2rem;
  }
  .no-mg-2xl-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-20 {
    padding: 2rem;
  }
  .no-pd-2xl-20--x {
    padding: 0 2rem;
  }
  .no-pd-2xl-20--y {
    padding: 2rem 0;
  }
  .no-pd-2xl-20--l {
    padding-left: 2rem;
  }
  .no-pd-2xl-20--t {
    padding-top: 2rem;
  }
  .no-pd-2xl-20--r {
    padding-right: 2rem;
  }
  .no-pd-2xl-20--b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-20 {
    margin: 2rem;
  }
  .no-mg-xl-20--x {
    margin: 0 2rem;
  }
  .no-mg-xl-20--y {
    margin: 2rem 0;
  }
  .no-mg-xl-20--l {
    margin-left: 2rem;
  }
  .no-mg-xl-20--t {
    margin-top: 2rem;
  }
  .no-mg-xl-20--r {
    margin-right: 2rem;
  }
  .no-mg-xl-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-20 {
    padding: 2rem;
  }
  .no-pd-xl-20--x {
    padding: 0 2rem;
  }
  .no-pd-xl-20--y {
    padding: 2rem 0;
  }
  .no-pd-xl-20--l {
    padding-left: 2rem;
  }
  .no-pd-xl-20--t {
    padding-top: 2rem;
  }
  .no-pd-xl-20--r {
    padding-right: 2rem;
  }
  .no-pd-xl-20--b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-20 {
    margin: 2rem;
  }
  .no-mg-lg-20--x {
    margin: 0 2rem;
  }
  .no-mg-lg-20--y {
    margin: 2rem 0;
  }
  .no-mg-lg-20--l {
    margin-left: 2rem;
  }
  .no-mg-lg-20--t {
    margin-top: 2rem;
  }
  .no-mg-lg-20--r {
    margin-right: 2rem;
  }
  .no-mg-lg-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-20 {
    padding: 2rem;
  }
  .no-pd-lg-20--x {
    padding: 0 2rem;
  }
  .no-pd-lg-20--y {
    padding: 2rem 0;
  }
  .no-pd-lg-20--l {
    padding-left: 2rem;
  }
  .no-pd-lg-20--t {
    padding-top: 2rem;
  }
  .no-pd-lg-20--r {
    padding-right: 2rem;
  }
  .no-pd-lg-20--b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-20 {
    margin: 2rem;
  }
  .no-mg-md-20--x {
    margin: 0 2rem;
  }
  .no-mg-md-20--y {
    margin: 2rem 0;
  }
  .no-mg-md-20--l {
    margin-left: 2rem;
  }
  .no-mg-md-20--t {
    margin-top: 2rem;
  }
  .no-mg-md-20--r {
    margin-right: 2rem;
  }
  .no-mg-md-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-20 {
    padding: 2rem;
  }
  .no-pd-md-20--x {
    padding: 0 2rem;
  }
  .no-pd-md-20--y {
    padding: 2rem 0;
  }
  .no-pd-md-20--l {
    padding-left: 2rem;
  }
  .no-pd-md-20--t {
    padding-top: 2rem;
  }
  .no-pd-md-20--r {
    padding-right: 2rem;
  }
  .no-pd-md-20--b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-20 {
    margin: 2rem;
  }
  .no-mg-sm-20--x {
    margin: 0 2rem;
  }
  .no-mg-sm-20--y {
    margin: 2rem 0;
  }
  .no-mg-sm-20--l {
    margin-left: 2rem;
  }
  .no-mg-sm-20--t {
    margin-top: 2rem;
  }
  .no-mg-sm-20--r {
    margin-right: 2rem;
  }
  .no-mg-sm-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-20 {
    padding: 2rem;
  }
  .no-pd-sm-20--x {
    padding: 0 2rem;
  }
  .no-pd-sm-20--y {
    padding: 2rem 0;
  }
  .no-pd-sm-20--l {
    padding-left: 2rem;
  }
  .no-pd-sm-20--t {
    padding-top: 2rem;
  }
  .no-pd-sm-20--r {
    padding-right: 2rem;
  }
  .no-pd-sm-20--b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-20 {
    margin: 2rem;
  }
  .no-mg-xs-20--x {
    margin: 0 2rem;
  }
  .no-mg-xs-20--y {
    margin: 2rem 0;
  }
  .no-mg-xs-20--l {
    margin-left: 2rem;
  }
  .no-mg-xs-20--t {
    margin-top: 2rem;
  }
  .no-mg-xs-20--r {
    margin-right: 2rem;
  }
  .no-mg-xs-20--b {
    margin-bottom: 2rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-20 {
    padding: 2rem;
  }
  .no-pd-xs-20--x {
    padding: 0 2rem;
  }
  .no-pd-xs-20--y {
    padding: 2rem 0;
  }
  .no-pd-xs-20--l {
    padding-left: 2rem;
  }
  .no-pd-xs-20--t {
    padding-top: 2rem;
  }
  .no-pd-xs-20--r {
    padding-right: 2rem;
  }
  .no-pd-xs-20--b {
    padding-bottom: 2rem;
  }
}
.no-mg-20 {
  margin: 2rem;
}

.no-mg-20--x {
  margin: 0 2rem;
}

.no-mg-20--y {
  margin: 2rem 0;
}

.no-mg-20--l {
  margin-left: 2rem;
}

.no-mg-20--t {
  margin-top: 2rem;
}

.no-mg-20--r {
  margin-right: 2rem;
}

.no-mg-20--b {
  margin-bottom: 2rem;
}

.no-pd-20 {
  padding: 2rem;
}

.no-pd-20--x {
  padding: 0 2rem;
}

.no-pd-20--y {
  padding: 2rem 0;
}

.no-pd-20--l {
  padding-left: 2rem;
}

.no-pd-20--t {
  padding-top: 2rem;
}

.no-pd-20--r {
  padding-right: 2rem;
}

.no-pd-20--b {
  padding-bottom: 2rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-24 {
    margin: 2.4rem;
  }
  .no-mg-3xl-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-3xl-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-3xl-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-3xl-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-3xl-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-3xl-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-24 {
    padding: 2.4rem;
  }
  .no-pd-3xl-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-3xl-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-3xl-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-3xl-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-3xl-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-3xl-24--b {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-24 {
    margin: 2.4rem;
  }
  .no-mg-2xl-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-2xl-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-2xl-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-2xl-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-2xl-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-2xl-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-24 {
    padding: 2.4rem;
  }
  .no-pd-2xl-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-2xl-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-2xl-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-2xl-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-2xl-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-2xl-24--b {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-24 {
    margin: 2.4rem;
  }
  .no-mg-xl-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-xl-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-xl-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-xl-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-xl-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-xl-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-24 {
    padding: 2.4rem;
  }
  .no-pd-xl-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-xl-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-xl-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-xl-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-xl-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-xl-24--b {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-24 {
    margin: 2.4rem;
  }
  .no-mg-lg-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-lg-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-lg-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-lg-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-lg-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-lg-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-24 {
    padding: 2.4rem;
  }
  .no-pd-lg-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-lg-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-lg-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-lg-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-lg-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-lg-24--b {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-24 {
    margin: 2.4rem;
  }
  .no-mg-md-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-md-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-md-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-md-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-md-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-md-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-24 {
    padding: 2.4rem;
  }
  .no-pd-md-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-md-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-md-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-md-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-md-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-md-24--b {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-24 {
    margin: 2.4rem;
  }
  .no-mg-sm-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-sm-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-sm-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-sm-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-sm-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-sm-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-24 {
    padding: 2.4rem;
  }
  .no-pd-sm-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-sm-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-sm-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-sm-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-sm-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-sm-24--b {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-24 {
    margin: 2.4rem;
  }
  .no-mg-xs-24--x {
    margin: 0 2.4rem;
  }
  .no-mg-xs-24--y {
    margin: 2.4rem 0;
  }
  .no-mg-xs-24--l {
    margin-left: 2.4rem;
  }
  .no-mg-xs-24--t {
    margin-top: 2.4rem;
  }
  .no-mg-xs-24--r {
    margin-right: 2.4rem;
  }
  .no-mg-xs-24--b {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-24 {
    padding: 2.4rem;
  }
  .no-pd-xs-24--x {
    padding: 0 2.4rem;
  }
  .no-pd-xs-24--y {
    padding: 2.4rem 0;
  }
  .no-pd-xs-24--l {
    padding-left: 2.4rem;
  }
  .no-pd-xs-24--t {
    padding-top: 2.4rem;
  }
  .no-pd-xs-24--r {
    padding-right: 2.4rem;
  }
  .no-pd-xs-24--b {
    padding-bottom: 2.4rem;
  }
}
.no-mg-24 {
  margin: 2.4rem;
}

.no-mg-24--x {
  margin: 0 2.4rem;
}

.no-mg-24--y {
  margin: 2.4rem 0;
}

.no-mg-24--l {
  margin-left: 2.4rem;
}

.no-mg-24--t {
  margin-top: 2.4rem;
}

.no-mg-24--r {
  margin-right: 2.4rem;
}

.no-mg-24--b {
  margin-bottom: 2.4rem;
}

.no-pd-24 {
  padding: 2.4rem;
}

.no-pd-24--x {
  padding: 0 2.4rem;
}

.no-pd-24--y {
  padding: 2.4rem 0;
}

.no-pd-24--l {
  padding-left: 2.4rem;
}

.no-pd-24--t {
  padding-top: 2.4rem;
}

.no-pd-24--r {
  padding-right: 2.4rem;
}

.no-pd-24--b {
  padding-bottom: 2.4rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-28 {
    margin: 2.8rem;
  }
  .no-mg-3xl-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-3xl-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-3xl-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-3xl-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-3xl-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-3xl-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-28 {
    padding: 2.8rem;
  }
  .no-pd-3xl-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-3xl-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-3xl-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-3xl-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-3xl-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-3xl-28--b {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-28 {
    margin: 2.8rem;
  }
  .no-mg-2xl-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-2xl-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-2xl-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-2xl-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-2xl-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-2xl-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-28 {
    padding: 2.8rem;
  }
  .no-pd-2xl-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-2xl-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-2xl-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-2xl-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-2xl-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-2xl-28--b {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-28 {
    margin: 2.8rem;
  }
  .no-mg-xl-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-xl-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-xl-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-xl-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-xl-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-xl-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-28 {
    padding: 2.8rem;
  }
  .no-pd-xl-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-xl-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-xl-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-xl-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-xl-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-xl-28--b {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-28 {
    margin: 2.8rem;
  }
  .no-mg-lg-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-lg-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-lg-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-lg-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-lg-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-lg-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-28 {
    padding: 2.8rem;
  }
  .no-pd-lg-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-lg-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-lg-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-lg-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-lg-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-lg-28--b {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-28 {
    margin: 2.8rem;
  }
  .no-mg-md-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-md-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-md-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-md-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-md-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-md-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-28 {
    padding: 2.8rem;
  }
  .no-pd-md-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-md-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-md-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-md-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-md-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-md-28--b {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-28 {
    margin: 2.8rem;
  }
  .no-mg-sm-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-sm-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-sm-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-sm-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-sm-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-sm-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-28 {
    padding: 2.8rem;
  }
  .no-pd-sm-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-sm-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-sm-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-sm-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-sm-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-sm-28--b {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-28 {
    margin: 2.8rem;
  }
  .no-mg-xs-28--x {
    margin: 0 2.8rem;
  }
  .no-mg-xs-28--y {
    margin: 2.8rem 0;
  }
  .no-mg-xs-28--l {
    margin-left: 2.8rem;
  }
  .no-mg-xs-28--t {
    margin-top: 2.8rem;
  }
  .no-mg-xs-28--r {
    margin-right: 2.8rem;
  }
  .no-mg-xs-28--b {
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-28 {
    padding: 2.8rem;
  }
  .no-pd-xs-28--x {
    padding: 0 2.8rem;
  }
  .no-pd-xs-28--y {
    padding: 2.8rem 0;
  }
  .no-pd-xs-28--l {
    padding-left: 2.8rem;
  }
  .no-pd-xs-28--t {
    padding-top: 2.8rem;
  }
  .no-pd-xs-28--r {
    padding-right: 2.8rem;
  }
  .no-pd-xs-28--b {
    padding-bottom: 2.8rem;
  }
}
.no-mg-28 {
  margin: 2.8rem;
}

.no-mg-28--x {
  margin: 0 2.8rem;
}

.no-mg-28--y {
  margin: 2.8rem 0;
}

.no-mg-28--l {
  margin-left: 2.8rem;
}

.no-mg-28--t {
  margin-top: 2.8rem;
}

.no-mg-28--r {
  margin-right: 2.8rem;
}

.no-mg-28--b {
  margin-bottom: 2.8rem;
}

.no-pd-28 {
  padding: 2.8rem;
}

.no-pd-28--x {
  padding: 0 2.8rem;
}

.no-pd-28--y {
  padding: 2.8rem 0;
}

.no-pd-28--l {
  padding-left: 2.8rem;
}

.no-pd-28--t {
  padding-top: 2.8rem;
}

.no-pd-28--r {
  padding-right: 2.8rem;
}

.no-pd-28--b {
  padding-bottom: 2.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-32 {
    margin: 3.2rem;
  }
  .no-mg-3xl-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-3xl-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-3xl-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-3xl-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-3xl-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-3xl-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-32 {
    padding: 3.2rem;
  }
  .no-pd-3xl-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-3xl-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-3xl-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-3xl-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-3xl-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-3xl-32--b {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-32 {
    margin: 3.2rem;
  }
  .no-mg-2xl-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-2xl-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-2xl-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-2xl-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-2xl-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-2xl-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-32 {
    padding: 3.2rem;
  }
  .no-pd-2xl-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-2xl-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-2xl-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-2xl-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-2xl-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-2xl-32--b {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-32 {
    margin: 3.2rem;
  }
  .no-mg-xl-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-xl-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-xl-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-xl-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-xl-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-xl-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-32 {
    padding: 3.2rem;
  }
  .no-pd-xl-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-xl-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-xl-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-xl-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-xl-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-xl-32--b {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-32 {
    margin: 3.2rem;
  }
  .no-mg-lg-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-lg-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-lg-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-lg-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-lg-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-lg-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-32 {
    padding: 3.2rem;
  }
  .no-pd-lg-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-lg-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-lg-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-lg-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-lg-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-lg-32--b {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-32 {
    margin: 3.2rem;
  }
  .no-mg-md-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-md-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-md-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-md-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-md-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-md-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-32 {
    padding: 3.2rem;
  }
  .no-pd-md-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-md-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-md-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-md-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-md-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-md-32--b {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-32 {
    margin: 3.2rem;
  }
  .no-mg-sm-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-sm-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-sm-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-sm-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-sm-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-sm-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-32 {
    padding: 3.2rem;
  }
  .no-pd-sm-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-sm-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-sm-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-sm-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-sm-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-sm-32--b {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-32 {
    margin: 3.2rem;
  }
  .no-mg-xs-32--x {
    margin: 0 3.2rem;
  }
  .no-mg-xs-32--y {
    margin: 3.2rem 0;
  }
  .no-mg-xs-32--l {
    margin-left: 3.2rem;
  }
  .no-mg-xs-32--t {
    margin-top: 3.2rem;
  }
  .no-mg-xs-32--r {
    margin-right: 3.2rem;
  }
  .no-mg-xs-32--b {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-32 {
    padding: 3.2rem;
  }
  .no-pd-xs-32--x {
    padding: 0 3.2rem;
  }
  .no-pd-xs-32--y {
    padding: 3.2rem 0;
  }
  .no-pd-xs-32--l {
    padding-left: 3.2rem;
  }
  .no-pd-xs-32--t {
    padding-top: 3.2rem;
  }
  .no-pd-xs-32--r {
    padding-right: 3.2rem;
  }
  .no-pd-xs-32--b {
    padding-bottom: 3.2rem;
  }
}
.no-mg-32 {
  margin: 3.2rem;
}

.no-mg-32--x {
  margin: 0 3.2rem;
}

.no-mg-32--y {
  margin: 3.2rem 0;
}

.no-mg-32--l {
  margin-left: 3.2rem;
}

.no-mg-32--t {
  margin-top: 3.2rem;
}

.no-mg-32--r {
  margin-right: 3.2rem;
}

.no-mg-32--b {
  margin-bottom: 3.2rem;
}

.no-pd-32 {
  padding: 3.2rem;
}

.no-pd-32--x {
  padding: 0 3.2rem;
}

.no-pd-32--y {
  padding: 3.2rem 0;
}

.no-pd-32--l {
  padding-left: 3.2rem;
}

.no-pd-32--t {
  padding-top: 3.2rem;
}

.no-pd-32--r {
  padding-right: 3.2rem;
}

.no-pd-32--b {
  padding-bottom: 3.2rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-36 {
    margin: 3.6rem;
  }
  .no-mg-3xl-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-3xl-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-3xl-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-3xl-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-3xl-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-3xl-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-36 {
    padding: 3.6rem;
  }
  .no-pd-3xl-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-3xl-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-3xl-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-3xl-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-3xl-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-3xl-36--b {
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-36 {
    margin: 3.6rem;
  }
  .no-mg-2xl-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-2xl-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-2xl-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-2xl-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-2xl-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-2xl-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-36 {
    padding: 3.6rem;
  }
  .no-pd-2xl-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-2xl-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-2xl-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-2xl-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-2xl-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-2xl-36--b {
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-36 {
    margin: 3.6rem;
  }
  .no-mg-xl-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-xl-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-xl-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-xl-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-xl-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-xl-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-36 {
    padding: 3.6rem;
  }
  .no-pd-xl-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-xl-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-xl-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-xl-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-xl-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-xl-36--b {
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-36 {
    margin: 3.6rem;
  }
  .no-mg-lg-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-lg-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-lg-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-lg-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-lg-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-lg-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-36 {
    padding: 3.6rem;
  }
  .no-pd-lg-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-lg-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-lg-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-lg-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-lg-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-lg-36--b {
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-36 {
    margin: 3.6rem;
  }
  .no-mg-md-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-md-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-md-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-md-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-md-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-md-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-36 {
    padding: 3.6rem;
  }
  .no-pd-md-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-md-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-md-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-md-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-md-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-md-36--b {
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-36 {
    margin: 3.6rem;
  }
  .no-mg-sm-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-sm-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-sm-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-sm-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-sm-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-sm-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-36 {
    padding: 3.6rem;
  }
  .no-pd-sm-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-sm-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-sm-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-sm-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-sm-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-sm-36--b {
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-36 {
    margin: 3.6rem;
  }
  .no-mg-xs-36--x {
    margin: 0 3.6rem;
  }
  .no-mg-xs-36--y {
    margin: 3.6rem 0;
  }
  .no-mg-xs-36--l {
    margin-left: 3.6rem;
  }
  .no-mg-xs-36--t {
    margin-top: 3.6rem;
  }
  .no-mg-xs-36--r {
    margin-right: 3.6rem;
  }
  .no-mg-xs-36--b {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-36 {
    padding: 3.6rem;
  }
  .no-pd-xs-36--x {
    padding: 0 3.6rem;
  }
  .no-pd-xs-36--y {
    padding: 3.6rem 0;
  }
  .no-pd-xs-36--l {
    padding-left: 3.6rem;
  }
  .no-pd-xs-36--t {
    padding-top: 3.6rem;
  }
  .no-pd-xs-36--r {
    padding-right: 3.6rem;
  }
  .no-pd-xs-36--b {
    padding-bottom: 3.6rem;
  }
}
.no-mg-36 {
  margin: 3.6rem;
}

.no-mg-36--x {
  margin: 0 3.6rem;
}

.no-mg-36--y {
  margin: 3.6rem 0;
}

.no-mg-36--l {
  margin-left: 3.6rem;
}

.no-mg-36--t {
  margin-top: 3.6rem;
}

.no-mg-36--r {
  margin-right: 3.6rem;
}

.no-mg-36--b {
  margin-bottom: 3.6rem;
}

.no-pd-36 {
  padding: 3.6rem;
}

.no-pd-36--x {
  padding: 0 3.6rem;
}

.no-pd-36--y {
  padding: 3.6rem 0;
}

.no-pd-36--l {
  padding-left: 3.6rem;
}

.no-pd-36--t {
  padding-top: 3.6rem;
}

.no-pd-36--r {
  padding-right: 3.6rem;
}

.no-pd-36--b {
  padding-bottom: 3.6rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-40 {
    margin: 4rem;
  }
  .no-mg-3xl-40--x {
    margin: 0 4rem;
  }
  .no-mg-3xl-40--y {
    margin: 4rem 0;
  }
  .no-mg-3xl-40--l {
    margin-left: 4rem;
  }
  .no-mg-3xl-40--t {
    margin-top: 4rem;
  }
  .no-mg-3xl-40--r {
    margin-right: 4rem;
  }
  .no-mg-3xl-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-40 {
    padding: 4rem;
  }
  .no-pd-3xl-40--x {
    padding: 0 4rem;
  }
  .no-pd-3xl-40--y {
    padding: 4rem 0;
  }
  .no-pd-3xl-40--l {
    padding-left: 4rem;
  }
  .no-pd-3xl-40--t {
    padding-top: 4rem;
  }
  .no-pd-3xl-40--r {
    padding-right: 4rem;
  }
  .no-pd-3xl-40--b {
    padding-bottom: 4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-40 {
    margin: 4rem;
  }
  .no-mg-2xl-40--x {
    margin: 0 4rem;
  }
  .no-mg-2xl-40--y {
    margin: 4rem 0;
  }
  .no-mg-2xl-40--l {
    margin-left: 4rem;
  }
  .no-mg-2xl-40--t {
    margin-top: 4rem;
  }
  .no-mg-2xl-40--r {
    margin-right: 4rem;
  }
  .no-mg-2xl-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-40 {
    padding: 4rem;
  }
  .no-pd-2xl-40--x {
    padding: 0 4rem;
  }
  .no-pd-2xl-40--y {
    padding: 4rem 0;
  }
  .no-pd-2xl-40--l {
    padding-left: 4rem;
  }
  .no-pd-2xl-40--t {
    padding-top: 4rem;
  }
  .no-pd-2xl-40--r {
    padding-right: 4rem;
  }
  .no-pd-2xl-40--b {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-40 {
    margin: 4rem;
  }
  .no-mg-xl-40--x {
    margin: 0 4rem;
  }
  .no-mg-xl-40--y {
    margin: 4rem 0;
  }
  .no-mg-xl-40--l {
    margin-left: 4rem;
  }
  .no-mg-xl-40--t {
    margin-top: 4rem;
  }
  .no-mg-xl-40--r {
    margin-right: 4rem;
  }
  .no-mg-xl-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-40 {
    padding: 4rem;
  }
  .no-pd-xl-40--x {
    padding: 0 4rem;
  }
  .no-pd-xl-40--y {
    padding: 4rem 0;
  }
  .no-pd-xl-40--l {
    padding-left: 4rem;
  }
  .no-pd-xl-40--t {
    padding-top: 4rem;
  }
  .no-pd-xl-40--r {
    padding-right: 4rem;
  }
  .no-pd-xl-40--b {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-40 {
    margin: 4rem;
  }
  .no-mg-lg-40--x {
    margin: 0 4rem;
  }
  .no-mg-lg-40--y {
    margin: 4rem 0;
  }
  .no-mg-lg-40--l {
    margin-left: 4rem;
  }
  .no-mg-lg-40--t {
    margin-top: 4rem;
  }
  .no-mg-lg-40--r {
    margin-right: 4rem;
  }
  .no-mg-lg-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-40 {
    padding: 4rem;
  }
  .no-pd-lg-40--x {
    padding: 0 4rem;
  }
  .no-pd-lg-40--y {
    padding: 4rem 0;
  }
  .no-pd-lg-40--l {
    padding-left: 4rem;
  }
  .no-pd-lg-40--t {
    padding-top: 4rem;
  }
  .no-pd-lg-40--r {
    padding-right: 4rem;
  }
  .no-pd-lg-40--b {
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-40 {
    margin: 4rem;
  }
  .no-mg-md-40--x {
    margin: 0 4rem;
  }
  .no-mg-md-40--y {
    margin: 4rem 0;
  }
  .no-mg-md-40--l {
    margin-left: 4rem;
  }
  .no-mg-md-40--t {
    margin-top: 4rem;
  }
  .no-mg-md-40--r {
    margin-right: 4rem;
  }
  .no-mg-md-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-40 {
    padding: 4rem;
  }
  .no-pd-md-40--x {
    padding: 0 4rem;
  }
  .no-pd-md-40--y {
    padding: 4rem 0;
  }
  .no-pd-md-40--l {
    padding-left: 4rem;
  }
  .no-pd-md-40--t {
    padding-top: 4rem;
  }
  .no-pd-md-40--r {
    padding-right: 4rem;
  }
  .no-pd-md-40--b {
    padding-bottom: 4rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-40 {
    margin: 4rem;
  }
  .no-mg-sm-40--x {
    margin: 0 4rem;
  }
  .no-mg-sm-40--y {
    margin: 4rem 0;
  }
  .no-mg-sm-40--l {
    margin-left: 4rem;
  }
  .no-mg-sm-40--t {
    margin-top: 4rem;
  }
  .no-mg-sm-40--r {
    margin-right: 4rem;
  }
  .no-mg-sm-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-40 {
    padding: 4rem;
  }
  .no-pd-sm-40--x {
    padding: 0 4rem;
  }
  .no-pd-sm-40--y {
    padding: 4rem 0;
  }
  .no-pd-sm-40--l {
    padding-left: 4rem;
  }
  .no-pd-sm-40--t {
    padding-top: 4rem;
  }
  .no-pd-sm-40--r {
    padding-right: 4rem;
  }
  .no-pd-sm-40--b {
    padding-bottom: 4rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-40 {
    margin: 4rem;
  }
  .no-mg-xs-40--x {
    margin: 0 4rem;
  }
  .no-mg-xs-40--y {
    margin: 4rem 0;
  }
  .no-mg-xs-40--l {
    margin-left: 4rem;
  }
  .no-mg-xs-40--t {
    margin-top: 4rem;
  }
  .no-mg-xs-40--r {
    margin-right: 4rem;
  }
  .no-mg-xs-40--b {
    margin-bottom: 4rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-40 {
    padding: 4rem;
  }
  .no-pd-xs-40--x {
    padding: 0 4rem;
  }
  .no-pd-xs-40--y {
    padding: 4rem 0;
  }
  .no-pd-xs-40--l {
    padding-left: 4rem;
  }
  .no-pd-xs-40--t {
    padding-top: 4rem;
  }
  .no-pd-xs-40--r {
    padding-right: 4rem;
  }
  .no-pd-xs-40--b {
    padding-bottom: 4rem;
  }
}
.no-mg-40 {
  margin: 4rem;
}

.no-mg-40--x {
  margin: 0 4rem;
}

.no-mg-40--y {
  margin: 4rem 0;
}

.no-mg-40--l {
  margin-left: 4rem;
}

.no-mg-40--t {
  margin-top: 4rem;
}

.no-mg-40--r {
  margin-right: 4rem;
}

.no-mg-40--b {
  margin-bottom: 4rem;
}

.no-pd-40 {
  padding: 4rem;
}

.no-pd-40--x {
  padding: 0 4rem;
}

.no-pd-40--y {
  padding: 4rem 0;
}

.no-pd-40--l {
  padding-left: 4rem;
}

.no-pd-40--t {
  padding-top: 4rem;
}

.no-pd-40--r {
  padding-right: 4rem;
}

.no-pd-40--b {
  padding-bottom: 4rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-48 {
    margin: 4.8rem;
  }
  .no-mg-3xl-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-3xl-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-3xl-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-3xl-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-3xl-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-3xl-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-48 {
    padding: 4.8rem;
  }
  .no-pd-3xl-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-3xl-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-3xl-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-3xl-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-3xl-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-3xl-48--b {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-48 {
    margin: 4.8rem;
  }
  .no-mg-2xl-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-2xl-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-2xl-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-2xl-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-2xl-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-2xl-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-48 {
    padding: 4.8rem;
  }
  .no-pd-2xl-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-2xl-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-2xl-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-2xl-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-2xl-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-2xl-48--b {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-48 {
    margin: 4.8rem;
  }
  .no-mg-xl-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-xl-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-xl-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-xl-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-xl-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-xl-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-48 {
    padding: 4.8rem;
  }
  .no-pd-xl-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-xl-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-xl-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-xl-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-xl-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-xl-48--b {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-48 {
    margin: 4.8rem;
  }
  .no-mg-lg-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-lg-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-lg-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-lg-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-lg-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-lg-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-48 {
    padding: 4.8rem;
  }
  .no-pd-lg-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-lg-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-lg-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-lg-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-lg-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-lg-48--b {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-48 {
    margin: 4.8rem;
  }
  .no-mg-md-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-md-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-md-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-md-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-md-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-md-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-48 {
    padding: 4.8rem;
  }
  .no-pd-md-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-md-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-md-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-md-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-md-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-md-48--b {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-48 {
    margin: 4.8rem;
  }
  .no-mg-sm-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-sm-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-sm-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-sm-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-sm-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-sm-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-48 {
    padding: 4.8rem;
  }
  .no-pd-sm-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-sm-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-sm-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-sm-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-sm-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-sm-48--b {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-48 {
    margin: 4.8rem;
  }
  .no-mg-xs-48--x {
    margin: 0 4.8rem;
  }
  .no-mg-xs-48--y {
    margin: 4.8rem 0;
  }
  .no-mg-xs-48--l {
    margin-left: 4.8rem;
  }
  .no-mg-xs-48--t {
    margin-top: 4.8rem;
  }
  .no-mg-xs-48--r {
    margin-right: 4.8rem;
  }
  .no-mg-xs-48--b {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-48 {
    padding: 4.8rem;
  }
  .no-pd-xs-48--x {
    padding: 0 4.8rem;
  }
  .no-pd-xs-48--y {
    padding: 4.8rem 0;
  }
  .no-pd-xs-48--l {
    padding-left: 4.8rem;
  }
  .no-pd-xs-48--t {
    padding-top: 4.8rem;
  }
  .no-pd-xs-48--r {
    padding-right: 4.8rem;
  }
  .no-pd-xs-48--b {
    padding-bottom: 4.8rem;
  }
}
.no-mg-48 {
  margin: 4.8rem;
}

.no-mg-48--x {
  margin: 0 4.8rem;
}

.no-mg-48--y {
  margin: 4.8rem 0;
}

.no-mg-48--l {
  margin-left: 4.8rem;
}

.no-mg-48--t {
  margin-top: 4.8rem;
}

.no-mg-48--r {
  margin-right: 4.8rem;
}

.no-mg-48--b {
  margin-bottom: 4.8rem;
}

.no-pd-48 {
  padding: 4.8rem;
}

.no-pd-48--x {
  padding: 0 4.8rem;
}

.no-pd-48--y {
  padding: 4.8rem 0;
}

.no-pd-48--l {
  padding-left: 4.8rem;
}

.no-pd-48--t {
  padding-top: 4.8rem;
}

.no-pd-48--r {
  padding-right: 4.8rem;
}

.no-pd-48--b {
  padding-bottom: 4.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-56 {
    margin: 5.6rem;
  }
  .no-mg-3xl-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-3xl-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-3xl-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-3xl-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-3xl-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-3xl-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-56 {
    padding: 5.6rem;
  }
  .no-pd-3xl-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-3xl-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-3xl-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-3xl-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-3xl-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-3xl-56--b {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-56 {
    margin: 5.6rem;
  }
  .no-mg-2xl-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-2xl-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-2xl-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-2xl-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-2xl-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-2xl-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-56 {
    padding: 5.6rem;
  }
  .no-pd-2xl-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-2xl-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-2xl-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-2xl-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-2xl-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-2xl-56--b {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-56 {
    margin: 5.6rem;
  }
  .no-mg-xl-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-xl-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-xl-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-xl-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-xl-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-xl-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-56 {
    padding: 5.6rem;
  }
  .no-pd-xl-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-xl-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-xl-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-xl-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-xl-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-xl-56--b {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-56 {
    margin: 5.6rem;
  }
  .no-mg-lg-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-lg-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-lg-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-lg-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-lg-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-lg-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-56 {
    padding: 5.6rem;
  }
  .no-pd-lg-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-lg-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-lg-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-lg-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-lg-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-lg-56--b {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-56 {
    margin: 5.6rem;
  }
  .no-mg-md-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-md-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-md-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-md-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-md-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-md-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-56 {
    padding: 5.6rem;
  }
  .no-pd-md-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-md-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-md-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-md-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-md-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-md-56--b {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-56 {
    margin: 5.6rem;
  }
  .no-mg-sm-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-sm-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-sm-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-sm-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-sm-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-sm-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-56 {
    padding: 5.6rem;
  }
  .no-pd-sm-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-sm-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-sm-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-sm-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-sm-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-sm-56--b {
    padding-bottom: 5.6rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-56 {
    margin: 5.6rem;
  }
  .no-mg-xs-56--x {
    margin: 0 5.6rem;
  }
  .no-mg-xs-56--y {
    margin: 5.6rem 0;
  }
  .no-mg-xs-56--l {
    margin-left: 5.6rem;
  }
  .no-mg-xs-56--t {
    margin-top: 5.6rem;
  }
  .no-mg-xs-56--r {
    margin-right: 5.6rem;
  }
  .no-mg-xs-56--b {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-56 {
    padding: 5.6rem;
  }
  .no-pd-xs-56--x {
    padding: 0 5.6rem;
  }
  .no-pd-xs-56--y {
    padding: 5.6rem 0;
  }
  .no-pd-xs-56--l {
    padding-left: 5.6rem;
  }
  .no-pd-xs-56--t {
    padding-top: 5.6rem;
  }
  .no-pd-xs-56--r {
    padding-right: 5.6rem;
  }
  .no-pd-xs-56--b {
    padding-bottom: 5.6rem;
  }
}
.no-mg-56 {
  margin: 5.6rem;
}

.no-mg-56--x {
  margin: 0 5.6rem;
}

.no-mg-56--y {
  margin: 5.6rem 0;
}

.no-mg-56--l {
  margin-left: 5.6rem;
}

.no-mg-56--t {
  margin-top: 5.6rem;
}

.no-mg-56--r {
  margin-right: 5.6rem;
}

.no-mg-56--b {
  margin-bottom: 5.6rem;
}

.no-pd-56 {
  padding: 5.6rem;
}

.no-pd-56--x {
  padding: 0 5.6rem;
}

.no-pd-56--y {
  padding: 5.6rem 0;
}

.no-pd-56--l {
  padding-left: 5.6rem;
}

.no-pd-56--t {
  padding-top: 5.6rem;
}

.no-pd-56--r {
  padding-right: 5.6rem;
}

.no-pd-56--b {
  padding-bottom: 5.6rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-64 {
    margin: 6.4rem;
  }
  .no-mg-3xl-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-3xl-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-3xl-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-3xl-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-3xl-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-3xl-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-64 {
    padding: 6.4rem;
  }
  .no-pd-3xl-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-3xl-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-3xl-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-3xl-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-3xl-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-3xl-64--b {
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-64 {
    margin: 6.4rem;
  }
  .no-mg-2xl-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-2xl-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-2xl-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-2xl-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-2xl-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-2xl-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-64 {
    padding: 6.4rem;
  }
  .no-pd-2xl-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-2xl-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-2xl-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-2xl-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-2xl-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-2xl-64--b {
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-64 {
    margin: 6.4rem;
  }
  .no-mg-xl-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-xl-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-xl-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-xl-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-xl-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-xl-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-64 {
    padding: 6.4rem;
  }
  .no-pd-xl-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-xl-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-xl-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-xl-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-xl-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-xl-64--b {
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-64 {
    margin: 6.4rem;
  }
  .no-mg-lg-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-lg-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-lg-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-lg-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-lg-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-lg-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-64 {
    padding: 6.4rem;
  }
  .no-pd-lg-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-lg-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-lg-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-lg-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-lg-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-lg-64--b {
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-64 {
    margin: 6.4rem;
  }
  .no-mg-md-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-md-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-md-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-md-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-md-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-md-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-64 {
    padding: 6.4rem;
  }
  .no-pd-md-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-md-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-md-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-md-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-md-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-md-64--b {
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-64 {
    margin: 6.4rem;
  }
  .no-mg-sm-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-sm-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-sm-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-sm-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-sm-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-sm-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-64 {
    padding: 6.4rem;
  }
  .no-pd-sm-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-sm-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-sm-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-sm-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-sm-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-sm-64--b {
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-64 {
    margin: 6.4rem;
  }
  .no-mg-xs-64--x {
    margin: 0 6.4rem;
  }
  .no-mg-xs-64--y {
    margin: 6.4rem 0;
  }
  .no-mg-xs-64--l {
    margin-left: 6.4rem;
  }
  .no-mg-xs-64--t {
    margin-top: 6.4rem;
  }
  .no-mg-xs-64--r {
    margin-right: 6.4rem;
  }
  .no-mg-xs-64--b {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-64 {
    padding: 6.4rem;
  }
  .no-pd-xs-64--x {
    padding: 0 6.4rem;
  }
  .no-pd-xs-64--y {
    padding: 6.4rem 0;
  }
  .no-pd-xs-64--l {
    padding-left: 6.4rem;
  }
  .no-pd-xs-64--t {
    padding-top: 6.4rem;
  }
  .no-pd-xs-64--r {
    padding-right: 6.4rem;
  }
  .no-pd-xs-64--b {
    padding-bottom: 6.4rem;
  }
}
.no-mg-64 {
  margin: 6.4rem;
}

.no-mg-64--x {
  margin: 0 6.4rem;
}

.no-mg-64--y {
  margin: 6.4rem 0;
}

.no-mg-64--l {
  margin-left: 6.4rem;
}

.no-mg-64--t {
  margin-top: 6.4rem;
}

.no-mg-64--r {
  margin-right: 6.4rem;
}

.no-mg-64--b {
  margin-bottom: 6.4rem;
}

.no-pd-64 {
  padding: 6.4rem;
}

.no-pd-64--x {
  padding: 0 6.4rem;
}

.no-pd-64--y {
  padding: 6.4rem 0;
}

.no-pd-64--l {
  padding-left: 6.4rem;
}

.no-pd-64--t {
  padding-top: 6.4rem;
}

.no-pd-64--r {
  padding-right: 6.4rem;
}

.no-pd-64--b {
  padding-bottom: 6.4rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-72 {
    margin: 7.2rem;
  }
  .no-mg-3xl-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-3xl-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-3xl-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-3xl-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-3xl-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-3xl-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-72 {
    padding: 7.2rem;
  }
  .no-pd-3xl-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-3xl-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-3xl-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-3xl-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-3xl-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-3xl-72--b {
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-72 {
    margin: 7.2rem;
  }
  .no-mg-2xl-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-2xl-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-2xl-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-2xl-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-2xl-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-2xl-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-72 {
    padding: 7.2rem;
  }
  .no-pd-2xl-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-2xl-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-2xl-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-2xl-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-2xl-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-2xl-72--b {
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-72 {
    margin: 7.2rem;
  }
  .no-mg-xl-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-xl-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-xl-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-xl-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-xl-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-xl-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-72 {
    padding: 7.2rem;
  }
  .no-pd-xl-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-xl-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-xl-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-xl-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-xl-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-xl-72--b {
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-72 {
    margin: 7.2rem;
  }
  .no-mg-lg-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-lg-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-lg-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-lg-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-lg-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-lg-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-72 {
    padding: 7.2rem;
  }
  .no-pd-lg-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-lg-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-lg-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-lg-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-lg-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-lg-72--b {
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-72 {
    margin: 7.2rem;
  }
  .no-mg-md-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-md-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-md-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-md-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-md-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-md-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-72 {
    padding: 7.2rem;
  }
  .no-pd-md-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-md-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-md-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-md-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-md-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-md-72--b {
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-72 {
    margin: 7.2rem;
  }
  .no-mg-sm-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-sm-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-sm-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-sm-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-sm-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-sm-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-72 {
    padding: 7.2rem;
  }
  .no-pd-sm-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-sm-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-sm-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-sm-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-sm-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-sm-72--b {
    padding-bottom: 7.2rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-72 {
    margin: 7.2rem;
  }
  .no-mg-xs-72--x {
    margin: 0 7.2rem;
  }
  .no-mg-xs-72--y {
    margin: 7.2rem 0;
  }
  .no-mg-xs-72--l {
    margin-left: 7.2rem;
  }
  .no-mg-xs-72--t {
    margin-top: 7.2rem;
  }
  .no-mg-xs-72--r {
    margin-right: 7.2rem;
  }
  .no-mg-xs-72--b {
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-72 {
    padding: 7.2rem;
  }
  .no-pd-xs-72--x {
    padding: 0 7.2rem;
  }
  .no-pd-xs-72--y {
    padding: 7.2rem 0;
  }
  .no-pd-xs-72--l {
    padding-left: 7.2rem;
  }
  .no-pd-xs-72--t {
    padding-top: 7.2rem;
  }
  .no-pd-xs-72--r {
    padding-right: 7.2rem;
  }
  .no-pd-xs-72--b {
    padding-bottom: 7.2rem;
  }
}
.no-mg-72 {
  margin: 7.2rem;
}

.no-mg-72--x {
  margin: 0 7.2rem;
}

.no-mg-72--y {
  margin: 7.2rem 0;
}

.no-mg-72--l {
  margin-left: 7.2rem;
}

.no-mg-72--t {
  margin-top: 7.2rem;
}

.no-mg-72--r {
  margin-right: 7.2rem;
}

.no-mg-72--b {
  margin-bottom: 7.2rem;
}

.no-pd-72 {
  padding: 7.2rem;
}

.no-pd-72--x {
  padding: 0 7.2rem;
}

.no-pd-72--y {
  padding: 7.2rem 0;
}

.no-pd-72--l {
  padding-left: 7.2rem;
}

.no-pd-72--t {
  padding-top: 7.2rem;
}

.no-pd-72--r {
  padding-right: 7.2rem;
}

.no-pd-72--b {
  padding-bottom: 7.2rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-80 {
    margin: 8rem;
  }
  .no-mg-3xl-80--x {
    margin: 0 8rem;
  }
  .no-mg-3xl-80--y {
    margin: 8rem 0;
  }
  .no-mg-3xl-80--l {
    margin-left: 8rem;
  }
  .no-mg-3xl-80--t {
    margin-top: 8rem;
  }
  .no-mg-3xl-80--r {
    margin-right: 8rem;
  }
  .no-mg-3xl-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-80 {
    padding: 8rem;
  }
  .no-pd-3xl-80--x {
    padding: 0 8rem;
  }
  .no-pd-3xl-80--y {
    padding: 8rem 0;
  }
  .no-pd-3xl-80--l {
    padding-left: 8rem;
  }
  .no-pd-3xl-80--t {
    padding-top: 8rem;
  }
  .no-pd-3xl-80--r {
    padding-right: 8rem;
  }
  .no-pd-3xl-80--b {
    padding-bottom: 8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-80 {
    margin: 8rem;
  }
  .no-mg-2xl-80--x {
    margin: 0 8rem;
  }
  .no-mg-2xl-80--y {
    margin: 8rem 0;
  }
  .no-mg-2xl-80--l {
    margin-left: 8rem;
  }
  .no-mg-2xl-80--t {
    margin-top: 8rem;
  }
  .no-mg-2xl-80--r {
    margin-right: 8rem;
  }
  .no-mg-2xl-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-80 {
    padding: 8rem;
  }
  .no-pd-2xl-80--x {
    padding: 0 8rem;
  }
  .no-pd-2xl-80--y {
    padding: 8rem 0;
  }
  .no-pd-2xl-80--l {
    padding-left: 8rem;
  }
  .no-pd-2xl-80--t {
    padding-top: 8rem;
  }
  .no-pd-2xl-80--r {
    padding-right: 8rem;
  }
  .no-pd-2xl-80--b {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-80 {
    margin: 8rem;
  }
  .no-mg-xl-80--x {
    margin: 0 8rem;
  }
  .no-mg-xl-80--y {
    margin: 8rem 0;
  }
  .no-mg-xl-80--l {
    margin-left: 8rem;
  }
  .no-mg-xl-80--t {
    margin-top: 8rem;
  }
  .no-mg-xl-80--r {
    margin-right: 8rem;
  }
  .no-mg-xl-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-80 {
    padding: 8rem;
  }
  .no-pd-xl-80--x {
    padding: 0 8rem;
  }
  .no-pd-xl-80--y {
    padding: 8rem 0;
  }
  .no-pd-xl-80--l {
    padding-left: 8rem;
  }
  .no-pd-xl-80--t {
    padding-top: 8rem;
  }
  .no-pd-xl-80--r {
    padding-right: 8rem;
  }
  .no-pd-xl-80--b {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-80 {
    margin: 8rem;
  }
  .no-mg-lg-80--x {
    margin: 0 8rem;
  }
  .no-mg-lg-80--y {
    margin: 8rem 0;
  }
  .no-mg-lg-80--l {
    margin-left: 8rem;
  }
  .no-mg-lg-80--t {
    margin-top: 8rem;
  }
  .no-mg-lg-80--r {
    margin-right: 8rem;
  }
  .no-mg-lg-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-80 {
    padding: 8rem;
  }
  .no-pd-lg-80--x {
    padding: 0 8rem;
  }
  .no-pd-lg-80--y {
    padding: 8rem 0;
  }
  .no-pd-lg-80--l {
    padding-left: 8rem;
  }
  .no-pd-lg-80--t {
    padding-top: 8rem;
  }
  .no-pd-lg-80--r {
    padding-right: 8rem;
  }
  .no-pd-lg-80--b {
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-80 {
    margin: 8rem;
  }
  .no-mg-md-80--x {
    margin: 0 8rem;
  }
  .no-mg-md-80--y {
    margin: 8rem 0;
  }
  .no-mg-md-80--l {
    margin-left: 8rem;
  }
  .no-mg-md-80--t {
    margin-top: 8rem;
  }
  .no-mg-md-80--r {
    margin-right: 8rem;
  }
  .no-mg-md-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-80 {
    padding: 8rem;
  }
  .no-pd-md-80--x {
    padding: 0 8rem;
  }
  .no-pd-md-80--y {
    padding: 8rem 0;
  }
  .no-pd-md-80--l {
    padding-left: 8rem;
  }
  .no-pd-md-80--t {
    padding-top: 8rem;
  }
  .no-pd-md-80--r {
    padding-right: 8rem;
  }
  .no-pd-md-80--b {
    padding-bottom: 8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-80 {
    margin: 8rem;
  }
  .no-mg-sm-80--x {
    margin: 0 8rem;
  }
  .no-mg-sm-80--y {
    margin: 8rem 0;
  }
  .no-mg-sm-80--l {
    margin-left: 8rem;
  }
  .no-mg-sm-80--t {
    margin-top: 8rem;
  }
  .no-mg-sm-80--r {
    margin-right: 8rem;
  }
  .no-mg-sm-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-80 {
    padding: 8rem;
  }
  .no-pd-sm-80--x {
    padding: 0 8rem;
  }
  .no-pd-sm-80--y {
    padding: 8rem 0;
  }
  .no-pd-sm-80--l {
    padding-left: 8rem;
  }
  .no-pd-sm-80--t {
    padding-top: 8rem;
  }
  .no-pd-sm-80--r {
    padding-right: 8rem;
  }
  .no-pd-sm-80--b {
    padding-bottom: 8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-80 {
    margin: 8rem;
  }
  .no-mg-xs-80--x {
    margin: 0 8rem;
  }
  .no-mg-xs-80--y {
    margin: 8rem 0;
  }
  .no-mg-xs-80--l {
    margin-left: 8rem;
  }
  .no-mg-xs-80--t {
    margin-top: 8rem;
  }
  .no-mg-xs-80--r {
    margin-right: 8rem;
  }
  .no-mg-xs-80--b {
    margin-bottom: 8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-80 {
    padding: 8rem;
  }
  .no-pd-xs-80--x {
    padding: 0 8rem;
  }
  .no-pd-xs-80--y {
    padding: 8rem 0;
  }
  .no-pd-xs-80--l {
    padding-left: 8rem;
  }
  .no-pd-xs-80--t {
    padding-top: 8rem;
  }
  .no-pd-xs-80--r {
    padding-right: 8rem;
  }
  .no-pd-xs-80--b {
    padding-bottom: 8rem;
  }
}
.no-mg-80 {
  margin: 8rem;
}

.no-mg-80--x {
  margin: 0 8rem;
}

.no-mg-80--y {
  margin: 8rem 0;
}

.no-mg-80--l {
  margin-left: 8rem;
}

.no-mg-80--t {
  margin-top: 8rem;
}

.no-mg-80--r {
  margin-right: 8rem;
}

.no-mg-80--b {
  margin-bottom: 8rem;
}

.no-pd-80 {
  padding: 8rem;
}

.no-pd-80--x {
  padding: 0 8rem;
}

.no-pd-80--y {
  padding: 8rem 0;
}

.no-pd-80--l {
  padding-left: 8rem;
}

.no-pd-80--t {
  padding-top: 8rem;
}

.no-pd-80--r {
  padding-right: 8rem;
}

.no-pd-80--b {
  padding-bottom: 8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-88 {
    margin: 8.8rem;
  }
  .no-mg-3xl-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-3xl-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-3xl-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-3xl-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-3xl-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-3xl-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-88 {
    padding: 8.8rem;
  }
  .no-pd-3xl-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-3xl-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-3xl-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-3xl-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-3xl-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-3xl-88--b {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-88 {
    margin: 8.8rem;
  }
  .no-mg-2xl-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-2xl-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-2xl-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-2xl-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-2xl-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-2xl-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-88 {
    padding: 8.8rem;
  }
  .no-pd-2xl-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-2xl-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-2xl-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-2xl-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-2xl-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-2xl-88--b {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-88 {
    margin: 8.8rem;
  }
  .no-mg-xl-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-xl-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-xl-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-xl-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-xl-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-xl-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-88 {
    padding: 8.8rem;
  }
  .no-pd-xl-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-xl-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-xl-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-xl-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-xl-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-xl-88--b {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-88 {
    margin: 8.8rem;
  }
  .no-mg-lg-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-lg-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-lg-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-lg-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-lg-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-lg-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-88 {
    padding: 8.8rem;
  }
  .no-pd-lg-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-lg-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-lg-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-lg-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-lg-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-lg-88--b {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-88 {
    margin: 8.8rem;
  }
  .no-mg-md-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-md-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-md-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-md-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-md-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-md-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-88 {
    padding: 8.8rem;
  }
  .no-pd-md-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-md-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-md-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-md-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-md-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-md-88--b {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-88 {
    margin: 8.8rem;
  }
  .no-mg-sm-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-sm-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-sm-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-sm-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-sm-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-sm-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-88 {
    padding: 8.8rem;
  }
  .no-pd-sm-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-sm-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-sm-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-sm-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-sm-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-sm-88--b {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-88 {
    margin: 8.8rem;
  }
  .no-mg-xs-88--x {
    margin: 0 8.8rem;
  }
  .no-mg-xs-88--y {
    margin: 8.8rem 0;
  }
  .no-mg-xs-88--l {
    margin-left: 8.8rem;
  }
  .no-mg-xs-88--t {
    margin-top: 8.8rem;
  }
  .no-mg-xs-88--r {
    margin-right: 8.8rem;
  }
  .no-mg-xs-88--b {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-88 {
    padding: 8.8rem;
  }
  .no-pd-xs-88--x {
    padding: 0 8.8rem;
  }
  .no-pd-xs-88--y {
    padding: 8.8rem 0;
  }
  .no-pd-xs-88--l {
    padding-left: 8.8rem;
  }
  .no-pd-xs-88--t {
    padding-top: 8.8rem;
  }
  .no-pd-xs-88--r {
    padding-right: 8.8rem;
  }
  .no-pd-xs-88--b {
    padding-bottom: 8.8rem;
  }
}
.no-mg-88 {
  margin: 8.8rem;
}

.no-mg-88--x {
  margin: 0 8.8rem;
}

.no-mg-88--y {
  margin: 8.8rem 0;
}

.no-mg-88--l {
  margin-left: 8.8rem;
}

.no-mg-88--t {
  margin-top: 8.8rem;
}

.no-mg-88--r {
  margin-right: 8.8rem;
}

.no-mg-88--b {
  margin-bottom: 8.8rem;
}

.no-pd-88 {
  padding: 8.8rem;
}

.no-pd-88--x {
  padding: 0 8.8rem;
}

.no-pd-88--y {
  padding: 8.8rem 0;
}

.no-pd-88--l {
  padding-left: 8.8rem;
}

.no-pd-88--t {
  padding-top: 8.8rem;
}

.no-pd-88--r {
  padding-right: 8.8rem;
}

.no-pd-88--b {
  padding-bottom: 8.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-96 {
    margin: 9.6rem;
  }
  .no-mg-3xl-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-3xl-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-3xl-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-3xl-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-3xl-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-3xl-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-96 {
    padding: 9.6rem;
  }
  .no-pd-3xl-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-3xl-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-3xl-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-3xl-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-3xl-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-3xl-96--b {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-96 {
    margin: 9.6rem;
  }
  .no-mg-2xl-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-2xl-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-2xl-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-2xl-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-2xl-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-2xl-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-96 {
    padding: 9.6rem;
  }
  .no-pd-2xl-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-2xl-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-2xl-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-2xl-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-2xl-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-2xl-96--b {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-96 {
    margin: 9.6rem;
  }
  .no-mg-xl-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-xl-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-xl-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-xl-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-xl-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-xl-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-96 {
    padding: 9.6rem;
  }
  .no-pd-xl-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-xl-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-xl-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-xl-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-xl-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-xl-96--b {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-96 {
    margin: 9.6rem;
  }
  .no-mg-lg-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-lg-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-lg-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-lg-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-lg-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-lg-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-96 {
    padding: 9.6rem;
  }
  .no-pd-lg-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-lg-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-lg-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-lg-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-lg-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-lg-96--b {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-96 {
    margin: 9.6rem;
  }
  .no-mg-md-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-md-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-md-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-md-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-md-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-md-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-96 {
    padding: 9.6rem;
  }
  .no-pd-md-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-md-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-md-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-md-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-md-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-md-96--b {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-96 {
    margin: 9.6rem;
  }
  .no-mg-sm-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-sm-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-sm-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-sm-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-sm-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-sm-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-96 {
    padding: 9.6rem;
  }
  .no-pd-sm-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-sm-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-sm-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-sm-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-sm-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-sm-96--b {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-96 {
    margin: 9.6rem;
  }
  .no-mg-xs-96--x {
    margin: 0 9.6rem;
  }
  .no-mg-xs-96--y {
    margin: 9.6rem 0;
  }
  .no-mg-xs-96--l {
    margin-left: 9.6rem;
  }
  .no-mg-xs-96--t {
    margin-top: 9.6rem;
  }
  .no-mg-xs-96--r {
    margin-right: 9.6rem;
  }
  .no-mg-xs-96--b {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-96 {
    padding: 9.6rem;
  }
  .no-pd-xs-96--x {
    padding: 0 9.6rem;
  }
  .no-pd-xs-96--y {
    padding: 9.6rem 0;
  }
  .no-pd-xs-96--l {
    padding-left: 9.6rem;
  }
  .no-pd-xs-96--t {
    padding-top: 9.6rem;
  }
  .no-pd-xs-96--r {
    padding-right: 9.6rem;
  }
  .no-pd-xs-96--b {
    padding-bottom: 9.6rem;
  }
}
.no-mg-96 {
  margin: 9.6rem;
}

.no-mg-96--x {
  margin: 0 9.6rem;
}

.no-mg-96--y {
  margin: 9.6rem 0;
}

.no-mg-96--l {
  margin-left: 9.6rem;
}

.no-mg-96--t {
  margin-top: 9.6rem;
}

.no-mg-96--r {
  margin-right: 9.6rem;
}

.no-mg-96--b {
  margin-bottom: 9.6rem;
}

.no-pd-96 {
  padding: 9.6rem;
}

.no-pd-96--x {
  padding: 0 9.6rem;
}

.no-pd-96--y {
  padding: 9.6rem 0;
}

.no-pd-96--l {
  padding-left: 9.6rem;
}

.no-pd-96--t {
  padding-top: 9.6rem;
}

.no-pd-96--r {
  padding-right: 9.6rem;
}

.no-pd-96--b {
  padding-bottom: 9.6rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-128 {
    margin: 12.8rem;
  }
  .no-mg-3xl-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-3xl-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-3xl-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-3xl-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-3xl-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-3xl-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-128 {
    padding: 12.8rem;
  }
  .no-pd-3xl-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-3xl-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-3xl-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-3xl-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-3xl-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-3xl-128--b {
    padding-bottom: 12.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-128 {
    margin: 12.8rem;
  }
  .no-mg-2xl-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-2xl-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-2xl-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-2xl-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-2xl-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-2xl-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-128 {
    padding: 12.8rem;
  }
  .no-pd-2xl-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-2xl-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-2xl-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-2xl-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-2xl-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-2xl-128--b {
    padding-bottom: 12.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-128 {
    margin: 12.8rem;
  }
  .no-mg-xl-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-xl-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-xl-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-xl-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-xl-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-xl-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-128 {
    padding: 12.8rem;
  }
  .no-pd-xl-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-xl-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-xl-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-xl-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-xl-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-xl-128--b {
    padding-bottom: 12.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-128 {
    margin: 12.8rem;
  }
  .no-mg-lg-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-lg-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-lg-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-lg-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-lg-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-lg-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-128 {
    padding: 12.8rem;
  }
  .no-pd-lg-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-lg-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-lg-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-lg-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-lg-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-lg-128--b {
    padding-bottom: 12.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-128 {
    margin: 12.8rem;
  }
  .no-mg-md-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-md-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-md-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-md-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-md-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-md-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-128 {
    padding: 12.8rem;
  }
  .no-pd-md-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-md-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-md-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-md-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-md-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-md-128--b {
    padding-bottom: 12.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-128 {
    margin: 12.8rem;
  }
  .no-mg-sm-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-sm-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-sm-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-sm-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-sm-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-sm-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-128 {
    padding: 12.8rem;
  }
  .no-pd-sm-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-sm-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-sm-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-sm-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-sm-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-sm-128--b {
    padding-bottom: 12.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-128 {
    margin: 12.8rem;
  }
  .no-mg-xs-128--x {
    margin: 0 12.8rem;
  }
  .no-mg-xs-128--y {
    margin: 12.8rem 0;
  }
  .no-mg-xs-128--l {
    margin-left: 12.8rem;
  }
  .no-mg-xs-128--t {
    margin-top: 12.8rem;
  }
  .no-mg-xs-128--r {
    margin-right: 12.8rem;
  }
  .no-mg-xs-128--b {
    margin-bottom: 12.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-128 {
    padding: 12.8rem;
  }
  .no-pd-xs-128--x {
    padding: 0 12.8rem;
  }
  .no-pd-xs-128--y {
    padding: 12.8rem 0;
  }
  .no-pd-xs-128--l {
    padding-left: 12.8rem;
  }
  .no-pd-xs-128--t {
    padding-top: 12.8rem;
  }
  .no-pd-xs-128--r {
    padding-right: 12.8rem;
  }
  .no-pd-xs-128--b {
    padding-bottom: 12.8rem;
  }
}
.no-mg-128 {
  margin: 12.8rem;
}

.no-mg-128--x {
  margin: 0 12.8rem;
}

.no-mg-128--y {
  margin: 12.8rem 0;
}

.no-mg-128--l {
  margin-left: 12.8rem;
}

.no-mg-128--t {
  margin-top: 12.8rem;
}

.no-mg-128--r {
  margin-right: 12.8rem;
}

.no-mg-128--b {
  margin-bottom: 12.8rem;
}

.no-pd-128 {
  padding: 12.8rem;
}

.no-pd-128--x {
  padding: 0 12.8rem;
}

.no-pd-128--y {
  padding: 12.8rem 0;
}

.no-pd-128--l {
  padding-left: 12.8rem;
}

.no-pd-128--t {
  padding-top: 12.8rem;
}

.no-pd-128--r {
  padding-right: 12.8rem;
}

.no-pd-128--b {
  padding-bottom: 12.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-148 {
    margin: 14.8rem;
  }
  .no-mg-3xl-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-3xl-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-3xl-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-3xl-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-3xl-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-3xl-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-148 {
    padding: 14.8rem;
  }
  .no-pd-3xl-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-3xl-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-3xl-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-3xl-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-3xl-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-3xl-148--b {
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-148 {
    margin: 14.8rem;
  }
  .no-mg-2xl-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-2xl-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-2xl-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-2xl-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-2xl-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-2xl-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-148 {
    padding: 14.8rem;
  }
  .no-pd-2xl-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-2xl-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-2xl-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-2xl-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-2xl-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-2xl-148--b {
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-148 {
    margin: 14.8rem;
  }
  .no-mg-xl-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-xl-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-xl-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-xl-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-xl-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-xl-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-148 {
    padding: 14.8rem;
  }
  .no-pd-xl-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-xl-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-xl-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-xl-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-xl-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-xl-148--b {
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-148 {
    margin: 14.8rem;
  }
  .no-mg-lg-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-lg-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-lg-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-lg-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-lg-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-lg-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-148 {
    padding: 14.8rem;
  }
  .no-pd-lg-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-lg-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-lg-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-lg-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-lg-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-lg-148--b {
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-148 {
    margin: 14.8rem;
  }
  .no-mg-md-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-md-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-md-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-md-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-md-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-md-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-148 {
    padding: 14.8rem;
  }
  .no-pd-md-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-md-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-md-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-md-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-md-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-md-148--b {
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-148 {
    margin: 14.8rem;
  }
  .no-mg-sm-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-sm-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-sm-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-sm-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-sm-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-sm-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-148 {
    padding: 14.8rem;
  }
  .no-pd-sm-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-sm-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-sm-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-sm-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-sm-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-sm-148--b {
    padding-bottom: 14.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-148 {
    margin: 14.8rem;
  }
  .no-mg-xs-148--x {
    margin: 0 14.8rem;
  }
  .no-mg-xs-148--y {
    margin: 14.8rem 0;
  }
  .no-mg-xs-148--l {
    margin-left: 14.8rem;
  }
  .no-mg-xs-148--t {
    margin-top: 14.8rem;
  }
  .no-mg-xs-148--r {
    margin-right: 14.8rem;
  }
  .no-mg-xs-148--b {
    margin-bottom: 14.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-148 {
    padding: 14.8rem;
  }
  .no-pd-xs-148--x {
    padding: 0 14.8rem;
  }
  .no-pd-xs-148--y {
    padding: 14.8rem 0;
  }
  .no-pd-xs-148--l {
    padding-left: 14.8rem;
  }
  .no-pd-xs-148--t {
    padding-top: 14.8rem;
  }
  .no-pd-xs-148--r {
    padding-right: 14.8rem;
  }
  .no-pd-xs-148--b {
    padding-bottom: 14.8rem;
  }
}
.no-mg-148 {
  margin: 14.8rem;
}

.no-mg-148--x {
  margin: 0 14.8rem;
}

.no-mg-148--y {
  margin: 14.8rem 0;
}

.no-mg-148--l {
  margin-left: 14.8rem;
}

.no-mg-148--t {
  margin-top: 14.8rem;
}

.no-mg-148--r {
  margin-right: 14.8rem;
}

.no-mg-148--b {
  margin-bottom: 14.8rem;
}

.no-pd-148 {
  padding: 14.8rem;
}

.no-pd-148--x {
  padding: 0 14.8rem;
}

.no-pd-148--y {
  padding: 14.8rem 0;
}

.no-pd-148--l {
  padding-left: 14.8rem;
}

.no-pd-148--t {
  padding-top: 14.8rem;
}

.no-pd-148--r {
  padding-right: 14.8rem;
}

.no-pd-148--b {
  padding-bottom: 14.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-188 {
    margin: 18.8rem;
  }
  .no-mg-3xl-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-3xl-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-3xl-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-3xl-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-3xl-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-3xl-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-188 {
    padding: 18.8rem;
  }
  .no-pd-3xl-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-3xl-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-3xl-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-3xl-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-3xl-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-3xl-188--b {
    padding-bottom: 18.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-188 {
    margin: 18.8rem;
  }
  .no-mg-2xl-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-2xl-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-2xl-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-2xl-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-2xl-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-2xl-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-188 {
    padding: 18.8rem;
  }
  .no-pd-2xl-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-2xl-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-2xl-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-2xl-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-2xl-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-2xl-188--b {
    padding-bottom: 18.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-188 {
    margin: 18.8rem;
  }
  .no-mg-xl-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-xl-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-xl-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-xl-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-xl-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-xl-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-188 {
    padding: 18.8rem;
  }
  .no-pd-xl-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-xl-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-xl-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-xl-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-xl-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-xl-188--b {
    padding-bottom: 18.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-188 {
    margin: 18.8rem;
  }
  .no-mg-lg-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-lg-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-lg-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-lg-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-lg-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-lg-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-188 {
    padding: 18.8rem;
  }
  .no-pd-lg-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-lg-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-lg-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-lg-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-lg-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-lg-188--b {
    padding-bottom: 18.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-188 {
    margin: 18.8rem;
  }
  .no-mg-md-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-md-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-md-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-md-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-md-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-md-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-188 {
    padding: 18.8rem;
  }
  .no-pd-md-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-md-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-md-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-md-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-md-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-md-188--b {
    padding-bottom: 18.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-188 {
    margin: 18.8rem;
  }
  .no-mg-sm-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-sm-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-sm-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-sm-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-sm-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-sm-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-188 {
    padding: 18.8rem;
  }
  .no-pd-sm-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-sm-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-sm-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-sm-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-sm-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-sm-188--b {
    padding-bottom: 18.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-188 {
    margin: 18.8rem;
  }
  .no-mg-xs-188--x {
    margin: 0 18.8rem;
  }
  .no-mg-xs-188--y {
    margin: 18.8rem 0;
  }
  .no-mg-xs-188--l {
    margin-left: 18.8rem;
  }
  .no-mg-xs-188--t {
    margin-top: 18.8rem;
  }
  .no-mg-xs-188--r {
    margin-right: 18.8rem;
  }
  .no-mg-xs-188--b {
    margin-bottom: 18.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-188 {
    padding: 18.8rem;
  }
  .no-pd-xs-188--x {
    padding: 0 18.8rem;
  }
  .no-pd-xs-188--y {
    padding: 18.8rem 0;
  }
  .no-pd-xs-188--l {
    padding-left: 18.8rem;
  }
  .no-pd-xs-188--t {
    padding-top: 18.8rem;
  }
  .no-pd-xs-188--r {
    padding-right: 18.8rem;
  }
  .no-pd-xs-188--b {
    padding-bottom: 18.8rem;
  }
}
.no-mg-188 {
  margin: 18.8rem;
}

.no-mg-188--x {
  margin: 0 18.8rem;
}

.no-mg-188--y {
  margin: 18.8rem 0;
}

.no-mg-188--l {
  margin-left: 18.8rem;
}

.no-mg-188--t {
  margin-top: 18.8rem;
}

.no-mg-188--r {
  margin-right: 18.8rem;
}

.no-mg-188--b {
  margin-bottom: 18.8rem;
}

.no-pd-188 {
  padding: 18.8rem;
}

.no-pd-188--x {
  padding: 0 18.8rem;
}

.no-pd-188--y {
  padding: 18.8rem 0;
}

.no-pd-188--l {
  padding-left: 18.8rem;
}

.no-pd-188--t {
  padding-top: 18.8rem;
}

.no-pd-188--r {
  padding-right: 18.8rem;
}

.no-pd-188--b {
  padding-bottom: 18.8rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-256 {
    margin: 25.6rem;
  }
  .no-mg-3xl-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-3xl-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-3xl-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-3xl-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-3xl-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-3xl-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-256 {
    padding: 25.6rem;
  }
  .no-pd-3xl-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-3xl-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-3xl-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-3xl-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-3xl-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-3xl-256--b {
    padding-bottom: 25.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-256 {
    margin: 25.6rem;
  }
  .no-mg-2xl-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-2xl-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-2xl-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-2xl-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-2xl-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-2xl-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-256 {
    padding: 25.6rem;
  }
  .no-pd-2xl-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-2xl-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-2xl-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-2xl-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-2xl-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-2xl-256--b {
    padding-bottom: 25.6rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-256 {
    margin: 25.6rem;
  }
  .no-mg-xl-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-xl-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-xl-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-xl-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-xl-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-xl-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-256 {
    padding: 25.6rem;
  }
  .no-pd-xl-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-xl-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-xl-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-xl-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-xl-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-xl-256--b {
    padding-bottom: 25.6rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-256 {
    margin: 25.6rem;
  }
  .no-mg-lg-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-lg-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-lg-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-lg-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-lg-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-lg-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-256 {
    padding: 25.6rem;
  }
  .no-pd-lg-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-lg-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-lg-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-lg-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-lg-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-lg-256--b {
    padding-bottom: 25.6rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-256 {
    margin: 25.6rem;
  }
  .no-mg-md-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-md-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-md-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-md-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-md-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-md-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-256 {
    padding: 25.6rem;
  }
  .no-pd-md-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-md-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-md-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-md-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-md-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-md-256--b {
    padding-bottom: 25.6rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-256 {
    margin: 25.6rem;
  }
  .no-mg-sm-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-sm-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-sm-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-sm-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-sm-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-sm-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-256 {
    padding: 25.6rem;
  }
  .no-pd-sm-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-sm-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-sm-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-sm-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-sm-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-sm-256--b {
    padding-bottom: 25.6rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-256 {
    margin: 25.6rem;
  }
  .no-mg-xs-256--x {
    margin: 0 25.6rem;
  }
  .no-mg-xs-256--y {
    margin: 25.6rem 0;
  }
  .no-mg-xs-256--l {
    margin-left: 25.6rem;
  }
  .no-mg-xs-256--t {
    margin-top: 25.6rem;
  }
  .no-mg-xs-256--r {
    margin-right: 25.6rem;
  }
  .no-mg-xs-256--b {
    margin-bottom: 25.6rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-256 {
    padding: 25.6rem;
  }
  .no-pd-xs-256--x {
    padding: 0 25.6rem;
  }
  .no-pd-xs-256--y {
    padding: 25.6rem 0;
  }
  .no-pd-xs-256--l {
    padding-left: 25.6rem;
  }
  .no-pd-xs-256--t {
    padding-top: 25.6rem;
  }
  .no-pd-xs-256--r {
    padding-right: 25.6rem;
  }
  .no-pd-xs-256--b {
    padding-bottom: 25.6rem;
  }
}
.no-mg-256 {
  margin: 25.6rem;
}

.no-mg-256--x {
  margin: 0 25.6rem;
}

.no-mg-256--y {
  margin: 25.6rem 0;
}

.no-mg-256--l {
  margin-left: 25.6rem;
}

.no-mg-256--t {
  margin-top: 25.6rem;
}

.no-mg-256--r {
  margin-right: 25.6rem;
}

.no-mg-256--b {
  margin-bottom: 25.6rem;
}

.no-pd-256 {
  padding: 25.6rem;
}

.no-pd-256--x {
  padding: 0 25.6rem;
}

.no-pd-256--y {
  padding: 25.6rem 0;
}

.no-pd-256--l {
  padding-left: 25.6rem;
}

.no-pd-256--t {
  padding-top: 25.6rem;
}

.no-pd-256--r {
  padding-right: 25.6rem;
}

.no-pd-256--b {
  padding-bottom: 25.6rem;
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-288 {
    margin: 28.8rem;
  }
  .no-mg-3xl-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-3xl-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-3xl-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-3xl-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-3xl-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-3xl-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-288 {
    padding: 28.8rem;
  }
  .no-pd-3xl-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-3xl-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-3xl-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-3xl-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-3xl-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-3xl-288--b {
    padding-bottom: 28.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-288 {
    margin: 28.8rem;
  }
  .no-mg-2xl-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-2xl-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-2xl-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-2xl-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-2xl-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-2xl-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-288 {
    padding: 28.8rem;
  }
  .no-pd-2xl-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-2xl-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-2xl-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-2xl-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-2xl-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-2xl-288--b {
    padding-bottom: 28.8rem;
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-288 {
    margin: 28.8rem;
  }
  .no-mg-xl-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-xl-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-xl-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-xl-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-xl-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-xl-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-288 {
    padding: 28.8rem;
  }
  .no-pd-xl-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-xl-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-xl-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-xl-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-xl-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-xl-288--b {
    padding-bottom: 28.8rem;
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-288 {
    margin: 28.8rem;
  }
  .no-mg-lg-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-lg-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-lg-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-lg-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-lg-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-lg-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-288 {
    padding: 28.8rem;
  }
  .no-pd-lg-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-lg-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-lg-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-lg-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-lg-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-lg-288--b {
    padding-bottom: 28.8rem;
  }
}
@media (max-width: 768px) {
  .no-mg-md-288 {
    margin: 28.8rem;
  }
  .no-mg-md-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-md-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-md-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-md-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-md-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-md-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 768px) {
  .no-pd-md-288 {
    padding: 28.8rem;
  }
  .no-pd-md-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-md-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-md-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-md-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-md-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-md-288--b {
    padding-bottom: 28.8rem;
  }
}
@media (max-width: 544px) {
  .no-mg-sm-288 {
    margin: 28.8rem;
  }
  .no-mg-sm-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-sm-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-sm-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-sm-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-sm-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-sm-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 544px) {
  .no-pd-sm-288 {
    padding: 28.8rem;
  }
  .no-pd-sm-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-sm-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-sm-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-sm-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-sm-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-sm-288--b {
    padding-bottom: 28.8rem;
  }
}
@media (max-width: 375px) {
  .no-mg-xs-288 {
    margin: 28.8rem;
  }
  .no-mg-xs-288--x {
    margin: 0 28.8rem;
  }
  .no-mg-xs-288--y {
    margin: 28.8rem 0;
  }
  .no-mg-xs-288--l {
    margin-left: 28.8rem;
  }
  .no-mg-xs-288--t {
    margin-top: 28.8rem;
  }
  .no-mg-xs-288--r {
    margin-right: 28.8rem;
  }
  .no-mg-xs-288--b {
    margin-bottom: 28.8rem;
  }
}
@media (max-width: 375px) {
  .no-pd-xs-288 {
    padding: 28.8rem;
  }
  .no-pd-xs-288--x {
    padding: 0 28.8rem;
  }
  .no-pd-xs-288--y {
    padding: 28.8rem 0;
  }
  .no-pd-xs-288--l {
    padding-left: 28.8rem;
  }
  .no-pd-xs-288--t {
    padding-top: 28.8rem;
  }
  .no-pd-xs-288--r {
    padding-right: 28.8rem;
  }
  .no-pd-xs-288--b {
    padding-bottom: 28.8rem;
  }
}
.no-mg-288 {
  margin: 28.8rem;
}

.no-mg-288--x {
  margin: 0 28.8rem;
}

.no-mg-288--y {
  margin: 28.8rem 0;
}

.no-mg-288--l {
  margin-left: 28.8rem;
}

.no-mg-288--t {
  margin-top: 28.8rem;
}

.no-mg-288--r {
  margin-right: 28.8rem;
}

.no-mg-288--b {
  margin-bottom: 28.8rem;
}

.no-pd-288 {
  padding: 28.8rem;
}

.no-pd-288--x {
  padding: 0 28.8rem;
}

.no-pd-288--y {
  padding: 28.8rem 0;
}

.no-pd-288--l {
  padding-left: 28.8rem;
}

.no-pd-288--t {
  padding-top: 28.8rem;
}

.no-pd-288--r {
  padding-right: 28.8rem;
}

.no-pd-288--b {
  padding-bottom: 28.8rem;
}

.no-ff-title {
  font-family: SUIT, sans-serif;
}

.no-ff-body {
  font-family: SUIT, sans-serif;
}

.no-fw-black {
  font-weight: 900;
}

.no-fw-extra-bold {
  font-weight: 800;
}

.no-fw-bold {
  font-weight: 700;
}

.no-fw-semiBold {
  font-weight: 600;
}

.no-fw-medium {
  font-weight: 500;
}

.no-fw-regular {
  font-weight: 400;
}

.no-fw-light {
  font-weight: 300;
}

.no-fw-extra-light {
  font-weight: 200;
}

.no-fw-thin {
  font-weight: 100;
}

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

.no-lh-11 {
  line-height: 1.1;
}

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

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

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

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

.no-lh-16 {
  line-height: 1.618;
}

.no-lh-18 {
  line-height: 1.8;
}

.no-lh-20 {
  line-height: 2;
}

:root {
  --clr-text-title: var(--clr-gray-900);
  --clr-text-body: var(--clr-gray-800);
  --clr-text-label: var(--clr-gray-600);
  --clr-text-desc: var(--clr-gray-500);
  --clr-text-strong: var(--clr-base-black);
  --clr-text-title-invert: var(--clr-base-white);
  --clr-text-body-invert: var(--clr-white-07dp);
  --clr-border-default: var(--clr-gray-300);
  --clr-border-strong: var(--clr-gray-900);
  --clr-border-week: var(--clr-white-02dp);
  --clr-bg-default: var(--clr-base-white);
  --clr-bg-surface: var(--clr-gray-50);
  --clr-bg-surface-25: var(--clr-base-blur);
  --clr-bg-card: var(--clr-gray-200);
  --clr-sementic-red: var(--clr-base-red);
  --clr-primary-default: var(--clr-primary-500);
  --clr-primary-hover: var(--clr-primary-700);
  --clr-primary-focus: var(--clr-primary-700);
  --clr-primary-disabled: var(--clr-gray-500);
  --clr-primary-text: var(--clr-base-white);
  --clr-primary-border: var(--clr-primary-500);
  --clr-secondary-default: var(--clr-secondary-100);
  --clr-secondary-hover: var(--clr-secondary-200);
  --clr-secondary-focus: var(--clr-secondary-200);
  --clr-secondary-disabled: var(--clr-gray-400);
  --clr-secondary-text: var(--clr-gray-900);
  --clr-secondary-border: var(--clr-secondary-100);
  --clr-white-default: var(--clr-base-white);
  --clr-white-hover: var(--clr-gray-100);
  --clr-white-focus: var(--clr-gray-100);
  --clr-white-disabled: var(--clr-gray-400);
  --clr-white-text: var(--clr-gray-900);
  --clr-white-border: var(--clr-gray-900);
  --clr-gray-default: var(--clr-gray-600);
  --clr-gray-hover: var(--clr-gray-700);
  --clr-gray-focus: var(--clr-gray-700);
  --clr-gray-disabled: var(--clr-gray-500);
  --clr-gray-text: var(--clr-base-white);
  --clr-gray-border: var(--clr-gray-600);
  --clr-black-default: var(--clr-base-black);
  --clr-black-hover: var(--clr-gray-900);
  --clr-black-focus: var(--clr-gray-900);
  --clr-black-disabled: var(--clr-gray-500);
  --clr-black-text: var(--clr-base-white);
  --clr-black-border: var(--clr-base-black);
  --spc-section-xl: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  --spc-section-lg: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  --spc-section-md: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  --spc-section-sm: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --spc-section-xs: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  --spc-section-2xs: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --spc-section-3xs: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  --spc-section-4xs: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  --spc-section-148: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  --spc-section-128: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  --spc-section-120: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  --spc-section-80: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  --spc-section-64: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  --spc-section-60: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  --spc-section-48: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --spc-section-44: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  --spc-section-32: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  --spc-section-28: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  --spc-section-24: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --spc-section-16: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  --spc-section-12: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  --spc-section-8: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  --spc-radius-circle: 50%;
  --spc-radius-round: var(--spc-288);
  --spc-radius-input: var(--spc-6);
  --spc-radius-xl: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --spc-radius-lg: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  --spc-radius-md: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --spc-radius-sm: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  --spc-radius-xs: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}

html[data-theme="light"] {
  --clr-text-title: var(--clr-gray-900);
  --clr-text-body: var(--clr-gray-800);
  --clr-text-label: var(--clr-gray-600);
  --clr-text-desc: var(--clr-gray-500);
  --clr-text-strong: var(--clr-base-black);
  --clr-text-title-invert: var(--clr-base-white);
  --clr-text-body-invert: var(--clr-white-07dp);
  --clr-border-default: var(--clr-gray-300);
  --clr-border-strong: var(--clr-gray-900);
  --clr-border-week: var(--clr-white-02dp);
  --clr-bg-default: var(--clr-base-white);
  --clr-bg-surface: var(--clr-gray-50);
  --clr-bg-surface-25: var(--clr-base-blur);
  --clr-bg-card: var(--clr-gray-200);
  --clr-sementic-red: var(--clr-base-red);
  --clr-primary-default: var(--clr-primary-500);
  --clr-primary-hover: var(--clr-primary-700);
  --clr-primary-focus: var(--clr-primary-700);
  --clr-primary-disabled: var(--clr-gray-500);
  --clr-primary-text: var(--clr-base-white);
  --clr-primary-border: var(--clr-primary-500);
  --clr-secondary-default: var(--clr-secondary-100);
  --clr-secondary-hover: var(--clr-secondary-200);
  --clr-secondary-focus: var(--clr-secondary-200);
  --clr-secondary-disabled: var(--clr-gray-400);
  --clr-secondary-text: var(--clr-gray-900);
  --clr-secondary-border: var(--clr-secondary-100);
  --clr-white-default: var(--clr-base-white);
  --clr-white-hover: var(--clr-gray-100);
  --clr-white-focus: var(--clr-gray-100);
  --clr-white-disabled: var(--clr-gray-400);
  --clr-white-text: var(--clr-gray-900);
  --clr-white-border: var(--clr-gray-900);
  --clr-gray-default: var(--clr-gray-600);
  --clr-gray-hover: var(--clr-gray-700);
  --clr-gray-focus: var(--clr-gray-700);
  --clr-gray-disabled: var(--clr-gray-500);
  --clr-gray-text: var(--clr-base-white);
  --clr-gray-border: var(--clr-gray-600);
  --clr-black-default: var(--clr-base-black);
  --clr-black-hover: var(--clr-gray-900);
  --clr-black-focus: var(--clr-gray-900);
  --clr-black-disabled: var(--clr-gray-500);
  --clr-black-text: var(--clr-base-white);
  --clr-black-border: var(--clr-base-black);
}

html[data-theme="dark"] {
  --clr-text-title: var(--clr-gray-50);
  --clr-text-body: var(--clr-gray-100);
  --clr-text-label: var(--clr-gray-400);
  --clr-text-desc: var(--clr-gray-500);
  --clr-text-strong: var(--clr-base-white);
  --clr-text-title-invert: var(--clr-base-black);
  --clr-text-body-invert: var(--clr-black-00dp);
  --clr-border-default: var(--clr-gray-700);
  --clr-border-strong: var(--clr-gray-50);
  --clr-border-week: var(--clr-black-02dp);
  --clr-bg-default: var(--clr-gray-900);
  --clr-bg-surface: var(--clr-gray-800);
  --clr-bg-surface-25: var(--clr-dark-base-blur);
  --clr-bg-card: var(--clr-gray-700);
  --clr-sementic-red: var(--clr-dark-base-red);
  --clr-primary-default: var(--clr-primary-300);
  --clr-primary-hover: var(--clr-primary-200);
  --clr-primary-focus: var(--clr-primary-200);
  --clr-primary-disabled: var(--clr-gray-400);
  --clr-primary-text: var(--clr-gray-900);
  --clr-primary-border: var(--clr-primary-300);
  --clr-secondary-default: var(--clr-secondary-400);
  --clr-secondary-hover: var(--clr-secondary-300);
  --clr-secondary-focus: var(--clr-secondary-300);
  --clr-secondary-disabled: var(--clr-gray-500);
  --clr-secondary-text: var(--clr-gray-50);
  --clr-secondary-border: var(--clr-secondary-400);
  --clr-white-default: var(--clr-base-white);
  --clr-white-hover: var(--clr-gray-100);
  --clr-white-focus: var(--clr-gray-100);
  --clr-white-disabled: var(--clr-gray-400);
  --clr-white-text: var(--clr-gray-900);
  --clr-white-border: var(--clr-gray-900);
  --clr-gray-default: var(--clr-gray-600);
  --clr-gray-hover: var(--clr-gray-700);
  --clr-gray-focus: var(--clr-gray-700);
  --clr-gray-disabled: var(--clr-gray-500);
  --clr-gray-text: var(--clr-base-white);
  --clr-gray-border: var(--clr-gray-600);
  --clr-black-default: var(--clr-base-black);
  --clr-black-hover: var(--clr-gray-900);
  --clr-black-focus: var(--clr-gray-900);
  --clr-black-disabled: var(--clr-gray-500);
  --clr-black-text: var(--clr-base-white);
  --clr-black-border: var(--clr-base-black);
}

:root {
  --fs-display-xxl: clamp(9rem, 6.3430420712vw + 6.6213592233rem, 18.8rem);
  --fs-display-xl: clamp(6rem, 6.213592233vw + 3.6699029126rem, 15.6rem);
  --fs-display-lg: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  --fs-display-md: clamp(5.6rem, 2.5889967638vw + 4.6291262136rem, 9.6rem);
  --fs-display-sm: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
  --fs-display-xs: clamp(4rem, 2.071197411vw + 3.2233009709rem, 7.2rem);
  --fs-heading-xl: clamp(2.8rem, 2.3300970874vw + 1.9262135922rem, 6.4rem);
  --fs-heading-lg: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --fs-heading-md: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  --fs-heading-sm: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
  --fs-heading-xs: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  --fs-body-xl: clamp(1.7rem, 0.1941747573vw + 1.627184466rem, 2rem);
  --fs-body-lg: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  --fs-body-md: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  --fs-body-sm: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  --fs-body-xs: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  --fs-base-label: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  --fs-base-menu: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  --fs-base-submenu: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  --fs-base-bedge: clamp(1.2rem, 0vw + 1.2rem, 1.2rem);
  --fs-base-mainTitle: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  --fs-base-mainDesc: clamp(2.2rem, 0.3883495146vw + 2.054368932rem, 2.8rem);
}

.no-clr-text-title {
  color: var(--clr-text-title);
}

.no-bg-text-title {
  background-color: var(--clr-text-title);
}

.no-clr-text-body {
  color: var(--clr-text-body);
}

.no-bg-text-body {
  background-color: var(--clr-text-body);
}

.no-clr-text-label {
  color: var(--clr-text-label);
}

.no-bg-text-label {
  background-color: var(--clr-text-label);
}

.no-clr-text-desc {
  color: var(--clr-text-desc);
}

.no-bg-text-desc {
  background-color: var(--clr-text-desc);
}

.no-clr-text-strong {
  color: var(--clr-text-strong);
}

.no-bg-text-strong {
  background-color: var(--clr-text-strong);
}

.no-clr-text-title-invert {
  color: var(--clr-text-title-invert);
}

.no-bg-text-title-invert {
  background-color: var(--clr-text-title-invert);
}

.no-clr-text-body-invert {
  color: var(--clr-text-body-invert);
}

.no-bg-text-body-invert {
  background-color: var(--clr-text-body-invert);
}

.no-clr-border-default {
  color: var(--clr-border-default);
}

.no-bg-border-default {
  background-color: var(--clr-border-default);
}

.no-clr-border-strong {
  color: var(--clr-border-strong);
}

.no-bg-border-strong {
  background-color: var(--clr-border-strong);
}

.no-clr-border-week {
  color: var(--clr-border-week);
}

.no-bg-border-week {
  background-color: var(--clr-border-week);
}

.no-clr-bg-default {
  color: var(--clr-bg-default);
}

.no-bg-bg-default {
  background-color: var(--clr-bg-default);
}

.no-clr-bg-surface {
  color: var(--clr-bg-surface);
}

.no-bg-bg-surface {
  background-color: var(--clr-bg-surface);
}

.no-clr-bg-surface-25 {
  color: var(--clr-bg-surface-25);
}

.no-bg-bg-surface-25 {
  background-color: var(--clr-bg-surface-25);
}

.no-clr-bg-card {
  color: var(--clr-bg-card);
}

.no-bg-bg-card {
  background-color: var(--clr-bg-card);
}

.no-clr-sementic-red {
  color: var(--clr-sementic-red);
}

.no-bg-sementic-red {
  background-color: var(--clr-sementic-red);
}

.no-clr-primary-default {
  color: var(--clr-primary-default);
}

.no-bg-primary-default {
  background-color: var(--clr-primary-default);
}

.no-clr-primary-hover {
  color: var(--clr-primary-hover);
}

.no-bg-primary-hover {
  background-color: var(--clr-primary-hover);
}

.no-clr-primary-focus {
  color: var(--clr-primary-focus);
}

.no-bg-primary-focus {
  background-color: var(--clr-primary-focus);
}

.no-clr-primary-disabled {
  color: var(--clr-primary-disabled);
}

.no-bg-primary-disabled {
  background-color: var(--clr-primary-disabled);
}

.no-clr-primary-text {
  color: var(--clr-primary-text);
}

.no-bg-primary-text {
  background-color: var(--clr-primary-text);
}

.no-clr-primary-border {
  color: var(--clr-primary-border);
}

.no-bg-primary-border {
  background-color: var(--clr-primary-border);
}

.no-clr-secondary-default {
  color: var(--clr-secondary-default);
}

.no-bg-secondary-default {
  background-color: var(--clr-secondary-default);
}

.no-clr-secondary-hover {
  color: var(--clr-secondary-hover);
}

.no-bg-secondary-hover {
  background-color: var(--clr-secondary-hover);
}

.no-clr-secondary-focus {
  color: var(--clr-secondary-focus);
}

.no-bg-secondary-focus {
  background-color: var(--clr-secondary-focus);
}

.no-clr-secondary-disabled {
  color: var(--clr-secondary-disabled);
}

.no-bg-secondary-disabled {
  background-color: var(--clr-secondary-disabled);
}

.no-clr-secondary-text {
  color: var(--clr-secondary-text);
}

.no-bg-secondary-text {
  background-color: var(--clr-secondary-text);
}

.no-clr-secondary-border {
  color: var(--clr-secondary-border);
}

.no-bg-secondary-border {
  background-color: var(--clr-secondary-border);
}

.no-clr-white-default {
  color: var(--clr-white-default);
}

.no-bg-white-default {
  background-color: var(--clr-white-default);
}

.no-clr-white-hover {
  color: var(--clr-white-hover);
}

.no-bg-white-hover {
  background-color: var(--clr-white-hover);
}

.no-clr-white-focus {
  color: var(--clr-white-focus);
}

.no-bg-white-focus {
  background-color: var(--clr-white-focus);
}

.no-clr-white-disabled {
  color: var(--clr-white-disabled);
}

.no-bg-white-disabled {
  background-color: var(--clr-white-disabled);
}

.no-clr-white-text {
  color: var(--clr-white-text);
}

.no-bg-white-text {
  background-color: var(--clr-white-text);
}

.no-clr-white-border {
  color: var(--clr-white-border);
}

.no-bg-white-border {
  background-color: var(--clr-white-border);
}

.no-clr-gray-default {
  color: var(--clr-gray-default);
}

.no-bg-gray-default {
  background-color: var(--clr-gray-default);
}

.no-clr-gray-hover {
  color: var(--clr-gray-hover);
}

.no-bg-gray-hover {
  background-color: var(--clr-gray-hover);
}

.no-clr-gray-focus {
  color: var(--clr-gray-focus);
}

.no-bg-gray-focus {
  background-color: var(--clr-gray-focus);
}

.no-clr-gray-disabled {
  color: var(--clr-gray-disabled);
}

.no-bg-gray-disabled {
  background-color: var(--clr-gray-disabled);
}

.no-clr-gray-text {
  color: var(--clr-gray-text);
}

.no-bg-gray-text {
  background-color: var(--clr-gray-text);
}

.no-clr-gray-border {
  color: var(--clr-gray-border);
}

.no-bg-gray-border {
  background-color: var(--clr-gray-border);
}

.no-clr-black-default {
  color: var(--clr-black-default);
}

.no-bg-black-default {
  background-color: var(--clr-black-default);
}

.no-clr-black-hover {
  color: var(--clr-black-hover);
}

.no-bg-black-hover {
  background-color: var(--clr-black-hover);
}

.no-clr-black-focus {
  color: var(--clr-black-focus);
}

.no-bg-black-focus {
  background-color: var(--clr-black-focus);
}

.no-clr-black-disabled {
  color: var(--clr-black-disabled);
}

.no-bg-black-disabled {
  background-color: var(--clr-black-disabled);
}

.no-clr-black-text {
  color: var(--clr-black-text);
}

.no-bg-black-text {
  background-color: var(--clr-black-text);
}

.no-clr-black-border {
  color: var(--clr-black-border);
}

.no-bg-black-border {
  background-color: var(--clr-black-border);
}

.no-radius-circle {
  border-radius: 50%;
}

.no-radius-round {
  border-radius: var(--spc-288);
}

.no-radius-input {
  border-radius: var(--spc-6);
}

.no-radius-xl {
  border-radius: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-radius-lg {
  border-radius: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-radius-md {
  border-radius: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-radius-sm {
  border-radius: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-radius-xs {
  border-radius: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}

.no-gap-xl {
  gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl--y {
  row-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-3xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-3xl--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-2xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-2xl--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-xl--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-lg--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-lg--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-md--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-md--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-sm--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-sm--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-xs--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-xl-xs--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-lg {
  gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg--y {
  row-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-3xl--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-3xl--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-2xl--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-2xl--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-xl--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-xl--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-lg--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-lg--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-md--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-md--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-sm--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-sm--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-xs--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-lg-xs--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-md {
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md--y {
  row-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-3xl--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-3xl--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-2xl--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-2xl--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-xl--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-xl--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-lg--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-lg--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-md--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-md--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-sm--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-sm--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-xs--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-md-xs--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-sm {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm--y {
  row-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-3xl--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-3xl--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-2xl--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-2xl--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-xl--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-xl--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-lg--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-lg--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-md--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-md--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-sm--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-sm--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-xs--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-sm-xs--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-xs {
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs--y {
  row-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-3xl--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-3xl--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-2xl--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-2xl--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-xl--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-xl--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-lg--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-lg--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-md--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-md--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-sm--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-sm--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-xs--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-xs-xs--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-2xs {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs--y {
  row-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-3xl--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-3xl--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-2xl--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-2xl--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-xl--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-xl--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-lg--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-lg--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-md--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-md--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-sm--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-sm--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-xs--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-2xs-xs--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-3xs {
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs--y {
  row-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-3xl--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-3xl--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-2xl--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-2xl--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-xl--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-xl--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-lg--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-lg--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-md--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-md--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-sm--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-sm--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-xs--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-3xs-xs--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-4xs {
  gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs--y {
  row-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-3xl--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-3xl--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-2xl--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-2xl--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-xl--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-xl--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-lg--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-lg--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-md--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-md--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-sm--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-sm--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-xs--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-4xs-xs--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-148 {
  gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148--y {
  row-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-3xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-3xl--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-2xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-2xl--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-xl--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-xl--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-lg--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-lg--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-md--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-md--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-sm--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-sm--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-xs--x {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-148-xs--y {
  column-gap: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-gap-128 {
  gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128--y {
  row-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-3xl--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-3xl--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-2xl--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-2xl--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-xl--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-xl--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-lg--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-lg--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-md--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-md--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-sm--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-sm--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-xs--x {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-128-xs--y {
  column-gap: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-gap-120 {
  gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120--y {
  row-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-3xl--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-3xl--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-2xl--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-2xl--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-xl--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-xl--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-lg--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-lg--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-md--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-md--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-sm--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-sm--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-xs--x {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-120-xs--y {
  column-gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-gap-80 {
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80--y {
  row-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-3xl--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-3xl--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-2xl--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-2xl--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-xl--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-xl--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-lg--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-lg--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-md--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-md--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-sm--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-sm--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-xs--x {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-80-xs--y {
  column-gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-gap-64 {
  gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64--y {
  row-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-3xl--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-3xl--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-2xl--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-2xl--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-xl--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-xl--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-lg--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-lg--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-md--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-md--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-sm--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-sm--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-xs--x {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-64-xs--y {
  column-gap: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-gap-60 {
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60--y {
  row-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-3xl--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-3xl--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-2xl--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-2xl--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-xl--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-xl--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-lg--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-lg--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-md--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-md--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-sm--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-sm--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-xs--x {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-60-xs--y {
  column-gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-gap-48 {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48--y {
  row-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-3xl--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-3xl--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-2xl--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-2xl--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-xl--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-xl--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-lg--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-lg--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-md--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-md--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-sm--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-sm--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-xs--x {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-48-xs--y {
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-gap-44 {
  gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44--y {
  row-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-3xl--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-3xl--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-2xl--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-2xl--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-xl--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-xl--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-lg--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-lg--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-md--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-md--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-sm--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-sm--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-xs--x {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-44-xs--y {
  column-gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-gap-32 {
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32--y {
  row-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-3xl--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-3xl--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-2xl--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-2xl--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-xl--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-xl--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-lg--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-lg--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-md--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-md--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-sm--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-sm--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-xs--x {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-32-xs--y {
  column-gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-gap-28 {
  gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28--y {
  row-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-3xl--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-3xl--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-2xl--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-2xl--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-xl--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-xl--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-lg--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-lg--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-md--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-md--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-sm--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-sm--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-xs--x {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-28-xs--y {
  column-gap: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-gap-24 {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24--y {
  row-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-3xl--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-3xl--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-2xl--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-2xl--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-xl--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-xl--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-lg--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-lg--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-md--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-md--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-sm--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-sm--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-xs--x {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-24-xs--y {
  column-gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-gap-16 {
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16--y {
  row-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-3xl--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-3xl--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-2xl--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-2xl--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-xl--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-xl--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-lg--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-lg--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-md--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-md--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-sm--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-sm--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-xs--x {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-16-xs--y {
  column-gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-gap-12 {
  gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12--y {
  row-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-3xl--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-3xl--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-2xl--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-2xl--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-xl--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-xl--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-lg--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-lg--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-md--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-md--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-sm--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-sm--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-xs--x {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-12-xs--y {
  column-gap: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-gap-8 {
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8--y {
  row-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-3xl--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-3xl--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-2xl--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-2xl--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-xl--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-xl--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-lg--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-lg--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-md--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-md--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-sm--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-sm--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-xs--x {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-gap-8-xs--y {
  column-gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-3xl-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-3xl-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-2xl-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-2xl-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-xl-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-xl-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-lg-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-lg-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-md-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-md-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-sm-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-sm-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-xl {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-xl--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-xl--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-xs-xl--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-xl--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-xl--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-xl--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-xl {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-xl--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-xl--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-xs-xl--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-xl--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-xl--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-xl--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
.no-mg-xl {
  margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-xl--x {
  margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-xl--y {
  margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
}

.no-mg-xl--l {
  margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-xl--t {
  margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-xl--r {
  margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-xl--b {
  margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-xl {
  padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-xl--x {
  padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-xl--y {
  padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
}

.no-pd-xl--l {
  padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-xl--t {
  padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-xl--r {
  padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-xl--b {
  padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-3xl-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-3xl-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-2xl-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-2xl-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-xl-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-xl-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-lg-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-lg-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-md-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-md-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-sm-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-sm-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-lg {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-lg--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-lg--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-xs-lg--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-lg--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-lg--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-lg--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-lg {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-lg--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-lg--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-xs-lg--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-lg--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-lg--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-lg--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
.no-mg-lg {
  margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-lg--x {
  margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-lg--y {
  margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}

.no-mg-lg--l {
  margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-lg--t {
  margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-lg--r {
  margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-lg--b {
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-lg {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-lg--x {
  padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-lg--y {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}

.no-pd-lg--l {
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-lg--t {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-lg--r {
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-lg--b {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-3xl-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-3xl-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-2xl-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-2xl-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-xl-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-xl-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-lg-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-lg-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-md-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-md-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-sm-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-sm-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-md {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-md--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-md--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-xs-md--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-md--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-md--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-md--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-md {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-md--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-md--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-xs-md--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-md--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-md--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-md--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
.no-mg-md {
  margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-md--x {
  margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-md--y {
  margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}

.no-mg-md--l {
  margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-md--t {
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-md--r {
  margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-md--b {
  margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-md {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-md--x {
  padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-md--y {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}

.no-pd-md--l {
  padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-md--t {
  padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-md--r {
  padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-md--b {
  padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-3xl-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-3xl-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-2xl-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-2xl-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-xl-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-xl-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-lg-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-lg-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-md-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-md-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-sm-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-sm-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-sm {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-sm--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-sm--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-xs-sm--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-sm--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-sm--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-sm--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-sm {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-sm--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-sm--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-xs-sm--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-sm--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-sm--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-sm--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
.no-mg-sm {
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-sm--x {
  margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-sm--y {
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}

.no-mg-sm--l {
  margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-sm--t {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-sm--r {
  margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-sm--b {
  margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-sm {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-sm--x {
  padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-sm--y {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}

.no-pd-sm--l {
  padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-sm--t {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-sm--r {
  padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-sm--b {
  padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-3xl-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-3xl-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-2xl-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-2xl-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-xl-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-xl-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-lg-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-lg-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-md-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-md-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-sm-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-sm-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-xs {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-xs--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-xs--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-xs-xs--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-xs--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-xs--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-xs--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-xs {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-xs--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-xs--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-xs-xs--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-xs--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-xs--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-xs--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
.no-mg-xs {
  margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-xs--x {
  margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-xs--y {
  margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
}

.no-mg-xs--l {
  margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-xs--t {
  margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-xs--r {
  margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-xs--b {
  margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-xs {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-xs--x {
  padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-xs--y {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
}

.no-pd-xs--l {
  padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-xs--t {
  padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-xs--r {
  padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-xs--b {
  padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-3xl-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-3xl-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-2xl-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-2xl-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-xl-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-xl-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-lg-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-lg-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-md-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-md-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-sm-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-sm-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-2xs {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-2xs--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-2xs--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-xs-2xs--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-2xs--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-2xs--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-2xs--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-2xs {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-2xs--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-2xs--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-xs-2xs--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-2xs--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-2xs--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-2xs--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
.no-mg-2xs {
  margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-2xs--x {
  margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-2xs--y {
  margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}

.no-mg-2xs--l {
  margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-2xs--t {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-2xs--r {
  margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-2xs--b {
  margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-2xs {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-2xs--x {
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-2xs--y {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}

.no-pd-2xs--l {
  padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-2xs--t {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-2xs--r {
  padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-2xs--b {
  padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-3xl-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-3xl-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-2xl-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-2xl-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-xl-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-xl-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-lg-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-lg-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-md-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-md-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-sm-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-sm-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-3xs {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-3xs--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-3xs--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-xs-3xs--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-3xs--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-3xs--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-3xs--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-3xs {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-3xs--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-3xs--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-xs-3xs--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-3xs--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-3xs--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-3xs--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
.no-mg-3xs {
  margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-3xs--x {
  margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-3xs--y {
  margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
}

.no-mg-3xs--l {
  margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-3xs--t {
  margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-3xs--r {
  margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-3xs--b {
  margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-3xs {
  padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-3xs--x {
  padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-3xs--y {
  padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
}

.no-pd-3xs--l {
  padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-3xs--t {
  padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-3xs--r {
  padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-3xs--b {
  padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-3xl-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-3xl-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-2xl-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-2xl-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-xl-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-xl-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-lg-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-lg-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-md-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-md-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-sm-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-sm-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-4xs {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-4xs--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-4xs--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-xs-4xs--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-4xs--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-4xs--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-4xs--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-4xs {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-4xs--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-4xs--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-xs-4xs--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-4xs--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-4xs--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-4xs--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
.no-mg-4xs {
  margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-4xs--x {
  margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-4xs--y {
  margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
}

.no-mg-4xs--l {
  margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-4xs--t {
  margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-4xs--r {
  margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-4xs--b {
  margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-4xs {
  padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-4xs--x {
  padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-4xs--y {
  padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
}

.no-pd-4xs--l {
  padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-4xs--t {
  padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-4xs--r {
  padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-4xs--b {
  padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-3xl-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-3xl-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-3xl-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-3xl-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-2xl-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-2xl-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-2xl-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-2xl-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-xl-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xl-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-xl-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xl-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-lg-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-lg-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-lg-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-lg-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-md-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-md-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-md-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-md-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-sm-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-sm-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-sm-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-sm-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-148 {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-148--x {
    margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-148--y {
    margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-mg-xs-148--l {
    margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-148--t {
    margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-148--r {
    margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-mg-xs-148--b {
    margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-148 {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-148--x {
    padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-148--y {
    padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
  }
  .no-pd-xs-148--l {
    padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-148--t {
    padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-148--r {
    padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-pd-xs-148--b {
    padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
.no-mg-148 {
  margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-148--x {
  margin: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-148--y {
  margin: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
}

.no-mg-148--l {
  margin-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-148--t {
  margin-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-148--r {
  margin-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-mg-148--b {
  margin-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-148 {
  padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-148--x {
  padding: 0 clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-148--y {
  padding: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem) 0;
}

.no-pd-148--l {
  padding-left: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-148--t {
  padding-top: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-148--r {
  padding-right: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

.no-pd-148--b {
  padding-bottom: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-3xl-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-3xl-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-3xl-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-3xl-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-2xl-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-2xl-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-2xl-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-2xl-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-xl-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xl-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-xl-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xl-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-lg-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-lg-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-lg-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-lg-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-md-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-md-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-md-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-md-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-sm-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-sm-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-sm-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-sm-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-128 {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-128--x {
    margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-128--y {
    margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-mg-xs-128--l {
    margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-128--t {
    margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-128--r {
    margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-mg-xs-128--b {
    margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-128 {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-128--x {
    padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-128--y {
    padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
  }
  .no-pd-xs-128--l {
    padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-128--t {
    padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-128--r {
    padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-pd-xs-128--b {
    padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
.no-mg-128 {
  margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-128--x {
  margin: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-128--y {
  margin: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}

.no-mg-128--l {
  margin-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-128--t {
  margin-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-128--r {
  margin-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-mg-128--b {
  margin-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-128 {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-128--x {
  padding: 0 clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-128--y {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}

.no-pd-128--l {
  padding-left: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-128--t {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-128--r {
  padding-right: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

.no-pd-128--b {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-3xl-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-3xl-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-3xl-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-3xl-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-3xl-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-3xl-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-3xl-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-3xl-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-3xl-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-3xl-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-3xl-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-3xl-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-2xl-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-2xl-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-2xl-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-2xl-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-2xl-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-2xl-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-2xl-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-2xl-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-2xl-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-2xl-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-2xl-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-2xl-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xl-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xl-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-xl-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xl-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xl-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xl-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xl-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xl-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-xl-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xl-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xl-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xl-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-lg-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-lg-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-lg-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-lg-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-lg-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-lg-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-lg-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-lg-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-lg-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-lg-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-lg-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-lg-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-md-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-md-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-md-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-md-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-md-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-md-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-md-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-md-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-md-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-md-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-md-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-md-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-sm-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-sm-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-sm-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-sm-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-sm-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-sm-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-sm-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-sm-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-sm-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-sm-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-sm-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-sm-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-120 {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xs-120--x {
    margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xs-120--y {
    margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-mg-xs-120--l {
    margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xs-120--t {
    margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xs-120--r {
    margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-mg-xs-120--b {
    margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-120 {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xs-120--x {
    padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xs-120--y {
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
  .no-pd-xs-120--l {
    padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xs-120--t {
    padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xs-120--r {
    padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-pd-xs-120--b {
    padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
.no-mg-120 {
  margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-mg-120--x {
  margin: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-mg-120--y {
  margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}

.no-mg-120--l {
  margin-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-mg-120--t {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-mg-120--r {
  margin-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-mg-120--b {
  margin-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-pd-120 {
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-pd-120--x {
  padding: 0 clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-pd-120--y {
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}

.no-pd-120--l {
  padding-left: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-pd-120--t {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-pd-120--r {
  padding-right: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

.no-pd-120--b {
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-3xl-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-3xl-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-3xl-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-3xl-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-2xl-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-2xl-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-2xl-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-2xl-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-xl-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xl-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-xl-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xl-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-lg-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-lg-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-lg-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-lg-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-md-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-md-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-md-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-md-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-sm-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-sm-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-sm-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-sm-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-80 {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-80--x {
    margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-80--y {
    margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-mg-xs-80--l {
    margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-80--t {
    margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-80--r {
    margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-mg-xs-80--b {
    margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-80 {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-80--x {
    padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-80--y {
    padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  }
  .no-pd-xs-80--l {
    padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-80--t {
    padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-80--r {
    padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-pd-xs-80--b {
    padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
.no-mg-80 {
  margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-80--x {
  margin: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-80--y {
  margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}

.no-mg-80--l {
  margin-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-80--t {
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-80--r {
  margin-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-mg-80--b {
  margin-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-80 {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-80--x {
  padding: 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-80--y {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}

.no-pd-80--l {
  padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-80--t {
  padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-80--r {
  padding-right: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

.no-pd-80--b {
  padding-bottom: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-3xl-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-3xl-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-3xl-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-3xl-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-3xl-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-3xl-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-3xl-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-3xl-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-3xl-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-3xl-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-3xl-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-3xl-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-2xl-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-2xl-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-2xl-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-2xl-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-2xl-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-2xl-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-2xl-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-2xl-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-2xl-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-2xl-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-2xl-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-2xl-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xl-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xl-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-xl-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xl-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xl-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xl-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xl-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xl-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-xl-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xl-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xl-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xl-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-lg-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-lg-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-lg-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-lg-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-lg-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-lg-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-lg-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-lg-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-lg-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-lg-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-lg-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-lg-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-md-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-md-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-md-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-md-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-md-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-md-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-md-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-md-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-md-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-md-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-md-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-md-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-sm-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-sm-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-sm-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-sm-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-sm-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-sm-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-sm-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-sm-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-sm-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-sm-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-sm-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-sm-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-64 {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xs-64--x {
    margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xs-64--y {
    margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-mg-xs-64--l {
    margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xs-64--t {
    margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xs-64--r {
    margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-mg-xs-64--b {
    margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-64 {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xs-64--x {
    padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xs-64--y {
    padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
  }
  .no-pd-xs-64--l {
    padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xs-64--t {
    padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xs-64--r {
    padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
  .no-pd-xs-64--b {
    padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  }
}
.no-mg-64 {
  margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-mg-64--x {
  margin: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-mg-64--y {
  margin: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
}

.no-mg-64--l {
  margin-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-mg-64--t {
  margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-mg-64--r {
  margin-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-mg-64--b {
  margin-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-pd-64 {
  padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-pd-64--x {
  padding: 0 clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-pd-64--y {
  padding: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem) 0;
}

.no-pd-64--l {
  padding-left: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-pd-64--t {
  padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-pd-64--r {
  padding-right: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

.no-pd-64--b {
  padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-3xl-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-3xl-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-3xl-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-3xl-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-3xl-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-3xl-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-3xl-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-3xl-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-3xl-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-3xl-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-3xl-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-3xl-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-2xl-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-2xl-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-2xl-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-2xl-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-2xl-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-2xl-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-2xl-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-2xl-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-2xl-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-2xl-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-2xl-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-2xl-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xl-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xl-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-xl-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xl-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xl-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xl-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xl-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xl-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-xl-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xl-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xl-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xl-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-lg-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-lg-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-lg-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-lg-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-lg-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-lg-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-lg-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-lg-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-lg-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-lg-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-lg-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-lg-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-md-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-md-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-md-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-md-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-md-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-md-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-md-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-md-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-md-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-md-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-md-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-md-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-sm-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-sm-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-sm-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-sm-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-sm-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-sm-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-sm-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-sm-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-sm-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-sm-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-sm-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-sm-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-60 {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xs-60--x {
    margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xs-60--y {
    margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-mg-xs-60--l {
    margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xs-60--t {
    margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xs-60--r {
    margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-mg-xs-60--b {
    margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-60 {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xs-60--x {
    padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xs-60--y {
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
  }
  .no-pd-xs-60--l {
    padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xs-60--t {
    padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xs-60--r {
    padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-pd-xs-60--b {
    padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
.no-mg-60 {
  margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-mg-60--x {
  margin: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-mg-60--y {
  margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
}

.no-mg-60--l {
  margin-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-mg-60--t {
  margin-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-mg-60--r {
  margin-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-mg-60--b {
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-pd-60 {
  padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-pd-60--x {
  padding: 0 clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-pd-60--y {
  padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
}

.no-pd-60--l {
  padding-left: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-pd-60--t {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-pd-60--r {
  padding-right: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

.no-pd-60--b {
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-3xl-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-3xl-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-3xl-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-3xl-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-2xl-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-2xl-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-2xl-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-2xl-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-xl-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xl-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-xl-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xl-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-lg-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-lg-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-lg-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-lg-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-md-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-md-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-md-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-md-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-sm-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-sm-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-sm-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-sm-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-48 {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-48--x {
    margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-48--y {
    margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-mg-xs-48--l {
    margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-48--t {
    margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-48--r {
    margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-mg-xs-48--b {
    margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-48 {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-48--x {
    padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-48--y {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
  }
  .no-pd-xs-48--l {
    padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-48--t {
    padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-48--r {
    padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-pd-xs-48--b {
    padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
.no-mg-48 {
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-48--x {
  margin: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-48--y {
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}

.no-mg-48--l {
  margin-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-48--t {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-48--r {
  margin-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-mg-48--b {
  margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-48 {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-48--x {
  padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-48--y {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}

.no-pd-48--l {
  padding-left: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-48--t {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-48--r {
  padding-right: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

.no-pd-48--b {
  padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-3xl-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-3xl-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-3xl-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-3xl-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-3xl-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-3xl-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-3xl-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-3xl-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-3xl-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-3xl-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-3xl-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-3xl-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-2xl-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-2xl-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-2xl-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-2xl-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-2xl-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-2xl-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-2xl-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-2xl-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-2xl-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-2xl-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-2xl-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-2xl-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xl-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xl-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-xl-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xl-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xl-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xl-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xl-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xl-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-xl-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xl-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xl-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xl-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-lg-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-lg-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-lg-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-lg-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-lg-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-lg-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-lg-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-lg-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-lg-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-lg-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-lg-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-lg-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-md-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-md-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-md-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-md-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-md-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-md-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-md-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-md-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-md-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-md-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-md-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-md-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-sm-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-sm-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-sm-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-sm-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-sm-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-sm-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-sm-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-sm-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-sm-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-sm-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-sm-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-sm-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-44 {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xs-44--x {
    margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xs-44--y {
    margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-mg-xs-44--l {
    margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xs-44--t {
    margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xs-44--r {
    margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-mg-xs-44--b {
    margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-44 {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xs-44--x {
    padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xs-44--y {
    padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
  }
  .no-pd-xs-44--l {
    padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xs-44--t {
    padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xs-44--r {
    padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-pd-xs-44--b {
    padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
.no-mg-44 {
  margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-mg-44--x {
  margin: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-mg-44--y {
  margin: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
}

.no-mg-44--l {
  margin-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-mg-44--t {
  margin-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-mg-44--r {
  margin-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-mg-44--b {
  margin-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-pd-44 {
  padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-pd-44--x {
  padding: 0 clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-pd-44--y {
  padding: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem) 0;
}

.no-pd-44--l {
  padding-left: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-pd-44--t {
  padding-top: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-pd-44--r {
  padding-right: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

.no-pd-44--b {
  padding-bottom: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-3xl-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-3xl-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-3xl-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-3xl-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-2xl-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-2xl-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-2xl-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-2xl-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-xl-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xl-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-xl-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xl-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-lg-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-lg-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-lg-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-lg-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-md-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-md-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-md-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-md-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-sm-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-sm-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-sm-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-sm-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-32 {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-32--x {
    margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-32--y {
    margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-mg-xs-32--l {
    margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-32--t {
    margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-32--r {
    margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-mg-xs-32--b {
    margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-32 {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-32--x {
    padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-32--y {
    padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
  }
  .no-pd-xs-32--l {
    padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-32--t {
    padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-32--r {
    padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-pd-xs-32--b {
    padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
.no-mg-32 {
  margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-32--x {
  margin: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-32--y {
  margin: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
}

.no-mg-32--l {
  margin-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-32--t {
  margin-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-32--r {
  margin-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-mg-32--b {
  margin-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-32 {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-32--x {
  padding: 0 clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-32--y {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) 0;
}

.no-pd-32--l {
  padding-left: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-32--t {
  padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-32--r {
  padding-right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

.no-pd-32--b {
  padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-3xl-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-3xl-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-3xl-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-3xl-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-3xl-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-3xl-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-3xl-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-3xl-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-3xl-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-3xl-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-3xl-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-3xl-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-2xl-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-2xl-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-2xl-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-2xl-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-2xl-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-2xl-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-2xl-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-2xl-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-2xl-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-2xl-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-2xl-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-2xl-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xl-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xl-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-xl-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xl-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xl-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xl-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xl-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xl-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-xl-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xl-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xl-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xl-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-lg-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-lg-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-lg-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-lg-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-lg-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-lg-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-lg-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-lg-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-lg-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-lg-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-lg-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-lg-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-md-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-md-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-md-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-md-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-md-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-md-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-md-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-md-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-md-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-md-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-md-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-md-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-sm-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-sm-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-sm-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-sm-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-sm-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-sm-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-sm-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-sm-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-sm-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-sm-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-sm-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-sm-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-28 {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xs-28--x {
    margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xs-28--y {
    margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-mg-xs-28--l {
    margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xs-28--t {
    margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xs-28--r {
    margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-mg-xs-28--b {
    margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-28 {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xs-28--x {
    padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xs-28--y {
    padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
  }
  .no-pd-xs-28--l {
    padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xs-28--t {
    padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xs-28--r {
    padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
  .no-pd-xs-28--b {
    padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  }
}
.no-mg-28 {
  margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-mg-28--x {
  margin: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-mg-28--y {
  margin: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
}

.no-mg-28--l {
  margin-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-mg-28--t {
  margin-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-mg-28--r {
  margin-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-mg-28--b {
  margin-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-pd-28 {
  padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-pd-28--x {
  padding: 0 clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-pd-28--y {
  padding: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem) 0;
}

.no-pd-28--l {
  padding-left: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-pd-28--t {
  padding-top: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-pd-28--r {
  padding-right: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

.no-pd-28--b {
  padding-bottom: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-3xl-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-3xl-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-3xl-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-3xl-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-2xl-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-2xl-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-2xl-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-2xl-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-xl-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xl-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-xl-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xl-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-lg-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-lg-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-lg-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-lg-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-md-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-md-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-md-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-md-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-sm-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-sm-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-sm-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-sm-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-24 {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-24--x {
    margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-24--y {
    margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-mg-xs-24--l {
    margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-24--t {
    margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-24--r {
    margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-mg-xs-24--b {
    margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-24 {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-24--x {
    padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-24--y {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  }
  .no-pd-xs-24--l {
    padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-24--t {
    padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-24--r {
    padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-pd-xs-24--b {
    padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
.no-mg-24 {
  margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-24--x {
  margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-24--y {
  margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}

.no-mg-24--l {
  margin-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-24--t {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-24--r {
  margin-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-mg-24--b {
  margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-24 {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-24--x {
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-24--y {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}

.no-pd-24--l {
  padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-24--t {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-24--r {
  padding-right: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-pd-24--b {
  padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-3xl-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-3xl-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-3xl-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-3xl-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-2xl-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-2xl-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-2xl-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-2xl-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-xl-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xl-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-xl-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xl-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-lg-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-lg-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-lg-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-lg-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-md-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-md-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-md-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-md-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-sm-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-sm-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-sm-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-sm-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-16 {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-16--x {
    margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-16--y {
    margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-mg-xs-16--l {
    margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-16--t {
    margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-16--r {
    margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-mg-xs-16--b {
    margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-16 {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-16--x {
    padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-16--y {
    padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
  }
  .no-pd-xs-16--l {
    padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-16--t {
    padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-16--r {
    padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-pd-xs-16--b {
    padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
.no-mg-16 {
  margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-16--x {
  margin: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-16--y {
  margin: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
}

.no-mg-16--l {
  margin-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-16--t {
  margin-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-16--r {
  margin-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-mg-16--b {
  margin-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-16 {
  padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-16--x {
  padding: 0 clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-16--y {
  padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem) 0;
}

.no-pd-16--l {
  padding-left: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-16--t {
  padding-top: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-16--r {
  padding-right: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

.no-pd-16--b {
  padding-bottom: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-3xl-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-3xl-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-3xl-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-3xl-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-2xl-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-2xl-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-2xl-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-2xl-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-xl-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xl-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-xl-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xl-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-lg-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-lg-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-lg-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-lg-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-md-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-md-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-md-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-md-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-sm-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-sm-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-sm-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-sm-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-12 {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-12--x {
    margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-12--y {
    margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-mg-xs-12--l {
    margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-12--t {
    margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-12--r {
    margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-mg-xs-12--b {
    margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-12 {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-12--x {
    padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-12--y {
    padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
  }
  .no-pd-xs-12--l {
    padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-12--t {
    padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-12--r {
    padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-pd-xs-12--b {
    padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
.no-mg-12 {
  margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-12--x {
  margin: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-12--y {
  margin: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
}

.no-mg-12--l {
  margin-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-12--t {
  margin-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-12--r {
  margin-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-mg-12--b {
  margin-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-12 {
  padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-12--x {
  padding: 0 clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-12--y {
  padding: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem) 0;
}

.no-pd-12--l {
  padding-left: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-12--t {
  padding-top: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-12--r {
  padding-right: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

.no-pd-12--b {
  padding-bottom: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}

@media (max-width: 3xlpx) {
  .no-mg-3xl-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-3xl-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-3xl-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-3xl-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-3xl-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-3xl-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-3xl-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 3xlpx) {
  .no-pd-3xl-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-3xl-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-3xl-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-3xl-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-3xl-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-3xl-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-3xl-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-mg-2xl-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-2xl-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-2xl-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-2xl-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-2xl-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-2xl-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-2xl-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 2xlpx) {
  .no-pd-2xl-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-2xl-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-2xl-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-2xl-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-2xl-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-2xl-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-2xl-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 1320px) {
  .no-mg-xl-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xl-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xl-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-xl-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xl-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xl-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xl-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 1320px) {
  .no-pd-xl-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xl-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xl-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-xl-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xl-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xl-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xl-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 1024px) {
  .no-mg-lg-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-lg-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-lg-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-lg-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-lg-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-lg-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-lg-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 1024px) {
  .no-pd-lg-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-lg-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-lg-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-lg-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-lg-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-lg-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-lg-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 768px) {
  .no-mg-md-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-md-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-md-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-md-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-md-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-md-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-md-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 768px) {
  .no-pd-md-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-md-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-md-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-md-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-md-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-md-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-md-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 544px) {
  .no-mg-sm-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-sm-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-sm-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-sm-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-sm-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-sm-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-sm-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 544px) {
  .no-pd-sm-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-sm-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-sm-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-sm-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-sm-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-sm-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-sm-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 375px) {
  .no-mg-xs-8 {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xs-8--x {
    margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xs-8--y {
    margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-mg-xs-8--l {
    margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xs-8--t {
    margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xs-8--r {
    margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-mg-xs-8--b {
    margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
@media (max-width: 375px) {
  .no-pd-xs-8 {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xs-8--x {
    padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xs-8--y {
    padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
  }
  .no-pd-xs-8--l {
    padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xs-8--t {
    padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xs-8--r {
    padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
  .no-pd-xs-8--b {
    padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  }
}
.no-mg-8 {
  margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-mg-8--x {
  margin: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-mg-8--y {
  margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
}

.no-mg-8--l {
  margin-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-mg-8--t {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-mg-8--r {
  margin-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-mg-8--b {
  margin-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-pd-8 {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-pd-8--x {
  padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-pd-8--y {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
}

.no-pd-8--l {
  padding-left: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-pd-8--t {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-pd-8--r {
  padding-right: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-pd-8--b {
  padding-bottom: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}

.no-display-xxl {
  font-size: clamp(9rem, 6.3430420712vw + 6.6213592233rem, 18.8rem);
  line-height: var(--font-ratio-10);
  font-weight: var(--font-weight-bold);
}

.no-display-xl {
  font-size: clamp(6rem, 6.213592233vw + 3.6699029126rem, 15.6rem);
  line-height: var(--font-ratio-10);
  font-weight: var(--font-weight-bold);
}

.no-display-lg {
  font-size: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  line-height: var(--font-ratio-10);
  font-weight: var(--font-weight-bold);
}

.no-display-md {
  font-size: clamp(5.6rem, 2.5889967638vw + 4.6291262136rem, 9.6rem);
  line-height: var(--font-ratio-10);
  font-weight: var(--font-weight-bold);
}

.no-display-sm {
  font-size: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
  line-height: var(--font-ratio-10);
  font-weight: var(--font-weight-bold);
}

.no-display-xs {
  font-size: clamp(4rem, 2.071197411vw + 3.2233009709rem, 7.2rem);
  line-height: var(--font-ratio-10);
  font-weight: var(--font-weight-bold);
}

.no-heading-xl {
  font-size: clamp(2.8rem, 2.3300970874vw + 1.9262135922rem, 6.4rem);
  line-height: var(--font-ratio-11);
  font-weight: var(--font-weight-semiBold);
}

.no-heading-lg {
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  line-height: var(--font-ratio-11);
  font-weight: var(--font-weight-semiBold);
}

.no-heading-md {
  font-size: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  line-height: var(--font-ratio-12);
  font-weight: var(--font-weight-semiBold);
}

.no-heading-sm {
  font-size: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
  line-height: var(--font-ratio-13);
  font-weight: var(--font-weight-semiBold);
}

.no-heading-xs {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  line-height: var(--font-ratio-14);
  font-weight: var(--font-weight-semiBold);
}

.no-body-xl {
  font-size: clamp(1.7rem, 0.1941747573vw + 1.627184466rem, 2rem);
  line-height: var(--font-ratio-15);
  font-weight: var(--font-weight-regular);
}

.no-body-lg {
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-regular);
}

.no-body-md {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-regular);
}

.no-body-sm {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-regular);
}

.no-body-xs {
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-regular);
}

.no-base-label {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-medium);
}

.no-base-menu {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-semiBold);
}

.no-base-submenu {
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-medium);
}

.no-base-bedge {
  font-size: clamp(1.2rem, 0vw + 1.2rem, 1.2rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-medium);
}

.no-base-mainTitle {
  font-size: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  line-height: var(--font-ratio-11);
  font-weight: var(--font-weight-Bold);
}

.no-base-mainDesc {
  font-size: clamp(2.2rem, 0.3883495146vw + 2.054368932rem, 2.8rem);
  line-height: var(--font-ratio-16);
  font-weight: var(--font-weight-semiBold);
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "SUIT";
  src: url("/resource/vendor/fonts/SUIT-woff2/SUIT-ExtraBold.woff2");
  font-weight: 800;
}
@font-face {
  font-family: "SUIT";
  src: url("/resource/vendor/fonts/SUIT-woff2/SUIT-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "SUIT";
  src: url("/resource/vendor/fonts/SUIT-woff2/SUIT-SemiBold.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "SUIT";
  src: url("/resource/vendor/fonts/SUIT-woff2/SUIT-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "SUIT";
  src: url("/resource/vendor/fonts/SUIT-woff2/SUIT-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "SUIT";
  src: url("/resource/vendor/fonts/SUIT-woff2/SUIT-Thin.woff2");
  font-weight: 300;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-body);
  font-size: var(--fs-body-lg);
  line-height: 1.5;
  font-weight: 400;
  color: var(--clr-text-body);
  background: var(--clr-bg-surface-25);
}

::selection {
  background-color: var(--clr-primary-default);
  color: var(--clr-primary-text);
}

a {
  text-decoration: none;
  color: var(--clr-text-body);
}

input,
select,
textarea {
  color: var(--clr-text-body);
}

.no-row {
  --col-gutter: calc(var(--gutter) / 2);
  --row-gutter: var(--gutter);
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--col-gutter) * -1);
  margin-right: calc(var(--col-gutter) * -1);
  margin-top: calc(var(--row-gutter) * -1);
}
.no-row.--row-gutter-xl {
  --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}
.no-row.--col-gutter-xl {
  --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
}
.no-row.--row-gutter-lg {
  --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-row.--col-gutter-lg {
  --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-row.--row-gutter-md {
  --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-row.--col-gutter-md {
  --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-row.--row-gutter-sm {
  --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-row.--col-gutter-sm {
  --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-row.--row-gutter-xs {
  --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
.no-row.--col-gutter-xs {
  --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
.no-row.--row-gutter-2xs {
  --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-row.--col-gutter-2xs {
  --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-row.--row-gutter-3xs {
  --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-row.--col-gutter-3xs {
  --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-row.--row-gutter-4xs {
  --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}
.no-row.--col-gutter-4xs {
  --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
}
.no-row.--row-gutter-148 {
  --row-gutter: 14.8rem;
}
.no-row.--col-gutter-148 {
  --col-gutter: 14.8rem;
}
.no-row.--row-gutter-128 {
  --row-gutter: 12.8rem;
}
.no-row.--col-gutter-128 {
  --col-gutter: 12.8rem;
}
.no-row.--row-gutter-120 {
  --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-row.--col-gutter-120 {
  --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-row.--row-gutter-80 {
  --row-gutter: 8rem;
}
.no-row.--col-gutter-80 {
  --col-gutter: 8rem;
}
.no-row.--row-gutter-64 {
  --row-gutter: 6.4rem;
}
.no-row.--col-gutter-64 {
  --col-gutter: 6.4rem;
}
.no-row.--row-gutter-60 {
  --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-row.--col-gutter-60 {
  --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-row.--row-gutter-48 {
  --row-gutter: 4.8rem;
}
.no-row.--col-gutter-48 {
  --col-gutter: 4.8rem;
}
.no-row.--row-gutter-44 {
  --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}
.no-row.--col-gutter-44 {
  --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
}
.no-row.--row-gutter-32 {
  --row-gutter: 3.2rem;
}
.no-row.--col-gutter-32 {
  --col-gutter: 3.2rem;
}
.no-row.--row-gutter-28 {
  --row-gutter: 2.8rem;
}
.no-row.--col-gutter-28 {
  --col-gutter: 2.8rem;
}
.no-row.--row-gutter-24 {
  --row-gutter: 2.4rem;
}
.no-row.--col-gutter-24 {
  --col-gutter: 2.4rem;
}
.no-row.--row-gutter-16 {
  --row-gutter: 1.6rem;
}
.no-row.--col-gutter-16 {
  --col-gutter: 1.6rem;
}
.no-row.--row-gutter-12 {
  --row-gutter: 1.2rem;
}
.no-row.--col-gutter-12 {
  --col-gutter: 1.2rem;
}
.no-row.--row-gutter-8 {
  --row-gutter: 0.8rem;
}
.no-row.--col-gutter-8 {
  --col-gutter: 0.8rem;
}
.no-row.--row-gutter-2 {
  --row-gutter: 0.2rem;
}
.no-row.--col-gutter-2 {
  --col-gutter: 0.2rem;
}
.no-row.--row-gutter-4 {
  --row-gutter: 0.4rem;
}
.no-row.--col-gutter-4 {
  --col-gutter: 0.4rem;
}
.no-row.--row-gutter-6 {
  --row-gutter: 0.6rem;
}
.no-row.--col-gutter-6 {
  --col-gutter: 0.6rem;
}
.no-row.--row-gutter-10 {
  --row-gutter: 1rem;
}
.no-row.--col-gutter-10 {
  --col-gutter: 1rem;
}
.no-row.--row-gutter-11 {
  --row-gutter: 1.1rem;
}
.no-row.--col-gutter-11 {
  --col-gutter: 1.1rem;
}
.no-row.--row-gutter-13 {
  --row-gutter: 1.3rem;
}
.no-row.--col-gutter-13 {
  --col-gutter: 1.3rem;
}
.no-row.--row-gutter-14 {
  --row-gutter: 1.4rem;
}
.no-row.--col-gutter-14 {
  --col-gutter: 1.4rem;
}
.no-row.--row-gutter-15 {
  --row-gutter: 1.5rem;
}
.no-row.--col-gutter-15 {
  --col-gutter: 1.5rem;
}
.no-row.--row-gutter-18 {
  --row-gutter: 1.8rem;
}
.no-row.--col-gutter-18 {
  --col-gutter: 1.8rem;
}
.no-row.--row-gutter-20 {
  --row-gutter: 2rem;
}
.no-row.--col-gutter-20 {
  --col-gutter: 2rem;
}
.no-row.--row-gutter-36 {
  --row-gutter: 3.6rem;
}
.no-row.--col-gutter-36 {
  --col-gutter: 3.6rem;
}
.no-row.--row-gutter-40 {
  --row-gutter: 4rem;
}
.no-row.--col-gutter-40 {
  --col-gutter: 4rem;
}
.no-row.--row-gutter-56 {
  --row-gutter: 5.6rem;
}
.no-row.--col-gutter-56 {
  --col-gutter: 5.6rem;
}
.no-row.--row-gutter-72 {
  --row-gutter: 7.2rem;
}
.no-row.--col-gutter-72 {
  --col-gutter: 7.2rem;
}
.no-row.--row-gutter-88 {
  --row-gutter: 8.8rem;
}
.no-row.--col-gutter-88 {
  --col-gutter: 8.8rem;
}
.no-row.--row-gutter-96 {
  --row-gutter: 9.6rem;
}
.no-row.--col-gutter-96 {
  --col-gutter: 9.6rem;
}
.no-row.--row-gutter-188 {
  --row-gutter: 18.8rem;
}
.no-row.--col-gutter-188 {
  --col-gutter: 18.8rem;
}
.no-row.--row-gutter-256 {
  --row-gutter: 25.6rem;
}
.no-row.--col-gutter-256 {
  --col-gutter: 25.6rem;
}
.no-row.--row-gutter-288 {
  --row-gutter: 28.8rem;
}
.no-row.--col-gutter-288 {
  --col-gutter: 28.8rem;
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-3xl-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-2xl-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-xl-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-lg-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-md-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-sm-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-xl {
    --row-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
  .no-row.--col-gutter-xs-xl {
    --col-gutter: clamp(7.2rem, 4.9190938511vw + 5.3553398058rem, 14.8rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-3xl-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-2xl-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-xl-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-lg-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-md-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-sm-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-lg {
    --row-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
  .no-row.--col-gutter-xs-lg {
    --col-gutter: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-3xl-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-2xl-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-xl-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-lg-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-md-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-sm-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-md {
    --row-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
  .no-row.--col-gutter-xs-md {
    --col-gutter: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-3xl-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-2xl-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-xl-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-lg-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-md-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-sm-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-sm {
    --row-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
  .no-row.--col-gutter-xs-sm {
    --col-gutter: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-3xl-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-2xl-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-xl-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-lg-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-md-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-sm-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-xs {
    --row-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
  .no-row.--col-gutter-xs-xs {
    --col-gutter: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-3xl-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-2xl-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-xl-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-lg-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-md-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-sm-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-2xs {
    --row-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
  .no-row.--col-gutter-xs-2xs {
    --col-gutter: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-3xl-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-2xl-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-xl-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-lg-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-md-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-sm-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-3xs {
    --row-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
  .no-row.--col-gutter-xs-3xs {
    --col-gutter: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-3xl-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-2xl-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-xl-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-lg-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-md-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-sm-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-4xs {
    --row-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
  .no-row.--col-gutter-xs-4xs {
    --col-gutter: clamp(0.4rem, 0.5177993528vw + 0.2058252427rem, 1.2rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-3xl-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-2xl-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-xl-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-lg-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-md-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-sm-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-148 {
    --row-gutter: 14.8rem;
  }
  .no-row.--col-gutter-xs-148 {
    --col-gutter: 14.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-3xl-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-2xl-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-xl-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-lg-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-md-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-sm-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-128 {
    --row-gutter: 12.8rem;
  }
  .no-row.--col-gutter-xs-128 {
    --col-gutter: 12.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-3xl-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-2xl-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-xl-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-lg-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-md-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-sm-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-120 {
    --row-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
  .no-row.--col-gutter-xs-120 {
    --col-gutter: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-3xl-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-2xl-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-xl-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-lg-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-md-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-sm-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-80 {
    --row-gutter: 8rem;
  }
  .no-row.--col-gutter-xs-80 {
    --col-gutter: 8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-3xl-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-2xl-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-xl-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-lg-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-md-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-sm-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-64 {
    --row-gutter: 6.4rem;
  }
  .no-row.--col-gutter-xs-64 {
    --col-gutter: 6.4rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-3xl-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-2xl-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-xl-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-lg-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-md-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-sm-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-60 {
    --row-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
  .no-row.--col-gutter-xs-60 {
    --col-gutter: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-3xl-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-2xl-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-xl-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-lg-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-md-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-sm-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-48 {
    --row-gutter: 4.8rem;
  }
  .no-row.--col-gutter-xs-48 {
    --col-gutter: 4.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-3xl-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-2xl-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-xl-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-lg-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-md-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-sm-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-44 {
    --row-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
  .no-row.--col-gutter-xs-44 {
    --col-gutter: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-3xl-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-2xl-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-xl-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-lg-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-md-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-sm-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-32 {
    --row-gutter: 3.2rem;
  }
  .no-row.--col-gutter-xs-32 {
    --col-gutter: 3.2rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-3xl-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-2xl-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-xl-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-lg-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-md-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-sm-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-28 {
    --row-gutter: 2.8rem;
  }
  .no-row.--col-gutter-xs-28 {
    --col-gutter: 2.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-3xl-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-2xl-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-xl-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-lg-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-md-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-sm-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-24 {
    --row-gutter: 2.4rem;
  }
  .no-row.--col-gutter-xs-24 {
    --col-gutter: 2.4rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-3xl-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-2xl-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-xl-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-lg-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-md-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-sm-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-16 {
    --row-gutter: 1.6rem;
  }
  .no-row.--col-gutter-xs-16 {
    --col-gutter: 1.6rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-3xl-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-2xl-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-xl-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-lg-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-md-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-sm-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-12 {
    --row-gutter: 1.2rem;
  }
  .no-row.--col-gutter-xs-12 {
    --col-gutter: 1.2rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-3xl-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-2xl-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-xl-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-lg-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-md-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-sm-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-8 {
    --row-gutter: 0.8rem;
  }
  .no-row.--col-gutter-xs-8 {
    --col-gutter: 0.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-3xl-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-2xl-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-xl-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-lg-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-md-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-sm-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-2 {
    --row-gutter: 0.2rem;
  }
  .no-row.--col-gutter-xs-2 {
    --col-gutter: 0.2rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-3xl-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-2xl-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-xl-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-lg-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-md-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-sm-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-4 {
    --row-gutter: 0.4rem;
  }
  .no-row.--col-gutter-xs-4 {
    --col-gutter: 0.4rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-3xl-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-2xl-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-xl-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-lg-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-md-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-sm-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-6 {
    --row-gutter: 0.6rem;
  }
  .no-row.--col-gutter-xs-6 {
    --col-gutter: 0.6rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-3xl-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-2xl-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-xl-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-lg-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-md-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-sm-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-10 {
    --row-gutter: 1rem;
  }
  .no-row.--col-gutter-xs-10 {
    --col-gutter: 1rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-3xl-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-2xl-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-xl-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-lg-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-md-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-sm-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-11 {
    --row-gutter: 1.1rem;
  }
  .no-row.--col-gutter-xs-11 {
    --col-gutter: 1.1rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-3xl-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-2xl-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-xl-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-lg-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-md-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-sm-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-13 {
    --row-gutter: 1.3rem;
  }
  .no-row.--col-gutter-xs-13 {
    --col-gutter: 1.3rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-3xl-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-2xl-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-xl-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-lg-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-md-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-sm-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-14 {
    --row-gutter: 1.4rem;
  }
  .no-row.--col-gutter-xs-14 {
    --col-gutter: 1.4rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-3xl-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-2xl-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-xl-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-lg-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-md-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-sm-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-15 {
    --row-gutter: 1.5rem;
  }
  .no-row.--col-gutter-xs-15 {
    --col-gutter: 1.5rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-3xl-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-2xl-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-xl-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-lg-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-md-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-sm-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-18 {
    --row-gutter: 1.8rem;
  }
  .no-row.--col-gutter-xs-18 {
    --col-gutter: 1.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-3xl-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-2xl-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-xl-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-lg-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-md-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-sm-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-20 {
    --row-gutter: 2rem;
  }
  .no-row.--col-gutter-xs-20 {
    --col-gutter: 2rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-3xl-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-2xl-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-xl-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-lg-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-md-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-sm-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-36 {
    --row-gutter: 3.6rem;
  }
  .no-row.--col-gutter-xs-36 {
    --col-gutter: 3.6rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-3xl-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-2xl-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-xl-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-lg-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-md-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-sm-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-40 {
    --row-gutter: 4rem;
  }
  .no-row.--col-gutter-xs-40 {
    --col-gutter: 4rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-3xl-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-2xl-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-xl-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-lg-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-md-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-sm-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-56 {
    --row-gutter: 5.6rem;
  }
  .no-row.--col-gutter-xs-56 {
    --col-gutter: 5.6rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-3xl-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-2xl-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-xl-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-lg-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-md-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-sm-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-72 {
    --row-gutter: 7.2rem;
  }
  .no-row.--col-gutter-xs-72 {
    --col-gutter: 7.2rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-3xl-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-2xl-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-xl-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-lg-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-md-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-sm-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-88 {
    --row-gutter: 8.8rem;
  }
  .no-row.--col-gutter-xs-88 {
    --col-gutter: 8.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-3xl-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-2xl-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-xl-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-lg-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-md-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-sm-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-96 {
    --row-gutter: 9.6rem;
  }
  .no-row.--col-gutter-xs-96 {
    --col-gutter: 9.6rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-3xl-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-2xl-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-xl-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-lg-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-md-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-sm-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-188 {
    --row-gutter: 18.8rem;
  }
  .no-row.--col-gutter-xs-188 {
    --col-gutter: 18.8rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-3xl-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-2xl-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-xl-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-lg-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-md-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-sm-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-256 {
    --row-gutter: 25.6rem;
  }
  .no-row.--col-gutter-xs-256 {
    --col-gutter: 25.6rem;
  }
}
@media (max-width: 1920px) {
  .no-row.--row-gutter-3xl-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-3xl-288 {
    --col-gutter: 28.8rem;
  }
}
@media (max-width: 1664px) {
  .no-row.--row-gutter-2xl-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-2xl-288 {
    --col-gutter: 28.8rem;
  }
}
@media (max-width: 1320px) {
  .no-row.--row-gutter-xl-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-xl-288 {
    --col-gutter: 28.8rem;
  }
}
@media (max-width: 1024px) {
  .no-row.--row-gutter-lg-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-lg-288 {
    --col-gutter: 28.8rem;
  }
}
@media (max-width: 768px) {
  .no-row.--row-gutter-md-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-md-288 {
    --col-gutter: 28.8rem;
  }
}
@media (max-width: 544px) {
  .no-row.--row-gutter-sm-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-sm-288 {
    --col-gutter: 28.8rem;
  }
}
@media (max-width: 375px) {
  .no-row.--row-gutter-xs-288 {
    --row-gutter: 28.8rem;
  }
  .no-row.--col-gutter-xs-288 {
    --col-gutter: 28.8rem;
  }
}
.no-row > .no-col-1 {
  width: 8.3333333333%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-2 {
  width: 16.6666666667%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-3 {
  width: 25%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-4 {
  width: 33.3333333333%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-5 {
  width: 41.6666666667%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-6 {
  width: 50%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-7 {
  width: 58.3333333333%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-8 {
  width: 66.6666666667%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-9 {
  width: 75%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-10 {
  width: 83.3333333333%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-11 {
  width: 91.6666666667%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
.no-row > .no-col-12 {
  width: 100%;
  padding-left: var(--col-gutter);
  padding-right: var(--col-gutter);
  margin-top: var(--row-gutter);
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-1 {
    width: 8.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-2 {
    width: 16.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-3 {
    width: 25%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-4 {
    width: 33.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-5 {
    width: 41.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-6 {
    width: 50%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-7 {
    width: 58.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-8 {
    width: 66.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-9 {
    width: 75%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-10 {
    width: 83.3333333333%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-11 {
    width: 91.6666666667%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1920px) {
  .no-row > .no-col-3xl-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1664px) {
  .no-row > .no-col-2xl-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1320px) {
  .no-row > .no-col-xl-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 1024px) {
  .no-row > .no-col-lg-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 768px) {
  .no-row > .no-col-md-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 544px) {
  .no-row > .no-col-sm-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}
@media (max-width: 375px) {
  .no-row > .no-col-xs-12 {
    width: 100%;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
  }
}

.no-direct-link {
  color: var(--clr-primary-default);
}
.no-direct-link:hover {
  text-decoration: underline;
}

.no-link:hover {
  color: var(--clr-primary-default);
}

.overflow-hidden {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  word-break: keep-all;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

body {
  background: var(--clr-ui-white);
  color: var(--clr-ui-text);
  color-scheme: var(--clr-schema);
  line-height: 1.31;
  overflow-x: hidden;
}

::selection {
  background: var(--clr-base-black);
  color: var(--clr-base-white);
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

a {
  color: var(--clr-ui-black);
  text-decoration: none;
  display: block;
}

em,
address {
  font-style: normal;
}

button {
  background: none;
  border: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-family: var(--family-en-body);
  cursor: pointer;
  line-height: var(--lh-base);
}

label {
  cursor: pointer;
}

textarea {
  resize: none;
}

input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}

input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}

b {
  font-weight: 700;
}

.root_daum_roughmap .wrap_controllers {
  display: none;
}

.lord {
  width: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  height: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
}

.bg-gray {
  background: var(--clr-gray-50);
}

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

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

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

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

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

.--bg-gray {
  background: var(--clr-gray-50);
}

.primary-c {
  color: var(--clr-primary-500);
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-blur {
  opacity: 0;
  filter: blur(1rem);
  transform: translateY(2.5rem);
}

.no-form-search {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.no-form-search i {
  color: #008431;
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
.no-form-search .search {
  width: 100%;
  width: clamp(26rem, 6.4724919094vw + 23.572815534rem, 36rem);
  height: clamp(4.4rem, 0.3883495146vw + 4.254368932rem, 5rem);
  padding: 1.4rem clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  background: rgba(121, 219, 97, 0.1);
  font-family: "SUIT";
  border-radius: 0.6rem;
  color: #444;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .no-form-search .search {
    width: 100%;
  }
}
.no-form-search .search:focus {
  border: 1px solid #008431;
}
.no-form-search .search_control {
  position: absolute;
  right: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: var(--clr-base-black);
  font-size: clamp(1.1rem, 0.1941747573vw + 1.027184466rem, 1.4rem);
}

.contact-cont {
  background: var(--clr-primary-900);
  text-align: center;
}
.contact-cont .text {
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 1.1003236246vw + 1.3873786408rem, 3.5rem);
}
.contact-cont .text p {
  color: var(--clr-secondary-400);
}
@media (max-width: 768px) {
  .contact-cont .text p {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
.contact-cont .text .btn {
  display: flex;
  justify-content: center;
}
.contact-cont .text .btn a {
  width: max-content;
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-secondary-400);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.contact-cont .text .btn a i {
  transition: 0.15s ease all;
}

.contact-cont .text .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}

.intro-section {
  height: 100vh;
}

.tab-cate {
  border: 1px solid var(--clr-black-3dp);
}
@media (max-width: 375px) {
  .tab-cate {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .knc-tab {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .knc-tab {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 544px) {
  .hpc-tab {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.tab-cate li:last-child a {
  border-right: 0;
}
@media (max-width: 768px) {
  .tab-cate li:nth-child(1) a,
  .tab-cate li:nth-child(2) a {
    border-top: 0;
  }
  .tab-cate li:nth-child(2) a {
    border-right: 0;
  }
}

@media (max-width: 544px) {
  .tab-cate li:nth-child(2) a {
    border-top: 1px solid var(--clr-black-3dp);
  }
  .tab-cate li:nth-child(3) a,
  .tab-cate li:nth-child(1) a {
    border-right: 0;
  }
}

@media (max-width: 544px) {
  .hpc-tab li:nth-child(2) a {
    border-top: none;
  }
  .hpc-tab li:nth-child(3) a,
  .hpc-tab li:nth-child(1) a {
    border-right: 1px solid var(--clr-black-3dp);
  }
}

.tab-cate a {
  text-align: center;
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) 0;
  background: rgba(0, 0, 0, 0.05);
  color: #767676;
  font-size: clamp(1.4rem, 0.5177993528vw + 1.2058252427rem, 2.2rem);
  border-right: 1px solid var(--clr-black-3dp);
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .tab-cate a {
    border-top: 1px solid var(--clr-black-3dp);
  }
}
@media (max-width: 768px) {
  .tab-cate a {
    padding: 1.2rem 0;
  }
}

.tab-cate a.active {
  background: #007b2e;
  color: var(--clr-secondary-400);
  font-weight: 600;
}
.tab-cate a.active:hover {
  background: #007b2e;
  color: var(--clr-secondary-400);
  font-weight: 600;
}
.tab-cate a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.rw-tab a.active {
  background: #007b2e;
  color: var(--clr-secondary-400);
  font-weight: 600;
}
.rw-tab a.active:hover {
  background: #007b2e;
  color: var(--clr-secondary-400);
  font-weight: 600;
}
.rw-tab a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.knc-tab a.active {
  background: #eaca89;
  color: #00692a;
  font-weight: 600;
}
.knc-tab a.active:hover {
  background: #eaca89;
  color: #00692a;
  font-weight: 600;
}
.knc-tab a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.hpc-tab a.active {
  background: var(--clr-primary-900);
  color: #ecd6a5;
  font-weight: 600;
}
.hpc-tab a.active:hover {
  background: var(--clr-primary-900);
  color: #ecd6a5;
  font-weight: 600;
}
.hpc-tab a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.sub-visual-ani {
  clip-path: circle(5% at 50% 50%);
  -webkit-clip-path: circle(5% at 50% 50%);
  overflow: hidden;
  transition: clip-path 0.5s ease;
}

.text-fill-ani {
  width: 100%;
  display: inline-block;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--clr-white-6dp);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left;
  will-change: background-size;
}

.no-btn-gray,
.no-btn-black,
.no-btn-white,
.no-btn-secondary,
.no-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spc-8);
  padding: var(--spc-8) var(--spc-16);
  border-radius: var(--spc-radius-input);
}

.no-btn-xl {
  padding: var(--spc-16) var(--spc-32);
}

.no-btn-lg {
  padding: var(--spc-12) var(--spc-24);
}

.no-btn-md {
  padding: var(--spc-8) var(--spc-16);
}

.no-btn-sm {
  padding: var(--spc-4) var(--spc-12);
  font-size: var(--fs-body-md);
}

.no-btn-primary {
  background-color: var(--clr-primary-default);
  color: var(--clr-primary-text);
}
.no-btn-primary:hover {
  background-color: var(--clr-primary-hover);
}
.no-btn-primary:active {
  background-color: var(--clr-primary-focus);
}
.no-btn-primary:disabled {
  background-color: var(--clr-primary-disabled);
}

.no-btn-secondary {
  background-color: var(--clr-secondary-default);
  color: var(--clr-secondary-text);
}
.no-btn-secondary:hover {
  background-color: var(--clr-secondary-hover);
}
.no-btn-secondary:active {
  background-color: var(--clr-secondary-focus);
}
.no-btn-secondary:disabled {
  background-color: var(--clr-secondary-disabled);
}

.no-btn-white {
  background-color: var(--clr-white-default);
  color: var(--clr-white-text);
}
.no-btn-white:hover {
  background-color: var(--clr-white-hover);
}
.no-btn-white:active {
  background-color: var(--clr-white-focus);
}
.no-btn-white:disabled {
  background-color: var(--clr-white-disabled);
}

.no-btn-black {
  background-color: var(--clr-black-default);
  color: var(--clr-black-text);
}
.no-btn-black:hover {
  background-color: var(--clr-black-hover);
}
.no-btn-black:active {
  background-color: var(--clr-black-focus);
}
.no-btn-black:disabled {
  background-color: var(--clr-black-disabled);
}

.no-btn-gray {
  background-color: var(--clr-gray-default);
  color: var(--clr-gray-text);
}
.no-btn-gray:hover {
  background-color: var(--clr-gray-hover);
}
.no-btn-gray:active {
  background-color: var(--clr-gray-focus);
}
.no-btn-gray:disabled {
  background-color: var(--clr-gray-disabled);
}

.cs-form .title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cs-form .title-wrap span {
  display: inline-block;
  color: var(--clr-primary-500);
  line-height: 1.21;
}
.cs-form .sticky-title {
  position: sticky;
  top: 2rem;
  align-self: start; /* 부모 요소에서 올바르게 배치되도록 설정 */
}
.cs-form .inquiry {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.cs-form .inquiry .input_wrap {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 544px) {
  .cs-form .inquiry .input_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .cs-form .inquiry .input_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs-form .inquiry .redio-item {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.cs-form .inquiry .redio-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.cs-form .inquiry .redio-item span {
  color: #ec3342;
}
@media (max-width: 544px) {
  .cs-form .inquiry .redio-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cs-form .inquiry .redio-item input[type="radio"] {
  display: none;
}
.cs-form .inquiry .redio-item .radio-wrap {
  display: flex;
  gap: 1.6rem;
}
.cs-form .inquiry .redio-item .radio-wrap .btn-wrap {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.cs-form .inquiry .redio-item .radio-wrap .btn-wrap span {
  display: block;
  border: 2px solid var(--clr-base-black);
  position: relative;
  width: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  height: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  border-radius: 50%;
}
.cs-form .inquiry .redio-item .radio-wrap .btn-wrap span b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: var(--clr-primary-500);
  transition: 0.3s ease all;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr-primary-500);
  border-radius: 50%;
}
.cs-form .inquiry .redio-item .radio-wrap input:checked + .btn-wrap b {
  transform: scale(0.6);
}
.cs-form .inquiry .input-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
@media (max-width: 544px) {
  .cs-form .inquiry .input-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cs-form .inquiry .input-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8rem;
}
.cs-form .inquiry .input-item span {
  color: #ec3342;
}
.cs-form .inquiry .input-item input {
  width: 100%;
  font-family: "Pretendard";
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 2px solid #eeeeee;
  padding-left: 2rem;
  border-radius: 0.6rem;
  height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  transition: 0.3s ease all;
}
.cs-form .inquiry .input-item input:focus {
  box-shadow:
    rgba(23, 40, 88, 0.8) 0px 0px 5px 0px,
    rgba(23, 40, 88, 0.6) 0px 0px 1px 0px;
}
.cs-form .inquiry .input-item #r_captcha {
  max-width: 35.6rem;
}
.cs-form .inquiry .text-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
@media (max-width: 544px) {
  .cs-form .inquiry .text-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cs-form .inquiry .text-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8rem;
}
.cs-form .inquiry .text-item span {
  color: var(--clr-primary-500);
}
.cs-form .inquiry .text-item textarea {
  width: 100%;
  font-family: "Pretendard";
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 2px solid #eeeeee;
  padding: 2rem;
  border-radius: 0.8rem;
  transition: 0.3s ease all;
  height: 24rem;
}
.cs-form .inquiry .text-item textarea:focus {
  box-shadow:
    rgba(22, 63, 91, 0.2) 0px 0px 5px 0px,
    rgba(22, 63, 91, 0.15) 0px 0px 1px 0px;
}
.cs-form .inquiry .policy-wrap .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cs-form .inquiry .policy-wrap .pr-box {
  background: #f8f8f8;
  border-radius: 0.8rem;
}
.cs-form .inquiry .btn-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-form .inquiry .btn-fill a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.cs-form .inquiry .btn-fill a i {
  transition: 0.15s ease all;
}
.cs-form .inquiry .btn-fill a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.cs-form .inquiry .btn-fill a {
  background: var(--clr-base-black);
  color: var(--clr-base-white);
  border-radius: 6.3rem;
  height: clamp(5.4rem, 0.6472491909vw + 5.1572815534rem, 6.4rem);
  width: clamp(15.5rem, 0.8414239482vw + 15.1844660194rem, 16.8rem);
}

.no-pagi-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pagi-div .arrow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-pagi-div__list {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  text-align: center;
}
.no-pagi-div__list li a {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.65rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid var(--clr-base-black);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-pagi-div__list li a.active {
  width: 100%;
  background-color: var(--clr-primary-500);
  color: var(--clr-base-white);
  border: 0.5px solid transparent;
}
.no-pagi-div__list li a:hover {
  border: 0.5px solid transparent;
  background-color: var(--clr-gray-300);
  color: var(--clr-primary-500);
}
.no-pagi-div__list li a.active:hover {
  width: 100%;
  background-color: var(--clr-primary-500);
  color: var(--clr-base-white);
  border: 0.5px solid transparent;
}

.no-footer {
  background-color: var(--clr-base-white);
}
.no-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .no-footer__inner {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.no-footer__inner .f-logo {
  width: clamp(18rem, 4.5307443366vw + 16.3009708738rem, 25rem);
}
.no-footer__inner .f-info .top {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1.2944983819vw - 0.0854368932rem, 2.4rem);
  margin-top: 1rem;
}
@media (max-width: 544px) {
  .no-footer__inner .f-info .top {
    flex-direction: column;
  }
}
.no-footer__inner .f-info .top dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 544px) {
  .no-footer__inner .f-info .top dl {
    justify-content: flex-start;
  }
}
.no-footer__inner .f-info .top dl dt {
  color: var(--clr-primary-300);
}
.no-footer__inner .f-info .ceo {
  display: flex;
   justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
}

.no-footer__inner .f-info .ceo dt {
  color: var(--clr-primary-300);
}
.no-footer__inner .sns {
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .no-footer__inner .sns {
    justify-content: flex-start;
  }
}
.no-footer__inner .sns > li a {
  display: block;
  width: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  height: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  background-color: #878787;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-footer__inner .sns > li a img {
  width: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-footer__copy {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.no-header__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  will-change: opacity;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  transition-property: opacity, visibility;
}

.no-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: var(--header-height);
  background: var(--clr-base-white);
  z-index: 1000;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.no-header.active .no-header--container {
  height: 24rem;
  background: #eee;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .no-header.active .no-header--container {
    display: none;
  }
}
.no-header.active .no-header__inner--menu .no-header__lnb {
  opacity: 1;
  visibility: visible;
}

.no-header--container {
  width: 100%;
  position: absolute;
  left: 0;
  height: var(--header-height);
  transition: ease all 0.3s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  top: var(--header-height);
}
.no-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-height: var(--header-height);
}
.no-header__inner--logo {
  width: clamp(18rem, 4.5307443366vw + 16.3009708738rem, 25rem);
  z-index: 5;
}
.no-header__inner--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--menu {
  height: 100%;
}
.no-header__inner--menu .no-header__gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
}
@media (max-width: 1024px) {
  .no-header__inner--menu .no-header__gnb {
    display: none;
  }
}
.no-header__inner--menu .no-header__gnb--item {
  height: 100%;
  text-align: center;
  position: relative;
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  transition: ease all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--menu .no-header__gnb--link::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 2px;
  background-color: var(--clr-primary-500);
  border-radius: 5.5rem;
  transition: ease all 0.3s;
}
.no-header__inner--menu .no-header__gnb--item:hover .no-header__gnb--link {
  color: var(--clr-primary-500);
}
.no-header__inner--menu .no-header__gnb--link:hover::after {
  width: 50%;
}
.no-header__inner--menu .no-header__gnb--item:last-child {
  display: none;
}

.no-header__inner--menu .no-header__gnb--item:nth-child(4):hover .no-header__gnb--link  {
	color:#000;
	font-weight:400;
}

.no-header__inner--menu .no-header__gnb--item:nth-child(4):hover .no-header__gnb--link::after{
display:none;
}


.no-header__inner--menu .no-header__gnb--link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
.no-header__inner--menu .no-header__gnb--link i {
  display: none;
}
.no-header__inner--menu .no-header__gnb--link:hover {
  font-weight: 600;
}
.no-header__inner--menu .no-header__lnb {
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  z-index: 110;
  width:100%;
  opacity: 0;
  visibility: hidden;
}
.no-header__inner--menu .no-header__lnb--item {
  padding-top: 1.2rem;
  text-align: center;
}
.no-header__inner--menu .no-header__lnb--item:nth-of-type(1) {
  padding-top: 0;
}
.no-header__inner--menu .no-header__lnb--link {
  white-space: nowrap;
  font-weight: 400;
  color: #111;
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  position: relative;
  display: inline-block;
}
.no-header__inner--menu .no-header__lnb--link::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--clr-primary-500);
  opacity: 0;
  transition: 0.3s ease all;
}
.no-header__inner--menu .no-header__lnb--link:hover {
  color: var(--clr-primary-500);
}
.no-header__inner--menu .no-header__lnb--link:hover::after {
  top: -0.8rem;
  opacity: 1;
}
.no-header__inner .inquire-btn {
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  background: var(--clr-primary-500);
  color: var(--clr-secondary-400);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 600;
  height: 5rem;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .no-header__inner .inquire-btn {
    display: none;
  }
}
.no-header__inner .no-mobile_toggle_btn {
  width: 2.8rem;
  height: 2rem;
  position: relative;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 1024px) {
  .no-header__inner .no-mobile_toggle_btn {
    display: block;
  }
}
.no-header__inner .no-mobile_toggle_btn--line {
  width: 100%;
  height: 0.2rem;
  background-color: var(--clr-base-black);
  transition: ease all 0.3s;
  position: absolute;
  left: 0;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(1) {
  top: 0;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(1).active {
  transform: translate(0px, 7px) rotate(45deg);
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(2) {
  top: 7px;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(2).active {
  opacity: 0;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(3) {
  top: 14px;
}
.no-header__inner .no-mobile_toggle_btn--line:nth-child(3).active {
  transform: translate(0px, -7px) rotate(-45deg);
}
.no-header .m-header-bg {
  width: 100vw;
  height: 100vh;
  background: var(--clr-black-6dp);
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: -1;
  display: none;
}
.no-header .no-header-m-div {
  display: none;
}
@media (max-width: 1024px) {
  .no-header .no-header-m-div {
    display: block;
    width: 80%;
    height: 100vh;
    position: absolute;
    top: var(--header-height);
    right: -100%;
    transition: 0.5s ease-in-out;
    visibility: hidden;
  }
  .no-header .no-header-m-div.add {
    right: 0;
    visibility: visible;
  }
  .no-header .no-header-m-div.add .m-header-bg {
    display: block;
  }
  .no-header .no-header-m-div__inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2000;
    background: var(--clr-base-white);
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m {
    padding: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem) 0;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--item {
    position: relative;
    padding: 2rem;
    border-bottom: 1px solid var(--clr-gray-300);
  }

  .no-header .no-header-m-div__inner .no-header__gnb-m--item:nth-child(7) {
    display: none;
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--clr-base-black);
  }
  .no-header .no-header-m-div__inner .no-header__gnb-m--link .fa-angle-up {
    transition: 0.3s;
  }
  .no-header
    .no-header-m-div__inner
    .no-header__gnb-m--link
    .fa-angle-up.active {
    transform: rotate(0deg);
  }
  .no-header .no-header-m-div__inner .no-header-m__lnb {
    display: none;
    padding-top: 1rem;
  }
  .no-header .no-header-m-div__inner .no-header-m__lnb--item {
    padding: 0.6rem 0;
    transition: 0.3s;
  }
}

.no-sub-nav-menu {
  border-bottom: 1px solid #c1c1c1;
}
.no-sub-nav-menu .no-container-xl .no-sub-nav-menu__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  padding: 1.4rem 0;
  font-weight: 400;
}
.no-sub-nav-menu .no-container-xl .no-sub-nav-menu__list a {
  color: var(--clr-base-black);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: 1rem 1.8rem;
  background: #eeeeee;
  border-radius: 5rem;
}
.no-sub-nav-menu .no-container-xl .no-sub-nav-menu__list a.active {
  background: var(--clr-primary-500);
  color: var(--clr-base-white);
}

.no-sub-visual {
  padding-top: var(--header-height);
  height: clamp(28rem, 45.6310679612vw + 10.8883495146rem, 98.5rem);
  overflow: hidden;
}
.no-sub-visual-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.no-sub-visual-img figure {
  height: 100%;
}
.no-sub-visual-img img {
  height: 100%;
}
.no-sub-visual-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(10, 15, 10, 0.85);
  width: 100%;
  height: 100%;
}
.no-sub-visual .no-container-xl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.no-sub-visual .no-container-xl h2 {
  line-height: 1.5;
  letter-spacing: -0.5%;
}


@media (max-width: 640px) {
	.no-sub-visual  .no-container-xl .rewoner-vs {
		  font-size:1.8rem;
	}
}

@media (max-width: 560px) {
	.no-sub-visual  .no-container-xl .rewoner-vs br{
		  display:none;
	}
}

@media (max-width: 375px) {
  .no-sub-visual  .no-container-xl .rewoner-vs   {
    font-size:1.6rem;
  }
}


@media (max-width: 375px) {
  .no-sub-visual .no-container-xl h2  {
    font-size:1.6rem;
  }
}
.no-sub-visual .no-container-xl h2 span {
  font-weight: bold;
}
.no-sub-visual .no-container-xl h2 .green {
  color: #42c245;
}
.no-sub-visual .no-container-xl h2 .bronze {
  color: #d5b065;
}
.no-sub-visual .no-container-xl h2,
.no-sub-visual .no-container-xl p {
  color: var(--clr-base-white);
}


.quick_menu {
  position: fixed;
  display: flex;
  align-items: flex-end;
  z-index: 100;
  right: 2rem;
  bottom: 4rem;
  flex-direction: column;
  gap: 1.6rem;
}
.quick_menu.sticky-stop {
  position: absolute;
}

.quick_menu .top_btn {
  position: relative;
  width: 6rem;
  height: 6rem;
  background: var(--clr-primary-500);
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
  box-shadow: 0px 0px 6px var(--clr-white-5dp);
}

.quick_menu .menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.quick_menu .menu-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  backdrop-filter: blur(24px);
  transition: 0.3s ease all;
  padding: 1.2rem;
  border-radius: 50%;
  background: var(--clr-base-white);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.quick_menu .menu-wrap a i {
  color: var(--clr-primary-500);
  font-size: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
}
.quick_menu .menu-wrap a:hover {
  background: var(--clr-primary-500);
}
.quick_menu .menu-wrap a:hover i {
  color: var(--clr-base-white);
}
.quick_menu .menu-wrap a figure {
  color: var(--clr-primary-500);
  width: 3rem;
  transition: 0.3s ease all;
}
.quick_menu .menu-wrap a .logo-on {
  display: none;
}
.quick_menu .menu-wrap a figure {
  color: var(--clr-primary-500);
  width: clamp(2.4rem, 0.3883495146vw + 2.254368932rem, 3rem);
  transition: 0.3s ease all;
}
.quick_menu .menu-wrap a .logo-on {
  display: none;
}
@media (max-width: 768px) {
  .quick_menu .top_btn {
    width: 5rem;
    height: 5rem;
  }
}
.quick_menu .top_btn:hover i {
  bottom: 4rem;
  transition: all 0.6s;
}

.quick_menu .top_btn:hover::after {
  bottom: 4rem;
  transition: all 0.6s;
}

.quick_menu .top_btn ::after {
  content: "";
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: cover;
  display: block;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
  bottom: 0;
}

.quick_menu .top_btn i {
  background-image: url(/resource/images/icon/top_arrow.svg);
  width: 1.2rem;
  height: 1.6rem;
  background-size: contain;
  display: block;
  position: relative;
  bottom: 0;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .grid-col-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .grid-col-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .grid-process {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .grid-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .grid-col-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-col-4-8 {
  display: grid;
  grid-template-columns: 4fr 8fr;
}
@media (max-width: 1024px) {
  .grid-col-4-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-7-5 {
  display: grid;
  grid-template-columns: 7fr 5fr;
}
@media (max-width: 1024px) {
  .grid-col-7-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-3-9 {
  display: grid;
  grid-template-columns: 3fr 9fr;
}
@media (max-width: 1024px) {
  .grid-col-3-9 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-9-3 {
  display: grid;
  grid-template-columns: 9fr 3fr;
}
@media (max-width: 1024px) {
  .grid-col-9-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-8-4 {
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media (max-width: 1024px) {
  .grid-col-8-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-col-5-7 {
  display: grid;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 1024px) {
  .grid-col-5-7 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.no-main {
  padding-top: var(--header-height);
}
.no-main--intro {
  height: 100vh;
  overflow: hidden;
  background: #f6fdf4;
  overflow: hidden;
  position: relative;
    padding-top: 10rem;
}
@media (max-width: 1024px) {
  .no-main--intro {
    height: 100%;
  }
  .no-main--intro{
    padding: 4rem 0;
	padding-bottom:8rem;
  }
}
.no-main--intro .intro-cont {
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
      justify-content: center;
}
.no-main--intro .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.no-main--intro .text-wrap p {
  text-align: center;
  font-weight: 300;
}
.no-main--intro .circle-list {
  width: 100%;
  padding-bottom:22.7rem;
}
@media (max-width: 1024px) {
  .no-main--intro .circle-list {
    display: none;
  }
  .no-main--intro .text-wrap p {
  text-align: center;
  font-weight: 300;
  padding-top:1rem;
}
}
.no-main--intro .circle-list ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 147.7rem;
  margin:0 auto;
}

.no-main--intro .circle-list ul li{
	width:23.5%;
  margin-left: -77px; /* 겹치게 만드는 핵심 */
}

.no-main--intro .circle-list ul li:first-child  {
  margin-left: 0;
}
.no-main--intro .circle-list ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: 0.3s ease all;


}

@media (max-width: 1700px) {
.no-main--intro .circle-list ul li {
	margin-left:-72px;
}
}

@media (max-width: 1520px) {
.no-main--intro .circle-list ul li {
	margin-left:-68px;
}
}

@media (max-width: 1477px) {
.no-main--intro .circle-list ul {
  width: 100%;
  max-width:100%;
}
}

@media (max-width: 1320px) {
.no-main--intro .circle-list ul li {
	margin-left:-65px;
}
}

@media (max-width: 1170px) {
.no-main--intro .circle-list ul li {
	margin-left:-62px;
}
}



.no-main--intro .circle-list ul a.active {
  opacity: 1;
}
.no-main--intro .circle-list ul a.active .circle::after {
  opacity: 1;
}
.no-main--intro .circle-list .circle {
   border: clamp(4.8rem, 1.9417475728vw + 4.0718446602rem, 7.8rem) solid #00832f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  background: var(--clr-base-white);
  width:100%;
  height:100%;
  max-width:34.7rem;
  max-height:34.7rem;
}


@media (max-width: 1477px) {
.no-main--intro .circle-list ul {
  width: 100%;
  padding:0 2rem;
  }

.no-main--intro .circle-list .circle {
	width:100%;
}
}



.no-main--intro .circle-list .circle img {
  width: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
@media (max-width: 1024px) {
  .no-main--intro .circle-list .circle img {
    width: clamp(3.2rem, 4.4012944984vw + 1.5495145631rem, 10rem);
  }
}
@media (max-width: 375px) {
  .no-main--intro .circle-list .circle img {
    width: 4.8rem;
  }
}
.no-main--intro .circle-list .text {
  padding-top: 2.4rem;
  height: 100%;
}
.no-main--intro .circle-list .text p {
  font-size: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  color: #008431;
}
.no-main--intro .circle-list-m {
  display: none;
  width: 100%;
  padding-top: clamp(4rem, 3.2362459547vw + 2.786407767rem, 9rem);
  max-width: 62.7rem;
}
@media (max-width: 1024px) {
  .no-main--intro .circle-list-m {
    display: block;
  }
}
.no-main--intro .circle-list-m ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.no-main--intro .circle-list-m ul li {
  width: 100%;
}
.no-main--intro .circle-list-m ul li:last-child .circle {
  margin-bottom: 0;
}
.no-main--intro .circle-list-m ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  transition: 0.3s ease all;
  position: relative;
 margin-bottom: -39px;
}



.no-main--intro .circle-list-m ul a.active {
  opacity: 1;
}
.no-main--intro .circle-list-m ul a.active .circle::after {
  opacity: 1;
}
.no-main--intro .circle-list-m .circle {
  position: relative;
  width: 28.71%;
  border:clamp(2.4rem, 3.4951456311vw + 1.0893203883rem, 7.8rem) solid #00832f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  background: var(--clr-base-white);
  margin-right: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
}

@media (max-width: 740px) {
.no-main--intro .circle-list-m ul a {
    margin-bottom: -32px;
  }
  .no-main--intro .circle-list-m .text{
      left: 62%;
  }
}

@media (max-width: 560px) {
.no-main--intro .circle-list-m ul a {
    margin-bottom: -28px;
  }
}

@media (max-width: 440px) {
.no-main--intro .circle-list-m ul a {
    margin-bottom: -24px;
  }

}

@media (max-width: 375px) {
  .no-main--intro .circle-list-m .circle {
  border:2rem solid #008431
  }
  .no-main--intro .circle-list-m ul a {
    margin-bottom: -20px;
  }
}
.no-main--intro .circle-list-m .circle img {
  width: clamp(2.8rem, 1.8122977346vw + 2.1203883495rem, 5.6rem);
}

.no-main--intro .circle-list-m .text {
  position: absolute;
  left: 74%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 680px) {
  .no-main--intro .circle-list-m .text{
      left: 70%;
  }
}

.no-main--intro .circle-list-m .text p {
  font-size: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
  color: #008431;
  white-space: nowrap;
  width: clamp(8rem, 5.1779935275vw + 6.0582524272rem, 16rem);
}
.no-main--company {
  height: 100vh;
  position: relative;
  overflow: hidden;
    padding: clamp(6rem, 9.0614886731vw + 2.6019417476rem, 20rem) 0;
}
@media (max-width: 1024px) {
  .no-main--company {
    height: 100%;
  }
}
.no-main--company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-8dp);
  z-index: 2;
}
.no-main--company .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  height: 100%;
}
.no-main--company .bg img {
  height: 100%;
}
.no-main--company .text-wrap {
 position:relative;
  z-index: 3;
  height:100%;
}

.no-main--company .text-wrap .cont-wrap{
  display: flex;
  flex-direction: column;
  text-align: center;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  height:100%;
   justify-content: center;
}

@media (max-width: 1024px) {
.no-main--company .text-wrap .cont-wrap{
    position: relative;
    transform: translate(0);
    top: auto;
    left: auto;
    height: 100%;
  }
}
.no-main--company .text-wrap .title-t {
  color: var(--clr-base-white);
}


.no-main--company .text-wrap .title-t .line {
  background: var(--clr-base-white);
}
.no-main--company .text-wrap .logo {
  width: clamp(16rem, 7.7669902913vw + 13.0873786408rem, 28rem);
  margin: 0 auto;
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-main--company .text-wrap .logo img {
  height: 100%;
}
.no-main--company .text-wrap .title h4 {
  color: var(--clr-base-white);
}
.no-main--company .text-wrap .title h4 span {
  color: var(--clr-secondary-400);
}
.no-main--company .text-wrap .desc h3 {
  color: var(--clr-white-8dp);
}
.no-main--company .text-wrap .desc p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  color: var(--clr-white-6dp);
}



@media (max-width: 480px) {
	.no-main--company .text-wrap .desc p{
		font-size:1.5rem;
	}
	.no-main--company .text-wrap .desc p br{
	display:none;
	}
}


.no-main--company .text-wrap .desc span {
  font-weight: 700;
  color: var(--clr-white-8dp);
}
.no-main--company .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-main--company .btn-wrap a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-main--company .btn-wrap a i {
  transition: 0.15s ease all;
}
.no-main--company .btn-wrap a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-main--company .btn-wrap a {
  background: var(--clr-secondary-400);
  color: #1e1e1e;
}
.no-main--onleone {
  overflow: hidden;
}
.no-main--onleone .mouseover-custom {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1024px) {
  .no-main--onleone .mouseover-custom {
    display: none;
  }
}
.no-main--onleone .mouseover-custom ul {
  display: flex;
  height: 100%;
}
.no-main--onleone .mouseover-custom ul li {
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
  position: relative;
  flex-shrink: 0; /* 🔑 줄바꿈 방지 */
}
.no-main--onleone .mouseover-custom ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-6dp);
  z-index: 2;
}
.no-main--onleone .mouseover-custom ul li .title-t {
  color: var(--clr-base-white);
}
.no-main--onleone .mouseover-custom ul li .title-t .line {
  background: var(--clr-base-white);
}
.no-main--onleone .mouseover-custom ul li .title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2rem;
  z-index: 3;
  color: var(--clr-white-8dp);
}
.no-main--onleone .mouseover-custom ul li figure {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-main--onleone .mouseover-custom ul li video {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-main--onleone .mouseover-custom ul li img {
  height: 100%;
}
.no-main--onleone .mouseover-custom ul li.active {
  width: 80%;
  background: transparent;
}
.no-main--onleone .mouseover-custom ul li.active::after {
  display: none;
}
.no-main--onleone .mouseover-custom ul li.active figure::after {
  background: transparent;
}
.no-main--onleone .mouseover-custom ul li.active .text-container {
  opacity: 1;
}
.no-main--onleone .mouseover-custom ul li.active .slide_txt {
  display: none;
}
.no-main--onleone .mouseover-custom ul li .text-coulmn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding:0 2rem;
}

.no-main--onleone .mouseover-custom ul li .coulmn-low{
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: var(--header-height);
    justify-content: flex-end;
}

.no-main--onleone .mouseover-custom ul li .logo {
  width: clamp(24rem, 7.7669902913vw + 21.0873786408rem, 36rem);
  margin: 0 auto;
}
.no-main--onleone .mouseover-custom ul li .text-container {
  width: 100%;
  text-align: center;
  color: var(--clr-base-white);
  height: 100%;
  z-index: 3;
  position: relative;
  opacity: 0;
  transition: 0.4s ease all;
    padding: clamp(6rem, 9.0614886731vw + 2.6019417476rem, 20rem) 0;
}
.no-main--onleone .mouseover-custom ul li .text-container .icon {
  width: 5rem;
}
.no-main--onleone .mouseover-custom ul li .text-wrap {
  color: var(--clr-base-white);
}
.no-main--onleone .mouseover-custom ul li .text-wrap h3 {
  font-size: clamp(2.8rem, 2.071197411vw + 2.0233009709rem, 6rem);
  line-height: 1.5;
}
.no-main--onleone .mouseover-custom ul li .text-wrap p {
  padding-top: clamp(1.2rem, 1.0355987055vw + 0.8116504854rem, 2.8rem);
}
.no-main--onleone .mouseover-custom ul li .slide_txt {
  color: #fcf9f5;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
  z-index: 4;
}
.no-main--onleone .mouseover-custom ul li .slide_txt h3 {
  transform: rotate(270deg); /* 필요에 따라 180도 회전 */
}
.no-main--onleone .responsiv-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .no-main--onleone .responsiv-wrap {
    display: block;
	height:100vh;
  }
}
.no-main--onleone .responsiv-wrap .swiper {
  height: 100%;
}
.no-main--onleone .responsiv-wrap li {
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
  position: relative;
  flex-shrink: 0; /* 🔑 줄바꿈 방지 */
}
.no-main--onleone .responsiv-wrap li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-6dp);
  z-index: 2;
}
.no-main--onleone .responsiv-wrap li .title-t {
  color: var(--clr-base-white);
}
.no-main--onleone .responsiv-wrap li .title-t .line {
  background: var(--clr-base-white);
}

.no-main--onleone .mouseover-custom ul li .onleone-title_t {
  gap:8rem;
}


.no-main--onleone .mouseover-custom ul li .onleone-title_t h2 {
	width:33%;
	text-align:right;
}

@media (max-width: 1320px) {
	.no-main--onleone .mouseover-custom ul li .onleone-title_t{
		  gap:2rem;
	}
	
	.no-main--onleone .mouseover-custom ul li .onleone-title_t h2 {
	width:auto;
	text-align:right;
	}
	.title-t .line {
		width:100%;
		}
}


.no-main--onleone .responsiv-wrap li .title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2rem;
  z-index: 3;
  color: var(--clr-white-8dp);
}
.no-main--onleone .responsiv-wrap li figure {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-main--onleone .responsiv-wrap li video {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-main--onleone .responsiv-wrap li img {
  height: 100%;
}
.no-main--onleone .responsiv-wrap li .text-coulmn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.no-main--onleone .responsiv-wrap li .coulmn-low {
  justify-content: flex-end;
}



.no-main--onleone .responsiv-wrap li .logo {
  width: clamp(18rem, 6.4724919094vw + 15.572815534rem, 28rem);
  margin: 0 auto;
}
.no-main--onleone .responsiv-wrap li .text-container {
  width: 100%;
  text-align: center;
  color: var(--clr-base-white);
  height: 100%;
  z-index: 3;
  position: relative;
  transition: 0.4s ease all;
}
.no-main--onleone .responsiv-wrap li .text-container .icon {
  width: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
}
.no-main--onleone .responsiv-wrap li .text-wrap {
  color: var(--clr-base-white);
}
.no-main--onleone .responsiv-wrap li .text-wrap h3 {
  font-size: clamp(2.8rem, 2.071197411vw + 2.0233009709rem, 6rem);
  line-height: 1.5;
}
.no-main--onleone .responsiv-wrap li .text-wrap p {
  padding-top: clamp(1.2rem, 1.0355987055vw + 0.8116504854rem, 2.8rem);
}
.no-main--onleone .responsiv-wrap li .slide_txt {
  color: #fcf9f5;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
  z-index: 4;
}
.no-main--onleone .responsiv-wrap li .slide_txt h3 {
  transform: rotate(270deg); /* 필요에 따라 180도 회전 */
}

.no-main--onleone .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-main--onleone .btn-wrap a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-main--onleone .btn-wrap a i {
  transition: 0.15s ease all;
}
.no-main--onleone .btn-wrap a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-main--onleone .btn-wrap a {
  background: var(--clr-secondary-400);
  color: var(--clr-base-black);
}

.no-main--leoner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.no-main--leoner .bg {
  height: 100%;
  position: relative;
}
.no-main--leoner .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-4dp);
}
@media (max-width: 1024px) {
  .no-main--leoner .bg::after {
    background: var(--clr-black-7dp);
  }
  .no-main--leoner{
	height:70vh;
  }
}


.no-main--leoner .bg img {
  height: 100%;
}
.no-main--leoner .title-t {
  color: var(--clr-base-white);
}
.no-main--leoner .title-t .line {
  background: var(--clr-base-white);
}
.no-main--leoner .title-t .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.no-main--leoner .top-group {
  padding: clamp(6rem, 9.0614886731vw + 2.6019417476rem, 20rem) 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  color: var(--clr-base-white);
}


.no-main--leoner .top-group .desc {
  margin-top: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  padding-left:2rem;
  padding-right:2rem;
}
@media (max-width: 1024px) {
  .no-main--leoner .top-group .desc {
    color: var(--clr-base-white);
  }
}

@media (max-width: 380px) {
.no-main--leoner .top-group .desc p br{
	display:none;
}
}


.no-main--leoner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
    flex-direction: column;
    gap: 4rem;
}
.no-main--leoner .btn a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-main--leoner .btn a i {
  transition: 0.15s ease all;
}
.no-main--leoner .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-main--news {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .no-main--news {
    height: 100%;
  }
}
.no-main--news .no-container-xl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top:var(--header-height);
}

@media (max-width: 1024px) {
	.no-main--news .no-container-xl{
	  padding: clamp(6rem, 9.0614886731vw + 2.6019417476rem, 20rem) 2rem;
	}
}


.no-main--news .slide-wrap {
  display: flex;
  gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-main--news .title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.no-main--news .title figure {
  width: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-main--news a {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.no-main--news .title  h3{
  width: clamp(16rem, 2.5889967638vw + 15.0291262136rem, 20rem);
}


@media (max-width: 768px) {
  .no-main--news a {
    gap: 1rem;
  }
}
.no-main--news .color {
  color: #14af3e;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.no-main--news .text-wrap h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-main--news .text-wrap .date {
  color: var(--clr-black-7dp);
}
.no-main--news .news-img {
  width: clamp(28rem, 6.4724919094vw + 25.572815534rem, 38rem);
  height: clamp(20rem, 5.1779935275vw + 18.0582524272rem, 28rem);
  width: 100%;
}

.no-main--news .magazine-img{
width:100%:
}

.no-main--news .magazine-img img{
object-fit:cover;
}


.no-main--news .news-img img {
  height: 100%;
}
@media (max-width: 768px) {
  .no-main--news .news-img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
.no-main--news .slide-wrap {
    max-height: 100%;
		flex-direction: column;
  }
}
.no-main--news .date {
  display: block;
  padding-top: 0.5rem;
}
.no-main--news .mg-wrap {
  position: relative;
  width:100%;
  overflow:hidden;
}



.no-main--news .mg-wrap .swiper {
  width: 100%;
}

.no-main--news .mg-wrap .swiper-slide{
width:22rem;
}

@media (max-width: 768px) {
  .no-main--news .news-img {
    max-height: 100%;

  }
}
.no-main--news .mg-wrap .swiper-button-prev, .no-main--news .mg-wrap .swiper-button-next {
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.no-main--news .mg-wrap .swiper-button-prev::after, .no-main--news .mg-wrap .swiper-button-next::after {
  display: none;
}
.no-main--news .mg-wrap .swiper-button-prev i, .no-main--news .mg-wrap .swiper-button-next i {
  color: #00271b;
  font-size: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
}
.no-main--news .mg-wrap .swiper-button-prev {
  left: 0;
}
@media (max-width: 1320px) {
  .no-main--news .mg-wrap .swiper-button-prev {
    left: 0;
  }
}
.no-main--news .mg-wrap .swiper-button-next {
  right: 0%;
}
@media (max-width: 1320px) {
  .no-main--news .mg-wrap .swiper-button-next {
    right: 0;
  }
}
.no-main--contact {
  overflow: hidden;
  background: #f6f6f6;
  height: 100vh;
}
@media (max-width: 1024px) {
  .no-main--contact {
    margin-top: 0;
    height: 100%;
  }
}
.no-main--contact .no-container-xl {
  height: 100%;
  padding-top: clamp(6rem, 9.0614886731vw + 2.6019417476rem, 20rem) ;
}
@media (max-width: 1024px) {
.no-main--contact .no-container-xl {
  padding: clamp(6rem, 9.0614886731vw + 2.6019417476rem, 20rem) 2rem;
}
}

.no-main--contact .location {
  text-align: center;
}
.no-main--contact .location ul {
  gap: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
}
.no-main--contact .location ul li {
  border: 0.5px solid var(--clr-black-6dp);
  border-radius: 1.5rem;
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 1.2rem;
  display: flex;
	justify-content: space-around;
  align-items: center;
  gap: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  transition: 0.3s ease all;
}



.no-main--contact .location ul li .flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
	  align-items: flex-start;
	  gap:1.2rem;
	  text-align:left;
}


@media (max-width: 1024px) {
	.no-main--contact .location ul li{
		flex-direction: column;
		justify-content: center;
	}

	.no-main--contact .location ul li .flex-col{
	    text-align:center;
		align-items: center;
		gap: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
	}
}


.no-main--contact .location ul li figure {
  width: 4.8rem;
}
.no-main--contact .location ul li img {
  transition: 0.3s ease all;
}
.no-main--contact .location ul li:nth-child(1):hover {
  background: #fff9e4;
}
.no-main--contact .location ul li:nth-child(1):hover .icon-c {
  display: block;
}
.no-main--contact .location ul li:nth-child(1):hover .icon-w {
  display: none;
}
.no-main--contact .location ul li:nth-child(1):hover a {
  background: #ffcc00;
}
.no-main--contact .location ul li:nth-child(2):hover {
  background: rgba(112, 212, 75, 0.1);
}
.no-main--contact .location ul li:nth-child(2):hover .icon-c {
  display: block;
}
.no-main--contact .location ul li:nth-child(2):hover .icon-w {
  display: none;
}
.no-main--contact .location ul li:nth-child(2):hover a {
  background: #5dbe5f;
  color: var(--clr-base-white);
}
.no-main--contact .location ul li:nth-child(3):hover {
  background: #f8efdb;
}
.no-main--contact .location ul li:nth-child(3):hover .icon-c {
  display: block;
}
.no-main--contact .location ul li:nth-child(3):hover .icon-w {
  display: none;
}
.no-main--contact .location ul li:nth-child(3):hover a {
  background: #e5c27e;
}
.no-main--contact .location ul li a {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 3.4rem;
  width: max-content;
  background: rgba(135, 135, 135, 0.2);
  border-radius: 55rem;
}
.no-main--contact .location .icon-c {
  display: none;
}
.no-main--contact .location .map-contents .text-wrap {
  text-align: center;
}
.no-main--contact .location .map-contents .text-wrap i {
  font-size: clamp(2.2rem, 0.3883495146vw + 2.054368932rem, 2.8rem);
  color: #008431;
}
.no-main--contact .location .root_daum_roughmap .cont {
  display: none;
}
.no-main--contact .location .root_daum_roughmap {
  width: 100% !important;
  height: clamp(28rem, 7.7669902913vw + 25.0873786408rem, 40rem);
  border-radius: 1.6rem;
  overflow: hidden;
}
.no-main--contact .location .root_daum_roughmap .wrap_map {
  height: clamp(30rem, 19.4174757282vw + 22.7184466019rem, 60rem);
}
.no-main--contact .location .flex-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
}
@media (max-width: 544px) {
  .no-main--contact .location .flex-text {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.location .flex-text .text-wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
      flex-direction: column;
}
@media (max-width: 768px) {
	.location .flex-text .text-wrap{
		padding-top:4rem;
	}
}

 .location .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-contents{
align-items:center;
}

 .location .btn-wrap a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
 .location .btn-wrap a i {
  transition: 0.15s ease all;
}
 .location .btn-wrap a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
 .location .btn-wrap a {
  background: var(--clr-secondary-400);
  color: #1e1e1e;
}


.intro-video-wrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1s ease;
}

.intro-video-wrap.fade-out {
  opacity: 0;
}

.intro-video-wrap.hidden {
  visibility: hidden;
  pointer-events: none;
}


video.hidden {
  display: none; /* 💥 핵심! 검정 깜빡임 방지 */
}

.intro-video-wrap.hidden {
  visibility: hidden;
  pointer-events: none;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
    z-index: 2; /* 비디오가 poster-layer보다 위 */
}





@media (max-width: 1024px) {
  .pc-video {
    display: none;
  }
}

.mobile-video {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-video {
    display: block;
  }
}


.title-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2d3439;
  width: 100%;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .title-t {
    flex-direction: column;
  }
}
.title-t .icon {
  width: clamp(4rem, 0.9061488673vw + 3.6601941748rem, 5.4rem);
}
.title-t h2 {
  font-weight: 300;
}
.title-t .line {
  background: var(--clr-base-black);
  height: 0.5px;
  width: 83%;
}

.skip-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: var(--clr-primary-500);
  color: var(--clr-secondary-400);
  border: none;
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  cursor: pointer;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9.7rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 768px) {
	.skip-btn {
	  margin-bottom:  clamp(4rem, 5.1301115242vw + 2.0762081784rem, 10.9rem);
	}
}

.skip-btn i {
  color: var(--clr-secondary-400);
}

.no-sub {
  overflow: hidden;
}
.no-sub--leone .intro-section {
  height: 100vh;
  position: relative;
}
.no-sub--leone .intro-section .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.no-sub--leone .intro-section .title p{
text-align:center;
}

.no-sub--leone .intro-section .title .desc-txt {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease, transform 2s ease;
}
.no-sub--leone .intro-section .title .desc-txt.show {
  opacity: 1;
  transform: translateY(0);
}


.no-sub--leone .intro-section .title span {
  color: var(--clr-secondary-600);
}

@media (max-width: 768px) {
	.no-sub--leone .intro-section .title p{
		padding-left:2rem;
		padding-right:2rem;
		font-size:1.6rem;
	}
}
@media (max-width: 400px) {
	.no-sub--leone .intro-section .title p br{
		display:none;
	}
}

.no-sub--leone .intro-section .flex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  justify-content: center;
}
.no-sub--leone .desc-cont {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.no-sub--leone .desc-cont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-8dp);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-sub--leone .desc-cont .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-sub--leone .desc-cont .bg img {
  height: 100%;
}

.no-sub--leone .desc-cont .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 544px) {
  .no-sub--leone .desc-cont .text-wrap {
    padding: 0 2rem;
  }
}
.no-sub--leone .desc-cont .text-wrap figure {
  width: clamp(16rem, 14.2394822006vw + 10.6601941748rem, 38rem);
}
.no-sub--leone .desc-cont .text-wrap figure img {
  height: 100%;
}
.no-sub--leone .desc-cont .text-wrap .desc p {
  color: var(--clr-white-6dp);
}

@media (max-width: 440px) {
  .no-sub--leone .desc-cont .text-wrap .desc p br {
    display: none;
  }
}

.no-sub--leone .desc-cont .text-wrap .desc span {
  font-weight: 700;
  color: var(--clr-white-8dp);
}
.no-sub--leone .slogan {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
}
.no-sub--leone .slogan .text-coulmn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6.4rem, 8.8025889968vw + 3.0990291262rem, 20rem);
}
.no-sub--leone .slogan .text-coulmn .title {
  text-align: center;
}
.no-sub--leone .slogan .text-coulmn .title p {
  padding-top: clamp(1.5rem, 0.9708737864vw + 1.1359223301rem, 3rem);
}
.no-sub--leone .slogan .text-coulmn .desc {
  text-align: center;
}

@media (max-width: 544px) {
  .no-sub--leone .slogan .text-coulmn .desc p br {
    display: none;
  }
}

.no-sub--leone .mission {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .no-sub--leone .mission {
    height: 70vh;
  }
}

.no-sub--leone .mission::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-sub--leone .mission .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-sub--leone .mission .bg img {
  height: 100%;
}
.no-sub--leone .mission .top-title {
  z-index: 3;
  position: relative;
  color: var(--clr-base-white) !important;
}
.no-sub--leone .mission .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 100%;
}
@media (max-width: 544px) {
  .no-sub--leone .mission .text-wrap {
    padding: 0 2rem;
  }
}
.no-sub--leone .mission .text-wrap h3 {
  line-height: 1.5;
}
.no-sub--leone .vision {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
  text-align: center;
}
.no-sub--leone .vision ul {
  gap: 1rem;
}
@media (max-width: 1024px) {
  .no-sub--leone .vision ul {
    gap: 4.8rem 1rem;
  }
}
.no-sub--leone .vision ul li:hover .pos-text {
  background: transparent;
  border: 1px solid var(--clr-secondary-400);
}
.no-sub--leone .vision ul li:hover .cont {
  background: linear-gradient(90deg, #d7b761, #f2e3b2); /* 보더용 그라디언트 */
  padding: 0.7rem;
}
.no-sub--leone .vision ul li .cont {
  background: transparent;
  padding: 0.7rem;
  transition: 0.3s ease all;
}

@media (max-width: 544px) {
  .no-sub--leone .vision ul li .cont {
    min-width: 28rem;
    width: 80%;
    margin: 0 auto;
  }
}

.no-sub--leone .vision ul li figure {
  position: relative;
}
.no-sub--leone .vision ul li figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-4dp);
  z-index: 1;
}
.no-sub--leone .vision ul li .pos-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #004824;
  opacity: 0.85;
  padding: 2.4rem 0;
  width: clamp(18rem, 7.7669902913vw + 15.0873786408rem, 30rem);
  z-index: 2;
  transition: 0.3s ease all;
}
.no-sub--leone .vision ul li .pos-text p {
  color: var(--clr-base-white);
}
@media (max-width: 544px) {
  .no-sub--leone .vision ul li .pos-text {
    width: 80%;
  }
}
.no-sub--leone .vision ul li .text {
  padding-top: clamp(1.5rem, 0.9708737864vw + 1.1359223301rem, 3rem);
}


.no-sub--leone .value {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
  background: #0b3422;
  text-align: center;
  position: relative;
}
.no-sub--leone .value .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(24rem, 42.7184466019vw + 7.9805825243rem, 90rem);
}
.no-sub--leone .value .top-title {
  z-index: 3;
  position: relative;
  color: var(--clr-base-white) !important;
}
.no-sub--leone .value .text-coulmn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6.4rem, 8.8025889968vw + 3.0990291262rem, 20rem);
  width: 100%;
}
.no-sub--leone .value .text-coulmn .text-ani ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin-left: 10rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .no-sub--leone .value .text-coulmn .text-ani ul {
    margin-left: 0;
    gap: 5rem;
  }
}
@media (max-width: 544px) {
  .no-sub--leone .value .text-coulmn .text-ani ul {
    flex-direction: column;
  }
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-title {
  position: relative;
  display: flex;
  align-items: center;
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-title::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(252, 239, 208, 0.1);
  width: 2px;
  height: 40%;
}
@media (max-width: 1024px) {
  .no-sub--leone .value .text-coulmn .text-ani .txtAni-title::after {
    right: -2.5rem;
  }
}
@media (max-width: 544px) {
  .no-sub--leone .value .text-coulmn .text-ani .txtAni-title::after {
    display: none;
  }
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-title .txt-active {
  display: inline;
  font-size: clamp(4.8rem, 5.1779935275vw + 2.8582524272rem, 12.8rem);
  font-weight: 700;
  color: rgba(252, 239, 208, 0.1);
  transition: 0.5s ease all;
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-title .txt-active.on {
  color: var(--clr-secondary-400);
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-desc {
  max-width: 100%;
  width: 60rem; /* 또는 적절한 고정값 (ex. 600px) */
  text-align: left;
  opacity: 0;
  transform: translateX(40px);
  transition: 0.5s ease all;
}
@media (max-width: 1024px) {
  .no-sub--leone .value .text-coulmn .text-ani .txtAni-desc {
    width: 100%;
  }
}
@media (max-width: 544px) {
  .no-sub--leone .value .text-coulmn .text-ani .txtAni-desc {
    text-align: center;
  }
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-desc.on {
  opacity: 1;
  transform: translateX(0);
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-desc h3 {
  font-size: clamp(1.5rem, 0.9708737864vw + 1.1359223301rem, 3rem);
  color: var(--clr-secondary-400);
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-desc span {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  color: var(--clr-secondary-400);
}
.no-sub--leone .value .text-coulmn .text-ani .txtAni-desc p {
  color: var(--clr-white-7dp);
}
@media (max-width: 768px) {
  .no-sub--leone .value .text-coulmn .text-ani .txtAni-desc p {
    font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  }
  .no-sub--leone .value .text-coulmn .text-ani .txtAni-desc p br {
    display: none;
  }
}
.no-sub--leone .value .text-coulmn .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 1.1003236246vw + 1.3873786408rem, 3.5rem);
  position: relative;
  z-index: 3;
}
.no-sub--leone .value .text-coulmn .btn-wrap p {
  color: var(--clr-secondary-400);
}
@media (max-width: 768px) {
  .no-sub--leone .value .text-coulmn .btn-wrap p {
    font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  }
  .no-sub--leone .value .text-coulmn .btn-wrap p br {
    display: none;
  }
}
.no-sub--leone .value .text-coulmn .btn-wrap .btn {
  display: flex;
  justify-content: center;
}
.no-sub--leone .value .text-coulmn .btn-wrap .btn a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) 0;
  background: var(--clr-secondary-400);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.no-sub--leone .value .text-coulmn .btn-wrap .btn a i {
  transition: 0.15s ease all;
}

.no-sub--leone .value .text-coulmn .btn-wrap .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}

.no-sub--leone .introduction {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
  text-align: center;
}
.no-sub--leone .introduction ul {
  gap: 1.2rem;
}
.no-sub--leone .introduction ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efeeea;
  height: clamp(32rem, 6.0841423948vw + 29.7184466019rem, 41.4rem);
  transition: 0.3s ease all;
  position: relative;
}
.no-sub--leone .introduction ul a:hover {
  background: linear-gradient(90deg, #f1daaa 0%, #fcefd0 100%);
}
.no-sub--leone .introduction ul a:hover .hover_txt {
  display: block;
}
.no-sub--leone .introduction ul a figure {
  width: clamp(14rem, 3.8834951456vw + 12.5436893204rem, 20rem);
}
.no-sub--leone .introduction ul a .hover_txt {
  margin-top: 4rem;
  padding: 0.4rem 1.2rem;
  background: var(--clr-primary-500);
  color: var(--clr-secondary-400);
  display: none;
  transition: 0.3s ease all;
}
.no-sub--leone .introduction .btn-wrap p {
  color: #bf9c50;
}
@media (max-width: 768px) {
  .no-sub--leone .introduction .btn-wrap p {
    font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  }
}
.no-sub--leone .introduction .btn-wrap .btn {
  display: flex;
  justify-content: center;
  padding-top: clamp(2.4rem, 0.71197411vw + 2.1330097087rem, 3.5rem);
}
.no-sub--leone .introduction .btn-wrap .btn a {
  width: clamp(14rem, 7.1197411003vw + 11.3300970874rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) 0;
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: var(--clr-secondary-400);
}

.no-sub--leone .introduction .btn-wrap .btn a i {
  transition: 0.15s ease all;
}

.no-sub--leone .introduction .btn-wrap .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}

.no-sub--leone .story {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.no-sub--leone .story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f1daaa 0%, #fcefd0 100%);
  opacity: 0.85;
  z-index: 2;
}
.no-sub--leone .story .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-sub--leone .story .bg img {
  height: 100%;
}
.no-sub--leone .story .contents {
  position: relative;
  z-index: 3;
  text-align: center;
}
.no-sub--leone .story .contents .icon {
  width: clamp(32rem, 37.5404530744vw + 17.9223300971rem, 90rem);
  margin: 0 auto;
}
.no-sub--leone .story .contents .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 1.7475728155vw + 1.1446601942rem, 4.5rem);
  transform: translateY(-5rem);
}
@media (max-width: 768px) {
  .no-sub--leone .story .contents .btn-wrap p {
    font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  }
}
.no-sub--leone .story .contents .btn-wrap .btn {
  display: flex;
  justify-content: center;
}
.no-sub--leone .story .contents .btn-wrap .btn a {
  width: clamp(14rem, 7.1197411003vw + 11.3300970874rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) 0;
  color: var(--clr-secondary-400);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #000;
}

.no-sub--leone .story .contents .btn-wrap .btn a i {
  transition: 0.15s ease all;
}

.no-sub--leone .story .contents .btn-wrap .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}

.no-sub--leone .ci-intro {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0 0;
}
.no-sub--leone .ci-intro .tab-wrap {
  background: var(--clr-base-white);
}
.no-sub--leone .ci-intro .tab-wrap ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #eef0f2;
}
.no-sub--leone .ci-intro .tab-wrap ul li {
  width: 50%;
  text-align: center;
}
.no-sub--leone .ci-intro .tab-wrap ul li a {
  padding: 1.2rem 2.4rem;
  transition: 0.3s ease all;
  height: clamp(4rem, 1.1650485437vw + 3.5631067961rem, 5.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 544px) {
  .no-sub--leone .ci-intro .tab-wrap ul li a {
    font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  }
}
.no-sub--leone .ci-intro .tab-wrap ul li .green {
  background: #fcf9f5;
  color: var(--clr-primary-500);
}
.no-sub--leone .ci-intro .tab-wrap ul li .green.active {
  font-weight: 700;
  color: var(--clr-base-white);
  background: linear-gradient(180deg, #00803e 0%, #006633 100%);
}
.no-sub--leone .ci-intro .tab-wrap ul li .green:hover {
  font-weight: 700;
  color: var(--clr-base-white);
  background: linear-gradient(180deg, #00803e 0%, #006633 100%);
}
.no-sub--leone .ci-intro .tab-wrap ul li .bronze {
  background: #fcf9f5;
  color: #d1a65a;
}
.no-sub--leone .ci-intro .tab-wrap ul li .bronze.active {
  background: linear-gradient(180deg, #aa803c 0%, #f1daaa 100%);
  font-weight: 700;
  color: var(--clr-base-white);
}
.no-sub--leone .ci-intro .tab-wrap ul li .bronze:hover {
  background: linear-gradient(180deg, #aa803c 0%, #f1daaa 100%);
  font-weight: 700;
  color: var(--clr-base-white);
}
.no-sub--leone .ci-intro .logo-grid {
  gap: 10rem;
}
@media (max-width: 544px) {
  .no-sub--leone .ci-intro .logo-grid {
    gap: 4.8rem;
  }
}
.no-sub--leone .ci-intro .logo-grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-sub--leone .ci-intro .logo-grid li:nth-child(2) figure {
  width: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem);
}
.no-sub--leone .ci-intro .logo-grid figure {
  width: clamp(10rem, 3.8834951456vw + 8.5436893204rem, 16rem);
  height: clamp(14rem, 10.355987055vw + 10.1165048544rem, 30rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--leone .ci-intro .logo-grid .text-wrap {
  text-align: center;
  padding-top: clamp(4.8rem, 3.3656957929vw + 3.5378640777rem, 10rem);
  height: 100%;
}
.no-sub--leone .ci-intro .logo-grid .text-wrap h3 {
  color: #00803e;
}
@media (max-width: 544px) {
  .no-sub--leone .ci-intro .logo-grid .text-wrap p br {
    display: none;
  }
}
.no-sub--leone .ci-intro .sig .title-wrap {
  text-align: center;
}
.no-sub--leone .ci-intro .sig .title-wrap h3 {
  color: #00803e;
}
@media (max-width: 544px) {
  .no-sub--leone .ci-intro .sig .title-wrap p br {
    display: none;
  }
}
.no-sub--leone .ci-intro .sig ul {
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-sub--leone .ci-intro .sig figure {
  width: clamp(18rem, 3.8834951456vw + 16.5436893204rem, 24rem);
  align-items: flex-end;
  height: clamp(14rem, 3.8834951456vw + 12.5436893204rem, 20rem);
}
.no-sub--leone .ci-intro .system .title-wrap {
  text-align: center;
}
.no-sub--leone .ci-intro .system .title-wrap h3 {
  color: #00803e;
}
@media (max-width: 544px) {
  .no-sub--leone .ci-intro .system .title-wrap p br {
    display: none;
  }
}
.no-sub--leone .ci-intro .system .color-code {
  padding-top: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem);
}
.no-sub--leone .ci-intro .system .color-code figure {
  width: clamp(22rem, 5.1779935275vw + 20.0582524272rem, 30rem);
  margin: 0 auto;
}
.no-sub--leone .ci-intro .system .color-code ul {
  gap: 1rem;
}
@media (max-width: 1024px) {
  .no-sub--leone .ci-intro .system .color-code ul {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 544px) {
  .no-sub--leone .ci-intro .system .color-code ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--leone .ci-intro .system .color-code ul li {
  padding: 1.6rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(3.4rem, 2.5889967638vw + 2.4291262136rem, 7.4rem);
}
.no-sub--leone .ci-intro .system .color-code ul li .num {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.6rem 2rem;
  color: #006633;
  font-size: 2.4rem;
}
.no-sub--leone .ci-intro .system .color-code .color-txt li:nth-child(1) {
  background: linear-gradient(180deg, #56f584 0%, #9df9ab 100%);
}
.no-sub--leone .ci-intro .system .color-code .color-txt li:nth-child(2) {
  background: linear-gradient(180deg, #9df9ab 0%, #00d154 100%);
}
.no-sub--leone .ci-intro .system .color-code .color-txt li:nth-child(3) {
  background: linear-gradient(180deg, #00d154 0%, #56f584 100%);
}
.no-sub--leone .ci-intro .system .color-code .color-txt li:nth-child(4) {
  background: linear-gradient(180deg, #00803e 0%, #006633 100%);
}
.no-sub--leone
  .ci-intro
  .system
  .color-code
  .color-txt
  li:nth-child(4)
  .color-text
  h4,
.no-sub--leone
  .ci-intro
  .system
  .color-code
  .color-txt
  li:nth-child(4)
  .color-text
  p,
.no-sub--leone
  .ci-intro
  .system
  .color-code
  .color-txt
  li:nth-child(4)
  .color-text
  .num {
  color: var(--clr-base-white);
}
.no-sub--leone .ci-intro .system .color-code .bronze-txt li:nth-child(1) {
  background: linear-gradient(180deg, #f1daaa 0%, #faebcc 100%);
}
.no-sub--leone .ci-intro .system .color-code .bronze-txt li:nth-child(2) {
  background: linear-gradient(180deg, #f9ebcc 0%, #d1a65a 100%);
}
.no-sub--leone .ci-intro .system .color-code .bronze-txt li:nth-child(3) {
  background: linear-gradient(180deg, #d1a65a 0%, #f1daaa 100%);
}
.no-sub--leone .ci-intro .system .color-code .bronze-txt li:nth-child(4) {
  background: linear-gradient(180deg, #bc8f46 0%, #aa803c 100%);
}
.no-sub--leone
  .ci-intro
  .system
  .color-code
  .bronze-txt
  li:nth-child(4)
  .color-text
  h4,
.no-sub--leone
  .ci-intro
  .system
  .color-code
  .bronze-txt
  li:nth-child(4)
  .color-text
  p,
.no-sub--leone
  .ci-intro
  .system
  .color-code
  .bronze-txt
  li:nth-child(4)
  .color-text
  .num {
  color: var(--clr-base-black);
}
.no-sub--leone .ci-intro .system .color-code .bronze-txt .num {
  color: var(--clr-base-black);
}
.no-sub--leone .ci-intro .system .color-code .color-img {
  padding-top: 1rem;
}
.no-sub--leone .ci-intro .system .color-code .color-img li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.no-sub--leone .ci-intro .system .color-code .color-img li:nth-child(1) {
  background: #e2ede3;
}
.no-sub--leone .ci-intro .system .color-code .color-img li:nth-child(2) {
  background: #0b3422;
}
.no-sub--leone .ci-intro .system .color-code .color-img li:nth-child(2) .text {
  color: var(--clr-base-white);
}
.no-sub--leone .ci-intro .system .color-code .color-img li figure {
  padding-top: 10rem;
}
.no-sub--leone .ci-intro .system .color-code .color-img li .text {
  height: 100%;
}
.no-sub--leone .ci-intro .system .color-code .bronze-img li:nth-child(1) {
  background: #fff;
  border: 1px solid #000;
}
.no-sub--leone .ci-intro .system .color-code .bronze-img li:nth-child(2) {
  background: #000;
}
.no-sub--leone .ci-intro .system .color-code .bronze-img li:nth-child(2) .text {
  color: var(--clr-base-white);
}
.no-sub--onleone .intro-section {
  height: 100vh;
  position: relative;
}
.no-sub--onleone .intro-section .bg {
  position: absolute;
  left: 0;
  top: var(--header-height);
  width: clamp(60rem, 38.8349514563vw + 45.4368932039rem, 120rem);
}
.no-sub--onleone .intro-section .bg img {
  height: 100%;
}
.no-sub--onleone .intro-section .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.no-sub--onleone .intro-section .text-wrap h2 {
  line-height: 1.5;
  color: #181818;
  opacity: 0.75;
}
.no-sub--onleone .intro-section .text-wrap span {
  color: #00b451;
}
.no-sub--onleone .intro-video {
  height: 100vh;
  position: relative;
}


@media (max-width: 768px) {
	.no-sub--onleone .intro-video{
		height:100%;
		padding:10rem 0;
	}
}


.no-sub--onleone .intro-video .no-container-xl{
	height:100%;
}	

.no-sub--onleone .intro-video ul {
  gap: 4.8rem;
  align-items: center;
  z-index: 2;
  width: 100%;
  height:100%;
}
.no-sub--onleone .intro-video ul .img {
  width: clamp(24rem, 15.5339805825vw + 18.1747572816rem, 48rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .no-sub--onleone .intro-video ul .text {
    text-align: center;
  }
}

.no-sub--onleone .keyword {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0 0;
  text-align: center;
  position: relative;
}
.no-sub--onleone .keyword ul {
  display: flex;
  align-items: center;
  gap: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
@media (max-width: 768px) {
  .no-sub--onleone .keyword ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .no-sub--onleone .keyword ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-sub--onleone .keyword ul li {
  width: 33rem;
  background: var(--clr-primary-200);
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0); /* 초기엔 겹쳐 보이도록 조정 */
}
@media (max-width: 768px) {
  .no-sub--onleone .keyword ul li {
            width: 80%;
        margin: 0 auto;
  }
}
.no-sub--onleone .keyword ul li p {
  color: var(--clr-base-white);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  word-break: keep-all;
}

@media (max-width: 860px) {
	.no-sub--onleone .intro-video ul .text p br{
	display:none;
	}
}

@media (max-width: 768px) {
	.no-sub--onleone .intro-video ul .text p br{
	display:block;
	}
}

@media (max-width: 430px) {
.no-sub--onleone .intro-video ul .text p br{
display:none
}
}




.no-sub--onleone .keyword .text-group {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-top: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem);
  position: relative;
  z-index: 3;
}
.no-sub--onleone .keyword .text-group span {
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
  line-height: 3;
  font-weight: 400;
}
.no-sub--onleone .onleone-title {
  background: #000;
  height: 120vh;
  position: relative;
  z-index: 1;
}
.no-sub--onleone .onleone-title .bg-top {
  width: 100%;
  z-index: 2;
  height: 30rem;
}
.no-sub--onleone .onleone-title .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem);
}
.no-sub--onleone .onleone-title .title .img-mask {
  overflow: hidden;
}
.no-sub--onleone .onleone-title .title figure {
  width: clamp(28rem, 20.71197411vw + 20.2330097087rem, 60rem);
  transform: translateY(100%);
  opacity: 0;
}
.no-sub--onleone .story {
  background: var(--clr-primary-900);
  height: 100vh;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .no-sub--onleone .story {
    height: 100%;
    padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  }
}
.no-sub--onleone .story .big-circle {
  background: var(--clr-base-white);
  border-radius: 50%;
  width: clamp(65rem, 13.5922330097vw + 59.9029126214rem, 86rem);
  height: clamp(65rem, 13.5922330097vw + 59.9029126214rem, 86rem);
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  margin: 0 auto;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .no-sub--onleone .story .big-circle {
    border-radius: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
    width: 95%;
    height: auto;
    padding: 4rem 2rem;
    aspect-ratio: auto;
  }
}
.no-sub--onleone .story .big-circle .top-title {
  color: #000;
}
.no-sub--onleone .story .big-circle .desc {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-sub--onleone .story .big-circle .desc p {
  color: var(--clr-secondary-600);
}
@media (max-width: 768px) {
  .no-sub--onleone .story .big-circle .desc p br {
    display: none;
  }
}
.no-sub--onleone .story .big-circle .logo-img {
  width: clamp(18rem, 7.7669902913vw + 15.0873786408rem, 30rem);
}
@media (max-width: 375px) {
  .no-sub--onleone .story .big-circle .logo-img {
    width: 100%;
  }
}
.no-sub--onleone .story .big-circle .mean {
  width: 60rem;
  padding: 1.6rem 0;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.no-sub--onleone .story .big-circle .mean ul {
  gap: 2rem;
}
.no-sub--onleone .story .big-circle .mean ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .no-sub--onleone .story .big-circle .mean ul li {
    flex-direction: column;
    align-items: center;
  }
}
.no-sub--onleone .story .big-circle .mean ul li:first-child figure {
  width: clamp(10rem, 2.5889967638vw + 9.0291262136rem, 14rem);
}
@media (max-width: 768px) {
  .no-sub--onleone .story .big-circle .mean ul li:first-child figure {
    width: 4rem;
  }
}
.no-sub--onleone .story .big-circle .mean ul figure {
  width: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
}
@media (max-width: 768px) {
  .no-sub--onleone .story .big-circle .mean ul figure {
    width: 3rem;
  }
}
.no-sub--onleone .story .big-circle .mean ul figure img {
  height: 100%;
}
.no-sub--onleone .story .big-circle .mean ul p {
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .no-sub--onleone .story .big-circle .mean ul p {
    max-width: 28rem;
    text-align: center;
  }
}
.no-sub--onleone .story .big-circle .mean-circle {
  width: 100%;
}
.no-sub--onleone .story .big-circle .mean-circle figure {
  width: clamp(22rem, 3.8834951456vw + 20.5436893204rem, 28rem);
  margin: 0 auto;
}
.no-sub--onleone .story .big-circle .mean-circle .text {
  padding-top: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  text-align: center;
}
.no-sub--onleone .story .big-circle .mean-circle .text p {
  color: #1e1e1e;
}
@media (max-width: 375px) {
  .no-sub--onleone .story .big-circle .mean-circle .text p br {
    display: none;
  }
}
.no-sub--onleone .story .contents-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  height: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .no-sub--onleone .story .contents-wrap {
    gap: 4rem;
  }
}
.no-sub--onleone .story .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-sub--onleone .story .wrap {
    gap: 4rem;
  }
}
.no-sub--onleone .mouseover-custom {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom {
    height: 100%;
  }
}
.no-sub--onleone .mouseover-custom .img-width {
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width {
    display: none;
  }
}
.no-sub--onleone .mouseover-custom .img-width li {
  width: 10%;
  height: 100%;
  transition: 0.4s ease all;
  position: relative;
  flex-shrink: 0; /* 🔑 줄바꿈 방지 */
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width li {
    width: 100%;
  }
}
.no-sub--onleone .mouseover-custom .img-width li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-6dp);
  z-index: 2;
}
.no-sub--onleone .mouseover-custom .img-width li figure {
  z-index: 1;
  height: 100%;
}
.no-sub--onleone .mouseover-custom .img-width li video {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--onleone .mouseover-custom .img-width li img {
  height: 100%;
}
.no-sub--onleone .mouseover-custom .img-width li.active {
  width: 80%;
  background: transparent;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width li.active {
    display: none;
  }
}
.no-sub--onleone .mouseover-custom .img-width li.active::after {
  display: none;
}
.no-sub--onleone .mouseover-custom .img-width li.active figure::after {
  background: transparent;
}
.no-sub--onleone .mouseover-custom .img-width li.active .text-wrap {
  opacity: 1;
}
.no-sub--onleone .mouseover-custom .img-width li.active .slide_txt {
  display: none;
}
.no-sub--onleone .mouseover-custom .img-width li .text-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
  width: 100%;
  text-align: center;
  color: var(--clr-base-white);
  opacity: 0;
  transition: 0.4s ease all;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width li .text-wrap {
    opacity: 1;
    z-index: 3;
    padding-bottom: 4rem;
  }
}
.no-sub--onleone .mouseover-custom .img-width li .text-wrap h3 {
  font-size: clamp(2.8rem, 2.071197411vw + 2.0233009709rem, 6rem);
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width li .text-wrap h3 {
    font-size: clamp(1.8rem, 1.4239482201vw + 1.2660194175rem, 4rem);
  }
}
.no-sub--onleone .mouseover-custom .img-width li .text-wrap p {
  padding-top: clamp(1.2rem, 1.0355987055vw + 0.8116504854rem, 2.8rem);
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width li .text-wrap p {
    font-size: clamp(1.4rem, 0.6472491909vw + 1.1572815534rem, 2.4rem);
  }
}
.no-sub--onleone .mouseover-custom .img-width li .slide_txt {
  color: #fcf9f5;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
  z-index: 4;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .img-width li .slide_txt {
    display: none;
  }
}
.no-sub--onleone .mouseover-custom .img-width li .slide_txt h3 {
  transform: rotate(270deg); /* 필요에 따라 180도 회전 */
}
.no-sub--onleone .mouseover-custom .responsiv-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .no-sub--onleone .mouseover-custom .responsiv-wrap {
    display: block;
    height: 100vh;
  }
}
.no-sub--onleone .mouseover-custom .responsiv-wrap .swiper {
  height: 100%;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li {
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
  position: relative;
  flex-shrink: 0; /* 🔑 줄바꿈 방지 */
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-6dp);
  z-index: 2;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .title-t {
  color: var(--clr-base-white);
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .title-t .line {
  background: var(--clr-base-white);
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li video {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2rem;
  z-index: 3;
  color: var(--clr-white-8dp);
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li figure {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li img {
  height: 100%;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .text-coulmn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .text-container {
  width: 100%;
  text-align: center;
  color: var(--clr-base-white);
  height: 100%;
  z-index: 3;
  position: relative;
  transition: 0.4s ease all;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .text-container .icon {
  width: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .text-wrap {
  color: var(--clr-base-white);
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .text-wrap h3 {
  font-size: clamp(2.8rem, 2.071197411vw + 2.0233009709rem, 6rem);
  line-height: 1.5;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .text-wrap p {
  padding-top: clamp(1.2rem, 1.0355987055vw + 0.8116504854rem, 2.8rem);
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .slide_txt {
  color: #fcf9f5;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
  z-index: 4;
}
.no-sub--onleone .mouseover-custom .responsiv-wrap li .slide_txt h3 {
  transform: rotate(270deg); /* 필요에 따라 180도 회전 */
}
.no-sub--onleone .mouseover-custom .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--onleone .mouseover-custom .btn-wrap a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-sub--onleone .mouseover-custom .btn-wrap a i {
  transition: 0.15s ease all;
}
.no-sub--onleone .mouseover-custom .btn-wrap a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-sub--onleone .mouseover-custom .btn-wrap a {
  background: var(--clr-secondary-400);
  color: var(--clr-base-black);
}
.no-sub--onleone .system {
  text-align: center;
}
.no-sub--onleone .system .icon-cont,
.no-sub--onleone .system .grid-cont,
.no-sub--onleone .system .color-cont {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 2rem;
}
.no-sub--onleone .system .top-title-b {
  font-size: clamp(1.8rem, 0.5177993528vw + 1.6058252427rem, 2.6rem);
  color: rgba(0, 0, 0, 0.85);
  padding-top: 2.4rem;
}
.no-sub--onleone .system figure {
  width: clamp(32rem, 37.5404530744vw + 17.9223300971rem, 90rem);
  margin: 0 auto;
}
@media (max-width: 544px) {
  .no-sub--onleone .system figure {
    width: 100%;
  }
}
.no-sub--onleone .system .top-titleWrap span {
  color: var(--clr-black-5dp);
  position: relative;
  text-transform: uppercase;
  padding-bottom: -0.8rem;
}
.no-sub--onleone .system .top-titleWrap span::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 100%;
  background: #00d154;
  height: 0.5rem;
}
.no-sub--onleone .system .top-titleWrap p {
  padding-top: 0.8rem;
  font-size: clamp(1.8rem, 0.5177993528vw + 1.6058252427rem, 2.6rem);
  color: rgba(0, 0, 0, 0.85);
}
.no-sub--onleone .system .icon-cont {
  background: #f7f7f5;
}
.no-sub--onleone .system .color-cont ul {
  gap: clamp(4.8rem, 3.3656957929vw + 3.5378640777rem, 10rem);
}
.no-sub--onleone .system .color-cont ul figure {
  width: clamp(18rem, 11.6504854369vw + 13.6310679612rem, 36rem);
}
@media (max-width: 544px) {
  .no-sub--onleone .system .color-cont ul figure {
    width: 100%;
  }
}
.no-sub--sv .top-group {
  text-align: center;
}
.no-sub--sv .top-group h3 {
  padding-top: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  font-size: clamp(2.4rem, 0.9061488673vw + 2.0601941748rem, 3.8rem);
  text-transform: uppercase;
}
.no-sub--sv .top-group p {
  line-height: 1.5;
}
@media (max-width: 768px) {
	  .no-sub--sv .top-group p {
		padding-top: .6rem;
	  }

}

@media (max-width: 375px) {
  .no-sub--sv .top-group p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .no-sub--sv .top-group h5 {
    padding-top: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  }
}

@media (max-width:544px){
.no-sub--sv-2 .sv-reone .top-group{
	padding:1.5rem 2rem !important;
}
	  .no-sub--sv .top-group h3{
		font-size:2rem;
		padding-top:1.4rem;
	  }
		.no-sub--sv .top-group p{
		font-size:1.5rem;
	  }
}

.no-sub--sv .intro-section {
  height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;

}
@media (max-width: 1024px) {
  .no-sub--sv .intro-section {
    height: 100%;
	padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
	margin-top: var(--header-height);
  }
}
@media (max-width: 768px) {
.no-sub--sv .intro-section .sv-tabBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  max-width: 100%;
  row-gap: 3rem; /* 줄 간격 조절 */
}

.no-sub--sv .intro-section .sv-tabBtn li {
  flex: 0 1 28%; /* 5개니까 20% 기준 */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

}
.no-sub--sv .intro-section .sv-tabBtn li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: max-content;
}
.no-sub--sv .intro-section .sv-tabBtn li .text {
  color: var(--clr-black-1dp);
  text-align: center;
}
@media (max-width: 768px) {
  .no-sub--sv .intro-section .sv-tabBtn li .text p {
    font-size: 1.4rem;
  }
}
.no-sub--sv .intro-section .sv-tabBtn li.active a {
  border-color: #008431;
}
.no-sub--sv .intro-section .sv-tabBtn li.active .off {
  display: none;
}
.no-sub--sv .intro-section .sv-tabBtn li.active .on {
  display: block;
}
.no-sub--sv .intro-section .sv-tabBtn li.active .text {
  color: #008431;
}
.no-sub--sv .intro-section .sv-tabBtn li:hover a {
  border-color: #008431;
}
.no-sub--sv .intro-section .sv-tabBtn li:hover .off {
  display: none;
}
.no-sub--sv .intro-section .sv-tabBtn li:hover .on {
  display: block;
}
.no-sub--sv .intro-section .sv-tabBtn li:hover .text {
  color: #008431;
}
.no-sub--sv .intro-section .sv-tabBtn a {
  border: 3px solid var(--clr-black-1dp);
  width:  clamp(7rem, 2.5889967638vw + 6.0291262136rem, 11rem);
  height: clamp(7rem, 2.5889967638vw + 6.0291262136rem, 11rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--sv .intro-section .sv-tabBtn a img {
  width: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
  height: 100%;
  transition: 0.3s ease all;
  object-fit: contain;
}
.no-sub--sv .intro-section .sv-tabBtn a .on {
  display: none;
}
.no-sub--sv .intro-section .title-wrap {
  text-align: center;
  padding: clamp(4rem, 7.7669902913vw + 1.0873786408rem, 16rem) 0 0;
}
.no-sub--sv .intro-section .title-wrap h2 {
  color: #008431;
}
.no-sub--sv .intro-section .title-wrap .desc {
  color: var(--clr-primary-900);
}
.no-sub--sv .intro-section .title-wrap .desc span {
  font-size: clamp(1.8rem, 0.5177993528vw + 1.6058252427rem, 2.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: clamp(30rem, 12.9449838188vw + 25.145631068rem, 50rem);
  background: rgba(235, 208, 155, 0.7);
  height: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  margin: 0 auto;
}
.no-sub--sv .intro-section .title-wrap .desc span .icon {
  position: absolute;
  right: 1.5rem;
  top: -2rem;
  width: 10rem;
}
@media (max-width: 768px) {
  .no-sub--sv .intro-section .title-wrap .desc span .icon {
    right: -0.5rem;
    top: -3rem;
  }
}
.no-sub--sv .intro-section .title-wrap .desc span .icon img {
  height: 100%;
}
@media (max-width: 768px) {
  .no-sub--sv .intro-section .title-wrap .desc p {
    padding-top: 3.2rem;
  }
  .no-sub--sv .intro-section .title-wrap .desc  .bold-text{
  padding-top:0;
  }
}

@media (max-width: 390px) {
  .no-sub--sv .intro-section .title-wrap .desc p {
    padding-top: 1.5rem;
	font-size:1.4rem;
  }

}

@media (max-width: 340px) {
	.no-sub--sv .intro-section .title-wrap .desc p br{
		display:none;
	}
}


.no-sub--sv .intro-section .title-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--sv .intro-section .title-wrap .btn a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-sub--sv .intro-section .title-wrap .btn a i {
  transition: 0.15s ease all;
}
.no-sub--sv .intro-section .title-wrap .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-sub--sv .intro-section .title-wrap .btn a {
  width: max-content;
}
.no-sub--sv .profile {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0;
  position: relative;
}
.no-sub--sv .profile .text-wrap {
  text-align: center;
}
.no-sub--sv .profile .text-wrap .desc .color-txt {
  color: #007b2e;
}
@media (max-width: 375px) {
	.no-sub--sv .profile .text-wrap .desc .color-txt br{
	display:none;
	}
}

.no-sub--sv .profile .text-wrap .desc .bronze-color {
  color: #aa803c;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.no-sub--sv .profile .text-wrap .desc p {
  line-height: 1.5;
  display: block;
  padding-top: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  color: #00271b;
}
.no-sub--sv .profile .person {
  padding-top: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem);
}
.no-sub--sv .profile .person ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .no-sub--sv .profile .person ul {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 544px) {
  .no-sub--sv .profile .person ul {
    width: 100%;
  }
}
.no-sub--sv .profile .person ul .img-wrap {
  height: 100%;
  position: relative;
  max-height:96rem;
  overflow:hidden;
}


.no-sub--sv .profile .person ul .height-control{
  max-height:108rem;
}

.no-sub--sv .profile .person ul .img-wrap img {
  height:auto !important;
}

.no-sub--sv .profile .person ul .img-wrap .tac {
  position: absolute;
  right: 0;
  top: 0;
  color: #00271b;
  padding: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem) clamp(2rem, 5.1779935275vw + 0.0582524272rem, 10rem);
}
@media (max-width: 768px) {
  .no-sub--sv .profile .person ul .img-wrap {
    width: 100%;
    margin: 0 auto;
	max-height:50rem;
  }
  .no-sub--sv .profile .person ul .height-control{
  max-height:67rem;
}
}
@media (max-width: 350px) {
.no-sub--sv .profile .person ul .img-wrap .tac{
display:none;
}
}
.no-sub--sv .profile .person ul .img-wrap img {
  height: 100%;
}
.no-sub--sv .profile .person ul .text {
  padding-top: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  display: flex;
  flex-direction: column;
  gap: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
@media (max-width: 768px) {
  .no-sub--sv .profile .person ul .text {
    padding: 0;
    gap: 0;
  }
}
.no-sub--sv .profile .person ul .text .name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 1.1650485437vw + 0.7631067961rem, 3rem);
  position: relative;
  z-index: 2;
  background: #193e2a;
  width: clamp(24rem, 36.2459546926vw + 10.4077669903rem, 80rem);
  height: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  transform: translateX(-6rem);
}
@media (max-width: 1024px) {
  .no-sub--sv .profile .person ul .text .name {
    width: 100%;
    transform: translateX(-3rem);
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .no-sub--sv .profile .person ul .text .name {
    transform: translateX(0);
    width: 100%;
  }
}
@media (max-width: 380px) {
  .no-sub--sv .profile .person ul .text .name {
    height: 100%;
    flex-direction: column;
    padding: 1.2rem 0;
  }
}
.no-sub--sv .profile .person ul .text .name--bronze {
  background: #aa803c;
}
.no-sub--sv .profile .person ul .text .name h3 {
  color: var(--clr-base-white);
  font-size: clamp(2rem, 1.5533980583vw + 1.4174757282rem, 4.4rem);
}
@media (max-width: 1024px) {
  .no-sub--sv .profile .person ul .text .name h3 {
    font-size: 2rem;
  }
}
.no-sub--sv .profile .person ul .text .name span {
  color: var(--clr-secondary-400);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .no-sub--sv .profile .person ul .text .name span {
	 font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  }
}
.no-sub--sv .profile .person ul .text .his {
  padding-left: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  gap:1rem;
}
@media (max-width: 768px) {
  .no-sub--sv .profile .person ul .text .his {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0;
  }
}
.no-sub--sv .profile .person ul .text .his-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .no-sub--sv .profile .person ul .text .his-item {
    padding: 1rem 0;
  }
}
.no-sub--sv .profile .person ul .text .his-item h4 {
  padding-bottom: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 768px) {
	.no-sub--sv .profile .person ul .text .his-item h4{
		padding-bottom:0;
	}
}

.no-sub--sv .profile .person ul .text .his-item .dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  overflow-y: auto;
  max-height: clamp(24rem, 30.4832713755vw + 12.5687732342rem, 65rem);
}




.no-sub--sv .profile .person ul .text .his-item ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.8rem;
}
.no-sub--sv .profile .person ul .text .his-item li {
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  color: #00271b;
  	 display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
}

.no-sub--sv .profile .person ul .text .his-item li p {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
}


.no-sub--sv .profile .person ul .text .his-item li p > span{
  font-family: "SUIT"!important;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem) !important;
  color: #00271b !important;
}


.no-sub--sv .profile .person ul .text .his-item li * {
  font-family: "SUIT"!important;
    font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem) !important;
  color: #00271b;

}

@media (max-width: 544px) {
.no-sub--sv .profile .person ul .text .his-item h4 {
	font-size:1.6rem;
}
	.no-sub--sv .profile .person ul .text .his-item li {
	  font-size: 1.4rem !important;
	  word-break: break-word;
	   color: #00271b;

	}
	.no-sub--sv .profile .person ul .text .his-item p {
	  font-size: 1.4rem !important;
	  word-break: break-word;
	 color: #00271b;
	}
	.no-sub--sv .profile .person ul .text .his-item li p > span{
	font-size: 1.4rem !important;
	 color: #00271b;
	}
}
.no-sub--sv .profile .icon {
  position: absolute;
  right: 5rem;
  bottom: 0;
  width: clamp(20rem, 64.7249190939vw - 4.2718446602rem, 120rem);
  z-index: -1;
}
.no-sub--sv .profile .icon img {
  height: 100%;
}

@media (max-width: 768px) {
	.no-sub--sv .profile .icon{
	right:-7rem;
	}
}

.no-sub--sv .case {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0;
}
.no-sub--sv .case ul {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.no-sub--sv .case ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 768px) {
  .no-sub--sv .case ul li {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
.no-sub--sv .case ul li:nth-child(2) .img {
  order: 2;
}
@media (max-width: 768px) {
  .no-sub--sv .case ul li:nth-child(2) .img {
    order: 1;
  }
}
.no-sub--sv .case ul li:nth-child(2) .text {
  order: 1;
}
@media (max-width: 768px) {
  .no-sub--sv .case ul li:nth-child(2) .text {
    order: 2;
  }
}
@media (max-width: 768px) {
  .no-sub--sv .case ul .img {
    width: clamp(24rem, 3.8834951456vw + 22.5436893204rem, 30rem);
    margin: 0 auto;
  }
}
.no-sub--sv .case ul .text {
  width: 100%;
  position: relative;
  z-index: 2;
}
.no-sub--sv .case ul .text .text-wrap {
  text-align: center;
  height: clamp(20rem, 11.003236246vw + 15.8737864078rem, 37rem);
  background: rgba(241, 218, 170, 0.2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub--sv .case ul .text .text-wrap {
    height: 15rem;
    width: 80%;
    margin: 0 auto;
  }
}
.no-sub--sv .case ul .text span,
.no-sub--sv .case ul .text p {
  color: #00271b;
  opacity: 0.75;
}
.no-sub--sv .case ul .text h4 {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  color: #146c3c;
  position: relative;
}
.no-sub--sv .case ul .text h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15rem;
  height: 1px;
  background: #146c3c;
}
.no-sub--sv .tax {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0;
}
.no-sub--sv .tax .type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .no-sub--sv .tax .type {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--sv .tax .type li {
  background: #1e5a3c;
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  align-items: center;
  text-align: center;
  padding: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem) 0;
  color: var(--clr-base-white);
}
.no-sub--sv .tax .type li h3 {
  border: 1px solid var(--clr-base-white);
  padding: 1rem;
  width: clamp(26rem, 2.5889967638vw + 25.0291262136rem, 30rem);
}
.no-sub--sv .tax .type li:last-child {
  background: rgba(241, 218, 170, 0.4);
  color: #003620;
}
.no-sub--sv .tax .type li:last-child h3 {
  border: 1px solid var(--clr-base-black);
  padding: 1rem;
  width: clamp(26rem, 2.5889967638vw + 25.0291262136rem, 30rem);
}
.no-sub--sv .tax .process {
  text-align: center;
  background: rgba(186, 186, 186, 0.15);
}
.no-sub--sv .tax .process .title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-sub--sv .tax .process .title-line .line {
  height: 1px;
  width: 40rem;
  background: var(--clr-base-black);
}
.no-sub--sv .tax .process h4 {
  font-size: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  color: #003620;
  font-weight: 500;
}
.no-sub--sv .tax .process ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-top: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
}
.no-sub--sv .tax .process ul .title {
  background: #c99f54;
  border-radius: 55rem;
  padding: 0.8rem clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  margin: 0 auto;
  width: max-content;
}
.no-sub--sv .tax .process ul .title p {
  color: var(--clr-base-white);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
.no-sub--sv .tax .process ul .circle {
  width: clamp(24rem, 11.6504854369vw + 19.6310679612rem, 42rem);
}
.no-sub--sv .tax .process ul .circle img {
  height: 100%;
}
.no-sub--sv .tax .process ul .arrow {
  width: 7rem;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.no-sub--sv .tax .process ul .arrow img {
  object-fit: contain;
}
.no-sub--sv .tax .process ul li:first-child .circle {
  width: clamp(12rem, 5.1779935275vw + 10.0582524272rem, 20rem);
}
.no-sub--sv .tax .process ul li:first-child .circle img {
  height: 100%;
}
.no-sub--sv .objection {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv .objection .top-group p {
  color: #003620;
}
.no-sub--sv .objection figure {
  width: clamp(48rem, 31.067961165vw + 36.3495145631rem, 96rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .no-sub--sv .objection figure {
    width: 100%;
  }
}
.no-sub--sv .objection figure img {
  height: 100%;
}
.no-sub--sv .sv-contact {
  padding: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem) 0;
  background: #ecd6a5;
  text-align: center;
}
.no-sub--sv .sv-contact .text-wrap {
  color: #00271b;
}
.no-sub--sv .sv-contact .text-wrap p {
  padding-top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-sub--sv .sv-contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--sv .sv-contact .btn a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-sub--sv .sv-contact .btn a i {
  transition: 0.15s ease all;
}
.no-sub--sv .sv-contact .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-sub--sv .sv-contact .btn a {
  width: max-content;
}
.no-sub--sv .sv-reone {
  height: 100%;
  position: relative;
}
.no-sub--sv .sv-reone .top-group {
  padding-top: clamp(8rem, 12.9449838188vw + 3.145631068rem, 28rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1024px) {
  .no-sub--sv .sv-reone .top-group {
    padding: 0 2rem;
    padding-top: 4.8rem;
  }
}
@media (max-width: 544px) {
  .no-sub--sv .sv-reone .top-group {
    padding: 0 2rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 480px) {
	.no-sub--sv .sv-reone .bg{
	position:relative;
	}
	.no-sub--sv .sv-reone .bg::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	}
	
	.no-sub--sv .sv-reone .top-group{
	color:#fff;
	}

	.no-sub--sv .noneBg .bg::after{
	display:none;
	}
}


.no-sub--sv .sv-reone .top-group h3 span {
  color: #00692a;
}
.no-sub--sv .sv-reone .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--sv .sv-reone .btn a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-sub--sv .sv-reone .btn a i {
  transition: 0.15s ease all;
}
.no-sub--sv .sv-reone .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
@media (max-width: 1024px) {
  .no-sub--sv .sv-reone .btn {
    padding-bottom: 3rem;
  }
}
.no-sub--sv-2 .trust {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: rgba(186, 186, 186, 0.15);
}
.no-sub--sv-2 .trust .text-wrap {
  text-align: center;
}
.no-sub--sv-2 .trust .text-wrap p {
  color: #aa803c;
}
.no-sub--sv-2 .trust .icon {
  width: clamp(58rem, 33.6569579288vw + 45.3786407767rem, 110rem);
  margin: 0 auto;
  transform: translateY(clamp(10rem, 3.2362459547vw + 8.786407767rem, 15rem));
}
@media (max-width: 768px) {
  .no-sub--sv-2 .trust .icon {
    display: none;
  }
}
.no-sub--sv-2 .trust ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub--sv-2 .trust ul {
    padding-top: 4rem;
  }
}
@media (max-width: 544px) {
  .no-sub--sv-2 .trust ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.no-sub--sv-2 .trust ul li {
  background: rgba(237, 193, 105, 0.75);
  width: clamp(20rem, 10.355987055vw + 16.1165048544rem, 36rem);
  height: clamp(20rem, 10.355987055vw + 16.1165048544rem, 36rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 gap: 2.4rem;
  aspect-ratio: 1;
  margin-right: -2.5rem;
}

@media (max-width: 640px) {
	.no-sub--sv-2 .trust ul li{
	width:19rem;
	height:19rem;
	}
	.no-sub--sv-2 .trust ul li .text h3{
	font-size:1.7rem;
	}
}
.no-sub--sv-2 .trust ul li:last-child {
  margin-right: 0;
}
@media (max-width: 544px) {
  .no-sub--sv-2 .trust ul li:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 544px) {
  .no-sub--sv-2 .trust ul li {
    margin-right: 0;
    width: 26rem;
    height: 26rem;
    margin: 0 auto;
  }
}
.no-sub--sv-2 .trust ul li .text {
  flex-direction: column;
  display: flex;
  gap: 1.2rem;
  text-align: center;
}
.no-sub--sv-2 .trust ul li .text h3 {
  color: #1b6f3b;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .no-sub--sv-2 .trust ul li .text p {
    font-size: 1.6rem;
  }
}
.no-sub--sv-2 .trust ul li .desc {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  background: var(--clr-primary-500);
  color: var(--clr-secondary-400);
}

@media (max-width: 1024px) {
  .no-sub--sv-2 .typing-cont ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--sv-2 .typing-cont .img {
  height: clamp(36rem, 15.5339805825vw + 30.1747572816rem, 60rem);
}
@media (max-width: 1024px) {
  .no-sub--sv-2 .typing-cont .img {
    height: clamp(28rem, 5.1779935275vw + 26.0582524272rem, 36rem);
  }
}
.no-sub--sv-2 .typing-cont .img img {
  height: 100%;
}
.no-sub--sv-2 .typing-cont .text {
  background: #00271b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  padding-left: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
@media (max-width: 1024px) {
  .no-sub--sv-2 .typing-cont .text {
    height: 30rem;
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 2rem;
  }
}
.no-sub--sv-2 .typing-cont .text .ani-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.no-sub--sv-2 .typing-cont .text span {
  color: var(--clr-secondary-400);
  position: relative;
}
.no-sub--sv-2 .typing-cont .text span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--clr-secondary-400);
}
.no-sub--sv-2 .typing-cont .text p {
  color: #d5b065;
}

@media (max-width: 420px) {
	.no-sub--sv-2 .typing-cont .text p {
		font-size:1.5rem;
	}
	.no-sub--sv-2 .typing-cont .text .ani-wrap{
	align-items:center;
	}
}

.no-sub--sv-2 .person--bronze .name {
  background: rgba(170, 128, 60, 0.95);
}
.no-sub--sv-2 .contact-cont {
  background: #cf9d4d;
}
.no-sub--sv-2 .contact-cont p {
  color: #00271b;
}
.no-sub--sv-2 .contact-cont .btn a {
  background: #102334;
  color: var(--clr-secondary-400);
}
.no-sub--sv-2 .typing {
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .no-sub--sv-2 .typing {
    height: 70vh;
  }
}
.no-sub--sv-2 .typing .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--sv-2 .typing .bg img {
  height: 100%;
}
.no-sub--sv-2 .typing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.no-sub--sv-2 .typing .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 100%;
}
.no-sub--sv-2 .typing .text p {
  font-size: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  line-height: 1.5;
  color: var(--clr-secondary-400);
}
.no-sub--sv-2 .typing .cursor {
  display: inline-block;
  margin-left: 4px;
  animation: blink 0.8s infinite;
  width: 2px;
  background: var(--clr-secondary-400);
}
.no-sub--sv-2 .typing .cursor .blink_animate {
  animation: blink 0.8s step-start infinite;
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  50.01%,
  100% {
    opacity: 0;
  }
}
.no-sub--sv-2 .convenient {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv-2 .convenient .top-group p {
  color: #003620;
}
.no-sub--sv-2 .convenient ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(6.4rem, 4.9190938511vw + 4.5553398058rem, 14rem);
}
.no-sub--sv-2 .convenient ul .title {
  background: var(--clr-primary-900);
  color: var(--clr-base-white);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  border-radius: 55rem;
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) clamp(1.2rem, 1.0355987055vw + 0.8116504854rem, 2.8rem);
  width: max-content;
  margin: 0 auto;
  text-align: center;
}
.no-sub--sv-2 .convenient ul .img {
  padding-top: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-sub--sv-2 .convenient ul .img figure {
  max-width: clamp(40rem, 29.1262135922vw + 29.0776699029rem, 85rem);
  width: 100%;
}
.no-sub--sv-2 .convenient ul .img--row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.no-sub--sv-2 .convenient ul .img--coulmn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.no-sub--sv-2 .convenient ul .img--coulmn figure {
  max-width: clamp(18rem, 6.4724919094vw + 15.572815534rem, 28rem);
  width: 100%;
}
.no-sub--sv-2 .convenient .last-text {
  text-align: center;
  line-height: 1.51;
}

@media (max-width: 380px) {
	.no-sub--sv-2 .convenient .last-text br{
		display:none;
	}
}
.no-sub--sv-2 .sv-reone {
  position: relative;
  height: 100vh;
}
.no-sub--sv-2 .sv-reone figure{
height:100%;
}
.no-sub--sv-2 .sv-reone figure img{
	height:100%;
}


@media (max-width: 544px) {
  .no-sub--sv-2 .sv-reone {
    height: 45rem;
  }
}
.no-sub--sv-2 .sv-reone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}
.no-sub--sv-2 .sv-reone .top-group {
  padding: clamp(4rem, 7.1197411003vw + 1.3300970874rem, 15rem) 2rem;
}
.no-sub--sv-2 .sv-reone .top-group span {
  color: var(--clr-base-white);
}
.no-sub--sv-2 .sv-reone .top-group h3 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  color: var(--clr-base-white);
}
.no-sub--sv-2 .sv-reone .top-group p {
  color: var(--clr-secondary-400);
  line-height: 1.5;
  word-break: keep-all;
}
.no-sub--sv-2 .sv-reone .btn {
  z-index: 2;
}
.no-sub--sv-2 .sv-reone .btn a {
  background: #ebd09b;
  color: #102334;
}
.no-sub--sv-3 .mockup-slide {
  height: 100%;
  position: relative;
}
.no-sub--sv-3 .mockup-slide .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:15rem;
}
.no-sub--sv-3 .mockup-slide .img-wrap .logo {
  width: clamp(28rem, 7.7669902913vw + 25.0873786408rem, 40rem);
}
.no-sub--sv-3 .mockup-slide .img-wrap .light-item {
  right:0;
  top:36.5%;
  transform:translateY(-50%);
  width:61%;
}

@media (max-width: 1920px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
    top: 36%;
    width: 65%;
	}
}

@media (max-width: 1720px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
    top: 35.5%;
    width: 65%;
	}
}

@media (max-width: 1380px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
        top: 34%;
        width: 67%;
	}
}

@media (max-width: 1100px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
		top: 33.5%;
        width: 68%;
	}
}

@media (max-width: 1100px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
		top: 32.5%;
	}
}

@media (max-width: 1024px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
	 top: 26.5%;
	}
}

@media (max-width: 860px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
	 top: 25.5%;
	 width: 72%;
	}
}

@media (max-width: 768px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
		top: 22.5%;
        width: 62%;
	}
}

@media (max-width: 630px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
	top: 21.5%;
	}
}
@media (max-width: 545px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
  top:17.5%;
	}
}

@media (max-width: 460px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
  top:17.2%;
  width:68%;
	}
}

@media (max-width: 445px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
  top:17.6%;
  width:68%;
	}
}

@media (max-width: 420px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
	top:17%;
	width: 67%;
	}
}

@media (max-width: 390px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
	width: 71%;
	}
}

@media (max-width: 355px) {
	.no-sub--sv-3 .mockup-slide .img-wrap .light-item{
	top:16.5%;
	}
}

@media (max-width: 768px) {
  .no-sub--sv-3 .mockup-slide .img-wrap {
    justify-content: center;
	gap:2rem;
  }
}
.no-sub--sv-3 .mockup-slide .slide-cont {
  position: relative;
}
.no-sub--sv-3 .mockup-slide .mockup {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: clamp(16rem, 11.6504854369vw + 11.6310679612rem, 34rem);
}

@media (max-width: 768px) {
  .no-sub--sv-3 .mockup-slide .mockup {
    width: 14rem;
  }
}
.no-sub--sv-3 .mockup-slide .mockup .phone {
  width: clamp(16rem, 9.0614886731vw + 12.6019417476rem, 30rem);
  background: #fff;
  border-radius: 5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .mockup-slide .mockup .phone {
    width: 14rem;
  }
}
.no-sub--sv-3 .mockup-slide .mockupSlide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  width: 82%;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .mockup-slide .mockupSlide {
    left: 12px;
  }
}
@media (max-width: 768px) {
  .no-sub--sv-3 .mockup-slide .mockupSlide {
    left: 8px;
    width: 89%;
  }
}
.no-sub--sv-3 .mockup-slide .mockupSlide li {
  width: 24rem;
  overflow: hidden;
}
.no-sub--sv-3 .mockup-slide .mockupSlide li img {
  object-fit: contain;
}
.no-sub--sv-3 .mockup-slide .process-cont {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  position: relative;
  z-index: 2;
}
.no-sub--sv-3 .mockup-slide .process-cont ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .mockup-slide .process-cont ul {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem) 2.4rem;
  }
}
@media (max-width: 544px) {
  .no-sub--sv-3 .mockup-slide .process-cont ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-sub--sv-3 .mockup-slide .process-cont li {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  align-items: center;
  justify-content: center;
}
.no-sub--sv-3 .mockup-slide .process-cont li:last-child .num::after {
  display: none;
}
.no-sub--sv-3 .mockup-slide .process-cont li.active .num {
  background: #04702c;
  color: var(--clr-base-white);
}
.no-sub--sv-3 .mockup-slide .process-cont li.active .box {
  background: #04702c;
  color: var(--clr-base-white);
}
.no-sub--sv-3 .mockup-slide .process-cont li.active .box p {
  color: var(--clr-base-white);
}
.no-sub--sv-3 .mockup-slide .process-cont .num {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #eee;
  color: #04702c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  font-weight: 800;
  aspect-ratio: 1;
  transition: 0.3s ease all;
  position: relative;
}
.no-sub--sv-3 .mockup-slide .process-cont .num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(7rem, 0.6472491909vw + 6.7572815534rem, 8rem);
  width: clamp(3rem, 8.4142394822vw - 0.1553398058rem, 16rem);
  height: 1px;
  border-top: 2px dashed #ccc;
  z-index: 0;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .mockup-slide .process-cont .num::after {
    display: none;
  }
}
.no-sub--sv-3 .mockup-slide .process-cont .box {
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 2.6rem 1.2rem;
  width: 100%;
  height: 100%;
  border-radius: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease all;
}
.no-sub--sv-3 .mockup-slide .process-cont .box p {
  color: rgba(30, 30, 30, 0.6);
}
.no-sub--sv-3 .contact-cont {
  background: #006633;
}
.no-sub--sv-3 .contact-cont p {
  color: #ebd09b;
}
.no-sub--sv-3 .contact-cont .btn a {
  background: #ebd09b;
  color: #00271b;
}
.no-sub--sv-3 .contact-cont--bronze {
  background: #ecd6a5;
}
.no-sub--sv-3 .contact-cont--bronze p {
  color: var(--clr-primary-900);
  line-height: 1.5;
}
.no-sub--sv-3 .contact-cont--bronze .btn a {
  color: #ebd09b;
  background: #231815;
  width: clamp(18rem, 3.2362459547vw + 16.786407767rem, 23rem);
}
.no-sub--sv-3 .easy {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0 0;
}
.no-sub--sv-3 .easy .text-bar {
  background: #146c3c;
  color: var(--clr-base-white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: clamp(10rem, 3.5598705502vw + 8.6650485437rem, 15.5rem);
  margin-top: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem);
}
.no-sub--sv-3 .easy .text-bar p {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy .text-bar p {
    padding-top: 0;
	font-size:1.6rem;
  }
}
.no-sub--sv-3 .easy ul {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.no-sub--sv-3 .easy ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy ul li {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  }
}
.no-sub--sv-3 .easy ul li:nth-child(2) .img {
  order: 2;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy ul li:nth-child(2) .img {
    order: 1;
  }
}
.no-sub--sv-3 .easy ul li:nth-child(2) .text {
  order: 1;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy ul li:nth-child(2) .text {
    order: 2;
  }
}
.no-sub--sv-3 .easy ul .img {
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy ul .img {
    width: clamp(24rem, 3.8834951456vw + 22.5436893204rem, 30rem);
    margin: 0 auto;
  }
}
.no-sub--sv-3 .easy ul .text {
  width: 100%;
  position: relative;
  z-index: 2;
}
.no-sub--sv-3 .easy ul .text .text-wrap {
  text-align: center;
  height: clamp(20rem, 11.003236246vw + 15.8737864078rem, 37rem);
  background: rgba(241, 218, 170, 0.2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy ul .text .text-wrap {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .no-sub--sv-3 .easy ul .text .text-wrap {
    height: 15rem;
    width: 80%;
    margin: 0 auto;
  }
}
.no-sub--sv-3 .easy ul .text .icon {
  width: clamp(12rem, 5.1779935275vw + 10.0582524272rem, 20rem);
}
.no-sub--sv-3 .easy ul .text .green-bar {
  height: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  margin-top: 3rem;
  background: #146c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.no-sub--sv-3 .easy ul .text h4 {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  color: #ffdd6c;
  position: relative;
}
.no-sub--sv-3 .easy ul .text h4::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #ffdd6c;
}

@media (max-width: 768px) {
	.no-sub--sv-3 .easy ul .text h4{
	font-size:2rem;
	}
}



.no-sub--sv-3 .integrated {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: rgba(186, 186, 186, 0.1);
}
.no-sub--sv-3 .integrated .top-group p {
  color: #003620;
}
.no-sub--sv-3 .integrated figure {
  width: clamp(36rem, 25.8899676375vw + 26.2912621359rem, 76rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .integrated figure {
    width: 100%;
  }
}
.no-sub--sv-3 .integrated figure img {
  height: 100%;
}
.no-sub--sv-3 .dream {
  height: 100vh;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .dream {
    height: 70vh;
  }
}
.no-sub--sv-3 .dream .bg {
  position: relative;
  height: 100%;
  z-index: 2;
}
.no-sub--sv-3 .dream .bg img {
  height: 100%;
}
.no-sub--sv-3 .dream .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .dream .text-wrap {
    width: 100%;
  }
}
.no-sub--sv-3 .dream .text-wrap h3 {
  color: #ecd6a5;
  padding: 1.2rem 3.2rem;
  background: var(--clr-base-black);
  line-height: 1.5;
  word-break: keep-all;
}
.no-sub--sv-3 .dream .text-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.6rem;
}
.no-sub--sv-3 .dream .text-wrap .btn a {
  width: clamp(12rem, 8.4142394822vw + 8.8446601942rem, 25rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem)
    clamp(1.4rem, 1.1650485437vw + 0.9631067961rem, 3.2rem);
  background: var(--clr-primary-900);
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #ecd6a5;
}
.no-sub--sv-3 .dream .text-wrap .btn a i {
  transition: 0.15s ease all;
}
.no-sub--sv-3 .dream .text-wrap .btn a:hover i {
  transform: translateX(0.4rem) rotate(90deg);
}
.no-sub--sv-3 .dream .text-wrap .btn a {
  background: #ebd09b;
  color: var(--clr-primary-900);
  height: clamp(4.2rem, 0.6472491909vw + 3.9572815534rem, 5.2rem);
}
.no-sub--sv-3 .refund {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: var(--clr-primary-900);
}
.no-sub--sv-3 .refund .top-group span {
  color: #b9b9b9;
}
.no-sub--sv-3 .refund .top-group h3 {
  color: #ebd09b;
}
.no-sub--sv-3 .refund .count-wrap .line {
  border: 0.7px dashed #008431;
  width: 1px;
  height: 8rem;
  margin: 0 auto;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
}
.no-sub--sv-3 .refund .count-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 5.4rem;
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--sv-3 .refund .count-wrap ul li {
  text-align: center;
}
.no-sub--sv-3 .refund .count-wrap ul li p {
  color: #00b451;
}
.no-sub--sv-3 .refund .count-wrap ul li h3 {
  padding-top: 0.4rem;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  color: var(--clr-base-white);
}
.no-sub--sv-3 .refund .count-wrap ul li h3 i {
  font-size: 1.8rem;
}
.no-sub--sv-3 .refund .review-slide {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-sub--sv-3 .refund .review-slide .box-wrap {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  height:auto;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .refund .review-slide .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-sub--sv-3 .refund .review-slide .box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--sv-3 .refund .review-slide .box {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  background: var(--clr-base-white);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.no-sub--sv-3 .refund .review-slide .box .icon {
  width: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
}
.no-sub--sv-3 .refund .review-slide .box .cont {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  border-top: 0.5px solid #878787;
  border-bottom: 0.5px solid #878787;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1.4rem;
  height:100%;
}
.no-sub--sv-3 .refund .review-slide .box .cont .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.6rem;
}
.no-sub--sv-3 .refund .review-slide .box .cont .desc p {
  color: rgba(30, 30, 30, 0.6);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.no-sub--sv-3 .refund .review-slide .box .price {
  text-align: center;
}
.no-sub--sv-3 .refund .swiper-pagination {
  position: static;
  display: flex;
  margin-top: clamp(3.2rem, 1.1650485437vw + 2.7631067961rem, 5rem);
  justify-content: center;
  align-items: center;
}
.no-sub--sv-3 .refund .swiper-pagination-bullet {
  background: #f2e1b0; /* 채워지는 색상 */
  height: 0.3rem;
  border-radius: 0;
  height: 0.5px;
  width: 24rem;
  margin: 0;
  transition: 0.3s ease all;
}
.no-sub--sv-3 .refund .swiper-pagination-bullet-active {
  height: 3px;
}
.no-sub--sv-3 .onlyone {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv-3 .onlyone .top-group .text-wrap {
  text-align: center;
}
.no-sub--sv-3 .onlyone .top-group .text-wrap p {
  color: #003620;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .onlyone .top-group .text-wrap p {
    padding-top: 0;
  }
}
.no-sub--sv-3 .onlyone .top-group .icon {
  width: clamp(20rem, 11.6504854369vw + 15.6310679612rem, 38rem);
  margin: 0 auto;
}
.no-sub--sv-3 .onlyone .top-group .icon img {
  height: 100%;
}
.no-sub--sv-3 .onlyone .top-group .desc {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--sv-3 .onlyone ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul {
    gap: 2.4rem;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .no-sub--sv-3 .onlyone ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 2.4rem;
  }
}
@media (max-width: 544px) {
  .no-sub--sv-3 .onlyone ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--sv-3 .onlyone ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -2.5rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul li {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul li {
    height: auto;
    width: 100%;
  }
}
.no-sub--sv-3 .onlyone ul li:last-child {
  margin-right: 0;
}
.no-sub--sv-3 .onlyone ul li .circle {
  width: 32rem;
  height: 32rem;
  border: 1px solid #d1a65a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul li .circle {
    width: clamp(18rem, 9.0614886731vw + 14.6019417476rem, 32rem);
    height: clamp(18rem, 9.0614886731vw + 14.6019417476rem, 32rem);
  }
}
@media (max-width: 768px) {
  .no-sub--sv-3 .onlyone ul li .circle {
    width: clamp(18rem, 19.4174757282vw + 10.7184466019rem, 48rem);
    height: clamp(18rem, 19.4174757282vw + 10.7184466019rem, 48rem);
  }
}
.no-sub--sv-3 .onlyone ul li .circle .sub-circle {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #00b451;
  color: var(--clr-base-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul li .circle .sub-circle {
    width: clamp(8rem, 3.2362459547vw + 6.786407767rem, 13rem);
    height: clamp(8rem, 3.2362459547vw + 6.786407767rem, 13rem);
  }
}
.no-sub--sv-3 .onlyone ul li .circle .sub-circle p {
  padding: 0;
}
.no-sub--sv-3 .onlyone ul li h3 {
  color: #04702c;
  padding: 0;
}
.no-sub--sv-3 .onlyone ul li .text {
  width: 100%;
  height: 100%;
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul li .text {
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .no-sub--sv-3 .onlyone ul li .text {
    height: auto;
    padding-top: 6rem;
  }
}
.no-sub--sv-3 .onlyone ul li .text p {
  color: rgba(30, 30, 30, 0.6);
}
@media (max-width: 1024px) {
  .no-sub--sv-3 .onlyone ul li .text p {
    font-size: 1.6rem;
    padding-top: 0;
  }
}
@media (max-width: 544px) {
  .no-sub--sv-3 .onlyone ul li .text p br {
    display: block;
  }
}
.no-sub--sv-3 .partner {
  padding-bottom: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem);
}
.no-sub--sv-3 .partner .visual {
  width: 100%;
  height: clamp(34rem, 38.1877022654vw + 19.6796116505rem, 93rem);
  position: relative;
}
.no-sub--sv-3 .partner .visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-7dp);
  z-index: 2;
}
.no-sub--sv-3 .partner .visual .bg {
  height: 100%;
}
.no-sub--sv-3 .partner .visual .bg img {
  height: 100%;
}
.no-sub--sv-3 .partner .visual .top-group {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.no-sub--sv-3 .partner .visual .top-group span,
.no-sub--sv-3 .partner .visual .top-group h3 {
  color: var(--clr-base-white);
}
.no-sub--sv-3 .partner .visual .top-group p {
  color: #ebd09b;
}
.no-sub--sv-3 .partner .mq-wrap {
  padding-top: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem);
}
.no-sub--sv-3 .partner .mq-wrap li {
  width: clamp(18rem, 7.7669902913vw + 15.0873786408rem, 30rem);
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .partner .mq-wrap li {
    width: 15rem;
  }
}

.no-sub--sv-3 .partner .mq-wrap li img {
  height: 100%;
}
.no-sub--sv-3 .cmu {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv-3 .cmu .qna-cont {
  padding-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
}
.no-sub--sv-3 .cmu .qna-cont h3 {
  color: var(--clr-primary-900);
}
.no-sub--sv-3 .cmu ul {
  display: flex;
  flex-direction: column;
  gap: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  width: 100%;
}
.no-sub--sv-3 .cmu li {
  width: 100%;
}
.no-sub--sv-3 .cmu li:nth-child(2) .q {
  width: clamp(27rem, 4.5307443366vw + 25.3009708738rem, 34rem);
}
@media (max-width: 768px) {
  .no-sub--sv-3 .cmu li:nth-child(2) .q {
    width: clamp(20rem, 6.4724919094vw + 17.572815534rem, 30rem);
  }
}
.no-sub--sv-3 .cmu li:nth-child(3) .q {
  width: clamp(36rem, 6.4724919094vw + 33.572815534rem, 46rem);
}
@media (max-width: 768px) {
  .no-sub--sv-3 .cmu li:nth-child(3) .q {
    width: clamp(27rem, 8.4142394822vw + 23.8446601942rem, 40rem);
  }
}
.no-sub--sv-3 .cmu li .q {
  width: clamp(36rem, 3.8834951456vw + 34.5436893204rem, 42rem);
}
@media (max-width: 768px) {
  .no-sub--sv-3 .cmu li .q {
    width: clamp(24rem, 3.8834951456vw + 22.5436893204rem, 30rem);
  }
}
.no-sub--sv-3 .cmu li .a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 2.4rem;
}
.no-sub--sv-3 .cmu li .a img {
  width: clamp(48rem, 6.4724919094vw + 45.572815534rem, 58rem);
}
@media (max-width: 768px) {
  .no-sub--sv-3 .cmu li .a img {
    width: clamp(32rem, 5.1779935275vw + 30.0582524272rem, 40rem);
  }
}
@media (max-width: 375px) {
  .no-sub--sv-3 .cmu li .a img {
    width: 100%;
  }
}

.no-sub--sv-3 .flex-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub--sv-3 .flex-center {
    justify-content: flex-start;
  }
}
.no-sub--sv-3 .f-info .top {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1.2944983819vw - 0.0854368932rem, 2.4rem);
  margin-top: 1rem;
}
@media (max-width: 544px) {
  .no-sub--sv-3 .f-info .top {
    flex-direction: column;
  }
}
.no-sub--sv-3 .f-info .top dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 544px) {
  .no-sub--sv-3 .f-info .top dl {
    justify-content: flex-start;
  }
}
.no-sub--sv-3 .f-info .top dl dt {
  color: var(--clr-primary-300);
}
.no-sub--sv-3 .f-info .ceo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem);
}
@media (max-width: 544px) {
  .no-sub--sv-3 .f-info .ceo {
    justify-content: flex-start;
  }
}
.no-sub--sv-3 .f-info .ceo dt {
  color: var(--clr-primary-300);
}


.no-sub--sv-4 .verified {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: rgba(186, 186, 186, 0.15);
}
.no-sub--sv-4 .verified .graph-cont {
  padding-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
}
.no-sub--sv-4 .verified .graph-cont ul {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.no-sub--sv-4 .verified .graph-cont ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .verified .graph-cont ul li {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.no-sub--sv-4 .verified .graph-cont ul li .graph p {
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
}
.no-sub--sv-4 .verified .graph-cont ul li .graph .item {
  height: clamp(8rem, 3.2362459547vw + 6.786407767rem, 13rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  position: relative;
  width: clamp(32rem, 11.6504854369vw + 27.6310679612rem, 50rem);
}
@media (max-width: 544px) {
  .no-sub--sv-4 .verified .graph-cont ul li .graph .item {
    width: 50%;
  }
}
.no-sub--sv-4 .verified .graph-cont ul li .graph .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-top-right-radius: 55rem;
  border-bottom-right-radius: 55rem;
  background: linear-gradient(
    90deg,
    rgba(0, 180, 81, 0.1) 0%,
    rgba(0, 180, 81, 0.6)
  );
  transition: width 1.8s ease-out;
}
.no-sub--sv-4 .verified .graph-cont ul li .long .item {
  width: clamp(42rem, 14.2394822006vw + 36.6601941748rem, 64rem);
}
@media (max-width: 544px) {
  .no-sub--sv-4 .verified .graph-cont ul li .long .item {
    width: 70%;
  }
}
.no-sub--sv-4 .verified .graph-cont ul li .count h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.2rem;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .verified .graph-cont ul li .count h3 {
    justify-content: flex-start;
  }
}
.no-sub--sv-4 .verified .graph-cont ul li .count h3 span {
  display: block;
  width: clamp(4rem, 3.2362459547vw + 2.786407767rem, 9rem);
}
.no-sub--sv-4 .verified .graph-cont ul li .count h3 i {
  font-size: 2rem;
}
.no-sub--sv-4 .verified .text {
  margin-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  border-top: 1px solid #aa803c;
  border-bottom: 1px solid #aa803c;
  text-align: center;
}
.no-sub--sv-4 .verified .text h4 {
  color: #8c6627;
}
.no-sub--sv-4 .contact-cont {
  background: #cf9d4d;
}
.no-sub--sv-4 .contact-cont p {
  color: #00271b;
}
.no-sub--sv-4 .contact-cont .btn a {
  background: #102334;
  color: var(--clr-secondary-400);
}
.no-sub--sv-4 .solution {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: #232323;
}
.no-sub--sv-4 .solution .title {
  text-align: center;
}
.no-sub--sv-4 .solution .title h2 {
  line-height: 1.5;
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  color: var(--clr-secondary-400);
}
.no-sub--sv-4 .solution .wrap {
  padding-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
}
.no-sub--sv-4 .solution .wrap figure {
  width: 100%;
  position: relative;
}
.no-sub--sv-4 .solution .wrap figure .dot {
  position: absolute;
  left: 0;
}
.no-sub--sv-4 .solution .wrap figure .dot.active .desc {
  opacity: 1;
  visibility: visible;
}
.no-sub--sv-4 .solution .wrap figure .dot:nth-child(4),
.no-sub--sv-4 .solution .wrap figure .dot:nth-child(7),
.no-sub--sv-4 .solution .wrap figure .dot:nth-child(11) {
  padding: clamp(0.6rem, 0.6472491909vw + 0.3572815534rem, 1.6rem) 0;
  padding-left: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  background: var(--clr-secondary-400);
  border-top-right-radius: 5.5rem;
  border-bottom-right-radius: 5.5rem;
  width: clamp(12rem, 10.355987055vw + 8.1165048544rem, 28rem);
}
@media (max-width: 768px) {
  .no-sub--sv-4 .solution .wrap figure .dot:nth-child(4),
  .no-sub--sv-4 .solution .wrap figure .dot:nth-child(7),
  .no-sub--sv-4 .solution .wrap figure .dot:nth-child(11) {
    height: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  }
}
.no-sub--sv-4 .solution .wrap figure .dot:nth-child(4) p,
.no-sub--sv-4 .solution .wrap figure .dot:nth-child(7) p,
.no-sub--sv-4 .solution .wrap figure .dot:nth-child(11) p {
  font-size: clamp(1.3rem, 0.71197411vw + 1.0330097087rem, 2.4rem);
  color: rgba(30, 30, 30, 0.8);
  font-weight: 700;
}
.no-sub--sv-4 .solution .wrap figure .dot p {
  font-size: clamp(1.2rem, 0.9061488673vw + 0.8601941748rem, 2.6rem);
  color: var(--clr-base-white);
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .solution .wrap figure .dot {
    clip-path: none;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot {
    padding: 0.6rem 1rem;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-1 {
  top: 2.5%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-1 {
    top: 1.5%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-2 {
  top: 10.3%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-2 {
    top: 9.3%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-3 {
  top: 18.3%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-3 {
    top: 17.3%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-4 {
  top: 25.5%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-4 {
    top: 24.5%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-5 {
  top: 34%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-5 {
    top: 33.4%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-6 {
  top: 42.3%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-6 {
    top: 41.3%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-7 {
  top: 49.5%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-7 {
    top: 48.5%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-8 {
  top: 58%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-8 {
    top: 57%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-9 {
  top: 66%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-9 {
    top: 65%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-10 {
  top: 74%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-10 {
    top: 73%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-11 {
  top: 81.4%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-11 {
    top: 80, 4%;
  }
}
.no-sub--sv-4 .solution .wrap figure .dot-12 {
  top: 89.9%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .dot-12 {
    top: 88.9%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc {
  position: absolute;
  clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 21% 100%, 0% 51%);
  background: rgba(0, 0, 0, 0.75);
  padding: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem) clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  border-radius: 0.4rem;
  background: #c4b89f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  z-index: 2;
}
.no-sub--sv-4 .solution .wrap figure .desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(22% 1%, 99% 1%, 99% 99%, 21% 99%, 0% 51%);
  background: rgb(0, 0, 0);
  z-index: -1;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .solution .wrap figure .desc {
    display: none;
    position: static;
    clip-path: none;
    flex-direction: row;
    padding: 0.6rem 1rem;
    gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
    width: max-content;
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
    background: rgb(0, 0, 0);
  }
  .no-sub--sv-4 .solution .wrap figure .desc span {
    white-space: nowrap;
    font-size: 1.1rem;
  }
  
  .no-sub--sv-4 .solution .wrap figure .desc::after{
  display:none;
  }
  
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc {
    display: none;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc span {
  color: #d1d1d1;
  font-size: clamp(1.1rem, 0.3236245955vw + 0.9786407767rem, 1.6rem);
}
.no-sub--sv-4 .solution .wrap figure .desc-1 {
  top: -112.5%;
  right: -70%;
}
.no-sub--sv-4 .solution .wrap figure .desc-2 {
  top: -92.7%;
  right: -138%;
}
.no-sub--sv-4 .solution .wrap figure .desc-3 {
  top: -110.7%;
  right: -70%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-3 {
    top: 17.3%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-4 {
  top: -35.5%;
  right: -55%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-4 {
    top: 24.5%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-5 {
  top: -110.7%;
  right: -70%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-5 {
    top: 33.4%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-6 {
  top: -110.7%;
  right: -70%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-6 {
    top: 41.3%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-7 {
  top: -32.7%;
  right: -60%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-7 {
    top: 48.5%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-8 {
  top: -110.7%;
  right: -82%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-8 {
    top: 57%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-9 {
  top: -110.7%;
  right: -119%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-9 {
    top: 65%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-10 {
  top: -110.7%;
  right: -70%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-10 {
    top: 73%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-11 {
  top: -31.7%;
  right: -70%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-11 {
    top: 80, 4%;
  }
}
.no-sub--sv-4 .solution .wrap figure .desc-12 {
  top: -110.7%;
  right: -132%;
}
@media (max-width: 375px) {
  .no-sub--sv-4 .solution .wrap figure .desc-12 {
    top: 88.9%;
  }
}
.no-sub--sv-4 .solution .wrap figure img {
  height: 100%;
}
.no-sub--sv-4 .solution .notice {
  color: #808285;
  font-size: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-sub--sv-4 .partner {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv-4 .partner .top-group p {
  color: #aa803c;
}
.no-sub--sv-4 .partner .contents {
  padding-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
}
.no-sub--sv-4 .partner figure {
  width: clamp(48rem, 31.067961165vw + 36.3495145631rem, 96rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .partner figure {
    width: 100%;
  }
}
.no-sub--sv-4 .partner figure img {
  height: 100%;
}
.no-sub--sv-4 .process {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: rgba(186, 186, 186, 0.1);
}
.no-sub--sv-4 .process ul {
  display: flex;
  flex-direction: column;
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.no-sub--sv-4 .process ul .step_box {
  background: var(--clr-base-white);
  text-align: center;
  padding: 3rem 0;
  clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
  height: clamp(20rem, 0.9708737864vw + 19.6359223301rem, 21.5rem);
  transition: all 0.4s ease;
  opacity: 1;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .process ul .step_box {
    height: clamp(16rem, 1.2944983819vw + 15.5145631068rem, 18rem);
  }
}
.no-sub--sv-4 .process ul .step_box.on {
  background: #11a950;
  opacity: 1;
}
.no-sub--sv-4 .process ul .step_box.on .num {
  color: var(--clr-base-white);
}
.no-sub--sv-4 .process ul .step_box.on .num::after {
  background: var(--clr-base-white);
}
.no-sub--sv-4 .process ul .step_box.on .text {
  color: var(--clr-base-white);
}
.no-sub--sv-4 .process .num {
  color: #cf9d4d;
  display: inline-block;
  position: relative;
  padding-bottom: 3rem;
  letter-spacing: 2.3px;
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .process .num {
    padding-bottom: 1.5rem;
    font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  }
}
.no-sub--sv-4 .process .num::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  width: 50%;
  height: 3px;
  background: #cf9d4d;
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .process .num::after {
    bottom: 0.75rem;
    height: 1.5px;
    width: 40%;
  }
}
.no-sub--sv-4 .process .text {
  color: #003620;
  transition: 0.3s ease all;
}
.no-sub--sv-4 .process .text p {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .no-sub--sv-4 .process .text h3 {
    font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  }
  .no-sub--sv-4 .process .text p {
    font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  }
}
.no-sub--sv-4 .process .result {
  text-align: center;
  padding: 3rem 0;
  background: #e3c798;
  border-radius: 555rem;
}
.no-sub--sv-4 .process .result .num {
  color: var(--clr-primary-900);
}
.no-sub--sv-4 .process .result .num::after {
  background: var(--clr-primary-900);
}
.no-sub--sv-4 .process .result .text {
  color: var(--clr-primary-900);
}
.no-sub--sv-4 .sv-contact {
  background: #def5d0;
}
.no-sub--sv-4 .sv-reone .btn a {
  background: var(--clr-secondary-400);
  color: var(--clr-base-black);
}
.no-sub--sv-5 .saving {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: rgba(186, 186, 186, 0.1);
}
.no-sub--sv-5 .saving .top-group span {
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
}
.no-sub--sv-5 .saving .top-group p {
  color: #003620;
}
.no-sub--sv-5 .saving figure {
  width: clamp(48rem, 31.067961165vw + 36.3495145631rem, 96rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .no-sub--sv-5 .saving figure {
    width: 100%;
  }
}
.no-sub--sv-5 .saving figure img {
  height: 100%;
}
.no-sub--sv-5 .contact-cont {
  background: #193e2a;
}
.no-sub--sv-5 .contact-cont .btn a {
  color: #07553e;
}
.no-sub--sv-5 .incorporation {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
  background: rgba(229, 255, 232, 0.6);
}
.no-sub--sv-5 .incorporation .top-group span {
  color: #007b2e;
}
.no-sub--sv-5 .incorporation ul {
  gap: clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
}

.no-sub--sv-5 .incorporation ul li {
  background: var(--clr-base-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(2.4rem, 1.1650485437vw + 1.9631067961rem, 4.2rem);
  gap: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
  height: clamp(24rem, 7.7669902913vw + 21.0873786408rem, 36rem);
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  text-align: center;
}
@media (max-width: 768px) {
  .no-sub--sv-5 .incorporation ul {
    grid-template-columns: repeat(3, 1fr);

  }
  .no-sub--sv-5 .incorporation ul li {
  	  padding: 1.4rem;
	  height:20rem;

  }
}
@media (max-width: 544px) {
  .no-sub--sv-5 .incorporation ul {
    grid-template-columns: repeat(1, 1fr);
  }
    .no-sub--sv-5 .incorporation ul li {
	  width:90%;
	  margin:0 auto;
	}
}

.no-sub--sv-5 .incorporation ul li:last-child figure {
  width: clamp(3.6rem, 1.8122977346vw + 2.9203883495rem, 6.4rem);
}
@media (max-width: 375px) {
  .no-sub--sv-5 .incorporation ul li:last-child figure {
    width: 4.8rem;
  }
}
.no-sub--sv-5 .incorporation ul li:first-child figure {
  width: clamp(5.4rem, 2.7184466019vw + 4.3805825243rem, 9.6rem);
}
@media (max-width: 375px) {
  .no-sub--sv-5 .incorporation ul li:first-child figure {
    width: 6.4rem;
  }
}
.no-sub--sv-5 .incorporation ul li figure {
  width: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
}
@media (max-width: 375px) {
  .no-sub--sv-5 .incorporation ul li figure {
    width: 6.4rem;
  }
}
.no-sub--sv-5 .incorporation ul li figure img {
  height: 100%;
}
.no-sub--sv-5 .report {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv-5 .report .top-group p {
  color: #007b2e;
}
.no-sub--sv-5 .report .top-group h5 {
  color: #878787;
  padding-top: clamp(7rem, 5.1779935275vw + 5.0582524272rem, 15rem);
}
.no-sub--sv-5 .report figure {
  width: clamp(46rem, 25.8899676375vw + 36.2912621359rem, 86rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .no-sub--sv-5 .report figure {
    width: 100%;
  }
  .no-sub--sv-5 .report .top-group h5{
  padding-top:3rem;
  }
}
.no-sub--sv-5 .report figure img {
  height: 100%;
}
.no-sub--sv-5 .contact-cont {
  background: #193e2a;
}
.no-sub--sv-5 .contact-cont p {
  color: #ecd6a5;
}
.no-sub--sv-5 .contact-cont .btn a {
  background: #ecd6a5;
  color: #07553e;
}
.no-sub--sv-5 .choice {
  padding: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem) 0;
}
.no-sub--sv-5 .choice .contents {
  padding-top: clamp(7rem, 5.1779935275vw + 5.0582524272rem, 15rem);
}
.no-sub--sv-5 .choice .contents .swiper {
  overflow: hidden;
}
.no-sub--sv-5 .choice .contents .swiper-slide {
  width: 100%;
  height: clamp(28rem, 3.8834951456vw + 26.5436893204rem, 34rem);
  padding: 1rem;
  border-radius: 1.4rem;
  transition: all 0.4s ease;
  background: rgba(135, 135, 135, 0.1);
}
.no-sub--sv-5 .choice .contents .swiper-slide .card {
  width: 100%;
  height: 100%;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  text-align: center;
  border: 0.5px solid transparent;
}
.no-sub--sv-5 .choice .contents .swiper-slide .card h3 {
  position: relative;
}
.no-sub--sv-5 .choice .contents .swiper-slide .card h3::after {
  content: "";
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: var(--clr-base-black);
}
.no-sub--sv-5 .choice .contents .swiper-slide .card .desc {
  height: auto;
  padding-top: 6.4rem;
}
.no-sub--sv-5 .choice .contents .swiper-slide .card p {
  height: 100%;
  color: #003620;
}
.no-sub--sv-5 .choice .contents .swiper-button-next::after,
.no-sub--sv-5 .choice .contents .swiper-button-prev::after {
  display: none;
}
.no-sub--sv-5 .choice .contents .swiper-button-next i,
.no-sub--sv-5 .choice .contents .swiper-button-prev i {
  font-size: clamp(2.8rem, 0.3883495146vw + 2.654368932rem, 3.4rem);
  color: #878787;
}
.no-sub--sv-5 .choice .contents .swiper-button-next {
  right: -15%;
}
@media (max-width: 544px) {
  .no-sub--sv-5 .choice .contents .swiper-button-next {
    display: none;
  }
}
.no-sub--sv-5 .choice .contents .swiper-button-prev {
  left: -15%;
}
@media (max-width: 544px) {
  .no-sub--sv-5 .choice .contents .swiper-button-prev {
    display: none;
  }
}
.no-sub--sv-5 .choice .contents .swiper-slide-active {
  background: #007f38;
  color: #fff;
}
.no-sub--sv-5 .choice .contents .swiper-slide-active .card p {
  color: #fff;
}
.no-sub--sv-5 .choice .contents .swiper-slide-active .card h3::after {
  background: var(--clr-base-white);
}
.no-sub--sv-5 .choice .contents .swiper-slide-active .card {
  border: 0.5px solid #ecd6a5;
}
.no-sub--sv-5 .text-cont {
  text-align: center;
  padding-top: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem);
}
.no-sub--sv-5 .text-cont h4 {
  color: #878787;
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  line-height: 1.5;
}
.no-sub--sv-5 .text-cont p {
  color: #878787;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  line-height: 1.5;
}
.no-sub--sv-5 .text-cont span {
  color: #007b2e;
}
.no-sub--sv-5 .text-cont .one {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  color: #00692a;
  position: relative;
}
.no-sub--sv-5 .text-cont .one::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  width: 8rem;
  height: clamp(1rem, 0.3883495146vw + 0.854368932rem, 1.6rem);
  background: rgba(255, 197, 87, 0.4);
  z-index: -1;
}
.no-sub--sv-5 .text-cont .notice p {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
.no-sub--rw .title {
  text-align: center;
}
.no-sub--rw .title h2 {
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
	.no-sub--rw .title h2{
	font-size:2rem;
	}
}
.no-sub--rw .title span {
  letter-spacing: 20px;
  line-height: 1.5;
  display: inline;
  font-weight:200;
    font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
}
.no-sub--rw .top-pf {
  padding: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem) 0;
}
.no-sub--rw .top-pf .profile {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.no-sub--rw .top-pf .profile > li {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
}
@media (max-width: 1024px) {
  .no-sub--rw .top-pf .profile > li {
    grid-template-columns: 3fr 7fr;
  }
}
@media (max-width: 768px) {
  .no-sub--rw .top-pf .profile > li {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--rw .top-pf .profile > li .img {
  max-height: 40rem;
  height: 100%;
}
@media (max-width: 768px) {
  .no-sub--rw .top-pf .profile > li .img {
    width: auto;
    margin: 0 auto;
  }
}
.no-sub--rw .top-pf .profile > li .img img {
  height: 100%;
}
.no-sub--rw .top-pf .profile > li .text {
  width: 100%;
}
.no-sub--rw .top-pf .profile > li .name {
  padding: clamp(1.8rem, 0.7766990291vw + 1.5087378641rem, 3rem) 0;
  border-top: 2px solid #008431;
  border-bottom: 2px solid #008431;
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
@media (max-width: 768px) {
  .no-sub--rw .top-pf .profile > li .name {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.no-sub--rw .top-pf .profile > li .name h3 {
  letter-spacing: 6px;
}
.no-sub--rw .top-pf .profile > li .name span {
  letter-spacing: 0;
}
.no-sub--rw .top-pf .profile > li .flex-cont {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-sub--rw .top-pf .profile > li .flex-cont {
    justify-content: center;
    gap: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
  }
}
.no-sub--rw .top-pf .profile > li .flex-cont .wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem !important;
}
.no-sub--rw .top-pf .profile > li .logo-box {
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--rw .top-pf .profile > li .logo-box img {
  height: 100%;
}
.no-sub--rw .top-pf .profile > li .contents {
  padding: clamp(1.4rem, 0.71197411vw + 1.1330097087rem, 2.5rem) 0;
}
.no-sub--rw .top-pf .profile > li .contents p {
  color: #616160;
}
.no-sub--rw .top-pf .profile > li .info-wrap {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem) 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-top: 0.5px solid #008431;
}
.no-sub--rw .top-pf .profile > li .info-wrap .contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.no-sub--rw .top-pf .profile > li .info-wrap .cap,
.no-sub--rw .top-pf .profile > li .info-wrap .ex,
.no-sub--rw .top-pf .profile > li .info-wrap .edu {
  display: flex;
  align-items: flex-start;
}

.no-sub--rw .top-pf .profile > li .info-wrap .cap,
  .no-sub--rw .top-pf .profile > li .info-wrap .ex,
  .no-sub--rw .top-pf .profile > li .info-wrap .edu{
gap:1rem;
}

@media (max-width: 1024px) {
  .no-sub--rw .top-pf .profile > li .info-wrap .cap,
  .no-sub--rw .top-pf .profile > li .info-wrap .ex,
  .no-sub--rw .top-pf .profile > li .info-wrap .edu {
    flex-direction: column;
    gap: 0.6rem;
  }
  .no-sub--rw .top-pf .profile > li .info-wrap .cap br,
  .no-sub--rw .top-pf .profile > li .info-wrap .ex br,
  .no-sub--rw .top-pf .profile > li .info-wrap .edu br {
    display: none;
  }
}
.no-sub--rw .top-pf .profile > li .info-wrap .cap .title,
.no-sub--rw .top-pf .profile > li .info-wrap .ex .title,
.no-sub--rw .top-pf .profile > li .info-wrap .edu .title {
/*   width: clamp(8rem, 5.1779935275vw + 6.0582524272rem, 16rem); */
  color: #00692a;
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 1024px) {
  .no-sub--rw .top-pf .profile > li .info-wrap .edu .title {
    width: 100%;
  }
}
.no-sub--rw .top-pf .profile > li .sub-info {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem) 0;
  border-top: 0.5px solid #008431;
}
.no-sub--rw .top-pf .profile > li .dl-wrap {
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 3.6245954693vw + 1.040776699rem, 8rem);
}
@media (max-width: 1024px) {
  .no-sub--rw .top-pf .profile > li .dl-wrap {
    flex-wrap: wrap;
    gap: clamp(1rem, 0.9061488673vw + 0.6601941748rem, 2.4rem) 0.8rem;
  }
}
.no-sub--rw .top-pf .profile > li .dl-wrap dl {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.no-sub--rw .top-pf .profile > li .dl-wrap dl dt {
  color: #00692a;
  font-weight: 700;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--rw .top-pf .profile > li .dl-wrap dl dd {
  font-weight: 600;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  color: #000;
}
.no-sub--rw .top-pf .profile > li .toggle-btn {
  width: 100%;
  height: 3.8rem;
  padding: 1rem 0;
  background: #008431;
  color: var(--clr-base-white);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
.no-sub--rw .top-pf .profile > li .toggle-btn i {
  font-size: 1.2rem;
}
.no-sub--rw .top-pf .profile > li .toggle-btn.less {
  background: var(--clr-secondary-400);
  color: #008431;
}
.no-sub--rw .top-pf .profile > li .contents-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.no-sub--rw .grid-pf {
  padding: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem) 0;
  border-top: 0.5px dashed var(--clr-base-black);
}
.no-sub--rw .grid-pf .profile {
  gap: clamp(6.4rem, 2.3300970874vw + 5.5262135922rem, 10rem) 3.2rem;
}
@media (max-width: 768px) {
  .no-sub--rw .grid-pf .profile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .no-sub--rw .grid-pf .profile {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4rem;
  }
}
.no-sub--rw .grid-pf .profile > li {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
}
@media (max-width: 1024px) {
  .no-sub--rw .grid-pf .profile > li {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.no-sub--rw .grid-pf .profile > li .img {
  max-height: 35rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
	.no-sub--rw .grid-pf .profile > li .img {
	  max-height: 61rem;
	  height: 100%;
	  flex-shrink: 0;
	}
}


@media (max-width: 768px) {
  .no-sub--rw .grid-pf .profile > li .img {
    width: auto;
    margin: 0 auto;
	 max-height: 40rem;
  }
}
.no-sub--rw .grid-pf .profile > li .img img {
  height: 100%;
}
.no-sub--rw .grid-pf .profile > li .text {
  width: 100%;
  position: relative;
}
.no-sub--rw .grid-pf .profile > li .wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
.no-sub--rw .grid-pf .profile > li .name {
  padding: clamp(1.8rem, 0.7766990291vw + 1.5087378641rem, 3rem) 0;
  border-top: 2px solid #008431;
  border-bottom: 2px solid #008431;
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}
@media (max-width: 768px) {
  .no-sub--rw .grid-pf .profile > li .name {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.no-sub--rw .grid-pf .profile > li .name h3 {
  letter-spacing: 6px;
}
.no-sub--rw .grid-pf .profile > li .name span {
  letter-spacing: 0;
}
.no-sub--rw .grid-pf .profile > li .flex-cont {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-sub--rw .grid-pf .profile > li .flex-cont .name {
    justify-content: space-between !important;
  }
}
.no-sub--rw .grid-pf .profile > li .logo-box {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--rw .grid-pf .profile > li .logo-box img {
  height: 100%;
}
.no-sub--rw .grid-pf .profile > li .contents {
  padding: clamp(1.4rem, 0.71197411vw + 1.1330097087rem, 2.5rem) 0;
}

.no-sub--rw .grid-pf .profile > li .contents * {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: SUIT;
    color: rgb(97, 97, 96);
	    line-height: var(--font-ratio-16);
}


.no-sub--rw .grid-pf .profile > li .contents p {
  word-break: break-all;
  color: #616160;
}
.no-sub--rw .grid-pf .profile > li .info-wrap {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem) 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-top: 0.5px solid #008431;
}
.no-sub--rw .grid-pf .profile > li .info-wrap .contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}



.no-sub--rw .grid-pf .profile > li .info-wrap .cap *,
.no-sub--rw .grid-pf .profile > li .info-wrap .ex *,
.no-sub--rw .grid-pf .profile > li .info-wrap .edu *{
    font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
    line-height: var(--font-ratio-16);
	font-weight:400;
	font-family: "SUIT" !important;
}


.no-sub--rw .grid-pf .profile > li .info-wrap .cap,
.no-sub--rw .grid-pf .profile > li .info-wrap .ex,
.no-sub--rw .grid-pf .profile > li .info-wrap .edu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .no-sub--rw .grid-pf .profile > li .info-wrap .cap,
  .no-sub--rw .grid-pf .profile > li .info-wrap .ex,
  .no-sub--rw .grid-pf .profile > li .info-wrap .edu {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.no-sub--rw .grid-pf .profile > li .info-wrap .cap p br,
.no-sub--rw .grid-pf .profile > li .info-wrap .edu p br {
  display: none;
}
.no-sub--rw .grid-pf .profile > li .info-wrap .cap .title,
.no-sub--rw .grid-pf .profile > li .info-wrap .ex .title,
.no-sub--rw .grid-pf .profile > li .info-wrap .edu .title {
  width: clamp(8rem, 5.1779935275vw + 6.0582524272rem, 16rem);
  color: #00692a;
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
.no-sub--rw .grid-pf .profile > li .sub-info {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem) 0;
  border-top: 0.5px solid #008431;
}
.no-sub--rw .grid-pf .profile > li .dl-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 0.9061488673vw + 0.6601941748rem, 2.4rem) 0.8rem;
}
.no-sub--rw .grid-pf .profile > li .dl-wrap dl {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-sub--rw .grid-pf .profile > li .dl-wrap dl dt {
  color: #00692a;
  font-weight: 700;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--rw .grid-pf .profile > li .dl-wrap dl dd {
  font-weight: 600;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  color: #000;
}
.no-sub--rw .grid-pf .profile > li .toggle-btn {
  width: 100%;
  height: 3.8rem;
  padding: 1rem 0;
  background: #008431;
  color: var(--clr-base-white);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
.no-sub--rw .grid-pf .profile > li .toggle-btn i {
  font-size: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-sub--rw .grid-pf .profile > li .toggle-btn.less {
  background: var(--clr-secondary-400);
  color: #008431;
}
.no-sub--rw .grid-pf .profile > li .contents-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.no-sub--knc .board_cont {
  padding: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem) 0;
}
.no-sub--knc .board_cont .gallery-contents {
  padding-top: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
}
.no-sub--knc .board_cont .gallery-grid {
  gap: 4.8rem;
}
@media (max-width: 544px) {
  .no-sub--knc .board_cont .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem) 2.4rem;
  }
}
@media (max-width: 480px) {
  .no-sub--knc .board_cont .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--knc .board_cont .gallery-grid a {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .no-sub--knc .board_cont .gallery-grid a {
    gap: 1rem;
  }
}
.no-sub--knc .board_cont .gallery-grid a:hover .inner_text {
  opacity: 1;
  visibility: visible;
}
.no-sub--knc .board_cont .gallery-grid figure {
  max-width: clamp(24rem, 15.5339805825vw + 18.1747572816rem, 48rem);
  max-height: clamp(30rem, 19.4174757282vw + 22.7184466019rem, 60rem);
  position: relative;
}
@media (max-width: 768px) {
  .no-sub--knc .board_cont .gallery-grid figure {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-sub--knc .board_cont .gallery-grid figure {
    max-height: 100%;
  }
}
.no-sub--knc .board_cont .gallery-grid figure .inner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  border: 5px solid #1adf48;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
  gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  text-align: center;
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
}
.no-sub--knc .board_cont .gallery-grid figure .inner_text p {
  font-weight: 200;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: var(--clr-secondary-400);
}
.no-sub--knc .board_cont .gallery-grid figure .inner_text h4 {
  width: 100%;
  color: var(--clr-secondary-400);
}
.no-sub--knc .board_cont .gallery-grid figure img {
  height: 100%;
}
.no-sub--knc .board_cont .gallery-grid .color {
  color: #14af3e;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.no-sub--knc .board_cont .gallery-grid .text-wrap h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-sub--knc .board_cont .gallery-grid .text-wrap .date {
  color: var(--clr-black-7dp);
}
.no-sub--knc .board_cont .gallery-grid .news-img {
  width: clamp(28rem, 6.4724919094vw + 25.572815534rem, 38rem);
  height: clamp(28rem, 6.4724919094vw + 25.572815534rem, 38rem);
  width: 100%;
}
@media (max-width: 768px) {
  .no-sub--knc .board_cont .gallery-grid .news-img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .no-sub--knc .board_cont .gallery-grid .news-img {
    max-height: 100%;
  }
}
.no-sub--knc .board_cont .calendar .yearSwiper {
  max-width: 15rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.no-sub--knc .board_cont .calendar .yearSwiper li {
  font-size: clamp(1.8rem, 0.5177993528vw + 1.6058252427rem, 2.6rem);
  font-weight: 500;
  text-align: center;
}
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-prev,
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-next {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-prev i,
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-next i {
  color: #a5f5b8;
}
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-prev::after,
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-next::after {
  display: none;
}
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-next {
  right: 0;
}
.no-sub--knc .board_cont .calendar .yearSwiper .swiper-button-prev {
  left: 0;
}
.no-sub--knc .board_cont .monthSwiper {
  border-top: 0.5px solid var(--clr-base-black);
  border-bottom: 0.5px solid var(--clr-base-black);
}
.no-sub--knc .board_cont .monthSwiper li {
  text-align: center;
}
.no-sub--knc .board_cont .monthSwiper li a {
  color: var(--clr-black-6dp);
  padding: clamp(0.8rem, 0.4530744337vw + 0.6300970874rem, 1.5rem) 0;
}
.no-sub--knc .board_cont .monthSwiper li a.active {
  background: #a5f5b8;
  color: var(--clr-base-black);
}

.no-sub--knc .board_cont .monthSwiper li button {
  color: var(--clr-black-6dp);
  padding: clamp(0.8rem, 0.4530744337vw + 0.6300970874rem, 1.5rem) 0;
}
.no-sub--knc .board_cont .monthSwiper li button.active {
  background: #a5f5b8;
  color: var(--clr-base-black);
  width:100%;
}
.no-sub--knc .board_cont .sub-title {
  text-align: center;
}
.no-sub--knc .board_cont .sub-title h2 {
  color: #007b2e;
  position: relative;
  display: inline;
}
.no-sub--knc .board_cont .sub-title h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  left: 0;
  height: 2px;
  background: #007b2e;
}
.no-sub--knc .board_cont .calender-table {
  overflow: hidden;
}
.no-sub--knc .board_cont .calender-table .scroll-y {
  overflow-y: auto;
}
.no-sub--knc .board_cont .calender-table td .title {
  text-align: left;
}
.no-sub--knc .board_cont .calender-table .no-skin-list-table {
  border-top: none;
}
.no-sub--knc .board_cont .calender-table table {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 0.5px solid #000;
  text-align: center;
  vertical-align: middle;
  --cell-padding: 2rem;
}
.no-sub--knc .board_cont .calender-table th {
  padding: 1.6rem 0;
  background: #f0f0f0;
  font-weight: 400;
  color: #007b2e;
}
.no-sub--knc .board_cont .calender-table td {
  padding: 1.5rem 1rem;
  border-bottom: 0.5px dashed #000000;
  color: #000;
  vertical-align: middle;
}
.no-sub--knc .board_cont .calender-table td:nth-child(3) {
  text-align: left;
}
.no-sub--knc .board_cont .calender-table td:nth-child(3) p {
  white-space: nowrap;
}
.no-sub--hpc .board_cont {
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}
.no-sub--hpc .notice {
  text-align: center;
}
.no-sub--hpc .notice .no-board-top {
  display: flex;
  justify-content: center;
}
.no-sub--hpc .notice .regdate {
  color: var(--clr-black-7dp);
}
.no-sub--hpc .notice .no-clr-text-title {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.2rem;
  justify-content: flex-start;
}
@media (max-width: 375px) {
  .no-sub--hpc .notice .qna-cate {
    overflow: hidden;
  }
}
.no-sub--hpc .notice .qna-cate ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.4rem, 4.9190938511vw + 0.5553398058rem, 10rem);
}
@media (max-width: 375px) {
  .no-sub--hpc .notice .qna-cate ul {
    justify-content: flex-start;
    overflow-y: auto;
  }
}
.no-sub--hpc .notice .qna-cate ul a {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  position: relative;
  color: #878787;
  white-space: nowrap;
}
.no-sub--hpc .notice .qna-cate ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  width: 0;
  height: 2px;
  background: var(--clr-base-black);
  transition: 0.3s ease all;
}
.no-sub--hpc .notice .qna-cate ul a.active {
  color: #e44d3c;
}
.no-sub--hpc .notice .qna-cate ul a.active:hover {
  color: #e44d3c;
}
.no-sub--hpc .notice .qna-cate ul a:hover {
  color: var(--clr-base-black);
}
.no-sub--hpc .notice .qna-cate ul a:hover::after {
  width: 100%;
}
.no-sub--hpc .location {
  text-align: center;
}
.no-sub--hpc .location ul {
  gap: clamp(3.2rem, 1.4239482201vw + 2.6660194175rem, 5.4rem);
}
.no-sub--hpc .location ul li {
  border: 0.5px solid var(--clr-black-6dp);
  border-radius: 1.5rem;
  padding: clamp(1.8rem, 1.0355987055vw + 1.4116504854rem, 3.4rem) 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(2.2rem, 1.4239482201vw + 1.6660194175rem, 4.4rem);
  transition: 0.3s ease all;
}
.no-sub--hpc .location ul li figure {
  width: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
}
.no-sub--hpc .location ul li img {
  transition: 0.3s ease all;
}
.no-sub--hpc .location ul li:nth-child(1):hover {
  background: #fff9e4;
}
.no-sub--hpc .location ul li:nth-child(1):hover .icon-c {
  display: block;
}
.no-sub--hpc .location ul li:nth-child(1):hover .icon-w {
  display: none;
}
.no-sub--hpc .location ul li:nth-child(1):hover a {
  background: #ffcc00;
}
.no-sub--hpc .location ul li:nth-child(2):hover {
  background: rgba(112, 212, 75, 0.1);
}
.no-sub--hpc .location ul li:nth-child(2):hover .icon-c {
  display: block;
}
.no-sub--hpc .location ul li:nth-child(2):hover .icon-w {
  display: none;
}
.no-sub--hpc .location ul li:nth-child(2):hover a {
  background: #5dbe5f;
  color: var(--clr-base-white);
}
.no-sub--hpc .location ul li:nth-child(3):hover {
  background: #f8efdb;
}
.no-sub--hpc .location ul li:nth-child(3):hover .icon-c {
  display: block;
}
.no-sub--hpc .location ul li:nth-child(3):hover .icon-w {
  display: none;
}
.no-sub--hpc .location ul li:nth-child(3):hover a {
  background: #e5c27e;
}
.no-sub--hpc .location ul li a {
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) 3.4rem;
  width: max-content;
  background: rgba(135, 135, 135, 0.2);
  border-radius: 55rem;
  transition: 0.3s ease all;
}
.no-sub--hpc .location .icon-c {
  display: none;
}
.no-sub--hpc .location .map-contents .text-wrap {
  text-align: center;
}
.no-sub--hpc .location .map-contents .text-wrap i {
  font-size: clamp(2.2rem, 0.3883495146vw + 2.054368932rem, 2.8rem);
  color: #008431;
}
.no-sub--hpc .location .root_daum_roughmap {
  width: 100% !important;
  height: clamp(30rem, 19.4174757282vw + 22.7184466019rem, 60rem);
  border-radius: 1.6rem;
  overflow: hidden;
}
.no-sub--hpc .location .root_daum_roughmap .wrap_map {
  height: clamp(30rem, 15.5339805825vw + 24.1747572816rem, 54rem);
}
.root_daum_roughmap .cont .section.lst {
    border-bottom: 0;
    display: none;
}

.no-sub--cs .cs {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: clamp(3.2rem, 2.4595469256vw + 2.2776699029rem, 7rem)
    clamp(2.8rem, 2.071197411vw + 2.0233009709rem, 6rem);
  /*   border: 1px solid #d9d9d9; */
  /*   box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
  box-shadow:
    rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.no-sub--cs .cs h2 {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .no-sub--cs .cs h2 {
    font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  }
}
.no-sub--cs .cs ul {
  display: flex;
  flex-direction: column;
  gap: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem);
}
.no-sub--cs .cs .step_bar {
  padding: 1.2rem 0;
}
.no-sub--cs .cs .step_bar p {
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  color: var(--clr-base-white);
}
.no-sub--cs .cs .green {
  background: #00692a;
}
.no-sub--cs .cs .green p {
  color: var(--clr-secondary-400);
}
.no-sub--cs .cs .bronze {
  background: #aa803c;
}
.no-sub--cs .cs .check-container {
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  border-top: 0.5px solid var(--clr-base-black);
}
.no-sub--cs .cs .check-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
  align-items: center;
  gap: 2rem clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-sub--cs .cs .check-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-sub--cs .cs .check-box {
  text-align: left;
}
.no-sub--cs .cs label {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  width: max-content;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
}
.no-sub--cs .cs .check-sqaure {
  display: block;
  width: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  height: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  border: 1px solid #000;
  transition: 0.2s ease all;
}
.no-sub--cs .cs input[type="checkbox"],
.no-sub--cs .cs input[type="radio"] {
  display: none;
}
.no-sub--cs .cs input[type="checkbox"]:checked + .check-sqaure,
.no-sub--cs .cs input[type="radio"]:checked + .check-sqaure {
  background: #000;
}
.no-sub--cs .cs .next-btn a {
  border: 1px solid var(--clr-base-black);
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  transition: 0.3s ease all;
}
.no-sub--cs .cs .next-btn a:hover {
  background: var(--clr-base-black);
  color: var(--clr-base-white);
}
.no-sub--cs .cs .input_wrap {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-sub--cs .cs .input_wrap:nth-child(2) {
    padding-top: 2.4rem;
  }
}
.no-sub--cs .cs .input-item {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  width: 100%;
  border-bottom: 1px solid var(--clr-base-black);
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .no-sub--cs .cs .input-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--cs .cs .input-item span {
  color: #fb5373;
}
.no-sub--cs .cs .input-item p {
  text-align: left;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-sub--cs .cs .input-item input {
  flex: 1; /* 남은 영역 모두 차지 */
  min-width: 0; /* 줄바꿈 방지 */
}
.no-sub--cs .cs .radio-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .no-sub--cs .cs .radio-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
}
.no-sub--cs .cs .policy-wrap {
  margin-top: 4rem;
}
.no-sub--cs .cs .policy-wrap > p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.no-sub--cs .cs .policy-wrap .policy-box {
  padding: 1.6rem;
  background-color: #f9f9f9;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  max-height: 24rem;
  overflow-y: auto;
  text-align: left;
}
.no-sub--cs .cs .policy-wrap .policy-box p {
  font-weight: 600;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
.no-sub--cs .cs .policy-wrap .policy-box span {
  display: block;
  margin-bottom: 1.2rem;
}
.no-sub--cs .cs .policy-wrap .policy-box ul {
  margin-left: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.no-sub--cs .cs .policy-wrap .policy-box ul li {
  list-style: disc;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.no-sub--cs .cs .policy-wrap .text {
  margin-top: 1.6rem;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #000;
  display: block;
  position: relative;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/resource/images/icon/fc_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  z-index: 2;
  opacity: 0;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  gap: 0.2rem;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree label span {
  color: #fb5373;
}
.no-sub--cs .cs .submit {
  width: 100%;
}
.no-sub--cs .cs .submit a {
  border: 2px solid #007b2e;
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  color: #007b2e;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  transition: 0.3s ease all;
}
.no-sub--cs .cs .submit a:hover {
  background: #007b2e;
  color: var(--clr-base-white);
}
.no-sub--cs .cs .step-2 {
  opacity: 0;
  display: none;
}
.no-sub--cs .cs .step-2.active {
  opacity: 1;
  display: block;
}
.no-sub .top-title {
  position: relative;
  display: inline-block;
}
.no-sub .top-title .en,
.no-sub .top-title .kr {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: opacity 0.3s ease;
text-transform: uppercase;
}
.no-sub .top-title .en::after,
.no-sub .top-title .kr::after {
  content: "";
  display: block;
  height: 0.5rem;
  background: #00d154;
  margin-top: 0.8rem;
}
.no-sub .top-title .en {
  opacity: 1;
  position: relative;
}
.no-sub .top-title .kr {
  opacity: 0;
}
.no-sub .top-title:hover .en {
  opacity: 0;
}
.no-sub .top-title:hover .kr {
  opacity: 1;
}
.no-sub .big-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-sub .big-logo figure {
  width: clamp(24rem, 16.8284789644vw + 17.6893203883rem, 50rem);
}

.no-sub .bronze-c {
  color: #caa866 !important;
}

.youtube {
  padding: clamp(8rem, 7.7669902913vw + 5.0873786408rem, 20rem) 0;
  background: #156633;
}
.youtube .title {
  text-align: center;
}
.youtube .title h2 {
  color: var(--clr-secondary-400);
}
.youtube .title p {
  color: var(--clr-base-white);
}
@media (max-width: 450px) {
  .youtube .title > div p {
    display: inline;
  }
}
/* .youtube .video {
  width: 100%;
  display: flex;
  justify-content: center;
}
.youtube .video figure {
  width: 100%;
  height: clamp(24rem, 18.4466019417vw + 17.0825242718rem, 52.5rem);
  border: 1px solid var(--clr-base-white);
  border-radius: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  overflow: hidden;
  position: relative;
}
.youtube .video figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-black-6dp);
  opacity: 0;
  transition: 0.3s ease all;
}
.youtube .video figure:hover::after {
  opacity: 1;
}
.youtube .video figure img {
  height: 100%;
}
.youtube .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(5.4rem, 1.6828478964vw + 4.7689320388rem, 8rem);
  height: clamp(5.4rem, 1.6828478964vw + 4.7689320388rem, 8rem);
  border-radius: 50%;
  background: var(--clr-base-white);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.youtube .video .play i {
  color: var(--clr-primary-500);
  font-size: clamp(1.8rem, 1.4239482201vw + 1.2660194175rem, 4rem);
  margin-left: 0.5rem;
} */

.youtube .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 (9/16 = 0.5625) */
  height: 0;
}
.youtube .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.no-board .no-begde {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0.4rem 1.2rem;
  background-color: var(--clr-primary-light);
  color: var(--clr-primary-main);
}
@media (max-width: 768px) {
  .no-board .no-begde {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}
.no-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.no-board-top .no-board-total span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .no-board-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .no-board-top .no-board-search {
    width: 100%;
  }
}
.no-board .no-skin-lock {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  font-weight: var(--fw-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.8rem;
}
.no-board .no-skin-new {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  background-color: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-weight: var(--fw-medium);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  margin-right: 0.2rem;
}
.no-board .no-skin-icon {
  --icon-width: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--icon-width);
  height: var(--icon-width);
}
.no-board .no-skin-video__link {
  display: block;
  transition: var(--tran-15);
  position: relative;
}
.no-board .no-skin-video__link:hover h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-video__link:hover .no-skin-video__img > img {
  transform: scale(1.1);
}
.no-board .no-skin-video__img {
  border-radius: 1.2rem;
}
.no-board .no-skin-video__img img {
  transition: var(--tran-15);
}
.no-board .no-skin-list .no-skin-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  border-top: 0.5px solid #000;
  text-align: center;
  vertical-align: middle;
  --cell-padding: 2rem;
}
@media (max-width: 1024px) {
  .no-board .no-skin-list .no-skin-list-table {
    --cell-padding: 1.5rem;
  }
}
.no-board .no-skin-list .no-skin-list-table .no-notice-megaphone {
  color: var(--clr-primary-main);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table colgroup col {
    width: 100% !important;
  }
}
.no-board .no-skin-list .no-skin-list-table thead th {
  padding: var(--cell-padding);
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 600;
}
.no-board .no-skin-list .no-skin-list-table thead th:nth-child(2) {
  text-align: left;
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table thead {
    display: none;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr:hover {
  background-color: var(--clr-gray-light);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.5px dashed #000000;
    padding: 1.5rem 0;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td {
  padding: 1.5rem 0;
  border-bottom: 0.5px dashed #000000;
  color: #000;
  vertical-align: middle;
}

.no-board .no-skin-list .no-skin-list-table tbody tr td:nth-child(2) {
  text-align: left;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td strong {
  font-weight: 600;
}
.no-board
  .no-skin-list
  .no-skin-list-table
  tbody
  tr
  td.no-skin-list-table__label {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .no-board
    .no-skin-list
    .no-skin-list-table
    tbody
    tr
    td.no-skin-list-table__label {
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
}
@media (max-width: 768px) {
  .no-board
    .no-skin-list
    .no-skin-list-table
    tbody
    tr
    td.no-skin-list-table__label
    span {
    font-size: 1.2rem;
  }
  .no-board
    .no-skin-list
    .no-skin-list-table
    tbody
    tr
    td.no-skin-list-table__label
    span::before {
    content: attr(data-label);
    color: var(--clr-gray-600);
    padding-right: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td {
    display: inline-block;
    padding: 0.4rem 0;
    border: none;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.--full {
    width: 100%;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a:hover {
  color: var(--clr-primary-main);
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a strong {
  flex: 1;
}
.no-board .no-skin-faq .no-skin-faq-list {
  border-top: 0.5px solid #000;
}
.no-board .no-skin-faq .no-skin-faq-item {
  border-bottom: 0.5px dashed #000;
}
.no-board .no-skin-faq .no-skin-faq-item__title {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__title h3 {
  flex: 1;
  font-weight: 600;
}
@media (max-width: 544px) {
  .no-board .no-skin-faq .no-skin-faq-item__title h3 {
    font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  }
}
.no-board .no-skin-faq .no-skin-faq-item__arrow i {
  transition: 0.3s ease-in-out;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon {
  --width: 4rem;
  width: var(--width);
  height: var(--width);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__icon {
    --width: 2.8rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark {
  width: 3.2rem;
  height: 3.2rem;
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark span {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon span {
  color: #e44d3c;
  font-weight: 600;
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.no-board .no-skin-faq .no-skin-faq-item button {
  gap: 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem;
  transition: var(--tran-15);
}
.no-board .no-skin-faq .no-skin-faq-item button.active {
  background-color: var(--clr-gray-50);
}
.no-board
  .no-skin-faq
  .no-skin-faq-item
  button.active
  .no-skin-faq-item__title
  h3 {
  color: var(--clr-primary-main);
}
.no-board
  .no-skin-faq
  .no-skin-faq-item
  button.active
  .no-skin-faq-item__arrow
  i {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item button {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item button:hover {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item.--active button {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item.--active i {
  color: var(--clr-primary-main);
  transform: rotate(180deg);
}
.no-board .no-skin-faq .no-skin-faq-body {
  display: none;
}
.no-board .no-skin-faq .no-skin-faq-body > div {
  border-top: 1px solid var(--clr-gray-main);
  background: rgba(121, 219, 97, 0.1);
  display: flex;
  gap: 4rem;
  padding: 3.2rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-body > div {
    padding: 1.6rem;
    padding-bottom: 3.2rem;
    flex-direction: column;
  }
}
.no-board .no-skin-faq .no-skin-faq-body__content {
  flex: 1;
  text-align: left;
}

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

/* view페이지 style */

.no-view-top {
  padding: 0 0 3rem 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  text-align: left;
}
.no-view-top__date {
  display: block;
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: 0.8rem;
  font-weight: 300;
  font-weight: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
}

.no-view-top__title {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  color: var(--clr-gray-900);
  line-height: 1.51;
}
@media (max-width: 768px) {
  .no-view-top__title {
    font-size: 2.4rem;
  }
}
.no-view-bot {
  padding: 4rem 0rem 8rem;
}

@media (max-width: 768px) {
  .no-view-bot {
    padding: 4rem 0rem 6rem;
  }
}
.no-view-bot__contents {
  width: 100%;
  font-family: pretendard !important;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: break-all;
}
.no-view-bot__contents p {
  font-family: pretendard !important;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: keep-all;
}
.no-view-bot__contents hr {
  opacity: 0;
  padding: 1rem 0;
}
.no-view-bot__contents p b {
  font-size: 2.2rem;
  color: #111;
  font-weight: 600;
  font-family: pretendard !important;
}
.no-view-bot__contents p span {
  font-family: pretendard !important;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: keep-all;
}
.no-view-bot__contents span {
  font-family: pretendard !important;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: keep-all;
}
.no-view-bot__contents span b {
  font-family: pretendard !important;
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .no-view-bot__contents p {
    font-size: 1.6rem;
  }
  .no-view-bot__contents p span {
    font-size: 1.6rem;
  }
  .no-view-bot__contents p b {
    font-size: 1.8rem;
  }
  .no-view-bot__contents span b {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .no-view-bot__contents p span {
    font-size: 1.6rem;
  }
}
.no-view-bot__download li {
  margin-bottom: 15px;
}
.no-view-bot__download li:last-child {
  margin-bottom: 0;
}
.no-view-bot__download li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: ease all 0.3s;
}
.no-view-bot__download li a:hover {
  color: var(--clr-gray-900);
}
.no-view-bot__contents img {
  max-width: 70%;
}
@media (max-width: 768px) {
  .no-view-bot__contents img {
    max-width: 100%;
  }
}
.no-view-list__btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-view-list__btn a {
  display: block;
  padding: 8px 24px;
  background: var(--clr-gray-900);
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.no-board-nav {
  border-top: 1px solid rgba(3, 3, 3, 0.1);
}
.no-view-top__category {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-brand-400);
}

.no-board-nav__items {
  display: flex;
  flex-direction: column;
}
.no-board-nav__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  justify-content: space-between;
}

.no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}
.no-board-nav__link:nth-child(even) {
  display: none;
}

.no-board-nav__items li:hover {
  background-color: #f8f8f8;
}
.no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: #666;
}

.no-board-nav__division p {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .no-board-nav__division p {
    font-size: 1.4rem;
  }
}
.no-board-nav__title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  margin-left: 2rem;
  width: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .no-board-nav__title {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}
.no-board-nav__date {
  font-size: 1.4rem;
  font-weight: 300;
  color: #666;
  min-width: max-content;
}
@media (max-width: 768px) {
  .no-board-nav__date {
    display: none;
  }
}
.view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  background: var(--clr-primary-500);
  color: var(--clr-base-white);
  border: 1px solid #dcdcdc;
  transition: ease all 0.4s;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 12rem;
  line-height: 1.68;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 55rem;
}



/* view 페이지 style 끝 */


.no-sub--cs .cs {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: clamp(3.2rem, 2.4595469256vw + 2.2776699029rem, 7rem) clamp(2.8rem, 2.071197411vw + 2.0233009709rem, 6rem);
  border: 1px solid #d9d9d9;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.no-sub--cs .cs h2 {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .no-sub--cs .cs h2 {
    font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  }
}
.no-sub--cs .cs ul {
  display: flex;
  flex-direction: column;
  gap: clamp(5rem, 3.2362459547vw + 3.786407767rem, 10rem);
}
.no-sub--cs .cs .step_bar {
  padding: 1.2rem 0;
}
.no-sub--cs .cs .step_bar p {
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  color: var(--clr-base-white);
}
.no-sub--cs .cs .green {
  background: #00692a;
}
.no-sub--cs .cs .green p {
  color: var(--clr-secondary-400);
}
.no-sub--cs .cs .bronze {
  background: #aa803c;
}
.no-sub--cs .cs .check-container {
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  border-top: 0.5px solid var(--clr-base-black);
}
.no-sub--cs .cs .check-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
  align-items: center;
  gap: 2rem clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-sub--cs .cs .check-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-sub--cs .cs .check-box {
  text-align: left;
}
.no-sub--cs .cs label {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  width: max-content;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
}
.no-sub--cs .cs .check-sqaure {
  display: block;
  width: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  height: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  border: 1px solid #000;
  transition: 0.2s ease all;
}
.no-sub--cs .cs input[type=checkbox],
.no-sub--cs .cs input[type=radio] {
  display: none;
}
.no-sub--cs .cs input[type=checkbox]:checked + .check-sqaure,
.no-sub--cs .cs input[type=radio]:checked + .check-sqaure {
  background: #000;
}
.no-sub--cs .cs .next-btn a {
  border: 1px solid var(--clr-base-black);
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  transition: 0.3s ease all;
}
.no-sub--cs .cs .next-btn a:hover {
  background: var(--clr-base-black);
  color: var(--clr-base-white);
}
.no-sub--cs .cs .input_wrap {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-sub--cs .cs .input_wrap:nth-child(2) {
    padding-top: 2.4rem;
  }
}
.no-sub--cs .cs .input-item {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  width: 100%;
  border-bottom: 1px solid var(--clr-base-black);
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .no-sub--cs .cs .input-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--cs .cs .input-item span {
  color: #fb5373;
}
.no-sub--cs .cs .input-item p {
  text-align: left;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-sub--cs .cs .input-item input {
  flex: 1; /* 남은 영역 모두 차지 */
  min-width: 0; /* 줄바꿈 방지 */
  width: 100%;
}
.no-sub--cs .cs .radio-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .no-sub--cs .cs .radio-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
}
.no-sub--cs .cs .policy-wrap {
  margin-top: 4rem;
}
.no-sub--cs .cs .policy-wrap > p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.no-sub--cs .cs .policy-wrap .policy-box {
  padding: 1.6rem;
  background-color: #f9f9f9;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  max-height: 24rem;
  overflow-y: auto;
  text-align: left;
}
.no-sub--cs .cs .policy-wrap .policy-box p {
  font-weight: 600;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
.no-sub--cs .cs .policy-wrap .policy-box span {
  display: block;
  margin-bottom: 1.2rem;
}
.no-sub--cs .cs .policy-wrap .policy-box ul {
  margin-left: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.no-sub--cs .cs .policy-wrap .policy-box ul li {
  list-style: disc;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.no-sub--cs .cs .policy-wrap .text {
  margin-top: 1.6rem;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media (max-width: 544px) {
  .no-sub--cs .cs .policy-wrap .text .no-chk-agree {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #000;
  display: block;
  position: relative;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/resource/images/icon/fc_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  z-index: 2;
  opacity: 0;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  gap: 0.2rem;
}
.no-sub--cs .cs .policy-wrap .text .no-chk-agree label span {
  color: #fb5373;
}
.no-sub--cs .cs .no-chk-agree-wrap {
  background: #f1f1f1;
  padding: 20px;
  display: flex;
  gap: clamp(0.8rem, 1.0355987055vw + 0.4116504854rem, 2.4rem);
  align-items: center;
}
@media (max-width: 544px) {
  .no-sub--cs .cs .no-chk-agree-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--cs .cs .no-chk-agree-wrap .wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.no-sub--cs .cs .detail-btn {
  background: #808285;
  color: #fff;
  border: none;
  padding: 0.4rem clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem);
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  cursor: pointer;
}
.no-sub--cs .cs .submit {
  width: 100%;
}
.no-sub--cs .cs .submit a {
  border: 2px solid #007b2e;
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  color: #007b2e;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  transition: 0.3s ease all;
}
.no-sub--cs .cs .submit a:hover {
  background: #007b2e;
  color: var(--clr-base-white);
}
.no-sub--cs .cs .step-2 {
  opacity: 0;
  display: none;
}
.no-sub--cs .cs .step-2.active {
  opacity: 1;
  display: block;
}
.no-sub--cs .check {
  text-align: center;
}
.no-sub--cs .check i {
  font-size: clamp(4.8rem, 1.5533980583vw + 4.2174757282rem, 7.2rem);
  color: var(--clr-primary-200);
}
.no-sub--cs .comfirm {
  text-align: center;
}
.no-sub--cs .comfirm .title {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub--cs .comfirm .desc p {
  color: #878787;
}
.no-sub--cs .comfirm .desc p:last-child {
  padding-top: 1.2rem;
}
.no-sub--cs .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  justify-content: center;
  align-items: center;
  width: 100%;
}
.no-sub--cs .btn-wrap .btn {
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 500;
  width: 30rem;
}
.no-sub--cs .btn-wrap .green {
  background: var(--clr-primary-200);
  color: var(--clr-base-white);
}
.no-sub--cs .btn-wrap .default {
  background: var(--clr-base-white);
  border: 1px solid #222;
  color: #222;
}
.no-sub--cs .text-l {
  text-align: left;
}
.no-sub--cs .text-l span {
  color: #fb5373;
}
.no-sub--cs .radio-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
}
.no-sub--cs .cs_info .form-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub--cs .cs_info .radio-wrap_info {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  border: 1px solid var(--clr-base-black);
}
.no-sub--cs .cs_info .radio-wrap_info .radio-box {
  text-align: center;
  width: 100%;
}
.no-sub--cs .cs_info .radio-wrap_info label {
  display: block;
  width: 100%;
  height: 100%;
}
.no-sub--cs .cs_info .radio-wrap_info label p {
  height: 100%;
  padding: 1.2rem 0;
  font-weight: 500;
}
.no-sub--cs .cs_info .radio-wrap_info input[type=radio]:checked + p {
  background: var(--clr-primary-200);
  color: var(--clr-base-white);
}


.no-sub--cs .cs .no-chk-agree-wrap {
  background: #f1f1f1;
  padding: 20px;
  display: flex;
  gap: clamp(0.8rem, 1.0355987055vw + 0.4116504854rem, 2.4rem);
  align-items: center;
}
@media (max-width: 544px) {
  .no-sub--cs .cs .no-chk-agree-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--cs .cs .no-chk-agree-wrap .wrap {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

/* 불비추는 효과 */
.light-item {
  position: absolute;
  right: 0;
  top: 51%;
  transform: translateY(-50%);
  width: 63%;
  z-index: -1;
}

.sv-line{
width:100%;
}

@media (max-width: 1920px) {
.light-item {
  width: 68%;
  }
}

@media (max-width: 1750px) {
  .light-item {
    width: 70%;
  }
}


@media (max-width: 1600px) {
  .light-item {
    width: 72%;
  }
}

@media (max-width: 1420px) {
  .light-item {
    width: 74%;
  }
}

@media (max-width: 1240px) {
  .light-item {
    width: 76%;
  }
}


@media (max-width: 768px) {
  .light-item {
    width: 53%;
	    top: 35.5%;
  }
}

@media (max-width: 410px) {
  .light-item {
	    top: 32.5%;
		width:49%;
  }
}

.light-item img {
  height: 100%;
  opacity: 0; /* 초기값 */
  transform-origin: right center;
}


@media (max-width: 768px) {
  .no-sub--sv .profile .revers-person .img-wrap {
    order: 1;
  }
  .no-sub--sv .profile .revers-person .text {
    order: 2;
  }
}
.no-sub--sv .profile .revers-person .img-wrap {
  height: 100%;
  position: relative;
  z-index: -1;
}
.no-sub--sv .profile .revers-person ul .text .name {
  transform: translateX(6rem);
}
@media (max-width: 768px) {
  .no-sub--sv .profile .revers-person ul .text .name {
    transform: translateX(0);
  }
}


.no-sub--sv .profile .person ul .text .his-item .grand_bold li:nth-child(3),
.no-sub--sv .profile .person ul .text .his-item .grand_bold li:nth-child(7),
.no-sub--sv .profile .person ul .text .his-item .grand_bold li:nth-child(8),
.no-sub--sv .profile .person ul .text .his-item .grand_bold li:nth-child(14),
.no-sub--sv .profile .person ul .text .his-item .grand_bold li:nth-child(15){
	font-weight:bold;
	text-decoration:underline;
}

.copy-btn a {
  display: inline-block;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}



.scene {
  width: 100%;
  height: clamp(45rem, 9.7087378641vw + 41.359223301rem, 60rem);
  perspective: 1200px;
  position: relative;
  margin-bottom: 20px;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease;
}

.card {
  width: clamp(26rem, 5.1779935275vw + 24.0582524272rem, 34rem);
  height: clamp(24rem, 5.1779935275vw + 22.0582524272rem, 32rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  border-radius: 1.4rem;
  padding: 1rem;
  background: rgba(135, 135, 135, 0.1);
  transform: scale(0.85);
  opacity: 0.6;
  z-index: 1;
  transition: transform 0.8s ease, z-index 0.8s ease;
}
.card .card_inner {
  border-radius: 1.4rem;
  border: 0.5px solid rgba(135, 135, 135, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.card.active {
  transform: scale(1.05);
  background: #0b7d3c;
  color: #fff;
  z-index: 2;
  opacity: 1;
}
.card.active .card_inner {
  border: 0.5px solid #ecd6a5 !important;
}
.card.active h3::after {
  background: var(--clr-base-white);
}
.card.active p {
  color: var(--clr-base-white);
}
.card h3 {
  position: relative;
}
.card h3::after {
  content: "";
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: var(--clr-base-black);
}
@media (max-width: 768px) {
  .card h3::after {
    bottom: -1.6rem;
  }
}
.card .desc {
  height: auto;
  padding-top: 6.4rem;
}
@media (max-width: 768px) {
  .card .desc {
    padding-top: 3.2rem;
  }
}
.card p {
  height: 100%;
  color: #00692a;
}
@media (max-width: 375px) {
  .card p {
    font-size: 1.2rem;
  }
}

.nav-btn {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  background: #222;
  color: #fff;
  border: none;
  border-radius: 0.4rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 10;
  font-size: 1.4rem;
}


.nav-btn.prev {
  left: 18%; /* 필요에 따라 조절 */
}

.nav-btn.next {
  right: 18%; /* 필요에 따라 조절 */
}


@media (max-width: 768px) {
	.nav-btn.prev {
	  left: 0%; /* 필요에 따라 조절 */
	}

	.nav-btn.next {
	  right: 0%; /* 필요에 따라 조절 */
	}

}


@media (max-width: 768px) {
	.nav-btn.prev {
	  left: 0%; /* 필요에 따라 조절 */
	}

	.nav-btn.next {
	  right: 0%; /* 필요에 따라 조절 */
	}

}

.secondary-c{
	color:#F1DAAA;
}

/* popup */
.main-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.main-popup {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3000;
  animation: popupAppear 1.6s .2s forwards;
  width: 75%;
}
  @keyframes popupAppear {
    0% {
        opacity: 0;
		top: 55%;
    }
    100% {
        opacity: 1;
		top: 50%;
    }
}
.main-popup-top .swiper-component {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.main-popup-top .swiper-component .arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  width: clamp(4rem, 0.1294498382vw + 3.9514563107rem, 4.2rem);
  height: clamp(4rem, 0.1294498382vw + 3.9514563107rem, 4.2rem);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color 0.3s;
}
.main-popup-top .swiper-component .arrow:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.main-popup-top .swiper-component .arrow i {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.main-popup-top .swiper-component .arrow::after {
  display: none;
}
.main-popup-mid {
  margin: 1.5rem 0 1rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.main-popup-mid li .img-box {
  padding-top: 139%;
  position: relative;
  display: flex;
  border-radius: 1.2rem;
  overflow: hidden;
}
.main-popup-mid li .img-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: center;
}
.main-popup-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.main-popup-bottom label {
  cursor: pointer;
  color: #fff;
  height: 100%;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: flex;
  align-items: center;
  position: relative;
}
.main-popup-bottom label:hover {
  text-decoration: underline;
}
.main-popup-bottom label img {
  width: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  margin-right: 0.5rem;
}
.main-popup-bottom label input {
  display: none;
}
.main-popup-bottom button {
  background: none;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-left: auto;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.3;
}
.main-popup-bottom button:hover {
  text-decoration: underline;
}
.main-popup-bottom button i {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.main-popup-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
}

#popupImage-on {
  display: none;
}
/* popup end */

