@charset "UTF-8";
/*───────────────────────────────────────
    📌 Reset
───────────────────────────────────────*/
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,
caption,
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: inherit;
  vertical-align: baseline;
  word-break: keep-all;
}

* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul {
  list-style: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
}

fieldset {
  border: none;
}

select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

button,
input {
  overflow: visible;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

legend,
caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  border-radius: 0;
  border: 0;
  resize: none;
}

input::-ms-clear {
  display: none;
}

input[type='password']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

blockquote,
q {
  quotes: none;
}

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

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

[role='button'] {
  cursor: pointer;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border-color: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol ul,
ul ol,
ul ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

img,
iframe,
svg,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
}

hr {
  all: unset;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 0;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: content-box;
  line-height: 1;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.icon::before {
  position: relative;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .icon::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.icon.icon-chevron-right::before,
.icon.icon-chevron-right::after {
  right: -5%;
}
.icon.icon-chevron-left::before,
.icon.icon-chevron-left::after {
  left: -5%;
}

.icon.is-md {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.icon.is-md::before {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon.is-md {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .icon.is-md::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}

.icon.is-lg {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.icon.is-lg::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .icon.is-lg {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  .icon.is-lg::before {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}

.icon.is-xl {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.icon.is-xl::before {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .icon.is-xl {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .icon.is-xl::before {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}

.icon.is-2xl {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.icon.is-2xl::before {
  font-size: 22px;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .icon.is-2xl {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .icon.is-2xl::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}

.icon.is-3xl {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.icon.is-3xl::before {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .icon.is-3xl {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
  .icon.is-3xl::before {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
}

.icon.is-4xl {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.icon.is-4xl::before {
  font-size: 28px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .icon.is-4xl {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .icon.is-4xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}

.icon.is-5xl {
  width: 36px;
  height: 36px;
  font-size: 36px;
}
.icon.is-5xl::before {
  font-size: 36px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .icon.is-5xl {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .icon.is-5xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}

:root {
  --bbc-color-primary-1: #f5f7fc;
  --bbc-color-primary-2: #e9f0ff;
  --bbc-color-primary-3: #4776e6;
  --bbc-color-primary-4: #5e80e8;
  --bbc-color-primary-5: #7d68f2;
  --bbc-color-grayscale-0: #ffffff;
  --bbc-color-grayscale-0-a50: rgba(255, 255, 255, 0.5);
  --bbc-color-grayscale-0-a70: rgba(255, 255, 255, 0.7);
  --bbc-color-grayscale-1: #f5f7fc;
  --bbc-color-grayscale-2: #e6e8ef;
  --bbc-color-grayscale-3: #bac3da;
  --bbc-color-grayscale-4: #a9aec0;
  --bbc-color-grayscale-5: #828797;
  --bbc-color-grayscale-6: #050f2f;
  --bbc-color-grayscale-6-a30: rgba(5, 15, 47, 0.3);
  --bbc-color-grayscale-6-a40: rgba(5, 15, 47, 0.4);
  --bbc-color-grayscale-6-a60: rgba(5, 15, 47, 0.6);
  --bbc-color-negative-0: #da201c;
  --bbc-color-border-0: #ffffff;
  --bbc-color-border-1: #e6e8ef;
  --bbc-color-util-focus: #63b3ff;
  --bbc-shadow-0: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  --bbc-font-size-12: 12px;
  --bbc-font-size-14: 14px;
  --bbc-font-size-16: 16px;
  --bbc-font-size-18: 18px;
  --bbc-font-size-22: 22px;
  --bbc-font-size-26: 26px;
  --bbc-font-size-32: 32px;
  --bbc-icon-size-md: 16px;
  --bbc-icon-size-lg: 18px;
  --bbc-icon-size-xl: 20px;
  --bbc-icon-size-2xl: 22px;
  --bbc-icon-size-3xl: 24px;
  --bbc-icon-size-4xl: 28px;
  --bbc-icon-size-5xl: 36px;
  --bbc-font-weight-400: 400;
  --bbc-font-weight-500: 500;
  --bbc-font-weight-600: 600;
  --bbc-font-weight-700: 700;
  --bbc-line-height: 1.5;
  --bbc-border-radius-4: 4px;
  --bbc-border-radius-8: 8px;
  --bbc-border-radius-max: 999px;
  --bbc-font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

@media (max-width: 767px) {
  :root {
    --bbc-font-size-12: 10px;
    --bbc-font-size-14: 12px;
    --bbc-font-size-16: 14px;
    --bbc-font-size-18: 14px;
    --bbc-font-size-22: 16px;
    --bbc-font-size-26: 18px;
    --bbc-font-size-32: 22px;
  }
}
@media (max-width: 1180px) {
  :root {
    --bbc-font-size-32: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --bbc-icon-size-md: 14px;
    --bbc-icon-size-lg: 16px;
    --bbc-icon-size-xl: 18px;
    --bbc-icon-size-2xl: 20px;
    --bbc-icon-size-3xl: 22px;
    --bbc-icon-size-4xl: 24px;
    --bbc-icon-size-5xl: 24px;
  }
}
/*───────────────────────────────────────
    📌 bbc-icon
───────────────────────────────────────*/
@font-face {
  font-family: 'bbc-icon';
  src: url('../fonts/bbc-icon/bbc-icon.eot');
  src:
    url('../fonts/bbc-icon/bbc-icon.eot#iefix') format('embedded-opentype'),
    url('../fonts/bbc-icon/bbc-icon.woff2') format('woff2'),
    url('../fonts/bbc-icon/bbc-icon.woff') format('woff'),
    url('../fonts/bbc-icon/bbc-icon.ttf') format('truetype'),
    url('../fonts/bbc-icon/bbc-icon.svg#bbc-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*───────────────────────────────────────
    📌 Noto Sans KR
───────────────────────────────────────*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('/assets/bbc/fonts/Noto_Sans_KR/NotoSansKR-Regular.woff2') format('woff2'),
    url('../fonts/Noto_Sans_KR/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url('/assets/bbc/fonts/Noto_Sans_KR/NotoSansKR-Medium.woff2') format('woff2'),
    url('../fonts/Noto_Sans_KR/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url('/assets/bbc/fonts/Noto_Sans_KR/NotoSansKR-SemiBold.woff2') format('woff2'),
    url('../fonts/Noto_Sans_KR/NotoSansKR-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url('/assets/bbc/fonts/Noto_Sans_KR/NotoSansKR-Bold.woff2') format('woff2'),
    url('../fonts/Noto_Sans_KR/NotoSansKR-Bold.woff') format('woff');
}
/*───────────────────────────────────────
    📌 Pretendard

Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
───────────────────────────────────────*/
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src:
    local('Pretendard Bold'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-Bold.woff2') format('woff2'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src:
    local('Pretendard SemiBold'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src:
    local('Pretendard Medium'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-Medium.woff2') format('woff2'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src:
    local('Pretendard Regular'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-Regular.woff2') format('woff2'),
    url('/assets/bbc/fonts/Pretendard/Pretendard-Regular.woff') format('woff');
}
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.table {
  display: table !important;
}

.none {
  display: none !important;
}

@media (max-width: 1024px) {
  .block-t-sm {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .block-m-max {
    display: block !important;
  }
}

@media (max-width: 430px) {
  .block-m-2xl {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .inline-t-sm {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .inline-m-max {
    display: inline !important;
  }
}

@media (max-width: 430px) {
  .inline-m-2xl {
    display: inline !important;
  }
}

@media (max-width: 1024px) {
  .flex-t-sm {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .flex-m-max {
    display: flex !important;
  }
}

@media (max-width: 430px) {
  .flex-m-2xl {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .inline-flex-t-sm {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .inline-flex-m-max {
    display: inline-flex !important;
  }
}

@media (max-width: 430px) {
  .inline-flex-m-2xl {
    display: inline-flex !important;
  }
}

@media (max-width: 1024px) {
  .grid-t-sm {
    display: grid !important;
  }
}

@media (max-width: 767px) {
  .grid-m-max {
    display: grid !important;
  }
}

@media (max-width: 430px) {
  .grid-m-2xl {
    display: grid !important;
  }
}

@media (max-width: 1024px) {
  .inline-grid-t-sm {
    display: inline-grid !important;
  }
}

@media (max-width: 767px) {
  .inline-grid-m-max {
    display: inline-grid !important;
  }
}

@media (max-width: 430px) {
  .inline-grid-m-2xl {
    display: inline-grid !important;
  }
}

@media (max-width: 1024px) {
  .table-t-sm {
    display: table !important;
  }
}

@media (max-width: 767px) {
  .table-m-max {
    display: table !important;
  }
}

@media (max-width: 430px) {
  .table-m-2xl {
    display: table !important;
  }
}

@media (max-width: 1024px) {
  .none-t-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .none-m-max {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .none-m-2xl {
    display: none !important;
  }
}

.w-auto {
  width: auto !important;
}

.min-w-auto {
  min-width: auto !important;
}

.max-w-auto {
  max-width: auto !important;
}

.w-fit {
  width: fit-content !important;
}

.min-w-fit {
  min-width: fit-content !important;
}

.max-w-fit {
  max-width: fit-content !important;
}

.w-full {
  width: 100% !important;
}

.min-w-full {
  min-width: 100% !important;
}

.max-w-full {
  max-width: 100% !important;
}

.w-50 {
  width: 50px !important;
}

.min-w-50 {
  min-width: 50px !important;
}

.max-w-50 {
  max-width: 50px !important;
}

.w-65 {
  width: 65px !important;
}

.min-w-65 {
  min-width: 65px !important;
}

.max-w-65 {
  max-width: 65px !important;
}

.w-90 {
  width: 90px !important;
}

.min-w-90 {
  min-width: 90px !important;
}

.max-w-90 {
  max-width: 90px !important;
}

.w-100 {
  width: 100px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.max-w-100 {
  max-width: 100px !important;
}

.w-150 {
  width: 150px !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.w-120 {
  width: 120px !important;
}

.min-w-120 {
  min-width: 120px !important;
}

.max-w-120 {
  max-width: 120px !important;
}

.w-200 {
  width: 200px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.w-280 {
  width: 280px !important;
}

.min-w-280 {
  min-width: 280px !important;
}

.max-w-280 {
  max-width: 280px !important;
}

@media (max-width: 1024px) {
  .w-t-sm-auto {
    width: auto !important;
  }
  .min-w-t-sm-auto {
    min-width: auto !important;
  }
  .max-w-t-sm-auto {
    max-width: auto !important;
  }
  .w-t-sm-fit {
    width: fit-content !important;
  }
  .min-w-t-sm-fit {
    min-width: fit-content !important;
  }
  .max-w-t-sm-fit {
    max-width: fit-content !important;
  }
  .w-t-sm-full {
    width: 100% !important;
  }
  .min-w-t-sm-full {
    min-width: 100% !important;
  }
  .max-w-t-sm-full {
    max-width: 100% !important;
  }
  .w-t-sm-50 {
    width: 50px !important;
  }
  .min-w-t-sm-50 {
    min-width: 50px !important;
  }
  .max-w-t-sm-50 {
    max-width: 50px !important;
  }
  .w-t-sm-65 {
    width: 65px !important;
  }
  .min-w-t-sm-65 {
    min-width: 65px !important;
  }
  .max-w-t-sm-65 {
    max-width: 65px !important;
  }
  .w-t-sm-90 {
    width: 90px !important;
  }
  .min-w-t-sm-90 {
    min-width: 90px !important;
  }
  .max-w-t-sm-90 {
    max-width: 90px !important;
  }
  .w-t-sm-100 {
    width: 100px !important;
  }
  .min-w-t-sm-100 {
    min-width: 100px !important;
  }
  .max-w-t-sm-100 {
    max-width: 100px !important;
  }
  .w-t-sm-150 {
    width: 150px !important;
  }
  .min-w-t-sm-150 {
    min-width: 150px !important;
  }
  .max-w-t-sm-150 {
    max-width: 150px !important;
  }
  .w-t-sm-120 {
    width: 120px !important;
  }
  .min-w-t-sm-120 {
    min-width: 120px !important;
  }
  .max-w-t-sm-120 {
    max-width: 120px !important;
  }
  .w-t-sm-200 {
    width: 200px !important;
  }
  .min-w-t-sm-200 {
    min-width: 200px !important;
  }
  .max-w-t-sm-200 {
    max-width: 200px !important;
  }
  .w-t-sm-280 {
    width: 280px !important;
  }
  .min-w-t-sm-280 {
    min-width: 280px !important;
  }
  .max-w-t-sm-280 {
    max-width: 280px !important;
  }
}
@media (max-width: 767px) {
  .w-m-max-auto {
    width: auto !important;
  }
  .min-w-m-max-auto {
    min-width: auto !important;
  }
  .max-w-m-max-auto {
    max-width: auto !important;
  }
  .w-m-max-fit {
    width: fit-content !important;
  }
  .min-w-m-max-fit {
    min-width: fit-content !important;
  }
  .max-w-m-max-fit {
    max-width: fit-content !important;
  }
  .w-m-max-full {
    width: 100% !important;
  }
  .min-w-m-max-full {
    min-width: 100% !important;
  }
  .max-w-m-max-full {
    max-width: 100% !important;
  }
  .w-m-max-50 {
    width: 50px !important;
  }
  .min-w-m-max-50 {
    min-width: 50px !important;
  }
  .max-w-m-max-50 {
    max-width: 50px !important;
  }
  .w-m-max-65 {
    width: 65px !important;
  }
  .min-w-m-max-65 {
    min-width: 65px !important;
  }
  .max-w-m-max-65 {
    max-width: 65px !important;
  }
  .w-m-max-90 {
    width: 90px !important;
  }
  .min-w-m-max-90 {
    min-width: 90px !important;
  }
  .max-w-m-max-90 {
    max-width: 90px !important;
  }
  .w-m-max-100 {
    width: 100px !important;
  }
  .min-w-m-max-100 {
    min-width: 100px !important;
  }
  .max-w-m-max-100 {
    max-width: 100px !important;
  }
  .w-m-max-150 {
    width: 150px !important;
  }
  .min-w-m-max-150 {
    min-width: 150px !important;
  }
  .max-w-m-max-150 {
    max-width: 150px !important;
  }
  .w-m-max-120 {
    width: 120px !important;
  }
  .min-w-m-max-120 {
    min-width: 120px !important;
  }
  .max-w-m-max-120 {
    max-width: 120px !important;
  }
  .w-m-max-200 {
    width: 200px !important;
  }
  .min-w-m-max-200 {
    min-width: 200px !important;
  }
  .max-w-m-max-200 {
    max-width: 200px !important;
  }
  .w-m-max-280 {
    width: 280px !important;
  }
  .min-w-m-max-280 {
    min-width: 280px !important;
  }
  .max-w-m-max-280 {
    max-width: 280px !important;
  }
}
@media (max-width: 430px) {
  .w-m-2xl-auto {
    width: auto !important;
  }
  .min-w-m-2xl-auto {
    min-width: auto !important;
  }
  .max-w-m-2xl-auto {
    max-width: auto !important;
  }
  .w-m-2xl-fit {
    width: fit-content !important;
  }
  .min-w-m-2xl-fit {
    min-width: fit-content !important;
  }
  .max-w-m-2xl-fit {
    max-width: fit-content !important;
  }
  .w-m-2xl-full {
    width: 100% !important;
  }
  .min-w-m-2xl-full {
    min-width: 100% !important;
  }
  .max-w-m-2xl-full {
    max-width: 100% !important;
  }
  .w-m-2xl-50 {
    width: 50px !important;
  }
  .min-w-m-2xl-50 {
    min-width: 50px !important;
  }
  .max-w-m-2xl-50 {
    max-width: 50px !important;
  }
  .w-m-2xl-65 {
    width: 65px !important;
  }
  .min-w-m-2xl-65 {
    min-width: 65px !important;
  }
  .max-w-m-2xl-65 {
    max-width: 65px !important;
  }
  .w-m-2xl-90 {
    width: 90px !important;
  }
  .min-w-m-2xl-90 {
    min-width: 90px !important;
  }
  .max-w-m-2xl-90 {
    max-width: 90px !important;
  }
  .w-m-2xl-100 {
    width: 100px !important;
  }
  .min-w-m-2xl-100 {
    min-width: 100px !important;
  }
  .max-w-m-2xl-100 {
    max-width: 100px !important;
  }
  .w-m-2xl-150 {
    width: 150px !important;
  }
  .min-w-m-2xl-150 {
    min-width: 150px !important;
  }
  .max-w-m-2xl-150 {
    max-width: 150px !important;
  }
  .w-m-2xl-120 {
    width: 120px !important;
  }
  .min-w-m-2xl-120 {
    min-width: 120px !important;
  }
  .max-w-m-2xl-120 {
    max-width: 120px !important;
  }
  .w-m-2xl-200 {
    width: 200px !important;
  }
  .min-w-m-2xl-200 {
    min-width: 200px !important;
  }
  .max-w-m-2xl-200 {
    max-width: 200px !important;
  }
  .w-m-2xl-280 {
    width: 280px !important;
  }
  .min-w-m-2xl-280 {
    min-width: 280px !important;
  }
  .max-w-m-2xl-280 {
    max-width: 280px !important;
  }
}
.h-180 {
  height: 180px !important;
}

.min-h-180 {
  min-height: 180px !important;
}

.max-h-180 {
  max-height: 180px !important;
}

.h-200 {
  height: 200px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.h-300 {
  height: 300px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.h-600 {
  height: 600px !important;
}

.min-h-600 {
  min-height: 600px !important;
}

.max-h-600 {
  max-height: 600px !important;
}

.h-1080 {
  height: 1080px !important;
}

.min-h-1080 {
  min-height: 1080px !important;
}

.max-h-1080 {
  max-height: 1080px !important;
}

.h-full {
  height: 100% !important;
}

.min-h-full {
  min-height: 100% !important;
}

.max-h-full {
  max-height: 100% !important;
}

@media (max-width: 1024px) {
  .h-t-sm-180 {
    height: 180px !important;
  }
  .min-h-t-sm-180 {
    min-height: 180px !important;
  }
  .max-h-t-sm-180 {
    max-height: 180px !important;
  }
  .h-t-sm-200 {
    height: 200px !important;
  }
  .min-h-t-sm-200 {
    min-height: 200px !important;
  }
  .max-h-t-sm-200 {
    max-height: 200px !important;
  }
  .h-t-sm-300 {
    height: 300px !important;
  }
  .min-h-t-sm-300 {
    min-height: 300px !important;
  }
  .max-h-t-sm-300 {
    max-height: 300px !important;
  }
  .h-t-sm-600 {
    height: 600px !important;
  }
  .min-h-t-sm-600 {
    min-height: 600px !important;
  }
  .max-h-t-sm-600 {
    max-height: 600px !important;
  }
  .h-t-sm-1080 {
    height: 1080px !important;
  }
  .min-h-t-sm-1080 {
    min-height: 1080px !important;
  }
  .max-h-t-sm-1080 {
    max-height: 1080px !important;
  }
  .h-t-sm-full {
    height: 100% !important;
  }
  .min-h-t-sm-full {
    min-height: 100% !important;
  }
  .max-h-t-sm-full {
    max-height: 100% !important;
  }
}
@media (max-width: 767px) {
  .h-m-max-180 {
    height: 180px !important;
  }
  .min-h-m-max-180 {
    min-height: 180px !important;
  }
  .max-h-m-max-180 {
    max-height: 180px !important;
  }
  .h-m-max-200 {
    height: 200px !important;
  }
  .min-h-m-max-200 {
    min-height: 200px !important;
  }
  .max-h-m-max-200 {
    max-height: 200px !important;
  }
  .h-m-max-300 {
    height: 300px !important;
  }
  .min-h-m-max-300 {
    min-height: 300px !important;
  }
  .max-h-m-max-300 {
    max-height: 300px !important;
  }
  .h-m-max-600 {
    height: 600px !important;
  }
  .min-h-m-max-600 {
    min-height: 600px !important;
  }
  .max-h-m-max-600 {
    max-height: 600px !important;
  }
  .h-m-max-1080 {
    height: 1080px !important;
  }
  .min-h-m-max-1080 {
    min-height: 1080px !important;
  }
  .max-h-m-max-1080 {
    max-height: 1080px !important;
  }
  .h-m-max-full {
    height: 100% !important;
  }
  .min-h-m-max-full {
    min-height: 100% !important;
  }
  .max-h-m-max-full {
    max-height: 100% !important;
  }
}
@media (max-width: 430px) {
  .h-m-2xl-180 {
    height: 180px !important;
  }
  .min-h-m-2xl-180 {
    min-height: 180px !important;
  }
  .max-h-m-2xl-180 {
    max-height: 180px !important;
  }
  .h-m-2xl-200 {
    height: 200px !important;
  }
  .min-h-m-2xl-200 {
    min-height: 200px !important;
  }
  .max-h-m-2xl-200 {
    max-height: 200px !important;
  }
  .h-m-2xl-300 {
    height: 300px !important;
  }
  .min-h-m-2xl-300 {
    min-height: 300px !important;
  }
  .max-h-m-2xl-300 {
    max-height: 300px !important;
  }
  .h-m-2xl-600 {
    height: 600px !important;
  }
  .min-h-m-2xl-600 {
    min-height: 600px !important;
  }
  .max-h-m-2xl-600 {
    max-height: 600px !important;
  }
  .h-m-2xl-1080 {
    height: 1080px !important;
  }
  .min-h-m-2xl-1080 {
    min-height: 1080px !important;
  }
  .max-h-m-2xl-1080 {
    max-height: 1080px !important;
  }
  .h-m-2xl-full {
    height: 100% !important;
  }
  .min-h-m-2xl-full {
    min-height: 100% !important;
  }
  .max-h-m-2xl-full {
    max-height: 100% !important;
  }
}
.layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .layout {
    max-width: 1160px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .layout {
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.layout-full {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-base-per-50 {
  flex-basis: 50% !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
}

.flex-col {
  display: flex;
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-item-auto {
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto;
}

.flex-item-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto;
}

.flex-item-shrink {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  flex-basis: auto;
}

.flex-item-grow {
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
  flex-basis: auto;
}

.grid-12 {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
}

.grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 1024px) {
  .grid-t-sm-12 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .grid-t-sm-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .grid-m-max-12 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .grid-m-max-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 430px) {
  .grid-m-2xl-12 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .grid-m-2xl-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.grid-row-12 {
  display: grid !important;
  grid-template-rows: repeat(12, 1fr) !important;
}

.grid-row-3 {
  display: grid !important;
  grid-template-rows: repeat(3, 1fr) !important;
}

@media (max-width: 1024px) {
  .grid-row-t-sm-12 {
    display: grid !important;
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .grid-row-t-sm-3 {
    display: grid !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .grid-row-m-max-12 {
    display: grid !important;
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .grid-row-m-max-3 {
    display: grid !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
}
@media (max-width: 430px) {
  .grid-row-m-2xl-12 {
    display: grid !important;
    grid-template-rows: repeat(12, 1fr) !important;
  }
  .grid-row-m-2xl-3 {
    display: grid !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
}
.col-1 {
  grid-column: span 1 !important;
}

.col-2 {
  grid-column: span 2 !important;
}

.col-3 {
  grid-column: span 3 !important;
}

.col-4 {
  grid-column: span 4 !important;
}

.col-5 {
  grid-column: span 5 !important;
}

.col-6 {
  grid-column: span 6 !important;
}

.col-7 {
  grid-column: span 7 !important;
}

.col-8 {
  grid-column: span 8 !important;
}

.col-9 {
  grid-column: span 9 !important;
}

.col-10 {
  grid-column: span 10 !important;
}

.col-11 {
  grid-column: span 11 !important;
}

.col-12 {
  grid-column: span 12 !important;
}

.col-1 {
  grid-column: span 1 !important;
}

.col-2 {
  grid-column: span 2 !important;
}

.col-3 {
  grid-column: span 3 !important;
}

@media (max-width: 1024px) {
  .col-t-sm-1 {
    grid-column: span 1 !important;
  }
  .col-t-sm-2 {
    grid-column: span 2 !important;
  }
  .col-t-sm-3 {
    grid-column: span 3 !important;
  }
  .col-t-sm-4 {
    grid-column: span 4 !important;
  }
  .col-t-sm-5 {
    grid-column: span 5 !important;
  }
  .col-t-sm-6 {
    grid-column: span 6 !important;
  }
  .col-t-sm-7 {
    grid-column: span 7 !important;
  }
  .col-t-sm-8 {
    grid-column: span 8 !important;
  }
  .col-t-sm-9 {
    grid-column: span 9 !important;
  }
  .col-t-sm-10 {
    grid-column: span 10 !important;
  }
  .col-t-sm-11 {
    grid-column: span 11 !important;
  }
  .col-t-sm-12 {
    grid-column: span 12 !important;
  }
  .col-t-sm-1 {
    grid-column: span 1 !important;
  }
  .col-t-sm-2 {
    grid-column: span 2 !important;
  }
  .col-t-sm-3 {
    grid-column: span 3 !important;
  }
}
@media (max-width: 767px) {
  .col-m-max-1 {
    grid-column: span 1 !important;
  }
  .col-m-max-2 {
    grid-column: span 2 !important;
  }
  .col-m-max-3 {
    grid-column: span 3 !important;
  }
  .col-m-max-4 {
    grid-column: span 4 !important;
  }
  .col-m-max-5 {
    grid-column: span 5 !important;
  }
  .col-m-max-6 {
    grid-column: span 6 !important;
  }
  .col-m-max-7 {
    grid-column: span 7 !important;
  }
  .col-m-max-8 {
    grid-column: span 8 !important;
  }
  .col-m-max-9 {
    grid-column: span 9 !important;
  }
  .col-m-max-10 {
    grid-column: span 10 !important;
  }
  .col-m-max-11 {
    grid-column: span 11 !important;
  }
  .col-m-max-12 {
    grid-column: span 12 !important;
  }
  .col-m-max-1 {
    grid-column: span 1 !important;
  }
  .col-m-max-2 {
    grid-column: span 2 !important;
  }
  .col-m-max-3 {
    grid-column: span 3 !important;
  }
}
@media (max-width: 430px) {
  .col-m-2xl-1 {
    grid-column: span 1 !important;
  }
  .col-m-2xl-2 {
    grid-column: span 2 !important;
  }
  .col-m-2xl-3 {
    grid-column: span 3 !important;
  }
  .col-m-2xl-4 {
    grid-column: span 4 !important;
  }
  .col-m-2xl-5 {
    grid-column: span 5 !important;
  }
  .col-m-2xl-6 {
    grid-column: span 6 !important;
  }
  .col-m-2xl-7 {
    grid-column: span 7 !important;
  }
  .col-m-2xl-8 {
    grid-column: span 8 !important;
  }
  .col-m-2xl-9 {
    grid-column: span 9 !important;
  }
  .col-m-2xl-10 {
    grid-column: span 10 !important;
  }
  .col-m-2xl-11 {
    grid-column: span 11 !important;
  }
  .col-m-2xl-12 {
    grid-column: span 12 !important;
  }
  .col-m-2xl-1 {
    grid-column: span 1 !important;
  }
  .col-m-2xl-2 {
    grid-column: span 2 !important;
  }
  .col-m-2xl-3 {
    grid-column: span 3 !important;
  }
}
.row-1 {
  grid-row: span 1 !important;
}

.row-2 {
  grid-row: span 2 !important;
}

.row-3 {
  grid-row: span 3 !important;
}

.row-4 {
  grid-row: span 4 !important;
}

.row-5 {
  grid-row: span 5 !important;
}

.row-6 {
  grid-row: span 6 !important;
}

.row-7 {
  grid-row: span 7 !important;
}

.row-8 {
  grid-row: span 8 !important;
}

.row-9 {
  grid-row: span 9 !important;
}

.row-10 {
  grid-row: span 10 !important;
}

.row-11 {
  grid-row: span 11 !important;
}

.row-12 {
  grid-row: span 12 !important;
}

.row-1 {
  grid-row: span 1 !important;
}

.row-2 {
  grid-row: span 2 !important;
}

.row-3 {
  grid-row: span 3 !important;
}

@media (max-width: 1024px) {
  .row-t-sm-1 {
    grid-row: span 1 !important;
  }
  .row-t-sm-2 {
    grid-row: span 2 !important;
  }
  .row-t-sm-3 {
    grid-row: span 3 !important;
  }
  .row-t-sm-4 {
    grid-row: span 4 !important;
  }
  .row-t-sm-5 {
    grid-row: span 5 !important;
  }
  .row-t-sm-6 {
    grid-row: span 6 !important;
  }
  .row-t-sm-7 {
    grid-row: span 7 !important;
  }
  .row-t-sm-8 {
    grid-row: span 8 !important;
  }
  .row-t-sm-9 {
    grid-row: span 9 !important;
  }
  .row-t-sm-10 {
    grid-row: span 10 !important;
  }
  .row-t-sm-11 {
    grid-row: span 11 !important;
  }
  .row-t-sm-12 {
    grid-row: span 12 !important;
  }
  .row-t-sm-1 {
    grid-row: span 1 !important;
  }
  .row-t-sm-2 {
    grid-row: span 2 !important;
  }
  .row-t-sm-3 {
    grid-row: span 3 !important;
  }
}
@media (max-width: 767px) {
  .row-m-max-1 {
    grid-row: span 1 !important;
  }
  .row-m-max-2 {
    grid-row: span 2 !important;
  }
  .row-m-max-3 {
    grid-row: span 3 !important;
  }
  .row-m-max-4 {
    grid-row: span 4 !important;
  }
  .row-m-max-5 {
    grid-row: span 5 !important;
  }
  .row-m-max-6 {
    grid-row: span 6 !important;
  }
  .row-m-max-7 {
    grid-row: span 7 !important;
  }
  .row-m-max-8 {
    grid-row: span 8 !important;
  }
  .row-m-max-9 {
    grid-row: span 9 !important;
  }
  .row-m-max-10 {
    grid-row: span 10 !important;
  }
  .row-m-max-11 {
    grid-row: span 11 !important;
  }
  .row-m-max-12 {
    grid-row: span 12 !important;
  }
  .row-m-max-1 {
    grid-row: span 1 !important;
  }
  .row-m-max-2 {
    grid-row: span 2 !important;
  }
  .row-m-max-3 {
    grid-row: span 3 !important;
  }
}
@media (max-width: 430px) {
  .row-m-2xl-1 {
    grid-row: span 1 !important;
  }
  .row-m-2xl-2 {
    grid-row: span 2 !important;
  }
  .row-m-2xl-3 {
    grid-row: span 3 !important;
  }
  .row-m-2xl-4 {
    grid-row: span 4 !important;
  }
  .row-m-2xl-5 {
    grid-row: span 5 !important;
  }
  .row-m-2xl-6 {
    grid-row: span 6 !important;
  }
  .row-m-2xl-7 {
    grid-row: span 7 !important;
  }
  .row-m-2xl-8 {
    grid-row: span 8 !important;
  }
  .row-m-2xl-9 {
    grid-row: span 9 !important;
  }
  .row-m-2xl-10 {
    grid-row: span 10 !important;
  }
  .row-m-2xl-11 {
    grid-row: span 11 !important;
  }
  .row-m-2xl-12 {
    grid-row: span 12 !important;
  }
  .row-m-2xl-1 {
    grid-row: span 1 !important;
  }
  .row-m-2xl-2 {
    grid-row: span 2 !important;
  }
  .row-m-2xl-3 {
    grid-row: span 3 !important;
  }
}
.gap-none {
  gap: 0px !important;
}

.gap-row-none {
  row-gap: 0px !important;
}

.gap-col-none {
  column-gap: 0px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-row-4 {
  row-gap: 4px !important;
}

.gap-col-4 {
  column-gap: 4px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-row-6 {
  row-gap: 6px !important;
}

.gap-col-6 {
  column-gap: 6px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-row-8 {
  row-gap: 8px !important;
}

.gap-col-8 {
  column-gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-row-10 {
  row-gap: 10px !important;
}

.gap-col-10 {
  column-gap: 10px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-row-14 {
  row-gap: 14px !important;
}

.gap-col-14 {
  column-gap: 14px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-row-16 {
  row-gap: 16px !important;
}

.gap-col-16 {
  column-gap: 16px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-row-18 {
  row-gap: 18px !important;
}

.gap-col-18 {
  column-gap: 18px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-row-20 {
  row-gap: 20px !important;
}

.gap-col-20 {
  column-gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-row-24 {
  row-gap: 24px !important;
}

.gap-col-24 {
  column-gap: 24px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-row-30 {
  row-gap: 30px !important;
}

.gap-col-30 {
  column-gap: 30px !important;
}

.gap-34 {
  gap: 34px !important;
}

.gap-row-34 {
  row-gap: 34px !important;
}

.gap-col-34 {
  column-gap: 34px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-row-40 {
  row-gap: 40px !important;
}

.gap-col-40 {
  column-gap: 40px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-row-45 {
  row-gap: 45px !important;
}

.gap-col-45 {
  column-gap: 45px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-row-50 {
  row-gap: 50px !important;
}

.gap-col-50 {
  column-gap: 50px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-row-100 {
  row-gap: 100px !important;
}

.gap-col-100 {
  column-gap: 100px !important;
}

@media (max-width: 1024px) {
  .gap-t-sm-none {
    gap: 0px !important;
  }
  .gap-row-t-sm-none {
    row-gap: 0px !important;
  }
  .gap-col-t-sm-none {
    column-gap: 0px !important;
  }
  .gap-t-sm-4 {
    gap: 4px !important;
  }
  .gap-row-t-sm-4 {
    row-gap: 4px !important;
  }
  .gap-col-t-sm-4 {
    column-gap: 4px !important;
  }
  .gap-t-sm-6 {
    gap: 6px !important;
  }
  .gap-row-t-sm-6 {
    row-gap: 6px !important;
  }
  .gap-col-t-sm-6 {
    column-gap: 6px !important;
  }
  .gap-t-sm-8 {
    gap: 8px !important;
  }
  .gap-row-t-sm-8 {
    row-gap: 8px !important;
  }
  .gap-col-t-sm-8 {
    column-gap: 8px !important;
  }
  .gap-t-sm-10 {
    gap: 10px !important;
  }
  .gap-row-t-sm-10 {
    row-gap: 10px !important;
  }
  .gap-col-t-sm-10 {
    column-gap: 10px !important;
  }
  .gap-t-sm-14 {
    gap: 14px !important;
  }
  .gap-row-t-sm-14 {
    row-gap: 14px !important;
  }
  .gap-col-t-sm-14 {
    column-gap: 14px !important;
  }
  .gap-t-sm-16 {
    gap: 16px !important;
  }
  .gap-row-t-sm-16 {
    row-gap: 16px !important;
  }
  .gap-col-t-sm-16 {
    column-gap: 16px !important;
  }
  .gap-t-sm-18 {
    gap: 18px !important;
  }
  .gap-row-t-sm-18 {
    row-gap: 18px !important;
  }
  .gap-col-t-sm-18 {
    column-gap: 18px !important;
  }
  .gap-t-sm-20 {
    gap: 20px !important;
  }
  .gap-row-t-sm-20 {
    row-gap: 20px !important;
  }
  .gap-col-t-sm-20 {
    column-gap: 20px !important;
  }
  .gap-t-sm-24 {
    gap: 24px !important;
  }
  .gap-row-t-sm-24 {
    row-gap: 24px !important;
  }
  .gap-col-t-sm-24 {
    column-gap: 24px !important;
  }
  .gap-t-sm-30 {
    gap: 30px !important;
  }
  .gap-row-t-sm-30 {
    row-gap: 30px !important;
  }
  .gap-col-t-sm-30 {
    column-gap: 30px !important;
  }
  .gap-t-sm-34 {
    gap: 34px !important;
  }
  .gap-row-t-sm-34 {
    row-gap: 34px !important;
  }
  .gap-col-t-sm-34 {
    column-gap: 34px !important;
  }
  .gap-t-sm-40 {
    gap: 40px !important;
  }
  .gap-row-t-sm-40 {
    row-gap: 40px !important;
  }
  .gap-col-t-sm-40 {
    column-gap: 40px !important;
  }
  .gap-t-sm-45 {
    gap: 45px !important;
  }
  .gap-row-t-sm-45 {
    row-gap: 45px !important;
  }
  .gap-col-t-sm-45 {
    column-gap: 45px !important;
  }
  .gap-t-sm-50 {
    gap: 50px !important;
  }
  .gap-row-t-sm-50 {
    row-gap: 50px !important;
  }
  .gap-col-t-sm-50 {
    column-gap: 50px !important;
  }
  .gap-t-sm-100 {
    gap: 100px !important;
  }
  .gap-row-t-sm-100 {
    row-gap: 100px !important;
  }
  .gap-col-t-sm-100 {
    column-gap: 100px !important;
  }
}
@media (max-width: 767px) {
  .gap-m-max-none {
    gap: 0px !important;
  }
  .gap-row-m-max-none {
    row-gap: 0px !important;
  }
  .gap-col-m-max-none {
    column-gap: 0px !important;
  }
  .gap-m-max-4 {
    gap: 4px !important;
  }
  .gap-row-m-max-4 {
    row-gap: 4px !important;
  }
  .gap-col-m-max-4 {
    column-gap: 4px !important;
  }
  .gap-m-max-6 {
    gap: 6px !important;
  }
  .gap-row-m-max-6 {
    row-gap: 6px !important;
  }
  .gap-col-m-max-6 {
    column-gap: 6px !important;
  }
  .gap-m-max-8 {
    gap: 8px !important;
  }
  .gap-row-m-max-8 {
    row-gap: 8px !important;
  }
  .gap-col-m-max-8 {
    column-gap: 8px !important;
  }
  .gap-m-max-10 {
    gap: 10px !important;
  }
  .gap-row-m-max-10 {
    row-gap: 10px !important;
  }
  .gap-col-m-max-10 {
    column-gap: 10px !important;
  }
  .gap-m-max-14 {
    gap: 14px !important;
  }
  .gap-row-m-max-14 {
    row-gap: 14px !important;
  }
  .gap-col-m-max-14 {
    column-gap: 14px !important;
  }
  .gap-m-max-16 {
    gap: 16px !important;
  }
  .gap-row-m-max-16 {
    row-gap: 16px !important;
  }
  .gap-col-m-max-16 {
    column-gap: 16px !important;
  }
  .gap-m-max-18 {
    gap: 18px !important;
  }
  .gap-row-m-max-18 {
    row-gap: 18px !important;
  }
  .gap-col-m-max-18 {
    column-gap: 18px !important;
  }
  .gap-m-max-20 {
    gap: 20px !important;
  }
  .gap-row-m-max-20 {
    row-gap: 20px !important;
  }
  .gap-col-m-max-20 {
    column-gap: 20px !important;
  }
  .gap-m-max-24 {
    gap: 24px !important;
  }
  .gap-row-m-max-24 {
    row-gap: 24px !important;
  }
  .gap-col-m-max-24 {
    column-gap: 24px !important;
  }
  .gap-m-max-30 {
    gap: 30px !important;
  }
  .gap-row-m-max-30 {
    row-gap: 30px !important;
  }
  .gap-col-m-max-30 {
    column-gap: 30px !important;
  }
  .gap-m-max-34 {
    gap: 34px !important;
  }
  .gap-row-m-max-34 {
    row-gap: 34px !important;
  }
  .gap-col-m-max-34 {
    column-gap: 34px !important;
  }
  .gap-m-max-40 {
    gap: 40px !important;
  }
  .gap-row-m-max-40 {
    row-gap: 40px !important;
  }
  .gap-col-m-max-40 {
    column-gap: 40px !important;
  }
  .gap-m-max-45 {
    gap: 45px !important;
  }
  .gap-row-m-max-45 {
    row-gap: 45px !important;
  }
  .gap-col-m-max-45 {
    column-gap: 45px !important;
  }
  .gap-m-max-50 {
    gap: 50px !important;
  }
  .gap-row-m-max-50 {
    row-gap: 50px !important;
  }
  .gap-col-m-max-50 {
    column-gap: 50px !important;
  }
  .gap-m-max-100 {
    gap: 100px !important;
  }
  .gap-row-m-max-100 {
    row-gap: 100px !important;
  }
  .gap-col-m-max-100 {
    column-gap: 100px !important;
  }
}
@media (max-width: 430px) {
  .gap-m-2xl-none {
    gap: 0px !important;
  }
  .gap-row-m-2xl-none {
    row-gap: 0px !important;
  }
  .gap-col-m-2xl-none {
    column-gap: 0px !important;
  }
  .gap-m-2xl-4 {
    gap: 4px !important;
  }
  .gap-row-m-2xl-4 {
    row-gap: 4px !important;
  }
  .gap-col-m-2xl-4 {
    column-gap: 4px !important;
  }
  .gap-m-2xl-6 {
    gap: 6px !important;
  }
  .gap-row-m-2xl-6 {
    row-gap: 6px !important;
  }
  .gap-col-m-2xl-6 {
    column-gap: 6px !important;
  }
  .gap-m-2xl-8 {
    gap: 8px !important;
  }
  .gap-row-m-2xl-8 {
    row-gap: 8px !important;
  }
  .gap-col-m-2xl-8 {
    column-gap: 8px !important;
  }
  .gap-m-2xl-10 {
    gap: 10px !important;
  }
  .gap-row-m-2xl-10 {
    row-gap: 10px !important;
  }
  .gap-col-m-2xl-10 {
    column-gap: 10px !important;
  }
  .gap-m-2xl-14 {
    gap: 14px !important;
  }
  .gap-row-m-2xl-14 {
    row-gap: 14px !important;
  }
  .gap-col-m-2xl-14 {
    column-gap: 14px !important;
  }
  .gap-m-2xl-16 {
    gap: 16px !important;
  }
  .gap-row-m-2xl-16 {
    row-gap: 16px !important;
  }
  .gap-col-m-2xl-16 {
    column-gap: 16px !important;
  }
  .gap-m-2xl-18 {
    gap: 18px !important;
  }
  .gap-row-m-2xl-18 {
    row-gap: 18px !important;
  }
  .gap-col-m-2xl-18 {
    column-gap: 18px !important;
  }
  .gap-m-2xl-20 {
    gap: 20px !important;
  }
  .gap-row-m-2xl-20 {
    row-gap: 20px !important;
  }
  .gap-col-m-2xl-20 {
    column-gap: 20px !important;
  }
  .gap-m-2xl-24 {
    gap: 24px !important;
  }
  .gap-row-m-2xl-24 {
    row-gap: 24px !important;
  }
  .gap-col-m-2xl-24 {
    column-gap: 24px !important;
  }
  .gap-m-2xl-30 {
    gap: 30px !important;
  }
  .gap-row-m-2xl-30 {
    row-gap: 30px !important;
  }
  .gap-col-m-2xl-30 {
    column-gap: 30px !important;
  }
  .gap-m-2xl-34 {
    gap: 34px !important;
  }
  .gap-row-m-2xl-34 {
    row-gap: 34px !important;
  }
  .gap-col-m-2xl-34 {
    column-gap: 34px !important;
  }
  .gap-m-2xl-40 {
    gap: 40px !important;
  }
  .gap-row-m-2xl-40 {
    row-gap: 40px !important;
  }
  .gap-col-m-2xl-40 {
    column-gap: 40px !important;
  }
  .gap-m-2xl-45 {
    gap: 45px !important;
  }
  .gap-row-m-2xl-45 {
    row-gap: 45px !important;
  }
  .gap-col-m-2xl-45 {
    column-gap: 45px !important;
  }
  .gap-m-2xl-50 {
    gap: 50px !important;
  }
  .gap-row-m-2xl-50 {
    row-gap: 50px !important;
  }
  .gap-col-m-2xl-50 {
    column-gap: 50px !important;
  }
  .gap-m-2xl-100 {
    gap: 100px !important;
  }
  .gap-row-m-2xl-100 {
    row-gap: 100px !important;
  }
  .gap-col-m-2xl-100 {
    column-gap: 100px !important;
  }
}
.mx-auto {
  margin: 0 auto;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

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

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

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-none {
  margin-left: 0 !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-auto {
  margin: auto !important;
}

.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-none {
  margin: 0 !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.m-4 {
  margin: 4px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.m-6 {
  margin: 6px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.m-8 {
  margin: 8px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.m-12 {
  margin: 12px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.m-14 {
  margin: 14px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.m-16 {
  margin: 16px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.m-18 {
  margin: 18px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.m-22 {
  margin: 22px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

@media (max-width: 1024px) {
  .mt-t-sm-auto {
    margin-top: auto !important;
  }
  .mt-t-sm-none {
    margin-top: 0 !important;
  }
  .mt-t-sm-4 {
    margin-top: 4px !important;
  }
  .mt-t-sm-6 {
    margin-top: 6px !important;
  }
  .mt-t-sm-8 {
    margin-top: 8px !important;
  }
  .mt-t-sm-10 {
    margin-top: 10px !important;
  }
  .mt-t-sm-12 {
    margin-top: 12px !important;
  }
  .mt-t-sm-14 {
    margin-top: 14px !important;
  }
  .mt-t-sm-15 {
    margin-top: 15px !important;
  }
  .mt-t-sm-16 {
    margin-top: 16px !important;
  }
  .mt-t-sm-18 {
    margin-top: 18px !important;
  }
  .mt-t-sm-20 {
    margin-top: 20px !important;
  }
  .mt-t-sm-22 {
    margin-top: 22px !important;
  }
  .mt-t-sm-25 {
    margin-top: 25px !important;
  }
  .mt-t-sm-30 {
    margin-top: 30px !important;
  }
  .mt-t-sm-40 {
    margin-top: 40px !important;
  }
  .mt-t-sm-50 {
    margin-top: 50px !important;
  }
  .mt-t-sm-60 {
    margin-top: 60px !important;
  }
  .mt-t-sm-100 {
    margin-top: 100px !important;
  }
  .mr-t-sm-auto {
    margin-right: auto !important;
  }
  .mr-t-sm-none {
    margin-right: 0 !important;
  }
  .mr-t-sm-4 {
    margin-right: 4px !important;
  }
  .mr-t-sm-6 {
    margin-right: 6px !important;
  }
  .mr-t-sm-8 {
    margin-right: 8px !important;
  }
  .mr-t-sm-10 {
    margin-right: 10px !important;
  }
  .mr-t-sm-12 {
    margin-right: 12px !important;
  }
  .mr-t-sm-14 {
    margin-right: 14px !important;
  }
  .mr-t-sm-15 {
    margin-right: 15px !important;
  }
  .mr-t-sm-16 {
    margin-right: 16px !important;
  }
  .mr-t-sm-18 {
    margin-right: 18px !important;
  }
  .mr-t-sm-20 {
    margin-right: 20px !important;
  }
  .mr-t-sm-22 {
    margin-right: 22px !important;
  }
  .mr-t-sm-25 {
    margin-right: 25px !important;
  }
  .mr-t-sm-30 {
    margin-right: 30px !important;
  }
  .mr-t-sm-40 {
    margin-right: 40px !important;
  }
  .mr-t-sm-50 {
    margin-right: 50px !important;
  }
  .mr-t-sm-60 {
    margin-right: 60px !important;
  }
  .mr-t-sm-100 {
    margin-right: 100px !important;
  }
  .mb-t-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-t-sm-none {
    margin-bottom: 0 !important;
  }
  .mb-t-sm-4 {
    margin-bottom: 4px !important;
  }
  .mb-t-sm-6 {
    margin-bottom: 6px !important;
  }
  .mb-t-sm-8 {
    margin-bottom: 8px !important;
  }
  .mb-t-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-t-sm-12 {
    margin-bottom: 12px !important;
  }
  .mb-t-sm-14 {
    margin-bottom: 14px !important;
  }
  .mb-t-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-t-sm-16 {
    margin-bottom: 16px !important;
  }
  .mb-t-sm-18 {
    margin-bottom: 18px !important;
  }
  .mb-t-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-t-sm-22 {
    margin-bottom: 22px !important;
  }
  .mb-t-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-t-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-t-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-t-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-t-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-t-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-t-sm-auto {
    margin-left: auto !important;
  }
  .ml-t-sm-none {
    margin-left: 0 !important;
  }
  .ml-t-sm-4 {
    margin-left: 4px !important;
  }
  .ml-t-sm-6 {
    margin-left: 6px !important;
  }
  .ml-t-sm-8 {
    margin-left: 8px !important;
  }
  .ml-t-sm-10 {
    margin-left: 10px !important;
  }
  .ml-t-sm-12 {
    margin-left: 12px !important;
  }
  .ml-t-sm-14 {
    margin-left: 14px !important;
  }
  .ml-t-sm-15 {
    margin-left: 15px !important;
  }
  .ml-t-sm-16 {
    margin-left: 16px !important;
  }
  .ml-t-sm-18 {
    margin-left: 18px !important;
  }
  .ml-t-sm-20 {
    margin-left: 20px !important;
  }
  .ml-t-sm-22 {
    margin-left: 22px !important;
  }
  .ml-t-sm-25 {
    margin-left: 25px !important;
  }
  .ml-t-sm-30 {
    margin-left: 30px !important;
  }
  .ml-t-sm-40 {
    margin-left: 40px !important;
  }
  .ml-t-sm-50 {
    margin-left: 50px !important;
  }
  .ml-t-sm-60 {
    margin-left: 60px !important;
  }
  .ml-t-sm-100 {
    margin-left: 100px !important;
  }
  .my-t-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-t-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-t-sm-auto {
    margin: auto !important;
  }
  .my-t-sm-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-t-sm-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-t-sm-none {
    margin: 0 !important;
  }
  .my-t-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-t-sm-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .m-t-sm-4 {
    margin: 4px !important;
  }
  .my-t-sm-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-t-sm-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .m-t-sm-6 {
    margin: 6px !important;
  }
  .my-t-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-t-sm-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .m-t-sm-8 {
    margin: 8px !important;
  }
  .my-t-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-t-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-t-sm-10 {
    margin: 10px !important;
  }
  .my-t-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-t-sm-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .m-t-sm-12 {
    margin: 12px !important;
  }
  .my-t-sm-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-t-sm-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .m-t-sm-14 {
    margin: 14px !important;
  }
  .my-t-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-t-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-t-sm-15 {
    margin: 15px !important;
  }
  .my-t-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-t-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .m-t-sm-16 {
    margin: 16px !important;
  }
  .my-t-sm-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-t-sm-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .m-t-sm-18 {
    margin: 18px !important;
  }
  .my-t-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-t-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-t-sm-20 {
    margin: 20px !important;
  }
  .my-t-sm-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-t-sm-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .m-t-sm-22 {
    margin: 22px !important;
  }
  .my-t-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-t-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .m-t-sm-25 {
    margin: 25px !important;
  }
  .my-t-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-t-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-t-sm-30 {
    margin: 30px !important;
  }
  .my-t-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-t-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-t-sm-40 {
    margin: 40px !important;
  }
  .my-t-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-t-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-t-sm-50 {
    margin: 50px !important;
  }
  .my-t-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-t-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .m-t-sm-60 {
    margin: 60px !important;
  }
  .my-t-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-t-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .m-t-sm-100 {
    margin: 100px !important;
  }
}
@media (max-width: 767px) {
  .mt-m-max-auto {
    margin-top: auto !important;
  }
  .mt-m-max-none {
    margin-top: 0 !important;
  }
  .mt-m-max-4 {
    margin-top: 4px !important;
  }
  .mt-m-max-6 {
    margin-top: 6px !important;
  }
  .mt-m-max-8 {
    margin-top: 8px !important;
  }
  .mt-m-max-10 {
    margin-top: 10px !important;
  }
  .mt-m-max-12 {
    margin-top: 12px !important;
  }
  .mt-m-max-14 {
    margin-top: 14px !important;
  }
  .mt-m-max-15 {
    margin-top: 15px !important;
  }
  .mt-m-max-16 {
    margin-top: 16px !important;
  }
  .mt-m-max-18 {
    margin-top: 18px !important;
  }
  .mt-m-max-20 {
    margin-top: 20px !important;
  }
  .mt-m-max-22 {
    margin-top: 22px !important;
  }
  .mt-m-max-25 {
    margin-top: 25px !important;
  }
  .mt-m-max-30 {
    margin-top: 30px !important;
  }
  .mt-m-max-40 {
    margin-top: 40px !important;
  }
  .mt-m-max-50 {
    margin-top: 50px !important;
  }
  .mt-m-max-60 {
    margin-top: 60px !important;
  }
  .mt-m-max-100 {
    margin-top: 100px !important;
  }
  .mr-m-max-auto {
    margin-right: auto !important;
  }
  .mr-m-max-none {
    margin-right: 0 !important;
  }
  .mr-m-max-4 {
    margin-right: 4px !important;
  }
  .mr-m-max-6 {
    margin-right: 6px !important;
  }
  .mr-m-max-8 {
    margin-right: 8px !important;
  }
  .mr-m-max-10 {
    margin-right: 10px !important;
  }
  .mr-m-max-12 {
    margin-right: 12px !important;
  }
  .mr-m-max-14 {
    margin-right: 14px !important;
  }
  .mr-m-max-15 {
    margin-right: 15px !important;
  }
  .mr-m-max-16 {
    margin-right: 16px !important;
  }
  .mr-m-max-18 {
    margin-right: 18px !important;
  }
  .mr-m-max-20 {
    margin-right: 20px !important;
  }
  .mr-m-max-22 {
    margin-right: 22px !important;
  }
  .mr-m-max-25 {
    margin-right: 25px !important;
  }
  .mr-m-max-30 {
    margin-right: 30px !important;
  }
  .mr-m-max-40 {
    margin-right: 40px !important;
  }
  .mr-m-max-50 {
    margin-right: 50px !important;
  }
  .mr-m-max-60 {
    margin-right: 60px !important;
  }
  .mr-m-max-100 {
    margin-right: 100px !important;
  }
  .mb-m-max-auto {
    margin-bottom: auto !important;
  }
  .mb-m-max-none {
    margin-bottom: 0 !important;
  }
  .mb-m-max-4 {
    margin-bottom: 4px !important;
  }
  .mb-m-max-6 {
    margin-bottom: 6px !important;
  }
  .mb-m-max-8 {
    margin-bottom: 8px !important;
  }
  .mb-m-max-10 {
    margin-bottom: 10px !important;
  }
  .mb-m-max-12 {
    margin-bottom: 12px !important;
  }
  .mb-m-max-14 {
    margin-bottom: 14px !important;
  }
  .mb-m-max-15 {
    margin-bottom: 15px !important;
  }
  .mb-m-max-16 {
    margin-bottom: 16px !important;
  }
  .mb-m-max-18 {
    margin-bottom: 18px !important;
  }
  .mb-m-max-20 {
    margin-bottom: 20px !important;
  }
  .mb-m-max-22 {
    margin-bottom: 22px !important;
  }
  .mb-m-max-25 {
    margin-bottom: 25px !important;
  }
  .mb-m-max-30 {
    margin-bottom: 30px !important;
  }
  .mb-m-max-40 {
    margin-bottom: 40px !important;
  }
  .mb-m-max-50 {
    margin-bottom: 50px !important;
  }
  .mb-m-max-60 {
    margin-bottom: 60px !important;
  }
  .mb-m-max-100 {
    margin-bottom: 100px !important;
  }
  .ml-m-max-auto {
    margin-left: auto !important;
  }
  .ml-m-max-none {
    margin-left: 0 !important;
  }
  .ml-m-max-4 {
    margin-left: 4px !important;
  }
  .ml-m-max-6 {
    margin-left: 6px !important;
  }
  .ml-m-max-8 {
    margin-left: 8px !important;
  }
  .ml-m-max-10 {
    margin-left: 10px !important;
  }
  .ml-m-max-12 {
    margin-left: 12px !important;
  }
  .ml-m-max-14 {
    margin-left: 14px !important;
  }
  .ml-m-max-15 {
    margin-left: 15px !important;
  }
  .ml-m-max-16 {
    margin-left: 16px !important;
  }
  .ml-m-max-18 {
    margin-left: 18px !important;
  }
  .ml-m-max-20 {
    margin-left: 20px !important;
  }
  .ml-m-max-22 {
    margin-left: 22px !important;
  }
  .ml-m-max-25 {
    margin-left: 25px !important;
  }
  .ml-m-max-30 {
    margin-left: 30px !important;
  }
  .ml-m-max-40 {
    margin-left: 40px !important;
  }
  .ml-m-max-50 {
    margin-left: 50px !important;
  }
  .ml-m-max-60 {
    margin-left: 60px !important;
  }
  .ml-m-max-100 {
    margin-left: 100px !important;
  }
  .my-m-max-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-m-max-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-m-max-auto {
    margin: auto !important;
  }
  .my-m-max-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-m-max-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-m-max-none {
    margin: 0 !important;
  }
  .my-m-max-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-m-max-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .m-m-max-4 {
    margin: 4px !important;
  }
  .my-m-max-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-m-max-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .m-m-max-6 {
    margin: 6px !important;
  }
  .my-m-max-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-m-max-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .m-m-max-8 {
    margin: 8px !important;
  }
  .my-m-max-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-m-max-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-m-max-10 {
    margin: 10px !important;
  }
  .my-m-max-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-m-max-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .m-m-max-12 {
    margin: 12px !important;
  }
  .my-m-max-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-m-max-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .m-m-max-14 {
    margin: 14px !important;
  }
  .my-m-max-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-m-max-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-m-max-15 {
    margin: 15px !important;
  }
  .my-m-max-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-m-max-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .m-m-max-16 {
    margin: 16px !important;
  }
  .my-m-max-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-m-max-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .m-m-max-18 {
    margin: 18px !important;
  }
  .my-m-max-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-m-max-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-m-max-20 {
    margin: 20px !important;
  }
  .my-m-max-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-m-max-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .m-m-max-22 {
    margin: 22px !important;
  }
  .my-m-max-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-m-max-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .m-m-max-25 {
    margin: 25px !important;
  }
  .my-m-max-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-m-max-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-m-max-30 {
    margin: 30px !important;
  }
  .my-m-max-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-m-max-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-m-max-40 {
    margin: 40px !important;
  }
  .my-m-max-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-m-max-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-m-max-50 {
    margin: 50px !important;
  }
  .my-m-max-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-m-max-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .m-m-max-60 {
    margin: 60px !important;
  }
  .my-m-max-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-m-max-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .m-m-max-100 {
    margin: 100px !important;
  }
}
@media (max-width: 430px) {
  .mt-m-2xl-auto {
    margin-top: auto !important;
  }
  .mt-m-2xl-none {
    margin-top: 0 !important;
  }
  .mt-m-2xl-4 {
    margin-top: 4px !important;
  }
  .mt-m-2xl-6 {
    margin-top: 6px !important;
  }
  .mt-m-2xl-8 {
    margin-top: 8px !important;
  }
  .mt-m-2xl-10 {
    margin-top: 10px !important;
  }
  .mt-m-2xl-12 {
    margin-top: 12px !important;
  }
  .mt-m-2xl-14 {
    margin-top: 14px !important;
  }
  .mt-m-2xl-15 {
    margin-top: 15px !important;
  }
  .mt-m-2xl-16 {
    margin-top: 16px !important;
  }
  .mt-m-2xl-18 {
    margin-top: 18px !important;
  }
  .mt-m-2xl-20 {
    margin-top: 20px !important;
  }
  .mt-m-2xl-22 {
    margin-top: 22px !important;
  }
  .mt-m-2xl-25 {
    margin-top: 25px !important;
  }
  .mt-m-2xl-30 {
    margin-top: 30px !important;
  }
  .mt-m-2xl-40 {
    margin-top: 40px !important;
  }
  .mt-m-2xl-50 {
    margin-top: 50px !important;
  }
  .mt-m-2xl-60 {
    margin-top: 60px !important;
  }
  .mt-m-2xl-100 {
    margin-top: 100px !important;
  }
  .mr-m-2xl-auto {
    margin-right: auto !important;
  }
  .mr-m-2xl-none {
    margin-right: 0 !important;
  }
  .mr-m-2xl-4 {
    margin-right: 4px !important;
  }
  .mr-m-2xl-6 {
    margin-right: 6px !important;
  }
  .mr-m-2xl-8 {
    margin-right: 8px !important;
  }
  .mr-m-2xl-10 {
    margin-right: 10px !important;
  }
  .mr-m-2xl-12 {
    margin-right: 12px !important;
  }
  .mr-m-2xl-14 {
    margin-right: 14px !important;
  }
  .mr-m-2xl-15 {
    margin-right: 15px !important;
  }
  .mr-m-2xl-16 {
    margin-right: 16px !important;
  }
  .mr-m-2xl-18 {
    margin-right: 18px !important;
  }
  .mr-m-2xl-20 {
    margin-right: 20px !important;
  }
  .mr-m-2xl-22 {
    margin-right: 22px !important;
  }
  .mr-m-2xl-25 {
    margin-right: 25px !important;
  }
  .mr-m-2xl-30 {
    margin-right: 30px !important;
  }
  .mr-m-2xl-40 {
    margin-right: 40px !important;
  }
  .mr-m-2xl-50 {
    margin-right: 50px !important;
  }
  .mr-m-2xl-60 {
    margin-right: 60px !important;
  }
  .mr-m-2xl-100 {
    margin-right: 100px !important;
  }
  .mb-m-2xl-auto {
    margin-bottom: auto !important;
  }
  .mb-m-2xl-none {
    margin-bottom: 0 !important;
  }
  .mb-m-2xl-4 {
    margin-bottom: 4px !important;
  }
  .mb-m-2xl-6 {
    margin-bottom: 6px !important;
  }
  .mb-m-2xl-8 {
    margin-bottom: 8px !important;
  }
  .mb-m-2xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-m-2xl-12 {
    margin-bottom: 12px !important;
  }
  .mb-m-2xl-14 {
    margin-bottom: 14px !important;
  }
  .mb-m-2xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-m-2xl-16 {
    margin-bottom: 16px !important;
  }
  .mb-m-2xl-18 {
    margin-bottom: 18px !important;
  }
  .mb-m-2xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-m-2xl-22 {
    margin-bottom: 22px !important;
  }
  .mb-m-2xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-m-2xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-m-2xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-m-2xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-m-2xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-m-2xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-m-2xl-auto {
    margin-left: auto !important;
  }
  .ml-m-2xl-none {
    margin-left: 0 !important;
  }
  .ml-m-2xl-4 {
    margin-left: 4px !important;
  }
  .ml-m-2xl-6 {
    margin-left: 6px !important;
  }
  .ml-m-2xl-8 {
    margin-left: 8px !important;
  }
  .ml-m-2xl-10 {
    margin-left: 10px !important;
  }
  .ml-m-2xl-12 {
    margin-left: 12px !important;
  }
  .ml-m-2xl-14 {
    margin-left: 14px !important;
  }
  .ml-m-2xl-15 {
    margin-left: 15px !important;
  }
  .ml-m-2xl-16 {
    margin-left: 16px !important;
  }
  .ml-m-2xl-18 {
    margin-left: 18px !important;
  }
  .ml-m-2xl-20 {
    margin-left: 20px !important;
  }
  .ml-m-2xl-22 {
    margin-left: 22px !important;
  }
  .ml-m-2xl-25 {
    margin-left: 25px !important;
  }
  .ml-m-2xl-30 {
    margin-left: 30px !important;
  }
  .ml-m-2xl-40 {
    margin-left: 40px !important;
  }
  .ml-m-2xl-50 {
    margin-left: 50px !important;
  }
  .ml-m-2xl-60 {
    margin-left: 60px !important;
  }
  .ml-m-2xl-100 {
    margin-left: 100px !important;
  }
  .my-m-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-m-2xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-m-2xl-auto {
    margin: auto !important;
  }
  .my-m-2xl-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-m-2xl-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-m-2xl-none {
    margin: 0 !important;
  }
  .my-m-2xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-m-2xl-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .m-m-2xl-4 {
    margin: 4px !important;
  }
  .my-m-2xl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mx-m-2xl-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .m-m-2xl-6 {
    margin: 6px !important;
  }
  .my-m-2xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-m-2xl-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .m-m-2xl-8 {
    margin: 8px !important;
  }
  .my-m-2xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mx-m-2xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-m-2xl-10 {
    margin: 10px !important;
  }
  .my-m-2xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-m-2xl-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .m-m-2xl-12 {
    margin: 12px !important;
  }
  .my-m-2xl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mx-m-2xl-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .m-m-2xl-14 {
    margin: 14px !important;
  }
  .my-m-2xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mx-m-2xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-m-2xl-15 {
    margin: 15px !important;
  }
  .my-m-2xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-m-2xl-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .m-m-2xl-16 {
    margin: 16px !important;
  }
  .my-m-2xl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mx-m-2xl-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .m-m-2xl-18 {
    margin: 18px !important;
  }
  .my-m-2xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-m-2xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-m-2xl-20 {
    margin: 20px !important;
  }
  .my-m-2xl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mx-m-2xl-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .m-m-2xl-22 {
    margin: 22px !important;
  }
  .my-m-2xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mx-m-2xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .m-m-2xl-25 {
    margin: 25px !important;
  }
  .my-m-2xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mx-m-2xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-m-2xl-30 {
    margin: 30px !important;
  }
  .my-m-2xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-m-2xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .m-m-2xl-40 {
    margin: 40px !important;
  }
  .my-m-2xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mx-m-2xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .m-m-2xl-50 {
    margin: 50px !important;
  }
  .my-m-2xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-m-2xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .m-m-2xl-60 {
    margin: 60px !important;
  }
  .my-m-2xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-m-2xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .m-m-2xl-100 {
    margin: 100px !important;
  }
}
.pt-auto {
  padding-top: auto !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.p-auto {
  padding: auto !important;
}

.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-none {
  padding: 0 !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

@media (max-width: 1024px) {
  .pt-t-sm-auto {
    padding-top: auto !important;
  }
  .pt-t-sm-none {
    padding-top: 0 !important;
  }
  .pt-t-sm-4 {
    padding-top: 4px !important;
  }
  .pt-t-sm-6 {
    padding-top: 6px !important;
  }
  .pt-t-sm-8 {
    padding-top: 8px !important;
  }
  .pt-t-sm-10 {
    padding-top: 10px !important;
  }
  .pt-t-sm-12 {
    padding-top: 12px !important;
  }
  .pt-t-sm-14 {
    padding-top: 14px !important;
  }
  .pt-t-sm-15 {
    padding-top: 15px !important;
  }
  .pt-t-sm-16 {
    padding-top: 16px !important;
  }
  .pt-t-sm-18 {
    padding-top: 18px !important;
  }
  .pt-t-sm-20 {
    padding-top: 20px !important;
  }
  .pt-t-sm-22 {
    padding-top: 22px !important;
  }
  .pt-t-sm-25 {
    padding-top: 25px !important;
  }
  .pt-t-sm-30 {
    padding-top: 30px !important;
  }
  .pt-t-sm-40 {
    padding-top: 40px !important;
  }
  .pt-t-sm-50 {
    padding-top: 50px !important;
  }
  .pt-t-sm-60 {
    padding-top: 60px !important;
  }
  .pt-t-sm-100 {
    padding-top: 100px !important;
  }
  .pr-t-sm-auto {
    padding-right: auto !important;
  }
  .pr-t-sm-none {
    padding-right: 0 !important;
  }
  .pr-t-sm-4 {
    padding-right: 4px !important;
  }
  .pr-t-sm-6 {
    padding-right: 6px !important;
  }
  .pr-t-sm-8 {
    padding-right: 8px !important;
  }
  .pr-t-sm-10 {
    padding-right: 10px !important;
  }
  .pr-t-sm-12 {
    padding-right: 12px !important;
  }
  .pr-t-sm-14 {
    padding-right: 14px !important;
  }
  .pr-t-sm-15 {
    padding-right: 15px !important;
  }
  .pr-t-sm-16 {
    padding-right: 16px !important;
  }
  .pr-t-sm-18 {
    padding-right: 18px !important;
  }
  .pr-t-sm-20 {
    padding-right: 20px !important;
  }
  .pr-t-sm-22 {
    padding-right: 22px !important;
  }
  .pr-t-sm-25 {
    padding-right: 25px !important;
  }
  .pr-t-sm-30 {
    padding-right: 30px !important;
  }
  .pr-t-sm-40 {
    padding-right: 40px !important;
  }
  .pr-t-sm-50 {
    padding-right: 50px !important;
  }
  .pr-t-sm-60 {
    padding-right: 60px !important;
  }
  .pr-t-sm-100 {
    padding-right: 100px !important;
  }
  .pb-t-sm-auto {
    padding-bottom: auto !important;
  }
  .pb-t-sm-none {
    padding-bottom: 0 !important;
  }
  .pb-t-sm-4 {
    padding-bottom: 4px !important;
  }
  .pb-t-sm-6 {
    padding-bottom: 6px !important;
  }
  .pb-t-sm-8 {
    padding-bottom: 8px !important;
  }
  .pb-t-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-t-sm-12 {
    padding-bottom: 12px !important;
  }
  .pb-t-sm-14 {
    padding-bottom: 14px !important;
  }
  .pb-t-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-t-sm-16 {
    padding-bottom: 16px !important;
  }
  .pb-t-sm-18 {
    padding-bottom: 18px !important;
  }
  .pb-t-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-t-sm-22 {
    padding-bottom: 22px !important;
  }
  .pb-t-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-t-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-t-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-t-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-t-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-t-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-t-sm-auto {
    padding-left: auto !important;
  }
  .pl-t-sm-none {
    padding-left: 0 !important;
  }
  .pl-t-sm-4 {
    padding-left: 4px !important;
  }
  .pl-t-sm-6 {
    padding-left: 6px !important;
  }
  .pl-t-sm-8 {
    padding-left: 8px !important;
  }
  .pl-t-sm-10 {
    padding-left: 10px !important;
  }
  .pl-t-sm-12 {
    padding-left: 12px !important;
  }
  .pl-t-sm-14 {
    padding-left: 14px !important;
  }
  .pl-t-sm-15 {
    padding-left: 15px !important;
  }
  .pl-t-sm-16 {
    padding-left: 16px !important;
  }
  .pl-t-sm-18 {
    padding-left: 18px !important;
  }
  .pl-t-sm-20 {
    padding-left: 20px !important;
  }
  .pl-t-sm-22 {
    padding-left: 22px !important;
  }
  .pl-t-sm-25 {
    padding-left: 25px !important;
  }
  .pl-t-sm-30 {
    padding-left: 30px !important;
  }
  .pl-t-sm-40 {
    padding-left: 40px !important;
  }
  .pl-t-sm-50 {
    padding-left: 50px !important;
  }
  .pl-t-sm-60 {
    padding-left: 60px !important;
  }
  .pl-t-sm-100 {
    padding-left: 100px !important;
  }
  .py-t-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-t-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-t-sm-auto {
    padding: auto !important;
  }
  .py-t-sm-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-t-sm-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-t-sm-none {
    padding: 0 !important;
  }
  .py-t-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-t-sm-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .p-t-sm-4 {
    padding: 4px !important;
  }
  .py-t-sm-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-t-sm-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .p-t-sm-6 {
    padding: 6px !important;
  }
  .py-t-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-t-sm-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .p-t-sm-8 {
    padding: 8px !important;
  }
  .py-t-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-t-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .p-t-sm-10 {
    padding: 10px !important;
  }
  .py-t-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-t-sm-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .p-t-sm-12 {
    padding: 12px !important;
  }
  .py-t-sm-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-t-sm-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .p-t-sm-14 {
    padding: 14px !important;
  }
  .py-t-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-t-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-t-sm-15 {
    padding: 15px !important;
  }
  .py-t-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-t-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .p-t-sm-16 {
    padding: 16px !important;
  }
  .py-t-sm-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-t-sm-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .p-t-sm-18 {
    padding: 18px !important;
  }
  .py-t-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-t-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .p-t-sm-20 {
    padding: 20px !important;
  }
  .py-t-sm-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-t-sm-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .p-t-sm-22 {
    padding: 22px !important;
  }
  .py-t-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-t-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .p-t-sm-25 {
    padding: 25px !important;
  }
  .py-t-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-t-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .p-t-sm-30 {
    padding: 30px !important;
  }
  .py-t-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-t-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .p-t-sm-40 {
    padding: 40px !important;
  }
  .py-t-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-t-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .p-t-sm-50 {
    padding: 50px !important;
  }
  .py-t-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-t-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .p-t-sm-60 {
    padding: 60px !important;
  }
  .py-t-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-t-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .p-t-sm-100 {
    padding: 100px !important;
  }
}
@media (max-width: 767px) {
  .pt-m-max-auto {
    padding-top: auto !important;
  }
  .pt-m-max-none {
    padding-top: 0 !important;
  }
  .pt-m-max-4 {
    padding-top: 4px !important;
  }
  .pt-m-max-6 {
    padding-top: 6px !important;
  }
  .pt-m-max-8 {
    padding-top: 8px !important;
  }
  .pt-m-max-10 {
    padding-top: 10px !important;
  }
  .pt-m-max-12 {
    padding-top: 12px !important;
  }
  .pt-m-max-14 {
    padding-top: 14px !important;
  }
  .pt-m-max-15 {
    padding-top: 15px !important;
  }
  .pt-m-max-16 {
    padding-top: 16px !important;
  }
  .pt-m-max-18 {
    padding-top: 18px !important;
  }
  .pt-m-max-20 {
    padding-top: 20px !important;
  }
  .pt-m-max-22 {
    padding-top: 22px !important;
  }
  .pt-m-max-25 {
    padding-top: 25px !important;
  }
  .pt-m-max-30 {
    padding-top: 30px !important;
  }
  .pt-m-max-40 {
    padding-top: 40px !important;
  }
  .pt-m-max-50 {
    padding-top: 50px !important;
  }
  .pt-m-max-60 {
    padding-top: 60px !important;
  }
  .pt-m-max-100 {
    padding-top: 100px !important;
  }
  .pr-m-max-auto {
    padding-right: auto !important;
  }
  .pr-m-max-none {
    padding-right: 0 !important;
  }
  .pr-m-max-4 {
    padding-right: 4px !important;
  }
  .pr-m-max-6 {
    padding-right: 6px !important;
  }
  .pr-m-max-8 {
    padding-right: 8px !important;
  }
  .pr-m-max-10 {
    padding-right: 10px !important;
  }
  .pr-m-max-12 {
    padding-right: 12px !important;
  }
  .pr-m-max-14 {
    padding-right: 14px !important;
  }
  .pr-m-max-15 {
    padding-right: 15px !important;
  }
  .pr-m-max-16 {
    padding-right: 16px !important;
  }
  .pr-m-max-18 {
    padding-right: 18px !important;
  }
  .pr-m-max-20 {
    padding-right: 20px !important;
  }
  .pr-m-max-22 {
    padding-right: 22px !important;
  }
  .pr-m-max-25 {
    padding-right: 25px !important;
  }
  .pr-m-max-30 {
    padding-right: 30px !important;
  }
  .pr-m-max-40 {
    padding-right: 40px !important;
  }
  .pr-m-max-50 {
    padding-right: 50px !important;
  }
  .pr-m-max-60 {
    padding-right: 60px !important;
  }
  .pr-m-max-100 {
    padding-right: 100px !important;
  }
  .pb-m-max-auto {
    padding-bottom: auto !important;
  }
  .pb-m-max-none {
    padding-bottom: 0 !important;
  }
  .pb-m-max-4 {
    padding-bottom: 4px !important;
  }
  .pb-m-max-6 {
    padding-bottom: 6px !important;
  }
  .pb-m-max-8 {
    padding-bottom: 8px !important;
  }
  .pb-m-max-10 {
    padding-bottom: 10px !important;
  }
  .pb-m-max-12 {
    padding-bottom: 12px !important;
  }
  .pb-m-max-14 {
    padding-bottom: 14px !important;
  }
  .pb-m-max-15 {
    padding-bottom: 15px !important;
  }
  .pb-m-max-16 {
    padding-bottom: 16px !important;
  }
  .pb-m-max-18 {
    padding-bottom: 18px !important;
  }
  .pb-m-max-20 {
    padding-bottom: 20px !important;
  }
  .pb-m-max-22 {
    padding-bottom: 22px !important;
  }
  .pb-m-max-25 {
    padding-bottom: 25px !important;
  }
  .pb-m-max-30 {
    padding-bottom: 30px !important;
  }
  .pb-m-max-40 {
    padding-bottom: 40px !important;
  }
  .pb-m-max-50 {
    padding-bottom: 50px !important;
  }
  .pb-m-max-60 {
    padding-bottom: 60px !important;
  }
  .pb-m-max-100 {
    padding-bottom: 100px !important;
  }
  .pl-m-max-auto {
    padding-left: auto !important;
  }
  .pl-m-max-none {
    padding-left: 0 !important;
  }
  .pl-m-max-4 {
    padding-left: 4px !important;
  }
  .pl-m-max-6 {
    padding-left: 6px !important;
  }
  .pl-m-max-8 {
    padding-left: 8px !important;
  }
  .pl-m-max-10 {
    padding-left: 10px !important;
  }
  .pl-m-max-12 {
    padding-left: 12px !important;
  }
  .pl-m-max-14 {
    padding-left: 14px !important;
  }
  .pl-m-max-15 {
    padding-left: 15px !important;
  }
  .pl-m-max-16 {
    padding-left: 16px !important;
  }
  .pl-m-max-18 {
    padding-left: 18px !important;
  }
  .pl-m-max-20 {
    padding-left: 20px !important;
  }
  .pl-m-max-22 {
    padding-left: 22px !important;
  }
  .pl-m-max-25 {
    padding-left: 25px !important;
  }
  .pl-m-max-30 {
    padding-left: 30px !important;
  }
  .pl-m-max-40 {
    padding-left: 40px !important;
  }
  .pl-m-max-50 {
    padding-left: 50px !important;
  }
  .pl-m-max-60 {
    padding-left: 60px !important;
  }
  .pl-m-max-100 {
    padding-left: 100px !important;
  }
  .py-m-max-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-m-max-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-m-max-auto {
    padding: auto !important;
  }
  .py-m-max-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-m-max-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-m-max-none {
    padding: 0 !important;
  }
  .py-m-max-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-m-max-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .p-m-max-4 {
    padding: 4px !important;
  }
  .py-m-max-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-m-max-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .p-m-max-6 {
    padding: 6px !important;
  }
  .py-m-max-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-m-max-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .p-m-max-8 {
    padding: 8px !important;
  }
  .py-m-max-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-m-max-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .p-m-max-10 {
    padding: 10px !important;
  }
  .py-m-max-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-m-max-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .p-m-max-12 {
    padding: 12px !important;
  }
  .py-m-max-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-m-max-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .p-m-max-14 {
    padding: 14px !important;
  }
  .py-m-max-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-m-max-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-m-max-15 {
    padding: 15px !important;
  }
  .py-m-max-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-m-max-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .p-m-max-16 {
    padding: 16px !important;
  }
  .py-m-max-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-m-max-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .p-m-max-18 {
    padding: 18px !important;
  }
  .py-m-max-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-m-max-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .p-m-max-20 {
    padding: 20px !important;
  }
  .py-m-max-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-m-max-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .p-m-max-22 {
    padding: 22px !important;
  }
  .py-m-max-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-m-max-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .p-m-max-25 {
    padding: 25px !important;
  }
  .py-m-max-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-m-max-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .p-m-max-30 {
    padding: 30px !important;
  }
  .py-m-max-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-m-max-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .p-m-max-40 {
    padding: 40px !important;
  }
  .py-m-max-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-m-max-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .p-m-max-50 {
    padding: 50px !important;
  }
  .py-m-max-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-m-max-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .p-m-max-60 {
    padding: 60px !important;
  }
  .py-m-max-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-m-max-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .p-m-max-100 {
    padding: 100px !important;
  }
}
@media (max-width: 430px) {
  .pt-m-2xl-auto {
    padding-top: auto !important;
  }
  .pt-m-2xl-none {
    padding-top: 0 !important;
  }
  .pt-m-2xl-4 {
    padding-top: 4px !important;
  }
  .pt-m-2xl-6 {
    padding-top: 6px !important;
  }
  .pt-m-2xl-8 {
    padding-top: 8px !important;
  }
  .pt-m-2xl-10 {
    padding-top: 10px !important;
  }
  .pt-m-2xl-12 {
    padding-top: 12px !important;
  }
  .pt-m-2xl-14 {
    padding-top: 14px !important;
  }
  .pt-m-2xl-15 {
    padding-top: 15px !important;
  }
  .pt-m-2xl-16 {
    padding-top: 16px !important;
  }
  .pt-m-2xl-18 {
    padding-top: 18px !important;
  }
  .pt-m-2xl-20 {
    padding-top: 20px !important;
  }
  .pt-m-2xl-22 {
    padding-top: 22px !important;
  }
  .pt-m-2xl-25 {
    padding-top: 25px !important;
  }
  .pt-m-2xl-30 {
    padding-top: 30px !important;
  }
  .pt-m-2xl-40 {
    padding-top: 40px !important;
  }
  .pt-m-2xl-50 {
    padding-top: 50px !important;
  }
  .pt-m-2xl-60 {
    padding-top: 60px !important;
  }
  .pt-m-2xl-100 {
    padding-top: 100px !important;
  }
  .pr-m-2xl-auto {
    padding-right: auto !important;
  }
  .pr-m-2xl-none {
    padding-right: 0 !important;
  }
  .pr-m-2xl-4 {
    padding-right: 4px !important;
  }
  .pr-m-2xl-6 {
    padding-right: 6px !important;
  }
  .pr-m-2xl-8 {
    padding-right: 8px !important;
  }
  .pr-m-2xl-10 {
    padding-right: 10px !important;
  }
  .pr-m-2xl-12 {
    padding-right: 12px !important;
  }
  .pr-m-2xl-14 {
    padding-right: 14px !important;
  }
  .pr-m-2xl-15 {
    padding-right: 15px !important;
  }
  .pr-m-2xl-16 {
    padding-right: 16px !important;
  }
  .pr-m-2xl-18 {
    padding-right: 18px !important;
  }
  .pr-m-2xl-20 {
    padding-right: 20px !important;
  }
  .pr-m-2xl-22 {
    padding-right: 22px !important;
  }
  .pr-m-2xl-25 {
    padding-right: 25px !important;
  }
  .pr-m-2xl-30 {
    padding-right: 30px !important;
  }
  .pr-m-2xl-40 {
    padding-right: 40px !important;
  }
  .pr-m-2xl-50 {
    padding-right: 50px !important;
  }
  .pr-m-2xl-60 {
    padding-right: 60px !important;
  }
  .pr-m-2xl-100 {
    padding-right: 100px !important;
  }
  .pb-m-2xl-auto {
    padding-bottom: auto !important;
  }
  .pb-m-2xl-none {
    padding-bottom: 0 !important;
  }
  .pb-m-2xl-4 {
    padding-bottom: 4px !important;
  }
  .pb-m-2xl-6 {
    padding-bottom: 6px !important;
  }
  .pb-m-2xl-8 {
    padding-bottom: 8px !important;
  }
  .pb-m-2xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-m-2xl-12 {
    padding-bottom: 12px !important;
  }
  .pb-m-2xl-14 {
    padding-bottom: 14px !important;
  }
  .pb-m-2xl-15 {
    padding-bottom: 15px !important;
  }
  .pb-m-2xl-16 {
    padding-bottom: 16px !important;
  }
  .pb-m-2xl-18 {
    padding-bottom: 18px !important;
  }
  .pb-m-2xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-m-2xl-22 {
    padding-bottom: 22px !important;
  }
  .pb-m-2xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-m-2xl-30 {
    padding-bottom: 30px !important;
  }
  .pb-m-2xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-m-2xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-m-2xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-m-2xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-m-2xl-auto {
    padding-left: auto !important;
  }
  .pl-m-2xl-none {
    padding-left: 0 !important;
  }
  .pl-m-2xl-4 {
    padding-left: 4px !important;
  }
  .pl-m-2xl-6 {
    padding-left: 6px !important;
  }
  .pl-m-2xl-8 {
    padding-left: 8px !important;
  }
  .pl-m-2xl-10 {
    padding-left: 10px !important;
  }
  .pl-m-2xl-12 {
    padding-left: 12px !important;
  }
  .pl-m-2xl-14 {
    padding-left: 14px !important;
  }
  .pl-m-2xl-15 {
    padding-left: 15px !important;
  }
  .pl-m-2xl-16 {
    padding-left: 16px !important;
  }
  .pl-m-2xl-18 {
    padding-left: 18px !important;
  }
  .pl-m-2xl-20 {
    padding-left: 20px !important;
  }
  .pl-m-2xl-22 {
    padding-left: 22px !important;
  }
  .pl-m-2xl-25 {
    padding-left: 25px !important;
  }
  .pl-m-2xl-30 {
    padding-left: 30px !important;
  }
  .pl-m-2xl-40 {
    padding-left: 40px !important;
  }
  .pl-m-2xl-50 {
    padding-left: 50px !important;
  }
  .pl-m-2xl-60 {
    padding-left: 60px !important;
  }
  .pl-m-2xl-100 {
    padding-left: 100px !important;
  }
  .py-m-2xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-m-2xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-m-2xl-auto {
    padding: auto !important;
  }
  .py-m-2xl-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-m-2xl-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-m-2xl-none {
    padding: 0 !important;
  }
  .py-m-2xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-m-2xl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .p-m-2xl-4 {
    padding: 4px !important;
  }
  .py-m-2xl-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .px-m-2xl-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .p-m-2xl-6 {
    padding: 6px !important;
  }
  .py-m-2xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-m-2xl-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .p-m-2xl-8 {
    padding: 8px !important;
  }
  .py-m-2xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-m-2xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .p-m-2xl-10 {
    padding: 10px !important;
  }
  .py-m-2xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-m-2xl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .p-m-2xl-12 {
    padding: 12px !important;
  }
  .py-m-2xl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .px-m-2xl-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .p-m-2xl-14 {
    padding: 14px !important;
  }
  .py-m-2xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .px-m-2xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-m-2xl-15 {
    padding: 15px !important;
  }
  .py-m-2xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-m-2xl-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .p-m-2xl-16 {
    padding: 16px !important;
  }
  .py-m-2xl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-m-2xl-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .p-m-2xl-18 {
    padding: 18px !important;
  }
  .py-m-2xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-m-2xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .p-m-2xl-20 {
    padding: 20px !important;
  }
  .py-m-2xl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .px-m-2xl-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .p-m-2xl-22 {
    padding: 22px !important;
  }
  .py-m-2xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .px-m-2xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .p-m-2xl-25 {
    padding: 25px !important;
  }
  .py-m-2xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-m-2xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .p-m-2xl-30 {
    padding: 30px !important;
  }
  .py-m-2xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-m-2xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .p-m-2xl-40 {
    padding: 40px !important;
  }
  .py-m-2xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-m-2xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .p-m-2xl-50 {
    padding: 50px !important;
  }
  .py-m-2xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-m-2xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .p-m-2xl-60 {
    padding: 60px !important;
  }
  .py-m-2xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-m-2xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .p-m-2xl-100 {
    padding: 100px !important;
  }
}
.bd-top {
  border-top: 1px solid var(--bbc-color-border-1) !important;
}

.bd-top-none {
  border-top: none !important;
}

.bd-right {
  border-right: 1px solid var(--bbc-color-border-1) !important;
}

.bd-right-none {
  border-right: none !important;
}

.bd-bottom {
  border-bottom: 1px solid var(--bbc-color-border-1) !important;
}

.bd-bottom-none {
  border-bottom: none !important;
}

.bd-left {
  border-left: 1px solid var(--bbc-color-border-1) !important;
}

.bd-left-none {
  border-left: none !important;
}

.color-primary-1 {
  color: var(--bbc-color-primary-1) !important;
}

.bg-primary-1 {
  background-color: var(--bbc-color-primary-1) !important;
}

.color-primary-2 {
  color: var(--bbc-color-primary-2) !important;
}

.bg-primary-2 {
  background-color: var(--bbc-color-primary-2) !important;
}

.color-primary-3 {
  color: var(--bbc-color-primary-3) !important;
}

.bg-primary-3 {
  background-color: var(--bbc-color-primary-3) !important;
}

.color-primary-4 {
  color: var(--bbc-color-primary-4) !important;
}

.bg-primary-4 {
  background-color: var(--bbc-color-primary-4) !important;
}

.color-primary-5 {
  color: var(--bbc-color-primary-5) !important;
}

.bg-primary-5 {
  background-color: var(--bbc-color-primary-5) !important;
}

.color-grayscale-0 {
  color: var(--bbc-color-grayscale-0) !important;
}

.bg-grayscale-0 {
  background-color: var(--bbc-color-grayscale-0) !important;
}

.color-grayscale-0-a50 {
  color: var(--bbc-color-grayscale-0-a50) !important;
}

.bg-grayscale-0-a50 {
  background-color: var(--bbc-color-grayscale-0-a50) !important;
}

.color-grayscale-0-a70 {
  color: var(--bbc-color-grayscale-0-a70) !important;
}

.bg-grayscale-0-a70 {
  background-color: var(--bbc-color-grayscale-0-a70) !important;
}

.color-grayscale-1 {
  color: var(--bbc-color-grayscale-1) !important;
}

.bg-grayscale-1 {
  background-color: var(--bbc-color-grayscale-1) !important;
}

.color-grayscale-2 {
  color: var(--bbc-color-grayscale-2) !important;
}

.bg-grayscale-2 {
  background-color: var(--bbc-color-grayscale-2) !important;
}

.color-grayscale-3 {
  color: var(--bbc-color-grayscale-3) !important;
}

.bg-grayscale-3 {
  background-color: var(--bbc-color-grayscale-3) !important;
}

.color-grayscale-4 {
  color: var(--bbc-color-grayscale-4) !important;
}

.bg-grayscale-4 {
  background-color: var(--bbc-color-grayscale-4) !important;
}

.color-grayscale-5 {
  color: var(--bbc-color-grayscale-5) !important;
}

.bg-grayscale-5 {
  background-color: var(--bbc-color-grayscale-5) !important;
}

.color-grayscale-6 {
  color: var(--bbc-color-grayscale-6) !important;
}

.bg-grayscale-6 {
  background-color: var(--bbc-color-grayscale-6) !important;
}

.color-grayscale-6-a30 {
  color: var(--bbc-color-grayscale-6-a30) !important;
}

.bg-grayscale-6-a30 {
  background-color: var(--bbc-color-grayscale-6-a30) !important;
}

.color-grayscale-6-a40 {
  color: var(--bbc-color-grayscale-6-a40) !important;
}

.bg-grayscale-6-a40 {
  background-color: var(--bbc-color-grayscale-6-a40) !important;
}

.color-grayscale-6-a60 {
  color: var(--bbc-color-grayscale-6-a60) !important;
}

.bg-grayscale-6-a60 {
  background-color: var(--bbc-color-grayscale-6-a60) !important;
}

.color-negative-0 {
  color: var(--bbc-color-negative-0) !important;
}

.bg-negative-0 {
  background-color: var(--bbc-color-negative-0) !important;
}

.color-border-0 {
  color: var(--bbc-color-border-0) !important;
}

.bg-border-0 {
  background-color: var(--bbc-color-border-0) !important;
}

.color-border-1 {
  color: var(--bbc-color-border-1) !important;
}

.bg-border-1 {
  background-color: var(--bbc-color-border-1) !important;
}

.color-util-focus {
  color: var(--bbc-color-util-focus) !important;
}

.bg-util-focus {
  background-color: var(--bbc-color-util-focus) !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.fs-12 {
  font-size: 12px !important;
}
@media (max-width: 767px) {
  .fs-12 {
    font-size: 10px !important;
  }
}

.fs-14 {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .fs-14 {
    font-size: 12px !important;
  }
}

.fs-16 {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .fs-16 {
    font-size: 14px !important;
  }
}

.fs-18 {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 14px !important;
  }
}

.fs-22 {
  font-size: 22px !important;
}
@media (max-width: 767px) {
  .fs-22 {
    font-size: 16px !important;
  }
}

.fs-26 {
  font-size: 26px !important;
}
@media (max-width: 767px) {
  .fs-26 {
    font-size: 18px !important;
  }
}

.fs-32 {
  font-size: 32px !important;
}
@media (max-width: 767px) {
  .fs-32 {
    font-size: 22px !important;
  }
}
@media (max-width: 1180px) {
  .fs-32 {
    font-size: 30px !important;
  }
}

.fw-400 {
  font-weight: var(--bbc-font-weight-400) !important;
}

.fw-500 {
  font-weight: var(--bbc-font-weight-500) !important;
}

.fw-600 {
  font-weight: var(--bbc-font-weight-600) !important;
}

.fw-700 {
  font-weight: var(--bbc-font-weight-700) !important;
}

.lh {
  line-height: var(--bbc-line-height) !important;
}

.break-normal {
  word-break: normal !important;
}

.break-all {
  word-break: break-all !important;
}

.keep-all {
  word-break: keep-all !important;
}

.break-word {
  word-break: break-word !important;
}

.ell {
  display: -webkit-box !important;
  text-align: left;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  word-break: break-all !important;
}

.ell-2 {
  display: -webkit-box !important;
  text-align: left;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  word-break: break-all !important;
}

@media (max-width: 1024px) {
  .ell-t-sm {
    display: -webkit-box !important;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    word-break: break-all !important;
  }
}

@media (max-width: 1024px) {
  .ell-t-sm-2 {
    display: -webkit-box !important;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    word-break: break-all !important;
  }
}

@media (max-width: 767px) {
  .ell-m-max {
    display: -webkit-box !important;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    word-break: break-all !important;
  }
}

@media (max-width: 767px) {
  .ell-m-max-2 {
    display: -webkit-box !important;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    word-break: break-all !important;
  }
}

@media (max-width: 430px) {
  .ell-m-2xl {
    display: -webkit-box !important;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    word-break: break-all !important;
  }
}

@media (max-width: 430px) {
  .ell-m-2xl-2 {
    display: -webkit-box !important;
    text-align: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    word-break: break-all !important;
  }
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-none {
  cursor: none !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.icon.icon-chevron-down::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.icon.icon-chevron-down.is-md::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-md::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.icon.icon-chevron-down.is-lg::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 18px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-lg::before {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}
.icon.icon-chevron-down.is-xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-xl::before {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}
.icon.icon-chevron-down.is-2xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 22px;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-2xl::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.icon.icon-chevron-down.is-3xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-3xl::before {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
}
.icon.icon-chevron-down.is-4xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 28px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-4xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.icon.icon-chevron-down.is-5xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 36px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .icon.icon-chevron-down.is-5xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.icon.icon-globe::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon.icon-globe::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.icon.icon-globe.is-md::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-md::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.icon.icon-globe.is-lg::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 18px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-lg::before {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}
.icon.icon-globe.is-xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-xl::before {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}
.icon.icon-globe.is-2xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 22px;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-2xl::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.icon.icon-globe.is-3xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-3xl::before {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
}
.icon.icon-globe.is-4xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 28px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-4xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.icon.icon-globe.is-5xl::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 36px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .icon.icon-globe.is-5xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}

/*───────────────────────────────────────
  📌 Body
───────────────────────────────────────*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

:focus-visible {
  outline-width: 1px;
  outline-style: dashed;
  outline-offset: 4px;
  outline-color: var(--bbc-color-util-focus);
}

body {
  line-height: var(--bbc-line-height);
  font-family: var(--bbc-font-family);
  font-size: var(--bbc-font-size-16);
  font-weight: var(--bbc-font-weight-400);
  color: var(--bbc-color-grayscale-6);
}
body.modal-open {
  overflow: hidden;
}
body .bbc {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.no-scroll,
.no-scroll body {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
@charset "UTF-8";
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: content-box;
  line-height: 1;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.icon::before {
  position: relative;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .icon::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.icon.icon-chevron-right::before,
.icon.icon-chevron-right::after {
  right: -5%;
}
.icon.icon-chevron-left::before,
.icon.icon-chevron-left::after {
  left: -5%;
}

.icon.is-md {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.icon.is-md::before {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .icon.is-md {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .icon.is-md::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}

.icon.is-lg {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.icon.is-lg::before {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .icon.is-lg {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  .icon.is-lg::before {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}

.icon.is-xl {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.icon.is-xl::before {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .icon.is-xl {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .icon.is-xl::before {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}

.icon.is-2xl {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.icon.is-2xl::before {
  font-size: 22px;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .icon.is-2xl {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .icon.is-2xl::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}

.icon.is-3xl {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.icon.is-3xl::before {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .icon.is-3xl {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
  .icon.is-3xl::before {
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
}

.icon.is-4xl {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.icon.is-4xl::before {
  font-size: 28px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .icon.is-4xl {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .icon.is-4xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}

.icon.is-5xl {
  width: 36px;
  height: 36px;
  font-size: 36px;
}
.icon.is-5xl::before {
  font-size: 36px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .icon.is-5xl {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .icon.is-5xl::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 80px;
  transition: height 0.3s;
  z-index: 300;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
@media (max-width: 430px) {
  .header {
    padding-top: 0;
  }
}
.header.is-fixed {
  position: fixed;
  padding-top: 0;
  background-color: var(--bbc-color-grayscale-0);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  animation: slideDown 0.3s ease forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1130px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px !important;
}
.header .logo {
  flex: 0 0 auto;
}
.header .logo img {
  width: 130px;
}
.header .gnb-menu {
  height: 100%;
}
@media (max-width: 767px) {
  .header .gnb-menu {
    display: none;
    height: 60px;
  }
}
.header .gnb-menu .gnb-menu-list {
  display: flex;
  gap: 18px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .header .gnb-menu .gnb-menu-list {
    transition: gap 0.3s;
    gap: 0;
  }
}
.header .gnb-menu .gnb-menu-list .gnb-menu {
  height: 100%;
}
.header .gnb-menu .gnb-menu-list .gnb-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 22px;
  font-weight: var(--bbc-font-weight-500);
  color: var(--bbc-color-grayscale-6);
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .header .gnb-menu .gnb-menu-list .gnb-menu button {
    padding: 0 2.1505376344vw;
  }
}
.header .gnb-menu .gnb-menu-list .gnb-menu button:focus-visible {
  outline-width: 1px;
  outline-style: dashed;
  outline-offset: -1px;
  outline-color: var(--bbc-color-util-focus);
}
.header .gnb-menu .gnb-menu-list .gnb-menu button.is-active {
  color: var(--bbc-color-primary-3);
  font-weight: var(--bbc-font-weight-600);
}

/*───────────────────────────────────────
  📌 Wrap
───────────────────────────────────────*/
.wrap {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--bbc-color-grayscale-6);
}
.wrap .page-layout {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .wrap .page-layout {
    padding: 60px 0;
  }
}
.wrap .container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  transition: padding-right 0.3s ease;
}

.policy-container {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .policy-container {
    padding: 30px 0;
  }
}
.policy-container h1 {
  font-size: var(--bbc-font-size-22);
  font-weight: var(--bbc-font-weight-600);
}
.policy-container h2 {
  font-size: var(--bbc-font-size-18);
  font-weight: var(--bbc-font-weight-600);
}
.policy-container p {
  margin-bottom: 10px;
  font-size: var(--bbc-font-size-16);
}
.policy-container ul {
  all: revert;
}

/*───────────────────────────────────────
  📌 Footer
───────────────────────────────────────*/
.footer {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .layout {
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .footer .layout {
    flex-direction: column;
  }
}
.footer .footer-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1200px) {
  .footer .footer-content {
    flex-direction: column;
    gap: 15px;
  }
}
.footer .footer-content .logo {
  margin-top: -6px;
  flex: 0 0 auto;
  width: 155px;
}
@media (max-width: 767px) {
  .footer .footer-content .logo {
    width: 130px;
  }
}
.footer .footer-content .company-info {
  max-width: 608px;
}
.footer .footer-content .company-info .company {
  color: var(--bbc-color-grayscale-6);
  font-size: var(--bbc-font-size-16);
  font-weight: var(--bbc-font-weight-600);
}
.footer .footer-content .company-info .separator {
  margin-top: 4px;
  color: var(--bbc-color-grayscale-5);
}
.footer .footer-content .company-info .separator .item {
  display: flex;
  gap: 8px 4px;
  font-size: var(--bbc-font-size-16);
}
.footer .footer-content .copyright {
  margin-top: 20px;
  color: var(--bbc-color-grayscale-5);
  font-size: var(--bbc-font-size-16);
}
@media (max-width: 1200px) {
  .footer .footer-content .copyright {
    margin-top: 10px;
  }
}
.footer .footer-terms {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-terms .terms-menu {
  color: var(--bbc-color-grayscale-5);
  font-size: var(--bbc-font-size-16);
}
.footer .footer-terms .terms-menu strong {
  font-weight: 600px;
  color: var(--bbc-color-grayscale-6);
}

/*───────────────────────────────────────
  📌 Content
───────────────────────────────────────*/
.content {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .content {
    padding-top: 50px;
  }
}
.content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .content-head {
    margin-bottom: 20px;
  }
}
.content-head-left {
  flex: 1 1 auto;
  gap: 15px;
}
.content-head-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.content-head-desc {
  width: 100%;
  margin-top: 15px;
}
.content-head .headline {
  font-size: var(--bbc-font-size-26);
  font-weight: var(--bbc-font-weight-600);
}
.content-head .text {
  color: var(--bbc-color-grayscale-6);
}

/*───────────────────────────────────────
  📌 Select
───────────────────────────────────────*/
.select {
  position: relative;
}
.select select {
  display: none;
}
.select .custom-select {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 6px;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: var(--bbc-border-radius-8);
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select .custom-select::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f101';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .select .custom-select::before {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.select .custom-select::after {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '\f102';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .select .custom-select::after {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.select .custom-select::after {
  margin-left: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .select .custom-select:hover:not(.is-disabled):not(:disabled) {
    border-color: var(--bbc-color-border-0);
    background-color: var(--bbc-color-grayscale-0-a50);
  }
}
.select .custom-select[aria-expanded='true'] {
  border-color: var(--bbc-color-border-0);
  background-color: var(--bbc-color-grayscale-0-a70);
}
.select .custom-select[aria-expanded='true']::after {
  transform: rotate(180deg);
  top: 2px;
}
@media (max-width: 767px) {
  .select .custom-select {
    height: 40px;
  }
}
.select .custom-select .custom-select-text {
  display: inline-block;
  max-width: 100%;
  color: var(--bbc-color-grayscale-6);
  font-size: var(--bbc-font-size-14);
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  word-break: break-all !important;
}
.select .custom-select .custom-select-text.is-placeholder {
  color: var(--bbc-color-grayscale-6);
}
.select.is-pill .custom-select {
  border-radius: var(--bbc-border-radius-max);
}
.select.is-readonly .custom-select-options {
  pointer-events: none;
  cursor: default;
}
.select.is-disabled .custom-select {
  background-color: var(--bbc-color-grayscale-1);
  border-color: var(--bbc-color-grayscale-1);
  cursor: not-allowed;
}
.select.is-disabled .custom-select .custom-select-text {
  color: var(--bbc-color-grayscale-4);
}
.select.is-disabled .custom-select .custom-select-text.is-placeholder {
  color: var(--bbc-color-grayscale-4);
}
.select.is-error .custom-select {
  border-color: var(--bbc-color-negative-0);
}

.custom-select-options {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 100px;
  padding: 1px 0;
  overflow-y: auto;
  z-index: 1;
  background-color: var(--bbc-color-grayscale-0);
  border: 1px solid var(--bbc-color-border-1);
  border-radius: var(--bbc-border-radius-8);
  box-shadow: var(--bbc-shadow-0);
}
.custom-select-options.is-open {
  display: block;
}
.custom-select-options-below {
  top: 100%;
  margin-top: 5px;
}
.custom-select-options-above {
  bottom: 100%;
  margin-bottom: 5px;
}
.custom-select-options li {
  display: flex;
  align-items: center;
  margin: 4px 5px;
  padding: 10px 8px;
  min-height: 42px;
  color: var(--bbc-color-grayscale-6);
  font-size: var(--bbc-font-size-14);
  background-color: var(--bbc-color-grayscale-0);
  border-radius: var(--bbc-border-radius-4);
  transition: background-color 0.2s;
  cursor: pointer;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .custom-select-options li {
    min-height: 34px;
  }
}
.custom-select-options li.is-selected {
  font-weight: var(--bbc-font-weight-700);
  background-color: var(--bbc-color-primary-1);
}
.custom-select-options li[aria-disabled='true'] {
  display: none;
  pointer-events: none;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  height: 44px;
  padding: 4px 16px;
  border-radius: var(--bbc-border-radius-xs);
  border: 1px solid transparent;
  background-color: var(--bbc-color-grayscale-6);
  color: var(--bbc-color-grayscale-0);
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.btn:has(i.icon):not(:has(span, strong, em, .btn-label)) {
  padding: 0;
}
.btn.is-disabled,
.btn:disabled {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-600);
  border-color: var(--bbc-color-border-200);
  pointer-events: none;
}
.btn.is-pill {
  border-radius: var(--bbc-border-radius-max);
}
.btn.is-full {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn.is-xs {
  min-width: 32px;
  height: 32px;
  padding: 4px 12px;
  font-size: var(--bbc-font-size-14);
}
.btn.is-sm {
  min-width: 38px;
  height: 38px;
  padding: 4px 14px;
  font-size: var(--bbc-font-size-16);
}
.btn.is-lg {
  min-width: 50px;
  height: 50px;
  padding: 10px 30px;
  font-size: 18px;
}
.btn.is-xl {
  min-width: 60px;
  height: 60px;
  padding: 10px 32px;
  font-size: 20px;
}
.btn.is-primary {
  background-color: var(--bbc-color-primary-3);
  color: var(--bbc-color-grayscale-0);
  border-color: var(--bbc-color-primary-3);
}
@media (hover: hover) and (pointer: fine) {
  .btn.is-primary:hover:not(.is-disabled):not(.is-active):not(:disabled) {
    background-color: var(--bbc-color-primary-4);
    border-color: var(--bbc-color-primary-4);
  }
}
.btn.is-primary.is-active {
  background-color: var(--bbc-color-primary-4);
  border-color: var(--bbc-color-primary-4);
}
.btn.is-primary.is-disabled,
.btn.is-primary:disabled {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-600);
  border-color: var(--bbc-color-border-200);
  pointer-events: none;
}
.btn.is-outline {
  background-color: var(--bbc-color-grayscale-0);
  color: var(--bbc-color-grayscale-6);
  border: 1px solid var(--bbc-color-border-200);
}
@media (hover: hover) and (pointer: fine) {
  .btn.is-outline:hover:not(.is-disabled):not(.is-active):not(:disabled) {
    background-color: var(--bbc-color-grayscale-1);
  }
}
.btn.is-outline.is-active {
  background-color: var(--bbc-color-grayscale-1);
}
.btn.is-outline.is-disabled,
.btn.is-outline:disabled {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-600);
  border-color: var(--bbc-color-border-200);
  pointer-events: none;
}
.btn.is-outline.is-primary {
  background-color: var(--bbc-color-grayscale-0);
  color: var(--bbc-color-primary-4);
  border: 1px solid var(--bbc-color-primary-4);
}
@media (hover: hover) and (pointer: fine) {
  .btn.is-outline.is-primary:hover:not(.is-disabled):not(:disabled) {
    background-color: var(--bbc-color-primary-1);
  }
}
.btn.is-outline.is-primary.is-active {
  background-color: var(--bbc-color-primary-4);
}
.btn.is-outline.is-primary.is-disabled,
.btn.is-outline.is-primary:disabled {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-600);
  border-color: var(--bbc-color-border-200);
  pointer-events: none;
}
.btn.is-bare {
  background-color: transparent;
  border-color: transparent;
}

/*───────────────────────────────────────
  📌 TextButton
───────────────────────────────────────*/
.text-btn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  height: 32px;
  padding: 0 4px;
  font-size: var(--bbc-font-size-16);
  text-align: left;
}
.text-btn .btn-label {
  color: var(--bbc-color-grayscale-6);
}
.text-btn.is-disabled,
.text-btn:disabled {
  pointer-events: none;
}
.text-btn.is-disabled .btn-label,
.text-btn:disabled .btn-label {
  color: var(--bbc-color-grayscale-500);
}
@media (hover: hover) and (pointer: fine) {
  .text-btn:hover:not(.is-disabled, :disabled) .btn-label {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--bbc-color-primary-3);
  }
}
.text-btn.is-size {
  font-size: var(--bbc-font-size-14);
}

/*───────────────────────────────────────
    📌 IconButton
───────────────────────────────────────*/
.icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 44px;
  height: 44px;
  border-radius: var(--bbc-border-radius-xs);
  background-color: var(--bbc-color-grayscale-6);
  color: var(--bbc-color-grayscale-0);
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s,
    opacity 0.2s;
}
.icon-btn.is-xxs {
  width: 28px;
  height: 28px;
}
.icon-btn.is-xs {
  width: 32px;
  height: 32px;
}
.icon-btn.is-sm {
  width: 38px;
  height: 38px;
}
.icon-btn.is-fit {
  width: auto;
  height: auto;
}
.icon-btn.is-pill {
  border-radius: var(--bbc-border-radius-max);
}
.icon-btn.is-disabled,
.icon-btn:disabled {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-600);
  border-color: var(--bbc-color-grayscale-1);
  pointer-events: none;
}
.icon-btn.is-error {
  background-color: var(--bbc-color-danger-300);
  color: var(--bbc-color-grayscale-0);
  border-color: var(--bbc-color-danger-300);
}
.icon-btn.is-outline {
  background-color: var(--bbc-color-grayscale-0);
  color: var(--bbc-color-grayscale-600);
  border: 1px solid var(--bbc-color-border-200);
}
@media (hover: hover) and (pointer: fine) {
  .icon-btn.is-outline:hover:not(.is-disabled):not(.is-active):not(:disabled) {
    background-color: var(--bbc-color-grayscale-1);
    color: var(--bbc-color-grayscale-6);
  }
}
.icon-btn.is-outline.is-active {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-6);
}
.icon-btn.is-outline.is-disabled,
.icon-btn.is-outline:disabled {
  background-color: var(--bbc-color-grayscale-1);
  color: var(--bbc-color-grayscale-500);
  border-color: var(--bbc-color-border-200);
  pointer-events: none;
}
.icon-btn.is-ghost {
  background-color: transparent;
  color: var(--bbc-color-grayscale-600);
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .icon-btn.is-ghost:hover:not(.is-disabled):not(.is-active):not(:disabled) {
    background-color: var(--bbc-color-grayscale-1);
  }
}
.icon-btn.is-ghost.is-active {
  background-color: var(--bbc-color-grayscale-1);
}
.icon-btn.is-ghost.is-disabled,
.icon-btn.is-ghost:disabled {
  color: var(--bbc-color-grayscale-500);
  background-color: transparent;
  pointer-events: none;
}
.icon-btn.is-translucent {
  background-color: var(--bbc-color-grayscale-6-a40);
  color: var(--bbc-color-grayscale-0);
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .icon-btn.is-translucent:hover:not(.is-disabled):not(.is-active):not(:disabled) {
    background-color: var(--bbc-color-grayscale-6-a60);
  }
}
.icon-btn.is-translucent.is-active {
  background-color: var(--bbc-color-grayscale-6-a60);
}
.icon-btn.is-translucent.is-disabled,
.icon-btn.is-translucent:disabled {
  background-color: var(--bbc-color-grayscale-6-a30);
  color: var(--bbc-color-grayscale-0-a30);
  pointer-events: none;
}
.icon-btn.is-bare {
  background-color: transparent;
  border-color: transparent;
  color: var(--bbc-color-grayscale-600);
}
.icon-btn.is-bare.is-active {
  background-color: var(--bbc-color-grayscale-1);
}
.icon-btn.is-bare.is-disabled,
.icon-btn.is-bare:disabled {
  color: var(--bbc-color-grayscale-500);
  background-color: transparent;
  pointer-events: none;
}

.btn-set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-set.is-wrap {
  flex-wrap: wrap;
}
.btn-set.is-left {
  justify-content: flex-start;
}
.btn-set.is-right {
  justify-content: flex-end;
}
.btn-set.is-between {
  justify-content: space-between;
}
.btn-set.is-column {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.btn-set.is-column.is-left {
  align-items: flex-start;
}
.btn-set.is-column.is-right {
  align-items: flex-end;
}
.btn-set.is-column.is-between {
  align-items: space-between;
}

/*───────────────────────────────────────
    📌 Modal
───────────────────────────────────────*/
.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 290px;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  overflow-y: auto;
}
.modal-container.is-open {
  display: flex;
}

.gradient-modal,
.modal {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  min-height: 250px;
  margin: auto;
  border-radius: var(--bbc-border-radius-md);
  background-color: var(--bbc-color-grayscale-0);
  box-shadow: var(--bbc-shadow-level3);
  overflow: hidden;
}
.gradient-modal .modal-head,
.modal .modal-head {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  display: flex;
  padding: 35px 35px 30px 35px;
}
.gradient-modal .modal-head + .modal-body,
.modal .modal-head + .modal-body {
  padding-top: 0 !important;
}
.gradient-modal .modal-head .modal-title,
.modal .modal-head .modal-title {
  display: flex;
  align-items: center;
  font-size: var(--bbc-font-size-22);
  font-weight: var(--bbc-font-weight-600);
}
.gradient-modal .modal-head .modal-action,
.modal .modal-head .modal-action {
  margin-left: auto;
  align-self: flex-start;
}
.gradient-modal .modal-head .modal-action .btn-close,
.modal .modal-head .modal-action .btn-close {
  margin-top: 2px;
  color: var(--bbc-color-grayscale-600);
}
.gradient-modal .modal-head .modal-action .btn-close::before,
.modal .modal-head .modal-action .btn-close::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '';
  font-size: 28px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .gradient-modal .modal-head .modal-action .btn-close::before,
  .modal .modal-head .modal-action .btn-close::before {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.gradient-modal .modal-body,
.modal .modal-body {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 35px;
}
.gradient-modal .modal-body .modal-msg,
.modal .modal-body .modal-msg {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.gradient-modal .modal-body .modal-msg .img,
.modal .modal-body .modal-msg .img {
  width: 187px;
}
.gradient-modal .modal-body .modal-msg .title,
.modal .modal-body .modal-msg .title {
  color: var(--bbc-color-primary-3);
  font-size: var(--bbc-font-size-18);
  font-weight: var(--bbc-font-weight-600);
}
.gradient-modal .modal-body .modal-msg .desc,
.modal .modal-body .modal-msg .desc {
  font-weight: var(--bbc-font-weight-400);
}
.gradient-modal .modal-body .modal-msg .desc p:not(:last-child),
.modal .modal-body .modal-msg .desc p:not(:last-child) {
  margin-bottom: 12px;
}
.gradient-modal .modal-foot,
.modal .modal-foot {
  padding: 0px 35px 35px;
}
.is-scroll.gradient-modal,
.is-scroll.modal {
  max-height: 100%;
}
.is-scroll.gradient-modal .modal-body,
.is-scroll.modal .modal-body {
  display: block;
  overflow-y: auto;
}
.is-scroll.gradient-modal .modal-body:last-child,
.is-scroll.modal .modal-body:last-child {
  padding-bottom: 0;
}
.is-scroll.gradient-modal .modal-body:last-child > :last-child,
.is-scroll.modal .modal-body:last-child > :last-child {
  margin-bottom: 35px;
}
.is-sm.gradient-modal,
.is-sm.modal {
  max-width: 500px;
  max-height: 100%;
}
.is-sm.gradient-modal .modal-head,
.is-sm.modal .modal-head {
  padding: 25px 25px 30px;
}
.is-sm.gradient-modal .modal-body,
.is-sm.modal .modal-body {
  padding: 30px 25px;
}
.is-sm.gradient-modal .modal-foot,
.is-sm.modal .modal-foot {
  padding: 0px 25px 25px 25px;
}
.is-lg.gradient-modal,
.is-lg.modal {
  max-width: 1350px;
  max-height: 100%;
}

.gradient-modal .modal-head {
  padding: 15px 20px;
  background: var(--bbc-gradient-primary-100);
}
.gradient-modal .modal-head .modal-title {
  font-size: var(--bbc-font-size-14);
}
.gradient-modal .modal-head .modal-action .btn-close {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: -5px;
  border-radius: var(--bbc-border-radius-max);
  background-color: var(--bbc-color-grayscale-0);
  color: var(--bbc-color-nav-100);
}
.gradient-modal .modal-head .modal-action .btn-close::before {
  display: inline-block;
  font-family: 'bbc-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-align: center;
  content: '';
}
.gradient-modal .modal-head ~ .modal-body {
  padding-top: 15px;
}
.gradient-modal .modal-body {
  padding: 20px;
}
.gradient-modal .modal-foot {
  padding: 15px 20px 20px;
}
.gradient-modal.is-scroll .modal-body:last-child > :last-child {
  margin-bottom: 20px;
}

/*───────────────────────────────────────
    📌 tab
───────────────────────────────────────*/
.tabs.is-underline.is-inline .tab-list {
  display: inline-flex;
}
.tabs.is-underline .tab-list {
  position: relative;
  display: flex;
}
.tabs.is-underline .tab-list .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 75px;
  height: 50px;
  padding: 9px 10px;
  background-color: var(--bbc-color-grayscale-0);
  cursor: pointer;
  transition:
    border-color 0.2s,
    background-color 0.2s,
    color 0.2s;
}
.tabs.is-underline .tab-list .tab .tab-label {
  position: relative;
  font-weight: var(--bbc-font-weight-500);
}
.tabs.is-underline .tab-list .tab:focus-visible {
  z-index: 2;
}
.tabs.is-underline .tab-panel {
  display: none;
  padding: 40px;
  background-color: var(--bbc-color-grayscale-1);
}
.tabs.is-underline .tab-panel.is-active {
  display: block;
}
.tabs.is-underline .tab-list {
  border-bottom: 1px solid var(--bbc-color-border-100);
}
.tabs.is-underline .tab-list .tab {
  padding: 12px 20px;
  background: none;
}
@media (hover: hover) and (pointer: fine) {
  .tabs.is-underline .tab-list .tab:hover:not(.is-active) {
    background-color: var(--bbc-color-grayscale-200);
  }
}
.tabs.is-underline .tab-list .tab.is-active {
  color: var(--bbc-color-primary-3);
}
.tabs.is-underline .tab-list .tab.is-active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--bbc-color-primary-3);
  transform: translateX(-50%);
}

/*───────────────────────────────────────
  📌 Divider
───────────────────────────────────────*/
.separator {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 13px;
  overflow: hidden;
}
.separator .item {
  position: relative;
}
.separator .item:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -5px;
  width: 1px;
  height: 12px;
  background-color: var(--bbc-color-border-200);
  transform: translate(-100%, -50%);
}
.separator .item a:focus-visible,
.separator .item button:focus-visible {
  outline-width: 1px;
  outline-style: dashed;
  outline-offset: -1px;
  outline-color: var(--bbc-color-util-focus);
}

.main-container .main-sec4,
.main-container .main-sec3-cont3,
.main-container .main-sec3-cont2,
.main-container .main-sec3-cont1,
.main-container .main-sec1 {
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .main-container .main-sec4,
  .main-container .main-sec3-cont3,
  .main-container .main-sec3-cont2,
  .main-container .main-sec3-cont1,
  .main-container .main-sec1 {
    padding: 6.2539086929vw 0;
  }
}
.main-container .main-visual {
  position: relative;
  padding-top: 170px;
  padding-bottom: 145px;
  background-image: url('../images/intro/main_visual_bg.png'), linear-gradient(81deg, #f2f6fd 3.46%, #e2e8fc 51.46%, #f9ecff 103.11%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-container .main-visual {
    padding-top: calc(60px + 11.7493472585vw);
    padding-bottom: 65.274151436vw;
  }
}
.main-container .main-visual .text {
  position: relative;
  width: 616px;
}
@media (max-width: 1600px) {
  .main-container .main-visual .text {
    width: 36.7729831144vw;
  }
}
@media (max-width: 1200px) {
  .main-container .main-visual .text {
    width: 100%;
    max-width: 500px;
  }
}
.main-container .main-visual .img {
  position: absolute;
  top: 22%;
  left: calc(50% + 417px);
  width: 612px;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .main-container .main-visual .img {
    width: 38.7742338962vw;
    left: calc(50% + 26.0787992495vw);
  }
}
@media (max-width: 1200px) {
  .main-container .main-visual .img {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .main-container .main-visual .img {
    top: 62%;
    left: calc(50% + 19.3871169481vw);
    width: 80.9399477807vw;
  }
}
.main-container .main-sec1 .text {
  width: 100%;
}
.main-container .main-sec2 {
  position: relative;
  padding: 120px 0;
  background-color: var(--bbc-color-primary-1);
  overflow: hidden;
}
@media (max-width: 1600px) {
  .main-container .main-sec2 {
    padding: 7.5046904315vw 0;
  }
}
.main-container .main-sec2::before {
  display: block;
  position: absolute;
  top: -40px;
  left: calc(50% - 702px);
  width: 702px;
  height: 467px;
  background: url('../images/intro/main_sec2_bg.svg') no-repeat center center;
  background-size: cover;
  transform: translateX(-50%);
  z-index: 0;
  content: '';
}
@media (max-width: 1600px) {
  .main-container .main-sec2::before {
    top: -2.5015634772vw;
    left: calc(50% - 43.9024390244vw);
    width: 43.9024390244vw;
    height: 29.205753596vw;
  }
}
.main-container .main-sec2 .text {
  position: relative;
  width: 100%;
  z-index: 1;
}
.main-container .main-sec3-cont1 .text {
  width: 100%;
}
.main-container .main-sec3-cont2 {
  background: linear-gradient(84deg, #eaf6fa -13.27%, #e4eaff 47.96%, #efe9ff 113.86%);
}
.main-container .main-sec3-cont2 .text {
  margin: 0 auto;
}
.main-container .main-sec3-cont3 .text {
  width: 100%;
}
.main-container .main-sec4 {
  background-color: var(--bbc-color-primary-2);
}
.main-container .main-sec4 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1200px) {
  .main-container .main-sec4 .inner {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .main-container .main-sec4 .inner {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.main-container .main-sec4 .text {
  width: 440px;
}
@media (max-width: 1600px) {
  .main-container .main-sec4 .text {
    width: 27.5171982489vw;
  }
}
@media (max-width: 1200px) {
  .main-container .main-sec4 .text {
    width: 100%;
    max-width: 400px;
  }
}
.main-container .main-sec4 .btn {
  min-width: auto;
  width: 326px;
  height: auto;
  margin-top: 60px;
  padding: 0;
  border-radius: var(--bbc-border-radius-max);
}
@media (max-width: 1600px) {
  .main-container .main-sec4 .btn {
    width: 20.387742339vw;
    margin-top: 3.7523452158vw;
  }
}
@media (max-width: 1200px) {
  .main-container .main-sec4 .btn {
    width: 30%;
    max-width: 300px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-container .main-sec4 .btn {
    width: 40%;
    max-width: 200px;
  }
}

.terms-container {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .terms-container {
    padding-top: 60px;
  }
}

/*───────────────────────────────────────
  📌 Common
───────────────────────────────────────*/
.visually-hidden {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 1px !important;
  border: none !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#skipnavigation a {
  position: fixed;
  left: -3000%;
}
#skipnavigation a:focus {
  display: inline-block;
  top: 0;
  left: 0;
  width: 20%;
  height: 30px;
  color: var(--bbc-color-grayscale-0);
  background: var(--bbc-color-grayscale-6);
  line-height: 30px;
  text-align: center;
  z-index: 9999;
}
