* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  margin: 0;
  padding: 0
}

body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5
}

main {
  display: block
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  text-decoration: underline;
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button {
  -webkit-appearance: button
}

[type=button] {
  -webkit-appearance: button
}

[type=reset] {
  -webkit-appearance: button
}

[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring {
  outline: 1px dotted buttontext
}

[type=button]:-moz-focusring {
  outline: 1px dotted buttontext
}

[type=reset]:-moz-focusring {
  outline: 1px dotted buttontext
}

[type=submit]:-moz-focusring {
  outline: 1px dotted buttontext
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button {
  height: auto
}

[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template,
[hidden] {
  display: none
}

@keyframes zoom-in {
  0% {
    transform: scale(.95)
  }

  66% {
    transform: scale(1.05)
  }

  to {
    transform: scale(1)
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  95%,
  to {
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  95%,
  to {
    opacity: 0
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes spin-dash {
  0% {
    stroke-dasharray: 1 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -40px
  }

  to {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -120px
  }
}

@keyframes spin-scaleY {

  0%,
  40%,
  to {
    transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1)
  }
}

@keyframes jump-scaleY {
  0% {
    transform: translateY(0)scaleY(1)
  }

  7.5% {
    transform: translateY(-120%)scaleY(2)
  }

  15%,
  35% {
    transform: translateY(-120%)scaleY(.5)
  }

  43.5% {
    transform: translateY(0)scaleY(2)
  }

  52.5%,
  72.5% {
    transform: translateY(120%)scaleY(.5)
  }

  80%,
  to {
    transform: translateY(0)scaleY(1)
  }
}

@keyframes blink {

  0%,
  to {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 100%
  }

  to {
    background-position: 0
  }
}

.rc-upload {
  display: inline-flex
}

body {
  --animation-duration-fast: .1s;
  --animation-duration-base: .25s;
  --animation-duration-slow: .4s;
  --zindex-mask: 10;
  --zindex-menu: 1000;
  --zindex-header: 1001;
  --zindex-dropdown: 1200;
  --zindex-modal: 1200;
  --zindex-backTop: 1225;
  --zindex-calendar: 1250;
  --zindex-mobilePop: 1275;
  --zindex-notification: 1300;
  --zindex-alert: 1350;
  --zindex-tooltip: 1400;
  --zindex-coachmark: 1400;
  --zindex-drawer: 9999;
  --radii-2xs: 2px;
  --radii-xs: 4px;
  --radii-s: 6px;
  --radii-m: 8px;
  --radii-l: 10px;
  --radii-2l: 12px;
  --radii-xl: 16px;
  --radii-2xl: 30px;
  --radii-circle: 100em;
  --space-7xs: -2px;
  --space-6xs: 0;
  --space-5xs: 2px;
  --space-4xs: 4px;
  --space-3xs: 5px;
  --space-2xs: 8px;
  --space-xs: 10px;
  --space-s: 12px;
  --space-m: 15px;
  --space-l: 20px;
  --space-xl: 24px;
  --space-2xl: 28px;
  --space-3xl: 32px;
  --space-4xl: 36px;
  --space-5xl: 40px;
  --space-mm: 16px;
  --scroll-pad: 2px;
  --scroll-size: 10px
}

body::-webkit-scrollbar-thumb:active {
  --scroll-pad: 0
}

body * {
  --scroll-size: 6px;
  --scroll-pad: 1px
}

body,
body * {
  --scroll-bg: transparent;
  --scroll-color: var(--color-DisableText)
}

body::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
  background-color: var(--scroll-bg)
}

body ::-webkit-scrollbar {
  width: var(--scroll-size);
  height: var(--scroll-size);
  background-color: var(--scroll-bg)
}

body::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: var(--scroll-bg);
  border-width: var(--scroll-pad);
  background-color: var(--scroll-color);
  background-clip: padding-box;
  border-radius: 20px
}

body ::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: var(--scroll-bg);
  border-width: var(--scroll-pad);
  background-color: var(--scroll-color);
  background-clip: padding-box;
  border-radius: 20px
}

body::-webkit-scrollbar-corner {
  background-color: var(--scroll-bg)
}

body ::-webkit-scrollbar-corner {
  background-color: var(--scroll-bg)
}

@supports not selector(*::-webkit-scrollbar-thumb) {

  body,
  body * {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-color)var(--scroll-bg)
  }
}

@media only screen and (min-width:768px) {
  body {
    --space-3xs: 6px;
    --space-m: 16px
  }

  body::-webkit-scrollbar-thumb:hover {
    --scroll-pad: 0
  }
}

.theme-root {
  background: var(--color-BasicBg);
  color: var(--color-PrimaryText);
  --shadow-shadow1: var(--shadow1-layer1), var(--shadow1-layer2);
  --shadow-shadow2: var(--shadow2-layer1), var(--shadow2-layer2), var(--shadow2-layer3)
}

.theme-root.dark,
.theme-root.midnight {
  --shadow1-layer1: 0px 0px 1px rgba(94, 102, 115, .8);
  --shadow1-layer2: 0px 3px 6px rgba(0, 0, 0, .04);
  --shadow2-layer1: -2px 0px 14px rgba(0, 0, 0, .4);
  --shadow2-layer2: 0px 0px 6px rgba(0, 0, 0, .2);
  --shadow2-layer3: inset 0px 0px 2px rgba(255, 255, 255, .2)
}

.theme-root.light {
  --shadow1-layer1: 0px 1px 6px rgba(24, 26, 32, .1);
  --shadow1-layer2: 0px 3px 6px rgba(71, 77, 87, .04);
  --shadow2-layer1: 0px 8px 32px rgba(17, 17, 26, .05);
  --shadow2-layer2: 0px 4px 16px rgba(17, 17, 26, .1);
  --shadow2-layer3: inset 0px 0px 0px transparent
}

@media only screen and (min-width:768px) {

  .theme-root.dark,
  .theme-root.midnight {
    --shadow3-layer1: 0px 16px 32px rgba(0, 0, 0, .16);
    --shadow3-layer2: 0px 8px 16px rgba(0, 0, 0, .16);
    --shadow3-layer3: inset 0px 0px 1px rgba(94, 102, 115, .9);
    --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
    --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
  }

  .theme-root.light {
    --shadow3-layer1: 0px 0px 1px rgba(24, 26, 32, .1);
    --shadow3-layer2: 0px 16px 32px rgba(71, 77, 87, .16);
    --shadow3-layer3: 0px 8px 16px rgba(24, 26, 32, .16);
    --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
    --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
  }
}

.theme-root.rtl {
  direction: rtl
}

.t-BNDS-Display1-Black {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Display1-Black {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
  }
}

.t-BNDS-Display1-Semi {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Display1-Semi {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
  }
}

.t-BNDS-Display2-Semi {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Display2-Semi {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
  }
}

.t-BNDS-Display3-Semi {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Display3-Semi {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
  }
}

.t-BNDS-Headline1-Black {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Headline1-Black {
    font-size: 28px;
    font-weight: 900;
    line-height: 36px
  }
}

.t-BNDS-Headline1-Semi {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Headline1-Semi {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
  }
}

.t-BNDS-Headline2-Black {
  font-size: 24px;
  font-weight: 900;
  line-height: 34px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Headline2-Black {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px
  }
}

.t-BNDS-Headline2-Semi {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Headline2-Semi {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
  }
}

.t-BNDS-Headline3-Black {
  font-size: 22px;
  font-weight: 900;
  line-height: 32px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Headline3-Black {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px
  }
}

.t-BNDS-Headline3-Semi {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Headline3-Semi {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
  }
}

.t-BNDS-Title1-Semi {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title1-Semi {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
  }
}

.t-BNDS-Title1-Medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title1-Medium {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
  }
}

.t-BNDS-Title2-Semi {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title2-Semi {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px
  }
}

.t-BNDS-Title2-Medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title2-Medium {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
  }
}

.t-BNDS-Title3-Semi {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title3-Semi {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }
}

.t-BNDS-Title3-Medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title3-Medium {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
}

.t-BNDS-Title3M-Medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title3M-Medium {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
  }
}

.t-BNDS-TitleSP1-Semi {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px
}

@media only screen and (min-width:768px) {
  .t-BNDS-TitleSP1-Semi {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px
  }
}

.t-BNDS-TitleSP1-Medium {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px
}

@media only screen and (min-width:768px) {
  .t-BNDS-TitleSP1-Medium {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
  }
}

.t-BNDS-Title4-Semi {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title4-Semi {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
  }
}

.t-BNDS-Title4-Medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title4-Medium {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }
}

.t-BNDS-Title4M-Medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title4M-Medium {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
  }
}

.t-BNDS-Title5-Medium {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title5-Medium {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
  }
}

.t-BNDS-Title5M-Medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Title5M-Medium {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
  }
}

.t-BNDS-Body1-Regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body1-Regular {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
  }
}

.t-BNDS-Body2-Regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body2-Regular {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
  }
}

.t-BNDS-Body3-Regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body3-Regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.t-BNDS-BodySP1-Regular {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px
}

@media only screen and (min-width:768px) {
  .t-BNDS-BodySP1-Regular {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
  }
}

.t-BNDS-Body4-Regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body4-Regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
  }
}

.t-BNDS-Body4M-Regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body4M-Regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
  }
}

.t-BNDS-Body5-Regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body5-Regular {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
  }
}

.t-BNDS-Body5M-Regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Body5M-Regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
  }
}

.t-BNDS-Caption1-Medium {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Caption1-Medium {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px
  }
}

.t-BNDS-Caption1-Regular {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Caption1-Regular {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px
  }
}

.t-BNDS-Caption2-Medium {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Caption2-Medium {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
  }
}

.t-BNDS-Caption2-Regular {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Caption2-Regular {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
  }
}

.t-BNDS-Caption2M-Regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {
  .t-BNDS-Caption2M-Regular {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
  }
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.text-multiple1 {
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.text-multiple2 {
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.text-multiple3 {
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.typography-Headline1,
.t-Headline1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px
}

@media only screen and (min-width:768px) {

  .typography-Headline1,
  .t-Headline1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px
  }
}

.typography-Headline2,
.t-Headline2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px
}

@media only screen and (min-width:768px) {

  .typography-Headline2,
  .t-Headline2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px
  }
}

.typography-Headline3,
.t-Headline3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px
}

@media only screen and (min-width:768px) {

  .typography-Headline3,
  .t-Headline3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
  }
}

.typography-Headline4,
.t-Headline4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px
}

@media only screen and (min-width:768px) {

  .typography-Headline4,
  .t-Headline4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
  }
}

.typography-Headline5,
.t-Headline5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-Headline5,
  .t-Headline5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
  }
}

.typography-Headline6,
.t-Headline6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-Headline6,
  .t-Headline6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
  }
}

.typography-Subtitle1,
.t-Subtitle1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px
}

@media only screen and (min-width:768px) {

  .typography-Subtitle1,
  .t-Subtitle1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
  }
}

.typography-Subtitle2,
.t-Subtitle2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-Subtitle2,
  .t-Subtitle2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
  }
}

.typography-Subtitle3,
.t-Subtitle3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-Subtitle3,
  .t-Subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
}

.typography-Subtitle4,
.t-Subtitle4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

@media only screen and (min-width:768px) {

  .typography-Subtitle4,
  .t-Subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }
}

.typography-Subtitle5,
.t-Subtitle5 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-Subtitle5,
  .t-Subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
  }
}

.typography-Body1,
.t-Body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-Body1,
  .t-Body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
  }
}

.typography-Body2,
.t-Body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-Body2,
  .t-Body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.typography-Body3,
.t-Body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-Body3,
  .t-Body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
  }
}

.typography-Btn_link1,
.t-Btn_link1 {
  text-underline-offset: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-Btn_link1,
  .t-Btn_link1 {
    text-underline-offset: 2px;
    font-size: 20px;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-Btn_link2,
.t-Btn_link2 {
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-Btn_link2,
  .t-Btn_link2 {
    text-underline-offset: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-Btn_link3,
.t-Btn_link3 {
  text-underline-offset: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-Btn_link3,
  .t-Btn_link3 {
    text-underline-offset: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-Btn_link4,
.t-Btn_link4 {
  text-underline-offset: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-Btn_link4,
  .t-Btn_link4 {
    text-underline-offset: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-Caption1,
.t-Caption1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-Caption1,
  .t-Caption1 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
  }
}

.typography-Caption2,
.t-Caption2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-Caption2,
  .t-Caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
  }
}

.typography-Caption3,
.t-Caption3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-Caption3,
  .t-Caption3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
  }
}

.typography-Caption4,
.t-Caption4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-Caption4,
  .t-Caption4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
  }
}

.typography-Primary_num1,
.t-Primary_num1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px
}

@media only screen and (min-width:768px) {

  .typography-Primary_num1,
  .t-Primary_num1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
  }
}

.typography-Primary_num2,
.t-Primary_num2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px
}

@media only screen and (min-width:768px) {

  .typography-Primary_num2,
  .t-Primary_num2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
  }
}

.typography-Primary_num3,
.t-Primary_num3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px
}

@media only screen and (min-width:768px) {

  .typography-Primary_num3,
  .t-Primary_num3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
  }
}

.typography-Secondary_num1,
.t-Secondary_num1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-Secondary_num1,
  .t-Secondary_num1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
  }
}

.typography-Secondary_num2,
.t-Secondary_num2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-Secondary_num2,
  .t-Secondary_num2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
  }
}

.typography-Secondary_num3,
.t-Secondary_num3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-Secondary_num3,
  .t-Secondary_num3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
}

.typography-Tertiary_num1,
.t-Tertiary_num1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-Tertiary_num1,
  .t-Tertiary_num1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
  }
}

.typography-Tertiary_num2,
.t-Tertiary_num2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px
}

@media only screen and (min-width:768px) {

  .typography-Tertiary_num2,
  .t-Tertiary_num2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
  }
}

.typography-Tertiary_num3,
.t-Tertiary_num3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px
}

@media only screen and (min-width:768px) {

  .typography-Tertiary_num3,
  .t-Tertiary_num3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
  }
}

.typography-title1,
.t-title1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px
}

@media only screen and (min-width:768px) {

  .typography-title1,
  .t-title1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 72px
  }
}

.typography-title2,
.t-title2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px
}

@media only screen and (min-width:768px) {

  .typography-title2,
  .t-title2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px
  }
}

.typography-headline0,
.t-headline0 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px
}

@media only screen and (min-width:768px) {

  .typography-headline0,
  .t-headline0 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px
  }
}

.typography-headline1,
.t-headline1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px
}

@media only screen and (min-width:768px) {

  .typography-headline1,
  .t-headline1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
  }
}

.typography-headline2,
.t-headline2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px
}

@media only screen and (min-width:768px) {

  .typography-headline2,
  .t-headline2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
  }
}

.typography-headline2-1,
.t-headline2-1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px
}

@media only screen and (min-width:768px) {

  .typography-headline2-1,
  .t-headline2-1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px
  }
}

.typography-headline3,
.t-headline3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-headline3,
  .t-headline3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
  }
}

.typography-headline4,
.t-headline4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px
}

@media only screen and (min-width:768px) {

  .typography-headline4,
  .t-headline4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
  }
}

.typography-headline5,
.t-headline5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px
}

@media only screen and (min-width:768px) {

  .typography-headline5,
  .t-headline5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
  }
}

.typography-headline6,
.t-headline6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px
}

@media only screen and (min-width:768px) {

  .typography-headline6,
  .t-headline6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
  }
}

.typography-subtitle4,
.t-subtitle4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-subtitle4,
  .t-subtitle4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
  }
}

.typography-subtitle5,
.t-subtitle5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-subtitle5,
  .t-subtitle5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
  }
}

.typography-subtitle6,
.t-subtitle6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-subtitle6,
  .t-subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }
}

.typography-subtitle7,
.t-subtitle7 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-subtitle7,
  .t-subtitle7 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
  }
}

.typography-subtitle1,
.t-subtitle1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-subtitle1,
  .t-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
}

.typography-subtitle2,
.t-subtitle2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-subtitle2,
  .t-subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }
}

.typography-subtitle3,
.t-subtitle3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-subtitle3,
  .t-subtitle3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
  }
}

.typography-body1,
.t-body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-body1,
  .t-body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
  }
}

.typography-body1-1,
.t-body1-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-body1-1,
  .t-body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.typography-body2,
.t-body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-body2,
  .t-body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.typography-body3,
.t-body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-body3,
  .t-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
  }
}

.typography-body4,
.t-body4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-body4,
  .t-body4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }
}

.typography-body5,
.t-body5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-body5,
  .t-body5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
  }
}

.typography-btnLink1,
.t-btnLink1 {
  text-underline-offset: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-btnLink1,
  .t-btnLink1 {
    text-underline-offset: 2px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-btnLink1-1,
.t-btnLink1-1 {
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-btnLink1-1,
  .t-btnLink1-1 {
    text-underline-offset: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-btnLink2,
.t-btnLink2 {
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-btnLink2,
  .t-btnLink2 {
    text-underline-offset: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-btnLink3,
.t-btnLink3 {
  text-underline-offset: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-btnLink3,
  .t-btnLink3 {
    text-underline-offset: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-btnLink4,
.t-btnLink4 {
  text-underline-offset: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-btnLink4,
  .t-btnLink4 {
    text-underline-offset: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-btnLink5,
.t-btnLink5 {
  text-underline-offset: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}

@media only screen and (min-width:768px) {

  .typography-btnLink5,
  .t-btnLink5 {
    text-underline-offset: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
}

.typography-caption0,
.t-caption0 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-caption0,
  .t-caption0 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
  }
}

.typography-caption1,
.t-caption1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-caption1,
  .t-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
  }
}

.typography-caption1-1,
.t-caption1-1 {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-caption1-1,
  .t-caption1-1 {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px
  }
}

.typography-caption1-2,
.t-caption1-2 {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-caption1-2,
  .t-caption1-2 {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px
  }
}

.typography-caption2,
.t-caption2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-caption2,
  .t-caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
  }
}

.typography-caption3,
.t-caption3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-caption3,
  .t-caption3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
  }
}

.typography-content1,
.t-content1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px
}

@media only screen and (min-width:768px) {

  .typography-content1,
  .t-content1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px
  }
}

.typography-content2,
.t-content2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px
}

@media only screen and (min-width:768px) {

  .typography-content2,
  .t-content2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
  }
}

.typography-content3,
.t-content3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px
}

@media only screen and (min-width:768px) {

  .typography-content3,
  .t-content3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
  }
}

.typography-content4,
.t-content4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px
}

@media only screen and (min-width:768px) {

  .typography-content4,
  .t-content4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
  }
}

.typography-content5,
.t-content5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

@media only screen and (min-width:768px) {

  .typography-content5,
  .t-content5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
  }
}

.typography-primaryNum0,
.t-primaryNum0 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px
}

@media only screen and (min-width:768px) {

  .typography-primaryNum0,
  .t-primaryNum0 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px
  }
}

.typography-primaryNum1,
.t-primaryNum1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px
}

@media only screen and (min-width:768px) {

  .typography-primaryNum1,
  .t-primaryNum1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
  }
}

.typography-primaryNum1-1,
.t-primaryNum1-1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px
}

@media only screen and (min-width:768px) {

  .typography-primaryNum1-1,
  .t-primaryNum1-1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
  }
}

.typography-primaryNum2,
.t-primaryNum2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px
}

@media only screen and (min-width:768px) {

  .typography-primaryNum2,
  .t-primaryNum2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
  }
}

.typography-primaryNum3,
.t-primaryNum3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px
}

@media only screen and (min-width:768px) {

  .typography-primaryNum3,
  .t-primaryNum3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
  }
}

.typography-secondaryNum1,
.t-secondaryNum1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px
}

@media only screen and (min-width:768px) {

  .typography-secondaryNum1,
  .t-secondaryNum1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
  }
}

.typography-secondaryNum2,
.t-secondaryNum2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px
}

@media only screen and (min-width:768px) {

  .typography-secondaryNum2,
  .t-secondaryNum2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
  }
}

.typography-secondaryNum3,
.t-secondaryNum3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-secondaryNum3,
  .t-secondaryNum3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
}

.typography-tertiaryNum1,
.t-tertiaryNum1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-tertiaryNum1,
  .t-tertiaryNum1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }
}

.typography-tertiaryNum2,
.t-tertiaryNum2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-tertiaryNum2,
  .t-tertiaryNum2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
  }
}

.typography-tertiaryNum3,
.t-tertiaryNum3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-tertiaryNum3,
  .t-tertiaryNum3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
  }
}

.typography-strong01,
.t-strong01 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px
}

@media only screen and (min-width:768px) {

  .typography-strong01,
  .t-strong01 {
    font-size: 56px;
    font-weight: 900;
    line-height: 72px
  }
}

.typography-strong0,
.t-strong0 {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px
}

@media only screen and (min-width:768px) {

  .typography-strong0,
  .t-strong0 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
  }
}

.typography-strong1,
.t-strong1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px
}

@media only screen and (min-width:768px) {

  .typography-strong1,
  .t-strong1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 36px
  }
}

.typography-strong2,
.t-strong2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 34px
}

@media only screen and (min-width:768px) {

  .typography-strong2,
  .t-strong2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px
  }
}

.typography-strong3,
.t-strong3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 32px
}

@media only screen and (min-width:768px) {

  .typography-strong3,
  .t-strong3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px
  }
}

.typography-Title3M-Medium,
.t-Title3M-Medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

@media only screen and (min-width:768px) {

  .typography-Title3M-Medium,
  .t-Title3M-Medium {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }
}

.typography-Title4M-Medium,
.t-Title4M-Medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-Title4M-Medium,
  .t-Title4M-Medium {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
  }
}

.typography-Title5M-Medium,
.t-Title5M-Medium {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-Title5M-Medium,
  .t-Title5M-Medium {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
  }
}

.typography-Body4M-Regular,
.t-Body4M-Regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

@media only screen and (min-width:768px) {

  .typography-Body4M-Regular,
  .t-Body4M-Regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
  }
}

.typography-Body5M-Regular,
.t-Body5M-Regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

@media only screen and (min-width:768px) {

  .typography-Body5M-Regular,
  .t-Body5M-Regular {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
  }
}

.typography-Caption2M-Regular,
.t-Caption2M-Regular {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px
}

@media only screen and (min-width:768px) {

  .typography-Caption2M-Regular,
  .t-Caption2M-Regular {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
  }
}