
      @charset " UTF-8";
      @import"https://fonts.cdnfonts.com/css/euclid-circular-b";

      @-webkit-keyframes mui-auto-fill {}

      @-webkit-keyframes mui-auto-fill-cancel {}

      .MuiInputBase-root {
        color: #000000de;
        cursor: text;
        display: inline-flex;
        position: relative;
        font-size: 1rem;
        box-sizing: border-box;
        align-items: center;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.1876em;
        letter-spacing: .00938em
      }

      .MuiInputBase-root.Mui-disabled {
        color: #00000061;
        cursor: default
      }

      .MuiInputBase-multiline {
        padding: 6px 0 7px
      }

      .MuiInputBase-multiline.MuiInputBase-marginDense {
        padding-top: 3px
      }

      .MuiInputBase-fullWidth {
        width: 100%
      }

      .MuiInputBase-input {
        font: inherit;
        color: currentColor;
        width: 100%;
        border: 0;
        height: 1.1876em;
        margin: 0;
        display: block;
        padding: 6px 0 7px;
        min-width: 0;
        background: none;
        box-sizing: content-box;
        animation-name: mui-auto-fill-cancel;
        letter-spacing: inherit;
        animation-duration: 10ms;
        -webkit-tap-highlight-color: transparent
      }

      .MuiInputBase-input::-webkit-input-placeholder {
        color: currentColor;
        opacity: .42;
        transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 0ms
      }

      .MuiInputBase-input::-moz-placeholder {
        color: currentColor;
        opacity: .42;
        transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 0ms
      }

      .MuiInputBase-input:-ms-input-placeholder {
        color: currentColor;
        opacity: .42;
        transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 0ms
      }

      .MuiInputBase-input::-ms-input-placeholder {
        color: currentColor;
        opacity: .42;
        transition: opacity .2s cubic-bezier(.4, 0, .2, 1) 0ms
      }

      .MuiInputBase-input:focus {
        outline: 0
      }

      .MuiInputBase-input:invalid {
        box-shadow: none
      }

      .MuiInputBase-input::-webkit-search-decoration {
        -webkit-appearance: none
      }

      .MuiInputBase-input.Mui-disabled {
        opacity: 1
      }

      .MuiInputBase-input:-webkit-autofill {
        animation-name: mui-auto-fill;
        animation-duration: 5000s
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
        opacity: 0 !important
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
        opacity: 0 !important
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
        opacity: 0 !important
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
        opacity: 0 !important
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
        opacity: .42
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
        opacity: .42
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
        opacity: .42
      }

      label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
        opacity: .42
      }

      .MuiInputBase-inputMarginDense {
        padding-top: 3px
      }

      .MuiInputBase-inputMultiline {
        height: auto;
        resize: none;
        padding: 0
      }

      .MuiInputBase-inputTypeSearch {
        -moz-appearance: textfield;
        -webkit-appearance: textfield
      }

      .MuiInput-root {
        position: relative
      }

      label+.MuiInput-formControl {
        margin-top: 16px
      }

      .MuiInput-colorSecondary.MuiInput-underline:after {
        border-bottom-color: #f50057
      }

      .MuiInput-underline:after {
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        position: absolute;
        transform: scaleX(0);
        transition: transform .2s cubic-bezier(0, 0, .2, 1) 0ms;
        border-bottom: 2px solid #3f51b5;
        pointer-events: none
      }

      .MuiInput-underline.Mui-focused:after {
        transform: scaleX(1)
      }

      .MuiInput-underline.Mui-error:after {
        transform: scaleX(1);
        border-bottom-color: #f44336
      }

      .MuiInput-underline:before {
        left: 0;
        right: 0;
        bottom: 0;
        content: " ";
        position: absolute;
        transition: border-bottom-color .2s cubic-bezier(.4, 0, .2, 1) 0ms;
        border-bottom: 1px solid rgba(0, 0, 0, .42);
        pointer-events: none
      }

      .MuiInput-underline:hover:not(.Mui-disabled):before {
        border-bottom: 2px solid rgba(0, 0, 0, .87)
      }

      .MuiInput-underline.Mui-disabled:before {
        border-bottom-style: dotted
      }

      @media (hover: none) {
        .MuiInput-underline:hover:not(.Mui-disabled):before {
          border-bottom: 1px solid rgba(0, 0, 0, .42)
        }
      }

      .MuiFormControl-root {
        border: 0;
        margin: 0;
        display: inline-flex;
        padding: 0;
        position: relative;
        min-width: 0;
        flex-direction: column;
        vertical-align: top
      }

      .MuiFormControl-marginNormal {
        margin-top: 16px;
        margin-bottom: 8px
      }

      .MuiFormControl-marginDense {
        margin-top: 8px;
        margin-bottom: 4px
      }

      .MuiFormControl-fullWidth {
        width: 100%
      }

      .jss31 {
        color: var(--color-text-alternative);
        font-weight: 400
      }

      .jss31.jss32,
      .jss31.jss34 {
        color: var(--color-text-alternative)
      }

      .jss33:before {
        border-bottom: 1px solid var(--color-text-default) !important
      }

      .jss33:after {
        border-bottom: 2px solid var(--color-primary-default)
      }

      .jss35 {
        color: var(--color-text-alternative)
      }

      .jss36 {
        padding: 8px
      }

      .jss36::placeholder {
        color: var(--color-text-alternative)
      }

      .jss37 {
        color: var(--color-background-default)
      }

      .jss38:after {
        border-bottom: 2px solid var(--color-background-default)
      }

      .jss39.jss40,
      .jss39.jss34 {
        color: var(--color-text-alternative)
      }

      .jss42 {
        color: var(--color-text-default);
        border: 1px solid var(--color-border-default);
        height: 48px;
        display: flex;
        padding: 0 16px;
        align-items: center;
        border-radius: 6px;
        background-color: var(--color-background-default)
      }

      label+.jss42 {
        margin-top: 9px
      }

      .jss42.jss41 {
        border: 1px solid var(--color-primary-default)
      }

      .jss43 {
        color: var(--color-text-default);
        position: initial;
        font-size: 1rem;
        transform: none;
        transition: none
      }

      .jss44 {
        color: var(--color-text-default);
        position: initial;
        font-size: .75rem;
        transform: none;
        transition: none
      }

      .jss45 {
        line-height: initial !important
      }

      .is1 {
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default)
      }

      .overflow-x-hidden {
        overflow-x: hidden
      }

      .overflow-hidden {
        overflow: hidden
      }

      .il3 {
        height: 34px;
        width: 34px;
        border-radius: 17px
      }

      .il4 {
        border-radius: 50px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #fb1858
      }

      .notextwrap {
        text-wrap: nowrap
      }

      .ether {
        color: var(--color-text-alternative);
        flex-wrap: nowrap
      }

      .phrase {
        display: flex;
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: space-between
      }

      .input-wrapper {
        display: flex;
        width: 50%;
        margin-bottom: 15px
      }

      .input-wrapper .MuiInput-formControl {
        width: 100%
      }

      .input-wrapper label {
        align-items: center;
        gap: 5%;
        display: flex
      }

      .steps-inner div {
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-right: 8px
      }

      .steps-inner div::-webkit-scrollbar {
        display: none
      }

      .textcenter {
        text-align: center
      }

      #logo-container {
        margin-block: 15px
      }

      #logo-container svg:last-child {
        display: none
      }

      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,
      u,
      i,
      center,
      dl,
      dt,
      dd,
      ol,
      ul,
      li,
      fieldset,
      form,
      label,
      legend,
      table,
      caption,
      tbody,
      tfoot,
      thead,
      tr,
      th,
      td,
      article,
      aside,
      canvas,
      details,
      embed,
      figure,
      figcaption,
      footer,
      header,
      hgroup,
      menu,
      nav,
      output,
      ruby,
      section,
      summary,
      time,
      mark,
      audio,
      video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font-weight: inherit;
        font-style: inherit;
        font-variant: inherit;
        font-size: inherit;
        line-height: inherit;
        vertical-align: baseline
      }

      b {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font-style: inherit;
        font-variant: inherit;
        font-size: inherit;
        line-height: inherit;
        vertical-align: baseline
      }

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

      ol,
      ul {
        list-style: none
      }

      blockquote,
      q {
        quotes: none
      }

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

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

      button {
        border-style: none;
        cursor: pointer
      }

      button::-moz-focus-inner {
        border: none
      }

      .fa,
      .fas,
      .far,
      .fal,
      .fad,
      .fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1
      }

      .fa-lg {
        font-size: 1.3333333333em;
        line-height: .75em;
        vertical-align: -.0667em
      }

      .fa-xs {
        font-size: .75em
      }

      .fa-sm {
        font-size: .875em
      }

      .fa-1x {
        font-size: 1em
      }

      .fa-2x {
        font-size: 2em
      }

      .fa-3x {
        font-size: 3em
      }

      .fa-4x {
        font-size: 4em
      }

      .fa-5x {
        font-size: 5em
      }

      .fa-6x {
        font-size: 6em
      }

      .fa-7x {
        font-size: 7em
      }

      .fa-8x {
        font-size: 8em
      }

      .fa-9x {
        font-size: 9em
      }

      .fa-10x {
        font-size: 10em
      }

      .fa-fw {
        text-align: center;
        width: 1.25em
      }

      .fa-ul {
        list-style-type: none
      }

      [dir=ltr] .fa-ul {
        margin-left: 2.5em;
        padding-left: 0
      }

      [dir=rtl] .fa-ul {
        margin-right: 2.5em;
        padding-right: 0
      }

      .fa-ul>li {
        position: relative
      }

      .fa-li {
        position: absolute;
        text-align: center;
        width: 2em;
        line-height: inherit
      }

      [dir=ltr] .fa-li {
        left: -2em
      }

      [dir=rtl] .fa-li {
        right: -2em
      }

      .fa-border {
        border: solid .08em #eee;
        border-radius: .1em;
        padding: .2em .25em .15em
      }

      [dir=ltr] .fa-pull-left {
        float: left
      }

      [dir=rtl] .fa-pull-left,
      [dir=ltr] .fa-pull-right {
        float: right
      }

      [dir=rtl] .fa-pull-right {
        float: left
      }

      [dir=ltr] .fa.fa-pull-left,
      [dir=ltr] .fas.fa-pull-left,
      [dir=ltr] .far.fa-pull-left,
      [dir=ltr] .fal.fa-pull-left,
      [dir=ltr] .fab.fa-pull-left {
        margin-right: .3em
      }

      [dir=rtl] .fa.fa-pull-left,
      [dir=rtl] .fas.fa-pull-left,
      [dir=rtl] .far.fa-pull-left,
      [dir=rtl] .fal.fa-pull-left,
      [dir=rtl] .fab.fa-pull-left,
      [dir=ltr] .fa.fa-pull-right,
      [dir=ltr] .fas.fa-pull-right,
      [dir=ltr] .far.fa-pull-right,
      [dir=ltr] .fal.fa-pull-right,
      [dir=ltr] .fab.fa-pull-right {
        margin-left: .3em
      }

      [dir=rtl] .fa.fa-pull-right,
      [dir=rtl] .fas.fa-pull-right,
      [dir=rtl] .far.fa-pull-right,
      [dir=rtl] .fal.fa-pull-right,
      [dir=rtl] .fab.fa-pull-right {
        margin-right: .3em
      }

      .fa-spin {
        animation: fa-spin 2s infinite linear
      }

      .fa-pulse {
        animation: fa-spin 1s infinite steps(8)
      }

      @keyframes fa-spin {
        0% {
          transform: rotate(0)
        }

        to {
          transform: rotate(360deg)
        }
      }

      .fa-rotate-90 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
      }

      [dir=ltr] .fa-rotate-90 {
        transform: rotate(90deg)
      }

      [dir=rtl] .fa-rotate-90 {
        transform: rotate(-90deg)
      }

      .fa-rotate-180 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"
      }

      [dir=ltr] .fa-rotate-180 {
        transform: rotate(180deg)
      }

      [dir=rtl] .fa-rotate-180 {
        transform: rotate(-180deg)
      }

      .fa-rotate-270 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
      }

      [dir=ltr] .fa-rotate-270 {
        transform: rotate(270deg)
      }

      [dir=rtl] .fa-rotate-270 {
        transform: rotate(-270deg)
      }

      .fa-flip-horizontal {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
        transform: scaleX(-1)
      }

      .fa-flip-vertical {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        transform: scaleY(-1)
      }

      .fa-flip-both,
      .fa-flip-horizontal.fa-flip-vertical {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        transform: scale(-1)
      }

      :root .fa-rotate-90,
      :root .fa-rotate-180,
      :root .fa-rotate-270,
      :root .fa-flip-horizontal,
      :root .fa-flip-vertical,
      :root .fa-flip-both {
        filter: none
      }

      .fa-stack {
        display: inline-block;
        height: 2em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 2.5em
      }

      .fa-stack-1x,
      .fa-stack-2x {
        position: absolute;
        text-align: center;
        width: 100%
      }

      [dir=ltr] .fa-stack-1x,
      [dir=ltr] .fa-stack-2x {
        left: 0
      }

      [dir=rtl] .fa-stack-1x,
      [dir=rtl] .fa-stack-2x {
        right: 0
      }

      .fa-stack-1x {
        line-height: inherit
      }

      .fa-stack-2x {
        font-size: 2em
      }

      .fa-inverse {
        color: #fff
      }

      .fa-500px:before {
        content: ""
      }

      .fa-accessible-icon:before {
        content: ""
      }

      .fa-accusoft:before {
        content: ""
      }

      .fa-acquisitions-incorporated:before {
        content: ""
      }

      .fa-ad:before {
        content: ""
      }

      .fa-address-book:before {
        content: ""
      }

      .fa-address-card:before {
        content: ""
      }

      .fa-adjust:before {
        content: ""
      }

      .fa-adn:before {
        content: ""
      }

      .fa-adobe:before {
        content: ""
      }

      .fa-adversal:before {
        content: ""
      }

      .fa-affiliatetheme:before {
        content: ""
      }

      .fa-air-freshener:before {
        content: ""
      }

      .fa-airbnb:before {
        content: ""
      }

      .fa-algolia:before {
        content: ""
      }

      .fa-align-center:before {
        content: ""
      }

      .fa-align-justify:before {
        content: ""
      }

      .fa-align-left:before {
        content: ""
      }

      .fa-align-right:before {
        content: ""
      }

      .fa-alipay:before {
        content: ""
      }

      .fa-allergies:before {
        content: ""
      }

      .fa-amazon:before {
        content: ""
      }

      .fa-amazon-pay:before {
        content: ""
      }

      .fa-ambulance:before {
        content: ""
      }

      .fa-american-sign-language-interpreting:before {
        content: ""
      }

      .fa-amilia:before {
        content: ""
      }

      .fa-anchor:before {
        content: ""
      }

      .fa-android:before {
        content: ""
      }

      .fa-angellist:before {
        content: ""
      }

      .fa-angle-double-down:before {
        content: ""
      }

      .fa-angle-double-left:before {
        content: ""
      }

      .fa-angle-double-right:before {
        content: ""
      }

      .fa-angle-double-up:before {
        content: ""
      }

      .fa-angle-down:before {
        content: ""
      }

      .fa-angle-left:before {
        content: ""
      }

      .fa-angle-right:before {
        content: ""
      }

      .fa-angle-up:before {
        content: ""
      }

      .fa-angry:before {
        content: ""
      }

      .fa-angrycreative:before {
        content: ""
      }

      .fa-angular:before {
        content: ""
      }

      .fa-ankh:before {
        content: ""
      }

      .fa-app-store:before {
        content: ""
      }

      .fa-app-store-ios:before {
        content: ""
      }

      .fa-apper:before {
        content: ""
      }

      .fa-apple:before {
        content: ""
      }

      .fa-apple-alt:before {
        content: ""
      }

      .fa-apple-pay:before {
        content: ""
      }

      .fa-archive:before {
        content: ""
      }

      .fa-archway:before {
        content: ""
      }

      .fa-arrow-alt-circle-down:before {
        content: ""
      }

      .fa-arrow-alt-circle-left:before {
        content: ""
      }

      .fa-arrow-alt-circle-right:before {
        content: ""
      }

      .fa-arrow-alt-circle-up:before {
        content: ""
      }

      .fa-arrow-circle-down:before {
        content: ""
      }

      .fa-arrow-circle-left:before {
        content: ""
      }

      .fa-arrow-circle-right:before {
        content: ""
      }

      .fa-arrow-circle-up:before {
        content: ""
      }

      .fa-arrow-down:before {
        content: ""
      }

      .fa-arrow-left:before {
        content: ""
      }

      .fa-arrow-right:before {
        content: ""
      }

      .fa-arrow-up:before {
        content: ""
      }

      .fa-arrows-alt:before {
        content: ""
      }

      .fa-arrows-alt-h:before {
        content: ""
      }

      .fa-arrows-alt-v:before {
        content: ""
      }

      .fa-artstation:before {
        content: ""
      }

      .fa-assistive-listening-systems:before {
        content: ""
      }

      .fa-asterisk:before {
        content: ""
      }

      .fa-asymmetrik:before {
        content: ""
      }

      .fa-at:before {
        content: ""
      }

      .fa-atlas:before {
        content: ""
      }

      .fa-atlassian:before {
        content: ""
      }

      .fa-atom:before {
        content: ""
      }

      .fa-audible:before {
        content: ""
      }

      .fa-audio-description:before {
        content: ""
      }

      .fa-autoprefixer:before {
        content: ""
      }

      .fa-avianex:before {
        content: ""
      }

      .fa-aviato:before {
        content: ""
      }

      .fa-award:before {
        content: ""
      }

      .fa-aws:before {
        content: ""
      }

      .fa-baby:before {
        content: ""
      }

      .fa-baby-carriage:before {
        content: ""
      }

      .fa-backspace:before {
        content: ""
      }

      .fa-backward:before {
        content: ""
      }

      .fa-bacon:before {
        content: ""
      }

      .fa-bahai:before {
        content: ""
      }

      .fa-balance-scale:before {
        content: ""
      }

      .fa-balance-scale-left:before {
        content: ""
      }

      .fa-balance-scale-right:before {
        content: ""
      }

      .fa-ban:before {
        content: ""
      }

      .fa-band-aid:before {
        content: ""
      }

      .fa-bandcamp:before {
        content: ""
      }

      .fa-barcode:before {
        content: ""
      }

      .fa-bars:before {
        content: ""
      }

      .fa-baseball-ball:before {
        content: ""
      }

      .fa-basketball-ball:before {
        content: ""
      }

      .fa-bath:before {
        content: ""
      }

      .fa-battery-empty:before {
        content: ""
      }

      .fa-battery-full:before {
        content: ""
      }

      .fa-battery-half:before {
        content: ""
      }

      .fa-battery-quarter:before {
        content: ""
      }

      .fa-battery-three-quarters:before {
        content: ""
      }

      .fa-battle-net:before {
        content: ""
      }

      .fa-bed:before {
        content: ""
      }

      .fa-beer:before {
        content: ""
      }

      .fa-behance:before {
        content: ""
      }

      .fa-behance-square:before {
        content: ""
      }

      .fa-bell:before {
        content: ""
      }

      .fa-bell-slash:before {
        content: ""
      }

      .fa-bezier-curve:before {
        content: ""
      }

      .fa-bible:before {
        content: ""
      }

      .fa-bicycle:before {
        content: ""
      }

      .fa-biking:before {
        content: ""
      }

      .fa-bimobject:before {
        content: ""
      }

      .fa-binoculars:before {
        content: ""
      }

      .fa-biohazard:before {
        content: ""
      }

      .fa-birthday-cake:before {
        content: ""
      }

      .fa-bitbucket:before {
        content: ""
      }

      .fa-bitcoin:before {
        content: ""
      }

      .fa-bity:before {
        content: ""
      }

      .fa-black-tie:before {
        content: ""
      }

      .fa-blackberry:before {
        content: ""
      }

      .fa-blender:before {
        content: ""
      }

      .fa-blender-phone:before {
        content: ""
      }

      .fa-blind:before {
        content: ""
      }

      .fa-blog:before {
        content: ""
      }

      .fa-blogger:before {
        content: ""
      }

      .fa-blogger-b:before {
        content: ""
      }

      .fa-bluetooth:before {
        content: ""
      }

      .fa-bluetooth-b:before {
        content: ""
      }

      .fa-bold:before {
        content: ""
      }

      .fa-bolt:before {
        content: ""
      }

      .fa-bomb:before {
        content: ""
      }

      .fa-bone:before {
        content: ""
      }

      .fa-bong:before {
        content: ""
      }

      .fa-book:before {
        content: ""
      }

      .fa-book-dead:before {
        content: ""
      }

      .fa-book-medical:before {
        content: ""
      }

      .fa-book-open:before {
        content: ""
      }

      .fa-book-reader:before {
        content: ""
      }

      .fa-bookmark:before {
        content: ""
      }

      .fa-bootstrap:before {
        content: ""
      }

      .fa-border-all:before {
        content: ""
      }

      .fa-border-none:before {
        content: ""
      }

      .fa-border-style:before {
        content: ""
      }

      .fa-bowling-ball:before {
        content: ""
      }

      .fa-box:before {
        content: ""
      }

      .fa-box-open:before {
        content: ""
      }

      .fa-box-tissue:before {
        content: "拏"
      }

      .fa-boxes:before {
        content: ""
      }

      .fa-braille:before {
        content: ""
      }

      .fa-brain:before {
        content: ""
      }

      .fa-bread-slice:before {
        content: ""
      }

      .fa-briefcase:before {
        content: ""
      }

      .fa-briefcase-medical:before {
        content: ""
      }

      .fa-broadcast-tower:before {
        content: ""
      }

      .fa-broom:before {
        content: ""
      }

      .fa-brush:before {
        content: ""
      }

      .fa-btc:before {
        content: ""
      }

      .fa-buffer:before {
        content: ""
      }

      .fa-bug:before {
        content: ""
      }

      .fa-building:before {
        content: ""
      }

      .fa-bullhorn:before {
        content: ""
      }

      .fa-bullseye:before {
        content: ""
      }

      .fa-burn:before {
        content: ""
      }

      .fa-buromobelexperte:before {
        content: ""
      }

      .fa-bus:before {
        content: ""
      }

      .fa-bus-alt:before {
        content: ""
      }

      .fa-business-time:before {
        content: ""
      }

      .fa-buy-n-large:before {
        content: ""
      }

      .fa-buysellads:before {
        content: ""
      }

      .fa-calculator:before {
        content: ""
      }

      .fa-calendar:before {
        content: ""
      }

      .fa-calendar-alt:before {
        content: ""
      }

      .fa-calendar-check:before {
        content: ""
      }

      .fa-calendar-day:before {
        content: ""
      }

      .fa-calendar-minus:before {
        content: ""
      }

      .fa-calendar-plus:before {
        content: ""
      }

      .fa-calendar-times:before {
        content: ""
      }

      .fa-calendar-week:before {
        content: ""
      }

      .fa-camera:before {
        content: ""
      }

      .fa-camera-retro:before {
        content: ""
      }

      .fa-campground:before {
        content: ""
      }

      .fa-canadian-maple-leaf:before {
        content: ""
      }

      .fa-candy-cane:before {
        content: ""
      }

      .fa-cannabis:before {
        content: ""
      }

      .fa-capsules:before {
        content: ""
      }

      .fa-car:before {
        content: ""
      }

      .fa-car-alt:before {
        content: ""
      }

      .fa-car-battery:before {
        content: ""
      }

      .fa-car-crash:before {
        content: ""
      }

      .fa-car-side:before {
        content: ""
      }

      .fa-caravan:before {
        content: ""
      }

      .fa-caret-down:before {
        content: ""
      }

      .fa-caret-left:before {
        content: ""
      }

      .fa-caret-right:before {
        content: ""
      }

      .fa-caret-square-down:before {
        content: ""
      }

      .fa-caret-square-left:before {
        content: ""
      }

      .fa-caret-square-right:before {
        content: ""
      }

      .fa-caret-square-up:before {
        content: ""
      }

      .fa-caret-up:before {
        content: ""
      }

      .fa-carrot:before {
        content: ""
      }

      .fa-cart-arrow-down:before {
        content: ""
      }

      .fa-cart-plus:before {
        content: ""
      }

      .fa-cash-register:before {
        content: ""
      }

      .fa-cat:before {
        content: ""
      }

      .fa-cc-amazon-pay:before {
        content: ""
      }

      .fa-cc-amex:before {
        content: ""
      }

      .fa-cc-apple-pay:before {
        content: ""
      }

      .fa-cc-diners-club:before {
        content: ""
      }

      .fa-cc-discover:before {
        content: ""
      }

      .fa-cc-jcb:before {
        content: ""
      }

      .fa-cc-mastercard:before {
        content: ""
      }

      .fa-cc-paypal:before {
        content: ""
      }

      .fa-cc-stripe:before {
        content: ""
      }

      .fa-cc-visa:before {
        content: ""
      }

      .fa-centercode:before {
        content: ""
      }

      .fa-centos:before {
        content: ""
      }

      .fa-certificate:before {
        content: ""
      }

      .fa-chair:before {
        content: ""
      }

      .fa-chalkboard:before {
        content: ""
      }

      .fa-chalkboard-teacher:before {
        content: ""
      }

      .fa-charging-station:before {
        content: ""
      }

      .fa-chart-area:before {
        content: ""
      }

      .fa-chart-bar:before {
        content: ""
      }

      .fa-chart-line:before {
        content: ""
      }

      .fa-chart-pie:before {
        content: ""
      }

      .fa-check:before {
        content: ""
      }

      .fa-check-circle:before {
        content: ""
      }

      .fa-check-double:before {
        content: ""
      }

      .fa-check-square:before {
        content: ""
      }

      .fa-cheese:before {
        content: ""
      }

      .fa-chess:before {
        content: ""
      }

      .fa-chess-bishop:before {
        content: ""
      }

      .fa-chess-board:before {
        content: ""
      }

      .fa-chess-king:before {
        content: ""
      }

      .fa-chess-knight:before {
        content: ""
      }

      .fa-chess-pawn:before {
        content: ""
      }

      .fa-chess-queen:before {
        content: ""
      }

      .fa-chess-rook:before {
        content: ""
      }

      .fa-chevron-circle-down:before {
        content: ""
      }

      .fa-chevron-circle-left:before {
        content: ""
      }

      .fa-chevron-circle-right:before {
        content: ""
      }

      .fa-chevron-circle-up:before {
        content: ""
      }

      .fa-chevron-down:before {
        content: ""
      }

      .fa-chevron-left:before {
        content: ""
      }

      .fa-chevron-right:before {
        content: ""
      }

      .fa-chevron-up:before {
        content: ""
      }

      .fa-child:before {
        content: ""
      }

      .fa-chrome:before {
        content: ""
      }

      .fa-chromecast:before {
        content: ""
      }

      .fa-church:before {
        content: ""
      }

      .fa-circle:before {
        content: ""
      }

      .fa-circle-notch:before {
        content: ""
      }

      .fa-city:before {
        content: ""
      }

      .fa-clinic-medical:before {
        content: ""
      }

      .fa-clipboard:before {
        content: ""
      }

      .fa-clipboard-check:before {
        content: ""
      }

      .fa-clipboard-list:before {
        content: ""
      }

      .fa-clock:before {
        content: ""
      }

      .fa-clone:before {
        content: ""
      }

      .fa-closed-captioning:before {
        content: ""
      }

      .fa-cloud:before {
        content: ""
      }

      .fa-cloud-download-alt:before {
        content: ""
      }

      .fa-cloud-meatball:before {
        content: ""
      }

      .fa-cloud-moon:before {
        content: ""
      }

      .fa-cloud-moon-rain:before {
        content: ""
      }

      .fa-cloud-rain:before {
        content: ""
      }

      .fa-cloud-showers-heavy:before {
        content: ""
      }

      .fa-cloud-sun:before {
        content: ""
      }

      .fa-cloud-sun-rain:before {
        content: ""
      }

      .fa-cloud-upload-alt:before {
        content: ""
      }

      .fa-cloudscale:before {
        content: ""
      }

      .fa-cloudsmith:before {
        content: ""
      }

      .fa-cloudversify:before {
        content: ""
      }

      .fa-cocktail:before {
        content: ""
      }

      .fa-code:before {
        content: ""
      }

      .fa-code-branch:before {
        content: ""
      }

      .fa-codepen:before {
        content: ""
      }

      .fa-codiepie:before {
        content: ""
      }

      .fa-coffee:before {
        content: ""
      }

      .fa-cog:before {
        content: ""
      }

      .fa-cogs:before {
        content: ""
      }

      .fa-coins:before {
        content: ""
      }

      .fa-columns:before {
        content: ""
      }

      .fa-comment:before {
        content: ""
      }

      .fa-comment-alt:before {
        content: ""
      }

      .fa-comment-dollar:before {
        content: ""
      }

      .fa-comment-dots:before {
        content: ""
      }

      .fa-comment-medical:before {
        content: ""
      }

      .fa-comment-slash:before {
        content: ""
      }

      .fa-comments:before {
        content: ""
      }

      .fa-comments-dollar:before {
        content: ""
      }

      .fa-compact-disc:before {
        content: ""
      }

      .fa-compass:before {
        content: ""
      }

      .fa-compress:before {
        content: ""
      }

      .fa-compress-alt:before {
        content: ""
      }

      .fa-compress-arrows-alt:before {
        content: ""
      }

      .fa-concierge-bell:before {
        content: ""
      }

      .fa-confluence:before {
        content: ""
      }

      .fa-connectdevelop:before {
        content: ""
      }

      .fa-contao:before {
        content: ""
      }

      .fa-cookie:before {
        content: ""
      }

      .fa-cookie-bite:before {
        content: ""
      }

      .fa-copy:before {
        content: ""
      }

      .fa-copyright:before {
        content: ""
      }

      .fa-cotton-bureau:before {
        content: ""
      }

      .fa-couch:before {
        content: ""
      }

      .fa-cpanel:before {
        content: ""
      }

      .fa-creative-commons:before {
        content: ""
      }

      .fa-creative-commons-by:before {
        content: ""
      }

      .fa-creative-commons-nc:before {
        content: ""
      }

      .fa-creative-commons-nc-eu:before {
        content: ""
      }

      .fa-creative-commons-nc-jp:before {
        content: ""
      }

      .fa-creative-commons-nd:before {
        content: ""
      }

      .fa-creative-commons-pd:before {
        content: ""
      }

      .fa-creative-commons-pd-alt:before {
        content: ""
      }

      .fa-creative-commons-remix:before {
        content: ""
      }

      .fa-creative-commons-sa:before {
        content: ""
      }

      .fa-creative-commons-sampling:before {
        content: ""
      }

      .fa-creative-commons-sampling-plus:before {
        content: ""
      }

      .fa-creative-commons-share:before {
        content: ""
      }

      .fa-creative-commons-zero:before {
        content: ""
      }

      .fa-credit-card:before {
        content: ""
      }

      .fa-critical-role:before {
        content: ""
      }

      .fa-crop:before {
        content: ""
      }

      .fa-crop-alt:before {
        content: ""
      }

      .fa-cross:before {
        content: ""
      }

      .fa-crosshairs:before {
        content: ""
      }

      .fa-crow:before {
        content: ""
      }

      .fa-crown:before {
        content: ""
      }

      .fa-crutch:before {
        content: ""
      }

      .fa-css3:before {
        content: ""
      }

      .fa-css3-alt:before {
        content: ""
      }

      .fa-cube:before {
        content: ""
      }

      .fa-cubes:before {
        content: ""
      }

      .fa-cut:before {
        content: ""
      }

      .fa-cuttlefish:before {
        content: ""
      }

      .fa-d-and-d:before {
        content: ""
      }

      .fa-d-and-d-beyond:before {
        content: ""
      }

      .fa-dailymotion:before {
        content: "勒"
      }

      .fa-dashcube:before {
        content: ""
      }

      .fa-database:before {
        content: ""
      }

      .fa-deaf:before {
        content: ""
      }

      .fa-delicious:before {
        content: ""
      }

      .fa-democrat:before {
        content: ""
      }

      .fa-deploydog:before {
        content: ""
      }

      .fa-deskpro:before {
        content: ""
      }

      .fa-desktop:before {
        content: ""
      }

      .fa-dev:before {
        content: ""
      }

      .fa-deviantart:before {
        content: ""
      }

      .fa-dharmachakra:before {
        content: ""
      }

      .fa-dhl:before {
        content: ""
      }

      .fa-diagnoses:before {
        content: ""
      }

      .fa-diaspora:before {
        content: ""
      }

      .fa-dice:before {
        content: ""
      }

      .fa-dice-d20:before {
        content: ""
      }

      .fa-dice-d6:before {
        content: ""
      }

      .fa-dice-five:before {
        content: ""
      }

      .fa-dice-four:before {
        content: ""
      }

      .fa-dice-one:before {
        content: ""
      }

      .fa-dice-six:before {
        content: ""
      }

      .fa-dice-three:before {
        content: ""
      }

      .fa-dice-two:before {
        content: ""
      }

      .fa-digg:before {
        content: ""
      }

      .fa-digital-ocean:before {
        content: ""
      }

      .fa-digital-tachograph:before {
        content: ""
      }

      .fa-directions:before {
        content: ""
      }

      .fa-discord:before {
        content: ""
      }

      .fa-discourse:before {
        content: ""
      }

      .fa-disease:before {
        content: ""
      }

      .fa-divide:before {
        content: ""
      }

      .fa-dizzy:before {
        content: ""
      }

      .fa-dna:before {
        content: ""
      }

      .fa-dochub:before {
        content: ""
      }

      .fa-docker:before {
        content: ""
      }

      .fa-dog:before {
        content: ""
      }

      .fa-dollar-sign:before {
        content: ""
      }

      .fa-dolly:before {
        content: ""
      }

      .fa-dolly-flatbed:before {
        content: ""
      }

      .fa-donate:before {
        content: ""
      }

      .fa-door-closed:before {
        content: ""
      }

      .fa-door-open:before {
        content: ""
      }

      .fa-dot-circle:before {
        content: ""
      }

      .fa-dove:before {
        content: ""
      }

      .fa-download:before {
        content: ""
      }

      .fa-draft2digital:before {
        content: ""
      }

      .fa-drafting-compass:before {
        content: ""
      }

      .fa-dragon:before {
        content: ""
      }

      .fa-draw-polygon:before {
        content: ""
      }

      .fa-dribbble:before {
        content: ""
      }

      .fa-dribbble-square:before {
        content: ""
      }

      .fa-dropbox:before {
        content: ""
      }

      .fa-drum:before {
        content: ""
      }

      .fa-drum-steelpan:before {
        content: ""
      }

      .fa-drumstick-bite:before {
        content: ""
      }

      .fa-drupal:before {
        content: ""
      }

      .fa-dumbbell:before {
        content: ""
      }

      .fa-dumpster:before {
        content: ""
      }

      .fa-dumpster-fire:before {
        content: ""
      }

      .fa-dungeon:before {
        content: ""
      }

      .fa-dyalog:before {
        content: ""
      }

      .fa-earlybirds:before {
        content: ""
      }

      .fa-ebay:before {
        content: ""
      }

      .fa-edge:before {
        content: ""
      }

      .fa-edit:before {
        content: ""
      }

      .fa-egg:before {
        content: ""
      }

      .fa-eject:before {
        content: ""
      }

      .fa-elementor:before {
        content: ""
      }

      .fa-ellipsis-h:before {
        content: ""
      }

      .fa-ellipsis-v:before {
        content: ""
      }

      .fa-ello:before {
        content: ""
      }

      .fa-ember:before {
        content: ""
      }

      .fa-empire:before {
        content: ""
      }

      .fa-envelope:before {
        content: ""
      }

      .fa-envelope-open:before {
        content: ""
      }

      .fa-envelope-open-text:before {
        content: ""
      }

      .fa-envelope-square:before {
        content: ""
      }

      .fa-envira:before {
        content: ""
      }

      .fa-equals:before {
        content: ""
      }

      .fa-eraser:before {
        content: ""
      }

      .fa-erlang:before {
        content: ""
      }

      .fa-ethereum:before {
        content: ""
      }

      .fa-ethernet:before {
        content: ""
      }

      .fa-etsy:before {
        content: ""
      }

      .fa-euro-sign:before {
        content: ""
      }

      .fa-evernote:before {
        content: ""
      }

      .fa-exchange-alt:before {
        content: ""
      }

      .fa-exclamation:before {
        content: ""
      }

      .fa-exclamation-circle:before {
        content: ""
      }

      .fa-exclamation-triangle:before {
        content: ""
      }

      .fa-expand:before {
        content: ""
      }

      .fa-expand-alt:before {
        content: ""
      }

      .fa-expand-arrows-alt:before {
        content: ""
      }

      .fa-expeditedssl:before {
        content: ""
      }

      .fa-external-link-alt:before {
        content: ""
      }

      .fa-external-link-square-alt:before {
        content: ""
      }

      .fa-eye:before {
        content: ""
      }

      .fa-eye-dropper:before {
        content: ""
      }

      .fa-eye-slash:before {
        content: ""
      }

      .fa-facebook:before {
        content: ""
      }

      .fa-facebook-f:before {
        content: ""
      }

      .fa-facebook-messenger:before {
        content: ""
      }

      .fa-facebook-square:before {
        content: ""
      }

      .fa-fan:before {
        content: ""
      }

      .fa-fantasy-flight-games:before {
        content: ""
      }

      .fa-fast-backward:before {
        content: ""
      }

      .fa-fast-forward:before {
        content: ""
      }

      .fa-faucet:before {
        content: "串"
      }

      .fa-fax:before {
        content: ""
      }

      .fa-feather:before {
        content: ""
      }

      .fa-feather-alt:before {
        content: ""
      }

      .fa-fedex:before {
        content: ""
      }

      .fa-fedora:before {
        content: ""
      }

      .fa-female:before {
        content: ""
      }

      .fa-fighter-jet:before {
        content: ""
      }

      .fa-figma:before {
        content: ""
      }

      .fa-file:before {
        content: ""
      }

      .fa-file-alt:before {
        content: ""
      }

      .fa-file-archive:before {
        content: ""
      }

      .fa-file-audio:before {
        content: ""
      }

      .fa-file-code:before {
        content: ""
      }

      .fa-file-contract:before {
        content: ""
      }

      .fa-file-csv:before {
        content: ""
      }

      .fa-file-download:before {
        content: ""
      }

      .fa-file-excel:before {
        content: ""
      }

      .fa-file-export:before {
        content: ""
      }

      .fa-file-image:before {
        content: ""
      }

      .fa-file-import:before {
        content: ""
      }

      .fa-file-invoice:before {
        content: ""
      }

      .fa-file-invoice-dollar:before {
        content: ""
      }

      .fa-file-medical:before {
        content: ""
      }

      .fa-file-medical-alt:before {
        content: ""
      }

      .fa-file-pdf:before {
        content: ""
      }

      .fa-file-powerpoint:before {
        content: ""
      }

      .fa-file-prescription:before {
        content: ""
      }

      .fa-file-signature:before {
        content: ""
      }

      .fa-file-upload:before {
        content: ""
      }

      .fa-file-video:before {
        content: ""
      }

      .fa-file-word:before {
        content: ""
      }

      .fa-fill:before {
        content: ""
      }

      .fa-fill-drip:before {
        content: ""
      }

      .fa-film:before {
        content: ""
      }

      .fa-filter:before {
        content: ""
      }

      .fa-fingerprint:before {
        content: ""
      }

      .fa-fire:before {
        content: ""
      }

      .fa-fire-alt:before {
        content: ""
      }

      .fa-fire-extinguisher:before {
        content: ""
      }

      .fa-firefox:before {
        content: ""
      }

      .fa-firefox-browser:before {
        content: "龜"
      }

      .fa-first-aid:before {
        content: ""
      }

      .fa-first-order:before {
        content: ""
      }

      .fa-first-order-alt:before {
        content: ""
      }

      .fa-firstdraft:before {
        content: ""
      }

      .fa-fish:before {
        content: ""
      }

      .fa-fist-raised:before {
        content: ""
      }

      .fa-flag:before {
        content: ""
      }

      .fa-flag-checkered:before {
        content: ""
      }

      .fa-flag-usa:before {
        content: ""
      }

      .fa-flask:before {
        content: ""
      }

      .fa-flickr:before {
        content: ""
      }

      .fa-flipboard:before {
        content: ""
      }

      .fa-flushed:before {
        content: ""
      }

      .fa-fly:before {
        content: ""
      }

      .fa-folder:before {
        content: ""
      }

      .fa-folder-minus:before {
        content: ""
      }

      .fa-folder-open:before {
        content: ""
      }

      .fa-folder-plus:before {
        content: ""
      }

      .fa-font:before {
        content: ""
      }

      .fa-font-awesome:before {
        content: ""
      }

      .fa-font-awesome-alt:before {
        content: ""
      }

      .fa-font-awesome-flag:before {
        content: ""
      }

      .fa-font-awesome-logo-full:before {
        content: ""
      }

      .fa-fonticons:before {
        content: ""
      }

      .fa-fonticons-fi:before {
        content: ""
      }

      .fa-football-ball:before {
        content: ""
      }

      .fa-fort-awesome:before {
        content: ""
      }

      .fa-fort-awesome-alt:before {
        content: ""
      }

      .fa-forumbee:before {
        content: ""
      }

      .fa-forward:before {
        content: ""
      }

      .fa-foursquare:before {
        content: ""
      }

      .fa-free-code-camp:before {
        content: ""
      }

      .fa-freebsd:before {
        content: ""
      }

      .fa-frog:before {
        content: ""
      }

      .fa-frown:before {
        content: ""
      }

      .fa-frown-open:before {
        content: ""
      }

      .fa-fulcrum:before {
        content: ""
      }

      .fa-funnel-dollar:before {
        content: ""
      }

      .fa-futbol:before {
        content: ""
      }

      .fa-galactic-republic:before {
        content: ""
      }

      .fa-galactic-senate:before {
        content: ""
      }

      .fa-gamepad:before {
        content: ""
      }

      .fa-gas-pump:before {
        content: ""
      }

      .fa-gavel:before {
        content: ""
      }

      .fa-gem:before {
        content: ""
      }

      .fa-genderless:before {
        content: ""
      }

      .fa-get-pocket:before {
        content: ""
      }

      .fa-gg:before {
        content: ""
      }

      .fa-gg-circle:before {
        content: ""
      }

      .fa-ghost:before {
        content: ""
      }

      .fa-gift:before {
        content: ""
      }

      .fa-gifts:before {
        content: ""
      }

      .fa-git:before {
        content: ""
      }

      .fa-git-alt:before {
        content: ""
      }

      .fa-git-square:before {
        content: ""
      }

      .fa-github:before {
        content: ""
      }

      .fa-github-alt:before {
        content: ""
      }

      .fa-github-square:before {
        content: ""
      }

      .fa-gitkraken:before {
        content: ""
      }

      .fa-gitlab:before {
        content: ""
      }

      .fa-gitter:before {
        content: ""
      }

      .fa-glass-cheers:before {
        content: ""
      }

      .fa-glass-martini:before {
        content: ""
      }

      .fa-glass-martini-alt:before {
        content: ""
      }

      .fa-glass-whiskey:before {
        content: ""
      }

      .fa-glasses:before {
        content: ""
      }

      .fa-glide:before {
        content: ""
      }

      .fa-glide-g:before {
        content: ""
      }

      .fa-globe:before {
        content: ""
      }

      .fa-globe-africa:before {
        content: ""
      }

      .fa-globe-americas:before {
        content: ""
      }

      .fa-globe-asia:before {
        content: ""
      }

      .fa-globe-europe:before {
        content: ""
      }

      .fa-gofore:before {
        content: ""
      }

      .fa-golf-ball:before {
        content: ""
      }

      .fa-goodreads:before {
        content: ""
      }

      .fa-goodreads-g:before {
        content: ""
      }

      .fa-google:before {
        content: ""
      }

      .fa-google-drive:before {
        content: ""
      }

      .fa-google-play:before {
        content: ""
      }

      .fa-google-plus:before {
        content: ""
      }

      .fa-google-plus-g:before {
        content: ""
      }

      .fa-google-plus-square:before {
        content: ""
      }

      .fa-google-wallet:before {
        content: ""
      }

      .fa-gopuram:before {
        content: ""
      }

      .fa-graduation-cap:before {
        content: ""
      }

      .fa-gratipay:before {
        content: ""
      }

      .fa-grav:before {
        content: ""
      }

      .fa-greater-than:before {
        content: ""
      }

      .fa-greater-than-equal:before {
        content: ""
      }

      .fa-grimace:before {
        content: ""
      }

      .fa-grin:before {
        content: ""
      }

      .fa-grin-alt:before {
        content: ""
      }

      .fa-grin-beam:before {
        content: ""
      }

      .fa-grin-beam-sweat:before {
        content: ""
      }

      .fa-grin-hearts:before {
        content: ""
      }

      .fa-grin-squint:before {
        content: ""
      }

      .fa-grin-squint-tears:before {
        content: ""
      }

      .fa-grin-stars:before {
        content: ""
      }

      .fa-grin-tears:before {
        content: ""
      }

      .fa-grin-tongue:before {
        content: ""
      }

      .fa-grin-tongue-squint:before {
        content: ""
      }

      .fa-grin-tongue-wink:before {
        content: ""
      }

      .fa-grin-wink:before {
        content: ""
      }

      .fa-grip-horizontal:before {
        content: ""
      }

      .fa-grip-lines:before {
        content: ""
      }

      .fa-grip-lines-vertical:before {
        content: ""
      }

      .fa-grip-vertical:before {
        content: ""
      }

      .fa-gripfire:before {
        content: ""
      }

      .fa-grunt:before {
        content: ""
      }

      .fa-guitar:before {
        content: ""
      }

      .fa-gulp:before {
        content: ""
      }

      .fa-h-square:before {
        content: ""
      }

      .fa-hacker-news:before {
        content: ""
      }

      .fa-hacker-news-square:before {
        content: ""
      }

      .fa-hackerrank:before {
        content: ""
      }

      .fa-hamburger:before {
        content: ""
      }

      .fa-hammer:before {
        content: ""
      }

      .fa-hamsa:before {
        content: ""
      }

      .fa-hand-holding:before {
        content: ""
      }

      .fa-hand-holding-heart:before {
        content: ""
      }

      .fa-hand-holding-medical:before {
        content: "樂"
      }

      .fa-hand-holding-usd:before {
        content: ""
      }

      .fa-hand-holding-water:before {
        content: ""
      }

      .fa-hand-lizard:before {
        content: ""
      }

      .fa-hand-middle-finger:before {
        content: ""
      }

      .fa-hand-paper:before {
        content: ""
      }

      .fa-hand-peace:before {
        content: ""
      }

      .fa-hand-point-down:before {
        content: ""
      }

      .fa-hand-point-left:before {
        content: ""
      }

      .fa-hand-point-right:before {
        content: ""
      }

      .fa-hand-point-up:before {
        content: ""
      }

      .fa-hand-pointer:before {
        content: ""
      }

      .fa-hand-rock:before {
        content: ""
      }

      .fa-hand-scissors:before {
        content: ""
      }

      .fa-hand-sparkles:before {
        content: "諾"
      }

      .fa-hand-spock:before {
        content: ""
      }

      .fa-hands:before {
        content: ""
      }

      .fa-hands-helping:before {
        content: ""
      }

      .fa-hands-wash:before {
        content: "丹"
      }

      .fa-handshake:before {
        content: ""
      }

      .fa-handshake-alt-slash:before {
        content: "寧"
      }

      .fa-handshake-slash:before {
        content: "怒"
      }

      .fa-hanukiah:before {
        content: ""
      }

      .fa-hard-hat:before {
        content: ""
      }

      .fa-hashtag:before {
        content: ""
      }

      .fa-hat-cowboy:before {
        content: ""
      }

      .fa-hat-cowboy-side:before {
        content: ""
      }

      .fa-hat-wizard:before {
        content: ""
      }

      .fa-hdd:before {
        content: ""
      }

      .fa-head-side-cough:before {
        content: "率"
      }

      .fa-head-side-cough-slash:before {
        content: "異"
      }

      .fa-head-side-mask:before {
        content: "北"
      }

      .fa-head-side-virus:before {
        content: "磻"
      }

      .fa-heading:before {
        content: ""
      }

      .fa-headphones:before {
        content: ""
      }

      .fa-headphones-alt:before {
        content: ""
      }

      .fa-headset:before {
        content: ""
      }

      .fa-heart:before {
        content: ""
      }

      .fa-heart-broken:before {
        content: ""
      }

      .fa-heartbeat:before {
        content: ""
      }

      .fa-helicopter:before {
        content: ""
      }

      .fa-highlighter:before {
        content: ""
      }

      .fa-hiking:before {
        content: ""
      }

      .fa-hippo:before {
        content: ""
      }

      .fa-hips:before {
        content: ""
      }

      .fa-hire-a-helper:before {
        content: ""
      }

      .fa-history:before {
        content: ""
      }

      .fa-hockey-puck:before {
        content: ""
      }

      .fa-holly-berry:before {
        content: ""
      }

      .fa-home:before {
        content: ""
      }

      .fa-hooli:before {
        content: ""
      }

      .fa-hornbill:before {
        content: ""
      }

      .fa-horse:before {
        content: ""
      }

      .fa-horse-head:before {
        content: ""
      }

      .fa-hospital:before {
        content: ""
      }

      .fa-hospital-alt:before {
        content: ""
      }

      .fa-hospital-symbol:before {
        content: ""
      }

      .fa-hospital-user:before {
        content: ""
      }

      .fa-hot-tub:before {
        content: ""
      }

      .fa-hotdog:before {
        content: ""
      }

      .fa-hotel:before {
        content: ""
      }

      .fa-hotjar:before {
        content: ""
      }

      .fa-hourglass:before {
        content: ""
      }

      .fa-hourglass-end:before {
        content: ""
      }

      .fa-hourglass-half:before {
        content: ""
      }

      .fa-hourglass-start:before {
        content: ""
      }

      .fa-house-damage:before {
        content: ""
      }

      .fa-house-user:before {
        content: "便"
      }

      .fa-houzz:before {
        content: ""
      }

      .fa-hryvnia:before {
        content: ""
      }

      .fa-html5:before {
        content: ""
      }

      .fa-hubspot:before {
        content: ""
      }

      .fa-i-cursor:before {
        content: ""
      }

      .fa-ice-cream:before {
        content: ""
      }

      .fa-icicles:before {
        content: ""
      }

      .fa-icons:before {
        content: ""
      }

      .fa-id-badge:before {
        content: ""
      }

      .fa-id-card:before {
        content: ""
      }

      .fa-id-card-alt:before {
        content: ""
      }

      .fa-ideal:before {
        content: "邏"
      }

      .fa-igloo:before {
        content: ""
      }

      .fa-image:before {
        content: ""
      }

      .fa-images:before {
        content: ""
      }

      .fa-imdb:before {
        content: ""
      }

      .fa-inbox:before {
        content: ""
      }

      .fa-indent:before {
        content: ""
      }

      .fa-industry:before {
        content: ""
      }

      .fa-infinity:before {
        content: ""
      }

      .fa-info:before {
        content: ""
      }

      .fa-info-circle:before {
        content: ""
      }

      .fa-instagram:before {
        content: ""
      }

      .fa-instagram-square:before {
        content: "凌"
      }

      .fa-intercom:before {
        content: ""
      }

      .fa-internet-explorer:before {
        content: ""
      }

      .fa-invision:before {
        content: ""
      }

      .fa-ioxhost:before {
        content: ""
      }

      .fa-italic:before {
        content: ""
      }

      .fa-itch-io:before {
        content: ""
      }

      .fa-itunes:before {
        content: ""
      }

      .fa-itunes-note:before {
        content: ""
      }

      .fa-java:before {
        content: ""
      }

      .fa-jedi:before {
        content: ""
      }

      .fa-jedi-order:before {
        content: ""
      }

      .fa-jenkins:before {
        content: ""
      }

      .fa-jira:before {
        content: ""
      }

      .fa-joget:before {
        content: ""
      }

      .fa-joint:before {
        content: ""
      }

      .fa-joomla:before {
        content: ""
      }

      .fa-journal-whills:before {
        content: ""
      }

      .fa-js:before {
        content: ""
      }

      .fa-js-square:before {
        content: ""
      }

      .fa-jsfiddle:before {
        content: ""
      }

      .fa-kaaba:before {
        content: ""
      }

      .fa-kaggle:before {
        content: ""
      }

      .fa-key:before {
        content: ""
      }

      .fa-keybase:before {
        content: ""
      }

      .fa-keyboard:before {
        content: ""
      }

      .fa-keycdn:before {
        content: ""
      }

      .fa-khanda:before {
        content: ""
      }

      .fa-kickstarter:before {
        content: ""
      }

      .fa-kickstarter-k:before {
        content: ""
      }

      .fa-kiss:before {
        content: ""
      }

      .fa-kiss-beam:before {
        content: ""
      }

      .fa-kiss-wink-heart:before {
        content: ""
      }

      .fa-kiwi-bird:before {
        content: ""
      }

      .fa-korvue:before {
        content: ""
      }

      .fa-landmark:before {
        content: ""
      }

      .fa-language:before {
        content: ""
      }

      .fa-laptop:before {
        content: ""
      }

      .fa-laptop-code:before {
        content: ""
      }

      .fa-laptop-house:before {
        content: "復"
      }

      .fa-laptop-medical:before {
        content: ""
      }

      .fa-laravel:before {
        content: ""
      }

      .fa-lastfm:before {
        content: ""
      }

      .fa-lastfm-square:before {
        content: ""
      }

      .fa-laugh:before {
        content: ""
      }

      .fa-laugh-beam:before {
        content: ""
      }

      .fa-laugh-squint:before {
        content: ""
      }

      .fa-laugh-wink:before {
        content: ""
      }

      .fa-layer-group:before {
        content: ""
      }

      .fa-leaf:before {
        content: ""
      }

      .fa-leanpub:before {
        content: ""
      }

      .fa-lemon:before {
        content: ""
      }

      .fa-less:before {
        content: ""
      }

      .fa-less-than:before {
        content: ""
      }

      .fa-less-than-equal:before {
        content: ""
      }

      .fa-level-down-alt:before {
        content: ""
      }

      .fa-level-up-alt:before {
        content: ""
      }

      .fa-life-ring:before {
        content: ""
      }

      .fa-lightbulb:before {
        content: ""
      }

      .fa-line:before {
        content: ""
      }

      .fa-link:before {
        content: ""
      }

      .fa-linkedin:before {
        content: ""
      }

      .fa-linkedin-in:before {
        content: ""
      }

      .fa-linode:before {
        content: ""
      }

      .fa-linux:before {
        content: ""
      }

      .fa-lira-sign:before {
        content: ""
      }

      .fa-list:before {
        content: ""
      }

      .fa-list-alt:before {
        content: ""
      }

      .fa-list-ol:before {
        content: ""
      }

      .fa-list-ul:before {
        content: ""
      }

      .fa-location-arrow:before {
        content: ""
      }

      .fa-lock:before {
        content: ""
      }

      .fa-lock-open:before {
        content: ""
      }

      .fa-long-arrow-alt-down:before {
        content: ""
      }

      .fa-long-arrow-alt-left:before {
        content: ""
      }

      .fa-long-arrow-alt-right:before {
        content: ""
      }

      .fa-long-arrow-alt-up:before {
        content: ""
      }

      .fa-low-vision:before {
        content: ""
      }

      .fa-luggage-cart:before {
        content: ""
      }

      .fa-lungs:before {
        content: ""
      }

      .fa-lungs-virus:before {
        content: "不"
      }

      .fa-lyft:before {
        content: ""
      }

      .fa-magento:before {
        content: ""
      }

      .fa-magic:before {
        content: ""
      }

      .fa-magnet:before {
        content: ""
      }

      .fa-mail-bulk:before {
        content: ""
      }

      .fa-mailchimp:before {
        content: ""
      }

      .fa-male:before {
        content: ""
      }

      .fa-mandalorian:before {
        content: ""
      }

      .fa-map:before {
        content: ""
      }

      .fa-map-marked:before {
        content: ""
      }

      .fa-map-marked-alt:before {
        content: ""
      }

      .fa-map-marker:before {
        content: ""
      }

      .fa-map-marker-alt:before {
        content: ""
      }

      .fa-map-pin:before {
        content: ""
      }

      .fa-map-signs:before {
        content: ""
      }

      .fa-markdown:before {
        content: ""
      }

      .fa-marker:before {
        content: ""
      }

      .fa-mars:before {
        content: ""
      }

      .fa-mars-double:before {
        content: ""
      }

      .fa-mars-stroke:before {
        content: ""
      }

      .fa-mars-stroke-h:before {
        content: ""
      }

      .fa-mars-stroke-v:before {
        content: ""
      }

      .fa-mask:before {
        content: ""
      }

      .fa-mastodon:before {
        content: ""
      }

      .fa-maxcdn:before {
        content: ""
      }

      .fa-mdb:before {
        content: ""
      }

      .fa-medal:before {
        content: ""
      }

      .fa-medapps:before {
        content: ""
      }

      .fa-medium:before {
        content: ""
      }

      .fa-medium-m:before {
        content: ""
      }

      .fa-medkit:before {
        content: ""
      }

      .fa-medrt:before {
        content: ""
      }

      .fa-meetup:before {
        content: ""
      }

      .fa-megaport:before {
        content: ""
      }

      .fa-meh:before {
        content: ""
      }

      .fa-meh-blank:before {
        content: ""
      }

      .fa-meh-rolling-eyes:before {
        content: ""
      }

      .fa-memory:before {
        content: ""
      }

      .fa-mendeley:before {
        content: ""
      }

      .fa-menorah:before {
        content: ""
      }

      .fa-mercury:before {
        content: ""
      }

      .fa-meteor:before {
        content: ""
      }

      .fa-microblog:before {
        content: "駱"
      }

      .fa-microchip:before {
        content: ""
      }

      .fa-microphone:before {
        content: ""
      }

      .fa-microphone-alt:before {
        content: ""
      }

      .fa-microphone-alt-slash:before {
        content: ""
      }

      .fa-microphone-slash:before {
        content: ""
      }

      .fa-microscope:before {
        content: ""
      }

      .fa-microsoft:before {
        content: ""
      }

      .fa-minus:before {
        content: ""
      }

      .fa-minus-circle:before {
        content: ""
      }

      .fa-minus-square:before {
        content: ""
      }

      .fa-mitten:before {
        content: ""
      }

      .fa-mix:before {
        content: ""
      }

      .fa-mixcloud:before {
        content: ""
      }

      .fa-mixer:before {
        content: "稜"
      }

      .fa-mizuni:before {
        content: ""
      }

      .fa-mobile:before {
        content: ""
      }

      .fa-mobile-alt:before {
        content: ""
      }

      .fa-modx:before {
        content: ""
      }

      .fa-monero:before {
        content: ""
      }

      .fa-money-bill:before {
        content: ""
      }

      .fa-money-bill-alt:before {
        content: ""
      }

      .fa-money-bill-wave:before {
        content: ""
      }

      .fa-money-bill-wave-alt:before {
        content: ""
      }

      .fa-money-check:before {
        content: ""
      }

      .fa-money-check-alt:before {
        content: ""
      }

      .fa-monument:before {
        content: ""
      }

      .fa-moon:before {
        content: ""
      }

      .fa-mortar-pestle:before {
        content: ""
      }

      .fa-mosque:before {
        content: ""
      }

      .fa-motorcycle:before {
        content: ""
      }

      .fa-mountain:before {
        content: ""
      }

      .fa-mouse:before {
        content: ""
      }

      .fa-mouse-pointer:before {
        content: ""
      }

      .fa-mug-hot:before {
        content: ""
      }

      .fa-music:before {
        content: ""
      }

      .fa-napster:before {
        content: ""
      }

      .fa-neos:before {
        content: ""
      }

      .fa-network-wired:before {
        content: ""
      }

      .fa-neuter:before {
        content: ""
      }

      .fa-newspaper:before {
        content: ""
      }

      .fa-nimblr:before {
        content: ""
      }

      .fa-node:before {
        content: ""
      }

      .fa-node-js:before {
        content: ""
      }

      .fa-not-equal:before {
        content: ""
      }

      .fa-notes-medical:before {
        content: ""
      }

      .fa-npm:before {
        content: ""
      }

      .fa-ns8:before {
        content: ""
      }

      .fa-nutritionix:before {
        content: ""
      }

      .fa-object-group:before {
        content: ""
      }

      .fa-object-ungroup:before {
        content: ""
      }

      .fa-odnoklassniki:before {
        content: ""
      }

      .fa-odnoklassniki-square:before {
        content: ""
      }

      .fa-oil-can:before {
        content: ""
      }

      .fa-old-republic:before {
        content: ""
      }

      .fa-om:before {
        content: ""
      }

      .fa-opencart:before {
        content: ""
      }

      .fa-openid:before {
        content: ""
      }

      .fa-opera:before {
        content: ""
      }

      .fa-optin-monster:before {
        content: ""
      }

      .fa-orcid:before {
        content: ""
      }

      .fa-osi:before {
        content: ""
      }

      .fa-otter:before {
        content: ""
      }

      .fa-outdent:before {
        content: ""
      }

      .fa-page4:before {
        content: ""
      }

      .fa-pagelines:before {
        content: ""
      }

      .fa-pager:before {
        content: ""
      }

      .fa-paint-brush:before {
        content: ""
      }

      .fa-paint-roller:before {
        content: ""
      }

      .fa-palette:before {
        content: ""
      }

      .fa-palfed:before {
        content: ""
      }

      .fa-pallet:before {
        content: ""
      }

      .fa-paper-plane:before {
        content: ""
      }

      .fa-paperclip:before {
        content: ""
      }

      .fa-parachute-box:before {
        content: ""
      }

      .fa-paragraph:before {
        content: ""
      }

      .fa-parking:before {
        content: ""
      }

      .fa-passport:before {
        content: ""
      }

      .fa-pastafarianism:before {
        content: ""
      }

      .fa-paste:before {
        content: ""
      }

      .fa-patreon:before {
        content: ""
      }

      .fa-pause:before {
        content: ""
      }

      .fa-pause-circle:before {
        content: ""
      }

      .fa-paw:before {
        content: ""
      }

      .fa-paypal:before {
        content: ""
      }

      .fa-peace:before {
        content: ""
      }

      .fa-pen:before {
        content: ""
      }

      .fa-pen-alt:before {
        content: ""
      }

      .fa-pen-fancy:before {
        content: ""
      }

      .fa-pen-nib:before {
        content: ""
      }

      .fa-pen-square:before {
        content: ""
      }

      .fa-pencil-alt:before {
        content: ""
      }

      .fa-pencil-ruler:before {
        content: ""
      }

      .fa-penny-arcade:before {
        content: ""
      }

      .fa-people-arrows:before {
        content: "泌"
      }

      .fa-people-carry:before {
        content: ""
      }

      .fa-pepper-hot:before {
        content: ""
      }

      .fa-percent:before {
        content: ""
      }

      .fa-percentage:before {
        content: ""
      }

      .fa-periscope:before {
        content: ""
      }

      .fa-person-booth:before {
        content: ""
      }

      .fa-phabricator:before {
        content: ""
      }

      .fa-phoenix-framework:before {
        content: ""
      }

      .fa-phoenix-squadron:before {
        content: ""
      }

      .fa-phone:before {
        content: ""
      }

      .fa-phone-alt:before {
        content: ""
      }

      .fa-phone-slash:before {
        content: ""
      }

      .fa-phone-square:before {
        content: ""
      }

      .fa-phone-square-alt:before {
        content: ""
      }

      .fa-phone-volume:before {
        content: ""
      }

      .fa-photo-video:before {
        content: ""
      }

      .fa-php:before {
        content: ""
      }

      .fa-pied-piper:before {
        content: ""
      }

      .fa-pied-piper-alt:before {
        content: ""
      }

      .fa-pied-piper-hat:before {
        content: ""
      }

      .fa-pied-piper-pp:before {
        content: ""
      }

      .fa-pied-piper-square:before {
        content: "爛"
      }

      .fa-piggy-bank:before {
        content: ""
      }

      .fa-pills:before {
        content: ""
      }

      .fa-pinterest:before {
        content: ""
      }

      .fa-pinterest-p:before {
        content: ""
      }

      .fa-pinterest-square:before {
        content: ""
      }

      .fa-pizza-slice:before {
        content: ""
      }

      .fa-place-of-worship:before {
        content: ""
      }

      .fa-plane:before {
        content: ""
      }

      .fa-plane-arrival:before {
        content: ""
      }

      .fa-plane-departure:before {
        content: ""
      }

      .fa-plane-slash:before {
        content: "數"
      }

      .fa-play:before {
        content: ""
      }

      .fa-play-circle:before {
        content: ""
      }

      .fa-playstation:before {
        content: ""
      }

      .fa-plug:before {
        content: ""
      }

      .fa-plus:before {
        content: ""
      }

      .fa-plus-circle:before {
        content: ""
      }

      .fa-plus-square:before {
        content: ""
      }

      .fa-podcast:before {
        content: ""
      }

      .fa-poll:before {
        content: ""
      }

      .fa-poll-h:before {
        content: ""
      }

      .fa-poo:before {
        content: ""
      }

      .fa-poo-storm:before {
        content: ""
      }

      .fa-poop:before {
        content: ""
      }

      .fa-portrait:before {
        content: ""
      }

      .fa-pound-sign:before {
        content: ""
      }

      .fa-power-off:before {
        content: ""
      }

      .fa-pray:before {
        content: ""
      }

      .fa-praying-hands:before {
        content: ""
      }

      .fa-prescription:before {
        content: ""
      }

      .fa-prescription-bottle:before {
        content: ""
      }

      .fa-prescription-bottle-alt:before {
        content: ""
      }

      .fa-print:before {
        content: ""
      }

      .fa-procedures:before {
        content: ""
      }

      .fa-product-hunt:before {
        content: ""
      }

      .fa-project-diagram:before {
        content: ""
      }

      .fa-pump-medical:before {
        content: "索"
      }

      .fa-pump-soap:before {
        content: "參"
      }

      .fa-pushed:before {
        content: ""
      }

      .fa-puzzle-piece:before {
        content: ""
      }

      .fa-python:before {
        content: ""
      }

      .fa-qq:before {
        content: ""
      }

      .fa-qrcode:before {
        content: ""
      }

      .fa-question:before {
        content: ""
      }

      .fa-question-circle:before {
        content: ""
      }

      .fa-quidditch:before {
        content: ""
      }

      .fa-quinscape:before {
        content: ""
      }

      .fa-quora:before {
        content: ""
      }

      .fa-quote-left:before {
        content: ""
      }

      .fa-quote-right:before {
        content: ""
      }

      .fa-quran:before {
        content: ""
      }

      .fa-r-project:before {
        content: ""
      }

      .fa-radiation:before {
        content: ""
      }

      .fa-radiation-alt:before {
        content: ""
      }

      .fa-rainbow:before {
        content: ""
      }

      .fa-random:before {
        content: ""
      }

      .fa-raspberry-pi:before {
        content: ""
      }

      .fa-ravelry:before {
        content: ""
      }

      .fa-react:before {
        content: ""
      }

      .fa-reacteurope:before {
        content: ""
      }

      .fa-readme:before {
        content: ""
      }

      .fa-rebel:before {
        content: ""
      }

      .fa-receipt:before {
        content: ""
      }

      .fa-record-vinyl:before {
        content: ""
      }

      .fa-recycle:before {
        content: ""
      }

      .fa-red-river:before {
        content: ""
      }

      .fa-reddit:before {
        content: ""
      }

      .fa-reddit-alien:before {
        content: ""
      }

      .fa-reddit-square:before {
        content: ""
      }

      .fa-redhat:before {
        content: ""
      }

      .fa-redo:before {
        content: ""
      }

      .fa-redo-alt:before {
        content: ""
      }

      .fa-registered:before {
        content: ""
      }

      .fa-remove-format:before {
        content: ""
      }

      .fa-renren:before {
        content: ""
      }

      .fa-reply:before {
        content: ""
      }

      .fa-reply-all:before {
        content: ""
      }

      .fa-replyd:before {
        content: ""
      }

      .fa-republican:before {
        content: ""
      }

      .fa-researchgate:before {
        content: ""
      }

      .fa-resolving:before {
        content: ""
      }

      .fa-restroom:before {
        content: ""
      }

      .fa-retweet:before {
        content: ""
      }

      .fa-rev:before {
        content: ""
      }

      .fa-ribbon:before {
        content: ""
      }

      .fa-ring:before {
        content: ""
      }

      .fa-road:before {
        content: ""
      }

      .fa-robot:before {
        content: ""
      }

      .fa-rocket:before {
        content: ""
      }

      .fa-rocketchat:before {
        content: ""
      }

      .fa-rockrms:before {
        content: ""
      }

      .fa-route:before {
        content: ""
      }

      .fa-rss:before {
        content: ""
      }

      .fa-rss-square:before {
        content: ""
      }

      .fa-ruble-sign:before {
        content: ""
      }

      .fa-ruler:before {
        content: ""
      }

      .fa-ruler-combined:before {
        content: ""
      }

      .fa-ruler-horizontal:before {
        content: ""
      }

      .fa-ruler-vertical:before {
        content: ""
      }

      .fa-running:before {
        content: ""
      }

      .fa-rupee-sign:before {
        content: ""
      }

      .fa-sad-cry:before {
        content: ""
      }

      .fa-sad-tear:before {
        content: ""
      }

      .fa-safari:before {
        content: ""
      }

      .fa-salesforce:before {
        content: ""
      }

      .fa-sass:before {
        content: ""
      }

      .fa-satellite:before {
        content: ""
      }

      .fa-satellite-dish:before {
        content: ""
      }

      .fa-save:before {
        content: ""
      }

      .fa-schlix:before {
        content: ""
      }

      .fa-school:before {
        content: ""
      }

      .fa-screwdriver:before {
        content: ""
      }

      .fa-scribd:before {
        content: ""
      }

      .fa-scroll:before {
        content: ""
      }

      .fa-sd-card:before {
        content: ""
      }

      .fa-search:before {
        content: ""
      }

      .fa-search-dollar:before {
        content: ""
      }

      .fa-search-location:before {
        content: ""
      }

      .fa-search-minus:before {
        content: ""
      }

      .fa-search-plus:before {
        content: ""
      }

      .fa-searchengin:before {
        content: ""
      }

      .fa-seedling:before {
        content: ""
      }

      .fa-sellcast:before {
        content: ""
      }

      .fa-sellsy:before {
        content: ""
      }

      .fa-server:before {
        content: ""
      }

      .fa-servicestack:before {
        content: ""
      }

      .fa-shapes:before {
        content: ""
      }

      .fa-share:before {
        content: ""
      }

      .fa-share-alt:before {
        content: ""
      }

      .fa-share-alt-square:before {
        content: ""
      }

      .fa-share-square:before {
        content: ""
      }

      .fa-shekel-sign:before {
        content: ""
      }

      .fa-shield-alt:before {
        content: ""
      }

      .fa-shield-virus:before {
        content: "塞"
      }

      .fa-ship:before {
        content: ""
      }

      .fa-shipping-fast:before {
        content: ""
      }

      .fa-shirtsinbulk:before {
        content: ""
      }

      .fa-shoe-prints:before {
        content: ""
      }

      .fa-shopify:before {
        content: "綾"
      }

      .fa-shopping-bag:before {
        content: ""
      }

      .fa-shopping-basket:before {
        content: ""
      }

      .fa-shopping-cart:before {
        content: ""
      }

      .fa-shopware:before {
        content: ""
      }

      .fa-shower:before {
        content: ""
      }

      .fa-shuttle-van:before {
        content: ""
      }

      .fa-sign:before {
        content: ""
      }

      .fa-sign-in-alt:before {
        content: ""
      }

      .fa-sign-language:before {
        content: ""
      }

      .fa-sign-out-alt:before {
        content: ""
      }

      .fa-signal:before {
        content: ""
      }

      .fa-signature:before {
        content: ""
      }

      .fa-sim-card:before {
        content: ""
      }

      .fa-simplybuilt:before {
        content: ""
      }

      .fa-sistrix:before {
        content: ""
      }

      .fa-sitemap:before {
        content: ""
      }

      .fa-sith:before {
        content: ""
      }

      .fa-skating:before {
        content: ""
      }

      .fa-sketch:before {
        content: ""
      }

      .fa-skiing:before {
        content: ""
      }

      .fa-skiing-nordic:before {
        content: ""
      }

      .fa-skull:before {
        content: ""
      }

      .fa-skull-crossbones:before {
        content: ""
      }

      .fa-skyatlas:before {
        content: ""
      }

      .fa-skype:before {
        content: ""
      }

      .fa-slack:before {
        content: ""
      }

      .fa-slack-hash:before {
        content: ""
      }

      .fa-slash:before {
        content: ""
      }

      .fa-sleigh:before {
        content: ""
      }

      .fa-sliders-h:before {
        content: ""
      }

      .fa-slideshare:before {
        content: ""
      }

      .fa-smile:before {
        content: ""
      }

      .fa-smile-beam:before {
        content: ""
      }

      .fa-smile-wink:before {
        content: ""
      }

      .fa-smog:before {
        content: ""
      }

      .fa-smoking:before {
        content: ""
      }

      .fa-smoking-ban:before {
        content: ""
      }

      .fa-sms:before {
        content: ""
      }

      .fa-snapchat:before {
        content: ""
      }

      .fa-snapchat-ghost:before {
        content: ""
      }

      .fa-snapchat-square:before {
        content: ""
      }

      .fa-snowboarding:before {
        content: ""
      }

      .fa-snowflake:before {
        content: ""
      }

      .fa-snowman:before {
        content: ""
      }

      .fa-snowplow:before {
        content: ""
      }

      .fa-soap:before {
        content: "葉"
      }

      .fa-socks:before {
        content: ""
      }

      .fa-solar-panel:before {
        content: ""
      }

      .fa-sort:before {
        content: ""
      }

      .fa-sort-alpha-down:before {
        content: ""
      }

      .fa-sort-alpha-down-alt:before {
        content: ""
      }

      .fa-sort-alpha-up:before {
        content: ""
      }

      .fa-sort-alpha-up-alt:before {
        content: ""
      }

      .fa-sort-amount-down:before {
        content: ""
      }

      .fa-sort-amount-down-alt:before {
        content: ""
      }

      .fa-sort-amount-up:before {
        content: ""
      }

      .fa-sort-amount-up-alt:before {
        content: ""
      }

      .fa-sort-down:before {
        content: ""
      }

      .fa-sort-numeric-down:before {
        content: ""
      }

      .fa-sort-numeric-down-alt:before {
        content: ""
      }

      .fa-sort-numeric-up:before {
        content: ""
      }

      .fa-sort-numeric-up-alt:before {
        content: ""
      }

      .fa-sort-up:before {
        content: ""
      }

      .fa-soundcloud:before {
        content: ""
      }

      .fa-sourcetree:before {
        content: ""
      }

      .fa-spa:before {
        content: ""
      }

      .fa-space-shuttle:before {
        content: ""
      }

      .fa-speakap:before {
        content: ""
      }

      .fa-speaker-deck:before {
        content: ""
      }

      .fa-spell-check:before {
        content: ""
      }

      .fa-spider:before {
        content: ""
      }

      .fa-spinner:before {
        content: ""
      }

      .fa-splotch:before {
        content: ""
      }

      .fa-spotify:before {
        content: ""
      }

      .fa-spray-can:before {
        content: ""
      }

      .fa-square:before {
        content: ""
      }

      .fa-square-full:before {
        content: ""
      }

      .fa-square-root-alt:before {
        content: ""
      }

      .fa-squarespace:before {
        content: ""
      }

      .fa-stack-exchange:before {
        content: ""
      }

      .fa-stack-overflow:before {
        content: ""
      }

      .fa-stackpath:before {
        content: ""
      }

      .fa-stamp:before {
        content: ""
      }

      .fa-star:before {
        content: ""
      }

      .fa-star-and-crescent:before {
        content: ""
      }

      .fa-star-half:before {
        content: ""
      }

      .fa-star-half-alt:before {
        content: ""
      }

      .fa-star-of-david:before {
        content: ""
      }

      .fa-star-of-life:before {
        content: ""
      }

      .fa-staylinked:before {
        content: ""
      }

      .fa-steam:before {
        content: ""
      }

      .fa-steam-square:before {
        content: ""
      }

      .fa-steam-symbol:before {
        content: ""
      }

      .fa-step-backward:before {
        content: ""
      }

      .fa-step-forward:before {
        content: ""
      }

      .fa-stethoscope:before {
        content: ""
      }

      .fa-sticker-mule:before {
        content: ""
      }

      .fa-sticky-note:before {
        content: ""
      }

      .fa-stop:before {
        content: ""
      }

      .fa-stop-circle:before {
        content: ""
      }

      .fa-stopwatch:before {
        content: ""
      }

      .fa-stopwatch-20:before {
        content: "說"
      }

      .fa-store:before {
        content: ""
      }

      .fa-store-alt:before {
        content: ""
      }

      .fa-store-alt-slash:before {
        content: "殺"
      }

      .fa-store-slash:before {
        content: "辰"
      }

      .fa-strava:before {
        content: ""
      }

      .fa-stream:before {
        content: ""
      }

      .fa-street-view:before {
        content: ""
      }

      .fa-strikethrough:before {
        content: ""
      }

      .fa-stripe:before {
        content: ""
      }

      .fa-stripe-s:before {
        content: ""
      }

      .fa-stroopwafel:before {
        content: ""
      }

      .fa-studiovinari:before {
        content: ""
      }

      .fa-stumbleupon:before {
        content: ""
      }

      .fa-stumbleupon-circle:before {
        content: ""
      }

      .fa-subscript:before {
        content: ""
      }

      .fa-subway:before {
        content: ""
      }

      .fa-suitcase:before {
        content: ""
      }

      .fa-suitcase-rolling:before {
        content: ""
      }

      .fa-sun:before {
        content: ""
      }

      .fa-superpowers:before {
        content: ""
      }

      .fa-superscript:before {
        content: ""
      }

      .fa-supple:before {
        content: ""
      }

      .fa-surprise:before {
        content: ""
      }

      .fa-suse:before {
        content: ""
      }

      .fa-swatchbook:before {
        content: ""
      }

      .fa-swift:before {
        content: ""
      }

      .fa-swimmer:before {
        content: ""
      }

      .fa-swimming-pool:before {
        content: ""
      }

      .fa-symfony:before {
        content: ""
      }

      .fa-synagogue:before {
        content: ""
      }

      .fa-sync:before {
        content: ""
      }

      .fa-sync-alt:before {
        content: ""
      }

      .fa-syringe:before {
        content: ""
      }

      .fa-table:before {
        content: ""
      }

      .fa-table-tennis:before {
        content: ""
      }

      .fa-tablet:before {
        content: ""
      }

      .fa-tablet-alt:before {
        content: ""
      }

      .fa-tablets:before {
        content: ""
      }

      .fa-tachometer-alt:before {
        content: ""
      }

      .fa-tag:before {
        content: ""
      }

      .fa-tags:before {
        content: ""
      }

      .fa-tape:before {
        content: ""
      }

      .fa-tasks:before {
        content: ""
      }

      .fa-taxi:before {
        content: ""
      }

      .fa-teamspeak:before {
        content: ""
      }

      .fa-teeth:before {
        content: ""
      }

      .fa-teeth-open:before {
        content: ""
      }

      .fa-telegram:before {
        content: ""
      }

      .fa-telegram-plane:before {
        content: ""
      }

      .fa-temperature-high:before {
        content: ""
      }

      .fa-temperature-low:before {
        content: ""
      }

      .fa-tencent-weibo:before {
        content: ""
      }

      .fa-tenge:before {
        content: ""
      }

      .fa-terminal:before {
        content: ""
      }

      .fa-text-height:before {
        content: ""
      }

      .fa-text-width:before {
        content: ""
      }

      .fa-th:before {
        content: ""
      }

      .fa-th-large:before {
        content: ""
      }

      .fa-th-list:before {
        content: ""
      }

      .fa-the-red-yeti:before {
        content: ""
      }

      .fa-theater-masks:before {
        content: ""
      }

      .fa-themeco:before {
        content: ""
      }

      .fa-themeisle:before {
        content: ""
      }

      .fa-thermometer:before {
        content: ""
      }

      .fa-thermometer-empty:before {
        content: ""
      }

      .fa-thermometer-full:before {
        content: ""
      }

      .fa-thermometer-half:before {
        content: ""
      }

      .fa-thermometer-quarter:before {
        content: ""
      }

      .fa-thermometer-three-quarters:before {
        content: ""
      }

      .fa-think-peaks:before {
        content: ""
      }

      .fa-thumbs-down:before {
        content: ""
      }

      .fa-thumbs-up:before {
        content: ""
      }

      .fa-thumbtack:before {
        content: ""
      }

      .fa-ticket-alt:before {
        content: ""
      }

      .fa-times:before {
        content: ""
      }

      .fa-times-circle:before {
        content: ""
      }

      .fa-tint:before {
        content: ""
      }

      .fa-tint-slash:before {
        content: ""
      }

      .fa-tired:before {
        content: ""
      }

      .fa-toggle-off:before {
        content: ""
      }

      .fa-toggle-on:before {
        content: ""
      }

      .fa-toilet:before {
        content: ""
      }

      .fa-toilet-paper:before {
        content: ""
      }

      .fa-toilet-paper-slash:before {
        content: "沈"
      }

      .fa-toolbox:before {
        content: ""
      }

      .fa-tools:before {
        content: ""
      }

      .fa-tooth:before {
        content: ""
      }

      .fa-torah:before {
        content: ""
      }

      .fa-torii-gate:before {
        content: ""
      }

      .fa-tractor:before {
        content: ""
      }

      .fa-trade-federation:before {
        content: ""
      }

      .fa-trademark:before {
        content: ""
      }

      .fa-traffic-light:before {
        content: ""
      }

      .fa-trailer:before {
        content: "論"
      }

      .fa-train:before {
        content: ""
      }

      .fa-tram:before {
        content: ""
      }

      .fa-transgender:before {
        content: ""
      }

      .fa-transgender-alt:before {
        content: ""
      }

      .fa-trash:before {
        content: ""
      }

      .fa-trash-alt:before {
        content: ""
      }

      .fa-trash-restore:before {
        content: ""
      }

      .fa-trash-restore-alt:before {
        content: ""
      }

      .fa-tree:before {
        content: ""
      }

      .fa-trello:before {
        content: ""
      }

      .fa-tripadvisor:before {
        content: ""
      }

      .fa-trophy:before {
        content: ""
      }

      .fa-truck:before {
        content: ""
      }

      .fa-truck-loading:before {
        content: ""
      }

      .fa-truck-monster:before {
        content: ""
      }

      .fa-truck-moving:before {
        content: ""
      }

      .fa-truck-pickup:before {
        content: ""
      }

      .fa-tshirt:before {
        content: ""
      }

      .fa-tty:before {
        content: ""
      }

      .fa-tumblr:before {
        content: ""
      }

      .fa-tumblr-square:before {
        content: ""
      }

      .fa-tv:before {
        content: ""
      }

      .fa-twitch:before {
        content: ""
      }

      .fa-twitter:before {
        content: ""
      }

      .fa-twitter-square:before {
        content: ""
      }

      .fa-typo3:before {
        content: ""
      }

      .fa-uber:before {
        content: ""
      }

      .fa-ubuntu:before {
        content: ""
      }

      .fa-uikit:before {
        content: ""
      }

      .fa-umbraco:before {
        content: ""
      }

      .fa-umbrella:before {
        content: ""
      }

      .fa-umbrella-beach:before {
        content: ""
      }

      .fa-underline:before {
        content: ""
      }

      .fa-undo:before {
        content: ""
      }

      .fa-undo-alt:before {
        content: ""
      }

      .fa-uniregistry:before {
        content: ""
      }

      .fa-unity:before {
        content: "雷"
      }

      .fa-universal-access:before {
        content: ""
      }

      .fa-university:before {
        content: ""
      }

      .fa-unlink:before {
        content: ""
      }

      .fa-unlock:before {
        content: ""
      }

      .fa-unlock-alt:before {
        content: ""
      }

      .fa-untappd:before {
        content: ""
      }

      .fa-upload:before {
        content: ""
      }

      .fa-ups:before {
        content: ""
      }

      .fa-usb:before {
        content: ""
      }

      .fa-user:before {
        content: ""
      }

      .fa-user-alt:before {
        content: ""
      }

      .fa-user-alt-slash:before {
        content: ""
      }

      .fa-user-astronaut:before {
        content: ""
      }

      .fa-user-check:before {
        content: ""
      }

      .fa-user-circle:before {
        content: ""
      }

      .fa-user-clock:before {
        content: ""
      }

      .fa-user-cog:before {
        content: ""
      }

      .fa-user-edit:before {
        content: ""
      }

      .fa-user-friends:before {
        content: ""
      }

      .fa-user-graduate:before {
        content: ""
      }

      .fa-user-injured:before {
        content: ""
      }

      .fa-user-lock:before {
        content: ""
      }

      .fa-user-md:before {
        content: ""
      }

      .fa-user-minus:before {
        content: ""
      }

      .fa-user-ninja:before {
        content: ""
      }

      .fa-user-nurse:before {
        content: ""
      }

      .fa-user-plus:before {
        content: ""
      }

      .fa-user-secret:before {
        content: ""
      }

      .fa-user-shield:before {
        content: ""
      }

      .fa-user-slash:before {
        content: ""
      }

      .fa-user-tag:before {
        content: ""
      }

      .fa-user-tie:before {
        content: ""
      }

      .fa-user-times:before {
        content: ""
      }

      .fa-users:before {
        content: ""
      }

      .fa-users-cog:before {
        content: ""
      }

      .fa-usps:before {
        content: ""
      }

      .fa-ussunnah:before {
        content: ""
      }

      .fa-utensil-spoon:before {
        content: ""
      }

      .fa-utensils:before {
        content: ""
      }

      .fa-vaadin:before {
        content: ""
      }

      .fa-vector-square:before {
        content: ""
      }

      .fa-venus:before {
        content: ""
      }

      .fa-venus-double:before {
        content: ""
      }

      .fa-venus-mars:before {
        content: ""
      }

      .fa-viacoin:before {
        content: ""
      }

      .fa-viadeo:before {
        content: ""
      }

      .fa-viadeo-square:before {
        content: ""
      }

      .fa-vial:before {
        content: ""
      }

      .fa-vials:before {
        content: ""
      }

      .fa-viber:before {
        content: ""
      }

      .fa-video:before {
        content: ""
      }

      .fa-video-slash:before {
        content: ""
      }

      .fa-vihara:before {
        content: ""
      }

      .fa-vimeo:before {
        content: ""
      }

      .fa-vimeo-square:before {
        content: ""
      }

      .fa-vimeo-v:before {
        content: ""
      }

      .fa-vine:before {
        content: ""
      }

      .fa-virus:before {
        content: "若"
      }

      .fa-virus-slash:before {
        content: "掠"
      }

      .fa-viruses:before {
        content: "略"
      }

      .fa-vk:before {
        content: ""
      }

      .fa-vnv:before {
        content: ""
      }

      .fa-voicemail:before {
        content: ""
      }

      .fa-volleyball-ball:before {
        content: ""
      }

      .fa-volume-down:before {
        content: ""
      }

      .fa-volume-mute:before {
        content: ""
      }

      .fa-volume-off:before {
        content: ""
      }

      .fa-volume-up:before {
        content: ""
      }

      .fa-vote-yea:before {
        content: ""
      }

      .fa-vr-cardboard:before {
        content: ""
      }

      .fa-vuejs:before {
        content: ""
      }

      .fa-walking:before {
        content: ""
      }

      .fa-wallet:before {
        content: ""
      }

      .fa-warehouse:before {
        content: ""
      }

      .fa-water:before {
        content: ""
      }

      .fa-wave-square:before {
        content: ""
      }

      .fa-waze:before {
        content: ""
      }

      .fa-weebly:before {
        content: ""
      }

      .fa-weibo:before {
        content: ""
      }

      .fa-weight:before {
        content: ""
      }

      .fa-weight-hanging:before {
        content: ""
      }

      .fa-weixin:before {
        content: ""
      }

      .fa-whatsapp:before {
        content: ""
      }

      .fa-whatsapp-square:before {
        content: ""
      }

      .fa-wheelchair:before {
        content: ""
      }

      .fa-whmcs:before {
        content: ""
      }

      .fa-wifi:before {
        content: ""
      }

      .fa-wikipedia-w:before {
        content: ""
      }

      .fa-wind:before {
        content: ""
      }

      .fa-window-close:before {
        content: ""
      }

      .fa-window-maximize:before {
        content: ""
      }

      .fa-window-minimize:before {
        content: ""
      }

      .fa-window-restore:before {
        content: ""
      }

      .fa-windows:before {
        content: ""
      }

      .fa-wine-bottle:before {
        content: ""
      }

      .fa-wine-glass:before {
        content: ""
      }

      .fa-wine-glass-alt:before {
        content: ""
      }

      .fa-wix:before {
        content: ""
      }

      .fa-wizards-of-the-coast:before {
        content: ""
      }

      .fa-wolf-pack-battalion:before {
        content: ""
      }

      .fa-won-sign:before {
        content: ""
      }

      .fa-wordpress:before {
        content: ""
      }

      .fa-wordpress-simple:before {
        content: ""
      }

      .fa-wpbeginner:before {
        content: ""
      }

      .fa-wpexplorer:before {
        content: ""
      }

      .fa-wpforms:before {
        content: ""
      }

      .fa-wpressr:before {
        content: ""
      }

      .fa-wrench:before {
        content: ""
      }

      .fa-x-ray:before {
        content: ""
      }

      .fa-xbox:before {
        content: ""
      }

      .fa-xing:before {
        content: ""
      }

      .fa-xing-square:before {
        content: ""
      }

      .fa-y-combinator:before {
        content: ""
      }

      .fa-yahoo:before {
        content: ""
      }

      .fa-yammer:before {
        content: ""
      }

      .fa-yandex:before {
        content: ""
      }

      .fa-yandex-international:before {
        content: ""
      }

      .fa-yarn:before {
        content: ""
      }

      .fa-yelp:before {
        content: ""
      }

      .fa-yen-sign:before {
        content: ""
      }

      .fa-yin-yang:before {
        content: ""
      }

      .fa-yoast:before {
        content: ""
      }

      .fa-youtube:before {
        content: ""
      }

      .fa-youtube-square:before {
        content: ""
      }

      .fa-zhihu:before {
        content: ""
      }

      .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
      }

      .sr-only-focusable:active,
      .sr-only-focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
      }

      @font-face {
        font-family: "Font Awesome 5 Brands";
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url(./fonts/fontawesome/fa-brands-400.eot);
        src: url(./fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(./fonts/fontawesome/fa-brands-400.woff) format("woff"), url(./fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url(./fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
      }

      .fab {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
      }

      @font-face {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        font-display: block;
        src: url(./fonts/fontawesome/fa-solid-900.eot);
        src: url(./fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(./fonts/fontawesome/fa-solid-900.woff) format("woff"), url(./fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(./fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
      }

      .fa,
      .fas {
        font-family: "Font Awesome 5 Free";
        font-weight: 900
      }

      /*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
      @font-face {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url(./fonts/fontawesome/fa-regular-400.eot);
        src: url(./fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(./fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(./fonts/fontawesome/fa-regular-400.woff) format("woff"), url(./fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url(./fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")
      }

      .far {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
      }

      @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        src: local("Roboto Thin"), local("Roboto-Thin"), url(./fonts/Roboto/Roboto-Thin.ttf) format("truetype")
      }

      @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        src: local("Roboto Light"), local("Roboto-Light"), url(./fonts/Roboto/Roboto-Light.ttf) format("truetype")
      }

      @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        src: local("Roboto"), local("Roboto-Regular"), url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype")
      }

      @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        src: local("Roboto Medium"), local("Roboto-Medium"), url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype")
      }

      @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        src: local("Roboto Bold"), local("Roboto-Bold"), url(./fonts/Roboto/Roboto-Bold.ttf) format("truetype")
      }

      @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        src: local("Roboto Black"), local("Roboto-Black"), url(./fonts/Roboto/Roboto-Black.ttf) format("truetype")
      }

      @font-face {
        font-family: Euclid Circular B;
        font-style: normal;
        font-weight: 400;
        src: url(./fonts/Euclid/EuclidCircularB-Regular-WebXL.ttf) format("truetype")
      }

      @font-face {
        font-family: Euclid Circular B;
        font-style: italic;
        font-weight: 400;
        src: url(./fonts/Euclid/EuclidCircularB-RegularItalic-WebXL.ttf) format("truetype")
      }

      @font-face {
        font-family: Euclid Circular B;
        font-style: normal;
        font-weight: 500;
        src: url(./fonts/Euclid/EuclidCircularB-Medium.ttf) format("truetype")
      }

      @font-face {
        font-family: Euclid Circular B;
        font-style: normal;
        font-weight: 700;
        src: url(./fonts/Euclid/EuclidCircularB-Bold-WebXL.ttf) format("truetype")
      }

      :root {
        --color-error-muted-hover: #d738473f;
        --color-error-muted-pressed: #d738474c
      }

      [data-theme=dark] {
        --color-error-muted-hover: #d738473f;
        --color-error-muted-pressed: #d738474c
      }

      :root {
        --mainnet: #29b6af;
        --inherit: inherit;
        --transparent: transparent;
        --color-network-linea-goerli-default: #61dfff;
        --color-network-linea-goerli-inverse: #fcfcfc;
        --color-network-linea-sepolia-default: #61dfff;
        --color-network-linea-sepolia-inverse: #fcfcfc;
        --color-network-linea-mainnet-default: #121212;
        --color-network-linea-mainnet-inverse: #fcfcfc;
        --qr-code-white-background: #fff
      }

      * {
        box-sizing: border-box
      }

      #root {
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0px 0px 24px -23px rgb(0, 0, 0);
        -moz-box-shadow: 0px 0px 24px -23px rgb(0, 0, 0);
        box-shadow: 0 0 24px -23px #000
      }

      #root .app {
        -ms-overflow-style: none;
        scrollbar-width: none
      }

      #root .app::-webkit-scrollbar {
        display: none
      }

      html,
      body {
        color: var(--color-text-default);
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        font-size: 16px;
        overflow: auto
      }

      html {
        min-height: 500px
      }

      @media screen and (max-width: 575px) {
        html:not([data-theme]) {
          background-color: var(--color-background-default)
        }
      }

      @media (prefers-color-scheme: dark) {
        html:not([data-theme]) {
          color: var(--brand-colors-white-white000);
          background-color: var(--brand-colors-grey-grey900)
        }
      }

      @media screen and (prefers-color-scheme: dark) and (max-width: 575px) {
        html:not([data-theme]) {
          background-color: var(--brand-colors-grey-grey800)
        }
      }

      .error {
        color: var(--color-error-default);
        margin-top: 3px;
        margin-bottom: 9px;
        overflow-wrap: anywhere
      }

      #app-content {
        overflow-x: hidden;
        height: 100%;
        display: flex;
        flex-direction: column
      }

      html[data-theme] #app-content {
        background: var(--color-background-alternative)
      }

      @media screen and (max-width: 575px) {
        html[data-theme] #app-content {
          background-color: var(--color-background-default)
        }
      }

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

      a:hover {
        color: var(--color-primary-alternative)
      }

      .input-label {
        padding-bottom: 10px;
        font-weight: 400;
        display: inline-block
      }

      input.form-control {
        font-size: 14px;
        height: 40px;
        border: none !important;
        color: 1px solid var(--color-text-default);
        background: transparent;
        border-radius: 3px;
        width: 100%
      }

      [dir=ltr] input.form-control {
        padding-left: 10px
      }

      [dir=rtl] input.form-control {
        padding-right: 10px
      }

      input.form-control::-webkit-input-placeholder {
        font-weight: 100;
        color: var(--color-text-muted)
      }

      input.form-control::-moz-placeholder {
        font-weight: 100;
        color: var(--color-text-muted)
      }

      input.form-control:-ms-input-placeholder {
        font-weight: 100;
        color: var(--color-text-muted)
      }

      input.form-control:-moz-placeholder {
        font-weight: 100;
        color: var(--color-text-muted)
      }

      input.form-control--error {
        border: 1px solid var(--color-error-default)
      }

      * {
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif
      }

      :root {
        --opacity-disabled: .5
      }

      .mm-box--padding-0 {
        padding: 0
      }

      .mm-box--padding-1 {
        padding: 4px
      }

      .mm-box--padding-2 {
        padding: 8px
      }

      .mm-box--padding-3 {
        padding: 12px
      }

      .mm-box--padding-4 {
        padding: 16px
      }

      .mm-box--padding-5 {
        padding: 20px
      }

      .mm-box--padding-6 {
        padding: 24px
      }

      .mm-box--padding-7 {
        padding: 28px
      }

      .mm-box--padding-8 {
        padding: 32px
      }

      .mm-box--padding-9 {
        padding: 36px
      }

      .mm-box--padding-10 {
        padding: 40px
      }

      .mm-box--padding-11 {
        padding: 44px
      }

      .mm-box--padding-12 {
        padding: 48px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-0 {
          padding: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-1 {
          padding: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-2 {
          padding: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-3 {
          padding: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-4 {
          padding: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-5 {
          padding: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-6 {
          padding: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-7 {
          padding: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-8 {
          padding: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-9 {
          padding: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-10 {
          padding: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-11 {
          padding: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-12 {
          padding: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-0 {
          padding: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-1 {
          padding: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-2 {
          padding: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-3 {
          padding: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-4 {
          padding: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-5 {
          padding: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-6 {
          padding: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-7 {
          padding: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-8 {
          padding: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-9 {
          padding: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-10 {
          padding: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-11 {
          padding: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-12 {
          padding: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-0 {
          padding: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-1 {
          padding: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-2 {
          padding: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-3 {
          padding: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-4 {
          padding: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-5 {
          padding: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-6 {
          padding: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-7 {
          padding: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-8 {
          padding: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-9 {
          padding: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-10 {
          padding: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-11 {
          padding: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-12 {
          padding: 48px
        }
      }

      .mm-box--padding-top-0 {
        padding-top: 0
      }

      [dir=ltr] .mm-box--padding-right-0 {
        padding-right: 0
      }

      [dir=rtl] .mm-box--padding-right-0 {
        padding-left: 0
      }

      .mm-box--padding-bottom-0 {
        padding-bottom: 0
      }

      [dir=ltr] .mm-box--padding-left-0 {
        padding-left: 0
      }

      [dir=rtl] .mm-box--padding-left-0 {
        padding-right: 0
      }

      .mm-box--padding-inline-0 {
        padding-inline: 0px
      }

      .mm-box--padding-inline-start-0 {
        padding-inline-start: 0px
      }

      .mm-box--padding-inline-end-0 {
        padding-inline-end: 0px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-0 {
          padding-top: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-0 {
          padding-right: 0
        }

        [dir=rtl] .mm-box--sm\:padding-right-0 {
          padding-left: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-0 {
          padding-bottom: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-0 {
          padding-left: 0
        }

        [dir=rtl] .mm-box--sm\:padding-left-0 {
          padding-right: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-0 {
          padding-inline: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-0 {
          padding-inline-start: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-0 {
          padding-inline-end: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-0 {
          padding-top: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-0 {
          padding-right: 0
        }

        [dir=rtl] .mm-box--md\:padding-right-0 {
          padding-left: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-0 {
          padding-bottom: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-0 {
          padding-left: 0
        }

        [dir=rtl] .mm-box--md\:padding-left-0 {
          padding-right: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-0 {
          padding-inline: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-0 {
          padding-inline-start: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-0 {
          padding-inline-end: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-0 {
          padding-top: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-0 {
          padding-right: 0
        }

        [dir=rtl] .mm-box--lg\:padding-right-0 {
          padding-left: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-0 {
          padding-bottom: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-0 {
          padding-left: 0
        }

        [dir=rtl] .mm-box--lg\:padding-left-0 {
          padding-right: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-0 {
          padding-inline: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-0 {
          padding-inline-start: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-0 {
          padding-inline-end: 0px
        }
      }

      .mm-box--padding-top-1 {
        padding-top: 4px
      }

      [dir=ltr] .mm-box--padding-right-1 {
        padding-right: 4px
      }

      [dir=rtl] .mm-box--padding-right-1 {
        padding-left: 4px
      }

      .mm-box--padding-bottom-1 {
        padding-bottom: 4px
      }

      [dir=ltr] .mm-box--padding-left-1 {
        padding-left: 4px
      }

      [dir=rtl] .mm-box--padding-left-1 {
        padding-right: 4px
      }

      .mm-box--padding-inline-1 {
        padding-inline: 4px
      }

      .mm-box--padding-inline-start-1 {
        padding-inline-start: 4px
      }

      .mm-box--padding-inline-end-1 {
        padding-inline-end: 4px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-1 {
          padding-top: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-1 {
          padding-right: 4px
        }

        [dir=rtl] .mm-box--sm\:padding-right-1 {
          padding-left: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-1 {
          padding-bottom: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-1 {
          padding-left: 4px
        }

        [dir=rtl] .mm-box--sm\:padding-left-1 {
          padding-right: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-1 {
          padding-inline: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-1 {
          padding-inline-start: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-1 {
          padding-inline-end: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-1 {
          padding-top: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-1 {
          padding-right: 4px
        }

        [dir=rtl] .mm-box--md\:padding-right-1 {
          padding-left: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-1 {
          padding-bottom: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-1 {
          padding-left: 4px
        }

        [dir=rtl] .mm-box--md\:padding-left-1 {
          padding-right: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-1 {
          padding-inline: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-1 {
          padding-inline-start: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-1 {
          padding-inline-end: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-1 {
          padding-top: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-1 {
          padding-right: 4px
        }

        [dir=rtl] .mm-box--lg\:padding-right-1 {
          padding-left: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-1 {
          padding-bottom: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-1 {
          padding-left: 4px
        }

        [dir=rtl] .mm-box--lg\:padding-left-1 {
          padding-right: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-1 {
          padding-inline: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-1 {
          padding-inline-start: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-1 {
          padding-inline-end: 4px
        }
      }

      .mm-box--padding-top-2 {
        padding-top: 8px
      }

      [dir=ltr] .mm-box--padding-right-2 {
        padding-right: 8px
      }

      [dir=rtl] .mm-box--padding-right-2 {
        padding-left: 8px
      }

      .mm-box--padding-bottom-2 {
        padding-bottom: 8px
      }

      [dir=ltr] .mm-box--padding-left-2 {
        padding-left: 8px
      }

      [dir=rtl] .mm-box--padding-left-2 {
        padding-right: 8px
      }

      .mm-box--padding-inline-2 {
        padding-inline: 8px
      }

      .mm-box--padding-inline-start-2 {
        padding-inline-start: 8px
      }

      .mm-box--padding-inline-end-2 {
        padding-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-2 {
          padding-top: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-2 {
          padding-right: 8px
        }

        [dir=rtl] .mm-box--sm\:padding-right-2 {
          padding-left: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-2 {
          padding-bottom: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-2 {
          padding-left: 8px
        }

        [dir=rtl] .mm-box--sm\:padding-left-2 {
          padding-right: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-2 {
          padding-inline: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-2 {
          padding-inline-start: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-2 {
          padding-inline-end: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-2 {
          padding-top: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-2 {
          padding-right: 8px
        }

        [dir=rtl] .mm-box--md\:padding-right-2 {
          padding-left: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-2 {
          padding-bottom: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-2 {
          padding-left: 8px
        }

        [dir=rtl] .mm-box--md\:padding-left-2 {
          padding-right: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-2 {
          padding-inline: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-2 {
          padding-inline-start: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-2 {
          padding-inline-end: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-2 {
          padding-top: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-2 {
          padding-right: 8px
        }

        [dir=rtl] .mm-box--lg\:padding-right-2 {
          padding-left: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-2 {
          padding-bottom: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-2 {
          padding-left: 8px
        }

        [dir=rtl] .mm-box--lg\:padding-left-2 {
          padding-right: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-2 {
          padding-inline: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-2 {
          padding-inline-start: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-2 {
          padding-inline-end: 8px
        }
      }

      .mm-box--padding-top-3 {
        padding-top: 12px
      }

      [dir=ltr] .mm-box--padding-right-3 {
        padding-right: 12px
      }

      [dir=rtl] .mm-box--padding-right-3 {
        padding-left: 12px
      }

      .mm-box--padding-bottom-3 {
        padding-bottom: 12px
      }

      [dir=ltr] .mm-box--padding-left-3 {
        padding-left: 12px
      }

      [dir=rtl] .mm-box--padding-left-3 {
        padding-right: 12px
      }

      .mm-box--padding-inline-3 {
        padding-inline: 12px
      }

      .mm-box--padding-inline-start-3 {
        padding-inline-start: 12px
      }

      .mm-box--padding-inline-end-3 {
        padding-inline-end: 12px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-3 {
          padding-top: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-3 {
          padding-right: 12px
        }

        [dir=rtl] .mm-box--sm\:padding-right-3 {
          padding-left: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-3 {
          padding-bottom: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-3 {
          padding-left: 12px
        }

        [dir=rtl] .mm-box--sm\:padding-left-3 {
          padding-right: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-3 {
          padding-inline: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-3 {
          padding-inline-start: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-3 {
          padding-inline-end: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-3 {
          padding-top: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-3 {
          padding-right: 12px
        }

        [dir=rtl] .mm-box--md\:padding-right-3 {
          padding-left: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-3 {
          padding-bottom: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-3 {
          padding-left: 12px
        }

        [dir=rtl] .mm-box--md\:padding-left-3 {
          padding-right: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-3 {
          padding-inline: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-3 {
          padding-inline-start: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-3 {
          padding-inline-end: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-3 {
          padding-top: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-3 {
          padding-right: 12px
        }

        [dir=rtl] .mm-box--lg\:padding-right-3 {
          padding-left: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-3 {
          padding-bottom: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-3 {
          padding-left: 12px
        }

        [dir=rtl] .mm-box--lg\:padding-left-3 {
          padding-right: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-3 {
          padding-inline: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-3 {
          padding-inline-start: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-3 {
          padding-inline-end: 12px
        }
      }

      .mm-box--padding-top-4 {
        padding-top: 16px
      }

      [dir=ltr] .mm-box--padding-right-4 {
        padding-right: 16px
      }

      [dir=rtl] .mm-box--padding-right-4 {
        padding-left: 16px
      }

      .mm-box--padding-bottom-4 {
        padding-bottom: 16px
      }

      [dir=ltr] .mm-box--padding-left-4 {
        padding-left: 16px
      }

      [dir=rtl] .mm-box--padding-left-4 {
        padding-right: 16px
      }

      .mm-box--padding-inline-4 {
        padding-inline: 16px
      }

      .mm-box--padding-inline-start-4 {
        padding-inline-start: 16px
      }

      .mm-box--padding-inline-end-4 {
        padding-inline-end: 16px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-4 {
          padding-top: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-4 {
          padding-right: 16px
        }

        [dir=rtl] .mm-box--sm\:padding-right-4 {
          padding-left: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-4 {
          padding-bottom: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-4 {
          padding-left: 16px
        }

        [dir=rtl] .mm-box--sm\:padding-left-4 {
          padding-right: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-4 {
          padding-inline: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-4 {
          padding-inline-start: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-4 {
          padding-inline-end: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-4 {
          padding-top: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-4 {
          padding-right: 16px
        }

        [dir=rtl] .mm-box--md\:padding-right-4 {
          padding-left: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-4 {
          padding-bottom: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-4 {
          padding-left: 16px
        }

        [dir=rtl] .mm-box--md\:padding-left-4 {
          padding-right: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-4 {
          padding-inline: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-4 {
          padding-inline-start: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-4 {
          padding-inline-end: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-4 {
          padding-top: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-4 {
          padding-right: 16px
        }

        [dir=rtl] .mm-box--lg\:padding-right-4 {
          padding-left: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-4 {
          padding-bottom: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-4 {
          padding-left: 16px
        }

        [dir=rtl] .mm-box--lg\:padding-left-4 {
          padding-right: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-4 {
          padding-inline: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-4 {
          padding-inline-start: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-4 {
          padding-inline-end: 16px
        }
      }

      .mm-box--padding-top-5 {
        padding-top: 20px
      }

      [dir=ltr] .mm-box--padding-right-5 {
        padding-right: 20px
      }

      [dir=rtl] .mm-box--padding-right-5 {
        padding-left: 20px
      }

      .mm-box--padding-bottom-5 {
        padding-bottom: 20px
      }

      [dir=ltr] .mm-box--padding-left-5 {
        padding-left: 20px
      }

      [dir=rtl] .mm-box--padding-left-5 {
        padding-right: 20px
      }

      .mm-box--padding-inline-5 {
        padding-inline: 20px
      }

      .mm-box--padding-inline-start-5 {
        padding-inline-start: 20px
      }

      .mm-box--padding-inline-end-5 {
        padding-inline-end: 20px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-5 {
          padding-top: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-5 {
          padding-right: 20px
        }

        [dir=rtl] .mm-box--sm\:padding-right-5 {
          padding-left: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-5 {
          padding-bottom: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-5 {
          padding-left: 20px
        }

        [dir=rtl] .mm-box--sm\:padding-left-5 {
          padding-right: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-5 {
          padding-inline: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-5 {
          padding-inline-start: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-5 {
          padding-inline-end: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-5 {
          padding-top: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-5 {
          padding-right: 20px
        }

        [dir=rtl] .mm-box--md\:padding-right-5 {
          padding-left: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-5 {
          padding-bottom: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-5 {
          padding-left: 20px
        }

        [dir=rtl] .mm-box--md\:padding-left-5 {
          padding-right: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-5 {
          padding-inline: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-5 {
          padding-inline-start: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-5 {
          padding-inline-end: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-5 {
          padding-top: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-5 {
          padding-right: 20px
        }

        [dir=rtl] .mm-box--lg\:padding-right-5 {
          padding-left: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-5 {
          padding-bottom: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-5 {
          padding-left: 20px
        }

        [dir=rtl] .mm-box--lg\:padding-left-5 {
          padding-right: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-5 {
          padding-inline: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-5 {
          padding-inline-start: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-5 {
          padding-inline-end: 20px
        }
      }

      .mm-box--padding-top-6 {
        padding-top: 24px
      }

      [dir=ltr] .mm-box--padding-right-6 {
        padding-right: 24px
      }

      [dir=rtl] .mm-box--padding-right-6 {
        padding-left: 24px
      }

      .mm-box--padding-bottom-6 {
        padding-bottom: 24px
      }

      [dir=ltr] .mm-box--padding-left-6 {
        padding-left: 24px
      }

      [dir=rtl] .mm-box--padding-left-6 {
        padding-right: 24px
      }

      .mm-box--padding-inline-6 {
        padding-inline: 24px
      }

      .mm-box--padding-inline-start-6 {
        padding-inline-start: 24px
      }

      .mm-box--padding-inline-end-6 {
        padding-inline-end: 24px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-6 {
          padding-top: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-6 {
          padding-right: 24px
        }

        [dir=rtl] .mm-box--sm\:padding-right-6 {
          padding-left: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-6 {
          padding-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-6 {
          padding-left: 24px
        }

        [dir=rtl] .mm-box--sm\:padding-left-6 {
          padding-right: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-6 {
          padding-inline: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-6 {
          padding-inline-start: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-6 {
          padding-inline-end: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-6 {
          padding-top: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-6 {
          padding-right: 24px
        }

        [dir=rtl] .mm-box--md\:padding-right-6 {
          padding-left: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-6 {
          padding-bottom: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-6 {
          padding-left: 24px
        }

        [dir=rtl] .mm-box--md\:padding-left-6 {
          padding-right: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-6 {
          padding-inline: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-6 {
          padding-inline-start: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-6 {
          padding-inline-end: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-6 {
          padding-top: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-6 {
          padding-right: 24px
        }

        [dir=rtl] .mm-box--lg\:padding-right-6 {
          padding-left: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-6 {
          padding-bottom: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-6 {
          padding-left: 24px
        }

        [dir=rtl] .mm-box--lg\:padding-left-6 {
          padding-right: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-6 {
          padding-inline: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-6 {
          padding-inline-start: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-6 {
          padding-inline-end: 24px
        }
      }

      .mm-box--padding-top-7 {
        padding-top: 28px
      }

      [dir=ltr] .mm-box--padding-right-7 {
        padding-right: 28px
      }

      [dir=rtl] .mm-box--padding-right-7 {
        padding-left: 28px
      }

      .mm-box--padding-bottom-7 {
        padding-bottom: 28px
      }

      [dir=ltr] .mm-box--padding-left-7 {
        padding-left: 28px
      }

      [dir=rtl] .mm-box--padding-left-7 {
        padding-right: 28px
      }

      .mm-box--padding-inline-7 {
        padding-inline: 28px
      }

      .mm-box--padding-inline-start-7 {
        padding-inline-start: 28px
      }

      .mm-box--padding-inline-end-7 {
        padding-inline-end: 28px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-7 {
          padding-top: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-7 {
          padding-right: 28px
        }

        [dir=rtl] .mm-box--sm\:padding-right-7 {
          padding-left: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-7 {
          padding-bottom: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-7 {
          padding-left: 28px
        }

        [dir=rtl] .mm-box--sm\:padding-left-7 {
          padding-right: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-7 {
          padding-inline: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-7 {
          padding-inline-start: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-7 {
          padding-inline-end: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-7 {
          padding-top: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-7 {
          padding-right: 28px
        }

        [dir=rtl] .mm-box--md\:padding-right-7 {
          padding-left: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-7 {
          padding-bottom: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-7 {
          padding-left: 28px
        }

        [dir=rtl] .mm-box--md\:padding-left-7 {
          padding-right: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-7 {
          padding-inline: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-7 {
          padding-inline-start: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-7 {
          padding-inline-end: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-7 {
          padding-top: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-7 {
          padding-right: 28px
        }

        [dir=rtl] .mm-box--lg\:padding-right-7 {
          padding-left: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-7 {
          padding-bottom: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-7 {
          padding-left: 28px
        }

        [dir=rtl] .mm-box--lg\:padding-left-7 {
          padding-right: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-7 {
          padding-inline: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-7 {
          padding-inline-start: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-7 {
          padding-inline-end: 28px
        }
      }

      .mm-box--padding-top-8 {
        padding-top: 32px
      }

      [dir=ltr] .mm-box--padding-right-8 {
        padding-right: 32px
      }

      [dir=rtl] .mm-box--padding-right-8 {
        padding-left: 32px
      }

      .mm-box--padding-bottom-8 {
        padding-bottom: 32px
      }

      [dir=ltr] .mm-box--padding-left-8 {
        padding-left: 32px
      }

      [dir=rtl] .mm-box--padding-left-8 {
        padding-right: 32px
      }

      .mm-box--padding-inline-8 {
        padding-inline: 32px
      }

      .mm-box--padding-inline-start-8 {
        padding-inline-start: 32px
      }

      .mm-box--padding-inline-end-8 {
        padding-inline-end: 32px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-8 {
          padding-top: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-8 {
          padding-right: 32px
        }

        [dir=rtl] .mm-box--sm\:padding-right-8 {
          padding-left: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-8 {
          padding-bottom: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-8 {
          padding-left: 32px
        }

        [dir=rtl] .mm-box--sm\:padding-left-8 {
          padding-right: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-8 {
          padding-inline: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-8 {
          padding-inline-start: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-8 {
          padding-inline-end: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-8 {
          padding-top: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-8 {
          padding-right: 32px
        }

        [dir=rtl] .mm-box--md\:padding-right-8 {
          padding-left: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-8 {
          padding-bottom: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-8 {
          padding-left: 32px
        }

        [dir=rtl] .mm-box--md\:padding-left-8 {
          padding-right: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-8 {
          padding-inline: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-8 {
          padding-inline-start: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-8 {
          padding-inline-end: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-8 {
          padding-top: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-8 {
          padding-right: 32px
        }

        [dir=rtl] .mm-box--lg\:padding-right-8 {
          padding-left: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-8 {
          padding-bottom: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-8 {
          padding-left: 32px
        }

        [dir=rtl] .mm-box--lg\:padding-left-8 {
          padding-right: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-8 {
          padding-inline: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-8 {
          padding-inline-start: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-8 {
          padding-inline-end: 32px
        }
      }

      .mm-box--padding-top-9 {
        padding-top: 36px
      }

      [dir=ltr] .mm-box--padding-right-9 {
        padding-right: 36px
      }

      [dir=rtl] .mm-box--padding-right-9 {
        padding-left: 36px
      }

      .mm-box--padding-bottom-9 {
        padding-bottom: 36px
      }

      [dir=ltr] .mm-box--padding-left-9 {
        padding-left: 36px
      }

      [dir=rtl] .mm-box--padding-left-9 {
        padding-right: 36px
      }

      .mm-box--padding-inline-9 {
        padding-inline: 36px
      }

      .mm-box--padding-inline-start-9 {
        padding-inline-start: 36px
      }

      .mm-box--padding-inline-end-9 {
        padding-inline-end: 36px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-9 {
          padding-top: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-9 {
          padding-right: 36px
        }

        [dir=rtl] .mm-box--sm\:padding-right-9 {
          padding-left: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-9 {
          padding-bottom: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-9 {
          padding-left: 36px
        }

        [dir=rtl] .mm-box--sm\:padding-left-9 {
          padding-right: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-9 {
          padding-inline: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-9 {
          padding-inline-start: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-9 {
          padding-inline-end: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-9 {
          padding-top: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-9 {
          padding-right: 36px
        }

        [dir=rtl] .mm-box--md\:padding-right-9 {
          padding-left: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-9 {
          padding-bottom: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-9 {
          padding-left: 36px
        }

        [dir=rtl] .mm-box--md\:padding-left-9 {
          padding-right: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-9 {
          padding-inline: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-9 {
          padding-inline-start: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-9 {
          padding-inline-end: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-9 {
          padding-top: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-9 {
          padding-right: 36px
        }

        [dir=rtl] .mm-box--lg\:padding-right-9 {
          padding-left: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-9 {
          padding-bottom: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-9 {
          padding-left: 36px
        }

        [dir=rtl] .mm-box--lg\:padding-left-9 {
          padding-right: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-9 {
          padding-inline: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-9 {
          padding-inline-start: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-9 {
          padding-inline-end: 36px
        }
      }

      .mm-box--padding-top-10 {
        padding-top: 40px
      }

      [dir=ltr] .mm-box--padding-right-10 {
        padding-right: 40px
      }

      [dir=rtl] .mm-box--padding-right-10 {
        padding-left: 40px
      }

      .mm-box--padding-bottom-10 {
        padding-bottom: 40px
      }

      [dir=ltr] .mm-box--padding-left-10 {
        padding-left: 40px
      }

      [dir=rtl] .mm-box--padding-left-10 {
        padding-right: 40px
      }

      .mm-box--padding-inline-10 {
        padding-inline: 40px
      }

      .mm-box--padding-inline-start-10 {
        padding-inline-start: 40px
      }

      .mm-box--padding-inline-end-10 {
        padding-inline-end: 40px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-10 {
          padding-top: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-10 {
          padding-right: 40px
        }

        [dir=rtl] .mm-box--sm\:padding-right-10 {
          padding-left: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-10 {
          padding-bottom: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-10 {
          padding-left: 40px
        }

        [dir=rtl] .mm-box--sm\:padding-left-10 {
          padding-right: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-10 {
          padding-inline: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-10 {
          padding-inline-start: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-10 {
          padding-inline-end: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-10 {
          padding-top: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-10 {
          padding-right: 40px
        }

        [dir=rtl] .mm-box--md\:padding-right-10 {
          padding-left: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-10 {
          padding-bottom: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-10 {
          padding-left: 40px
        }

        [dir=rtl] .mm-box--md\:padding-left-10 {
          padding-right: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-10 {
          padding-inline: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-10 {
          padding-inline-start: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-10 {
          padding-inline-end: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-10 {
          padding-top: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-10 {
          padding-right: 40px
        }

        [dir=rtl] .mm-box--lg\:padding-right-10 {
          padding-left: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-10 {
          padding-bottom: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-10 {
          padding-left: 40px
        }

        [dir=rtl] .mm-box--lg\:padding-left-10 {
          padding-right: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-10 {
          padding-inline: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-10 {
          padding-inline-start: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-10 {
          padding-inline-end: 40px
        }
      }

      .mm-box--padding-top-11 {
        padding-top: 44px
      }

      [dir=ltr] .mm-box--padding-right-11 {
        padding-right: 44px
      }

      [dir=rtl] .mm-box--padding-right-11 {
        padding-left: 44px
      }

      .mm-box--padding-bottom-11 {
        padding-bottom: 44px
      }

      [dir=ltr] .mm-box--padding-left-11 {
        padding-left: 44px
      }

      [dir=rtl] .mm-box--padding-left-11 {
        padding-right: 44px
      }

      .mm-box--padding-inline-11 {
        padding-inline: 44px
      }

      .mm-box--padding-inline-start-11 {
        padding-inline-start: 44px
      }

      .mm-box--padding-inline-end-11 {
        padding-inline-end: 44px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-11 {
          padding-top: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-11 {
          padding-right: 44px
        }

        [dir=rtl] .mm-box--sm\:padding-right-11 {
          padding-left: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-11 {
          padding-bottom: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-11 {
          padding-left: 44px
        }

        [dir=rtl] .mm-box--sm\:padding-left-11 {
          padding-right: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-11 {
          padding-inline: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-11 {
          padding-inline-start: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-11 {
          padding-inline-end: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-11 {
          padding-top: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-11 {
          padding-right: 44px
        }

        [dir=rtl] .mm-box--md\:padding-right-11 {
          padding-left: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-11 {
          padding-bottom: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-11 {
          padding-left: 44px
        }

        [dir=rtl] .mm-box--md\:padding-left-11 {
          padding-right: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-11 {
          padding-inline: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-11 {
          padding-inline-start: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-11 {
          padding-inline-end: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-11 {
          padding-top: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-11 {
          padding-right: 44px
        }

        [dir=rtl] .mm-box--lg\:padding-right-11 {
          padding-left: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-11 {
          padding-bottom: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-11 {
          padding-left: 44px
        }

        [dir=rtl] .mm-box--lg\:padding-left-11 {
          padding-right: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-11 {
          padding-inline: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-11 {
          padding-inline-start: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-11 {
          padding-inline-end: 44px
        }
      }

      .mm-box--padding-top-12 {
        padding-top: 48px
      }

      [dir=ltr] .mm-box--padding-right-12 {
        padding-right: 48px
      }

      [dir=rtl] .mm-box--padding-right-12 {
        padding-left: 48px
      }

      .mm-box--padding-bottom-12 {
        padding-bottom: 48px
      }

      [dir=ltr] .mm-box--padding-left-12 {
        padding-left: 48px
      }

      [dir=rtl] .mm-box--padding-left-12 {
        padding-right: 48px
      }

      .mm-box--padding-inline-12 {
        padding-inline: 48px
      }

      .mm-box--padding-inline-start-12 {
        padding-inline-start: 48px
      }

      .mm-box--padding-inline-end-12 {
        padding-inline-end: 48px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-top-12 {
          padding-top: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-right-12 {
          padding-right: 48px
        }

        [dir=rtl] .mm-box--sm\:padding-right-12 {
          padding-left: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-bottom-12 {
          padding-bottom: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:padding-left-12 {
          padding-left: 48px
        }

        [dir=rtl] .mm-box--sm\:padding-left-12 {
          padding-right: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-12 {
          padding-inline: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-start-12 {
          padding-inline-start: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:padding-inline-end-12 {
          padding-inline-end: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-top-12 {
          padding-top: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-right-12 {
          padding-right: 48px
        }

        [dir=rtl] .mm-box--md\:padding-right-12 {
          padding-left: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-bottom-12 {
          padding-bottom: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:padding-left-12 {
          padding-left: 48px
        }

        [dir=rtl] .mm-box--md\:padding-left-12 {
          padding-right: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-12 {
          padding-inline: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-start-12 {
          padding-inline-start: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:padding-inline-end-12 {
          padding-inline-end: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-top-12 {
          padding-top: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-right-12 {
          padding-right: 48px
        }

        [dir=rtl] .mm-box--lg\:padding-right-12 {
          padding-left: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-bottom-12 {
          padding-bottom: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:padding-left-12 {
          padding-left: 48px
        }

        [dir=rtl] .mm-box--lg\:padding-left-12 {
          padding-right: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-12 {
          padding-inline: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-start-12 {
          padding-inline-start: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:padding-inline-end-12 {
          padding-inline-end: 48px
        }
      }

      .mm-box--margin-0 {
        margin: 0
      }

      .mm-box--margin-1 {
        margin: 4px
      }

      .mm-box--margin-2 {
        margin: 8px
      }

      .mm-box--margin-3 {
        margin: 12px
      }

      .mm-box--margin-4 {
        margin: 16px
      }

      .mm-box--margin-5 {
        margin: 20px
      }

      .mm-box--margin-6 {
        margin: 24px
      }

      .mm-box--margin-7 {
        margin: 28px
      }

      .mm-box--margin-8 {
        margin: 32px
      }

      .mm-box--margin-9 {
        margin: 36px
      }

      .mm-box--margin-10 {
        margin: 40px
      }

      .mm-box--margin-11 {
        margin: 44px
      }

      .mm-box--margin-12 {
        margin: 48px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-0 {
          margin: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-1 {
          margin: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-2 {
          margin: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-3 {
          margin: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-4 {
          margin: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-5 {
          margin: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-6 {
          margin: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-7 {
          margin: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-8 {
          margin: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-9 {
          margin: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-10 {
          margin: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-11 {
          margin: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-12 {
          margin: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-0 {
          margin: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-1 {
          margin: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-2 {
          margin: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-3 {
          margin: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-4 {
          margin: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-5 {
          margin: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-6 {
          margin: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-7 {
          margin: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-8 {
          margin: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-9 {
          margin: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-10 {
          margin: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-11 {
          margin: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-12 {
          margin: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-0 {
          margin: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-1 {
          margin: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-2 {
          margin: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-3 {
          margin: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-4 {
          margin: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-5 {
          margin: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-6 {
          margin: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-7 {
          margin: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-8 {
          margin: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-9 {
          margin: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-10 {
          margin: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-11 {
          margin: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-12 {
          margin: 48px
        }
      }

      .mm-box--margin-top-0 {
        margin-top: 0
      }

      [dir=ltr] .mm-box--margin-right-0 {
        margin-right: 0
      }

      [dir=rtl] .mm-box--margin-right-0 {
        margin-left: 0
      }

      .mm-box--margin-bottom-0 {
        margin-bottom: 0
      }

      [dir=ltr] .mm-box--margin-left-0 {
        margin-left: 0
      }

      [dir=rtl] .mm-box--margin-left-0 {
        margin-right: 0
      }

      .mm-box--margin-inline-0 {
        margin-inline: 0px
      }

      .mm-box--margin-inline-start-0 {
        margin-inline-start: 0px
      }

      .mm-box--margin-inline-end-0 {
        margin-inline-end: 0px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-0 {
          margin-top: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-0 {
          margin-right: 0
        }

        [dir=rtl] .mm-box--sm\:margin-right-0 {
          margin-left: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-0 {
          margin-bottom: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-0 {
          margin-left: 0
        }

        [dir=rtl] .mm-box--sm\:margin-left-0 {
          margin-right: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-0 {
          margin-inline: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-0 {
          margin-inline-start: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-0 {
          margin-inline-end: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-0 {
          margin-top: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-0 {
          margin-right: 0
        }

        [dir=rtl] .mm-box--md\:margin-right-0 {
          margin-left: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-0 {
          margin-bottom: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-0 {
          margin-left: 0
        }

        [dir=rtl] .mm-box--md\:margin-left-0 {
          margin-right: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-0 {
          margin-inline: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-0 {
          margin-inline-start: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-0 {
          margin-inline-end: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-0 {
          margin-top: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-0 {
          margin-right: 0
        }

        [dir=rtl] .mm-box--lg\:margin-right-0 {
          margin-left: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-0 {
          margin-bottom: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-0 {
          margin-left: 0
        }

        [dir=rtl] .mm-box--lg\:margin-left-0 {
          margin-right: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-0 {
          margin-inline: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-0 {
          margin-inline-start: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-0 {
          margin-inline-end: 0px
        }
      }

      .mm-box--margin-top-1 {
        margin-top: 4px
      }

      [dir=ltr] .mm-box--margin-right-1 {
        margin-right: 4px
      }

      [dir=rtl] .mm-box--margin-right-1 {
        margin-left: 4px
      }

      .mm-box--margin-bottom-1 {
        margin-bottom: 4px
      }

      [dir=ltr] .mm-box--margin-left-1 {
        margin-left: 4px
      }

      [dir=rtl] .mm-box--margin-left-1 {
        margin-right: 4px
      }

      .mm-box--margin-inline-1 {
        margin-inline: 4px
      }

      .mm-box--margin-inline-start-1 {
        margin-inline-start: 4px
      }

      .mm-box--margin-inline-end-1 {
        margin-inline-end: 4px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-1 {
          margin-top: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-1 {
          margin-right: 4px
        }

        [dir=rtl] .mm-box--sm\:margin-right-1 {
          margin-left: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-1 {
          margin-bottom: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-1 {
          margin-left: 4px
        }

        [dir=rtl] .mm-box--sm\:margin-left-1 {
          margin-right: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-1 {
          margin-inline: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-1 {
          margin-inline-start: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-1 {
          margin-inline-end: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-1 {
          margin-top: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-1 {
          margin-right: 4px
        }

        [dir=rtl] .mm-box--md\:margin-right-1 {
          margin-left: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-1 {
          margin-bottom: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-1 {
          margin-left: 4px
        }

        [dir=rtl] .mm-box--md\:margin-left-1 {
          margin-right: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-1 {
          margin-inline: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-1 {
          margin-inline-start: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-1 {
          margin-inline-end: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-1 {
          margin-top: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-1 {
          margin-right: 4px
        }

        [dir=rtl] .mm-box--lg\:margin-right-1 {
          margin-left: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-1 {
          margin-bottom: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-1 {
          margin-left: 4px
        }

        [dir=rtl] .mm-box--lg\:margin-left-1 {
          margin-right: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-1 {
          margin-inline: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-1 {
          margin-inline-start: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-1 {
          margin-inline-end: 4px
        }
      }

      .mm-box--margin-top-2 {
        margin-top: 8px
      }

      [dir=ltr] .mm-box--margin-right-2 {
        margin-right: 8px
      }

      [dir=rtl] .mm-box--margin-right-2 {
        margin-left: 8px
      }

      .mm-box--margin-bottom-2 {
        margin-bottom: 8px
      }

      [dir=ltr] .mm-box--margin-left-2 {
        margin-left: 8px
      }

      [dir=rtl] .mm-box--margin-left-2 {
        margin-right: 8px
      }

      .mm-box--margin-inline-2 {
        margin-inline: 8px
      }

      .mm-box--margin-inline-start-2 {
        margin-inline-start: 8px
      }

      .mm-box--margin-inline-end-2 {
        margin-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-2 {
          margin-top: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-2 {
          margin-right: 8px
        }

        [dir=rtl] .mm-box--sm\:margin-right-2 {
          margin-left: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-2 {
          margin-bottom: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-2 {
          margin-left: 8px
        }

        [dir=rtl] .mm-box--sm\:margin-left-2 {
          margin-right: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-2 {
          margin-inline: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-2 {
          margin-inline-start: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-2 {
          margin-inline-end: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-2 {
          margin-top: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-2 {
          margin-right: 8px
        }

        [dir=rtl] .mm-box--md\:margin-right-2 {
          margin-left: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-2 {
          margin-bottom: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-2 {
          margin-left: 8px
        }

        [dir=rtl] .mm-box--md\:margin-left-2 {
          margin-right: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-2 {
          margin-inline: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-2 {
          margin-inline-start: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-2 {
          margin-inline-end: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-2 {
          margin-top: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-2 {
          margin-right: 8px
        }

        [dir=rtl] .mm-box--lg\:margin-right-2 {
          margin-left: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-2 {
          margin-bottom: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-2 {
          margin-left: 8px
        }

        [dir=rtl] .mm-box--lg\:margin-left-2 {
          margin-right: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-2 {
          margin-inline: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-2 {
          margin-inline-start: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-2 {
          margin-inline-end: 8px
        }
      }

      .mm-box--margin-top-3 {
        margin-top: 12px
      }

      [dir=ltr] .mm-box--margin-right-3 {
        margin-right: 12px
      }

      [dir=rtl] .mm-box--margin-right-3 {
        margin-left: 12px
      }

      .mm-box--margin-bottom-3 {
        margin-bottom: 12px
      }

      [dir=ltr] .mm-box--margin-left-3 {
        margin-left: 12px
      }

      [dir=rtl] .mm-box--margin-left-3 {
        margin-right: 12px
      }

      .mm-box--margin-inline-3 {
        margin-inline: 12px
      }

      .mm-box--margin-inline-start-3 {
        margin-inline-start: 12px
      }

      .mm-box--margin-inline-end-3 {
        margin-inline-end: 12px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-3 {
          margin-top: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-3 {
          margin-right: 12px
        }

        [dir=rtl] .mm-box--sm\:margin-right-3 {
          margin-left: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-3 {
          margin-bottom: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-3 {
          margin-left: 12px
        }

        [dir=rtl] .mm-box--sm\:margin-left-3 {
          margin-right: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-3 {
          margin-inline: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-3 {
          margin-inline-start: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-3 {
          margin-inline-end: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-3 {
          margin-top: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-3 {
          margin-right: 12px
        }

        [dir=rtl] .mm-box--md\:margin-right-3 {
          margin-left: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-3 {
          margin-bottom: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-3 {
          margin-left: 12px
        }

        [dir=rtl] .mm-box--md\:margin-left-3 {
          margin-right: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-3 {
          margin-inline: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-3 {
          margin-inline-start: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-3 {
          margin-inline-end: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-3 {
          margin-top: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-3 {
          margin-right: 12px
        }

        [dir=rtl] .mm-box--lg\:margin-right-3 {
          margin-left: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-3 {
          margin-bottom: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-3 {
          margin-left: 12px
        }

        [dir=rtl] .mm-box--lg\:margin-left-3 {
          margin-right: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-3 {
          margin-inline: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-3 {
          margin-inline-start: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-3 {
          margin-inline-end: 12px
        }
      }

      .mm-box--margin-top-4 {
        margin-top: 16px
      }

      [dir=ltr] .mm-box--margin-right-4 {
        margin-right: 16px
      }

      [dir=rtl] .mm-box--margin-right-4 {
        margin-left: 16px
      }

      .mm-box--margin-bottom-4 {
        margin-bottom: 16px
      }

      [dir=ltr] .mm-box--margin-left-4 {
        margin-left: 16px
      }

      [dir=rtl] .mm-box--margin-left-4 {
        margin-right: 16px
      }

      .mm-box--margin-inline-4 {
        margin-inline: 16px
      }

      .mm-box--margin-inline-start-4 {
        margin-inline-start: 16px
      }

      .mm-box--margin-inline-end-4 {
        margin-inline-end: 16px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-4 {
          margin-top: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-4 {
          margin-right: 16px
        }

        [dir=rtl] .mm-box--sm\:margin-right-4 {
          margin-left: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-4 {
          margin-bottom: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-4 {
          margin-left: 16px
        }

        [dir=rtl] .mm-box--sm\:margin-left-4 {
          margin-right: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-4 {
          margin-inline: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-4 {
          margin-inline-start: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-4 {
          margin-inline-end: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-4 {
          margin-top: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-4 {
          margin-right: 16px
        }

        [dir=rtl] .mm-box--md\:margin-right-4 {
          margin-left: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-4 {
          margin-bottom: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-4 {
          margin-left: 16px
        }

        [dir=rtl] .mm-box--md\:margin-left-4 {
          margin-right: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-4 {
          margin-inline: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-4 {
          margin-inline-start: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-4 {
          margin-inline-end: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-4 {
          margin-top: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-4 {
          margin-right: 16px
        }

        [dir=rtl] .mm-box--lg\:margin-right-4 {
          margin-left: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-4 {
          margin-bottom: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-4 {
          margin-left: 16px
        }

        [dir=rtl] .mm-box--lg\:margin-left-4 {
          margin-right: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-4 {
          margin-inline: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-4 {
          margin-inline-start: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-4 {
          margin-inline-end: 16px
        }
      }

      .mm-box--margin-top-5 {
        margin-top: 20px
      }

      [dir=ltr] .mm-box--margin-right-5 {
        margin-right: 20px
      }

      [dir=rtl] .mm-box--margin-right-5 {
        margin-left: 20px
      }

      .mm-box--margin-bottom-5 {
        margin-bottom: 20px
      }

      [dir=ltr] .mm-box--margin-left-5 {
        margin-left: 20px
      }

      [dir=rtl] .mm-box--margin-left-5 {
        margin-right: 20px
      }

      .mm-box--margin-inline-5 {
        margin-inline: 20px
      }

      .mm-box--margin-inline-start-5 {
        margin-inline-start: 20px
      }

      .mm-box--margin-inline-end-5 {
        margin-inline-end: 20px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-5 {
          margin-top: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-5 {
          margin-right: 20px
        }

        [dir=rtl] .mm-box--sm\:margin-right-5 {
          margin-left: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-5 {
          margin-bottom: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-5 {
          margin-left: 20px
        }

        [dir=rtl] .mm-box--sm\:margin-left-5 {
          margin-right: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-5 {
          margin-inline: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-5 {
          margin-inline-start: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-5 {
          margin-inline-end: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-5 {
          margin-top: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-5 {
          margin-right: 20px
        }

        [dir=rtl] .mm-box--md\:margin-right-5 {
          margin-left: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-5 {
          margin-bottom: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-5 {
          margin-left: 20px
        }

        [dir=rtl] .mm-box--md\:margin-left-5 {
          margin-right: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-5 {
          margin-inline: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-5 {
          margin-inline-start: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-5 {
          margin-inline-end: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-5 {
          margin-top: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-5 {
          margin-right: 20px
        }

        [dir=rtl] .mm-box--lg\:margin-right-5 {
          margin-left: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-5 {
          margin-bottom: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-5 {
          margin-left: 20px
        }

        [dir=rtl] .mm-box--lg\:margin-left-5 {
          margin-right: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-5 {
          margin-inline: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-5 {
          margin-inline-start: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-5 {
          margin-inline-end: 20px
        }
      }

      .mm-box--margin-top-6 {
        margin-top: 24px
      }

      [dir=ltr] .mm-box--margin-right-6 {
        margin-right: 24px
      }

      [dir=rtl] .mm-box--margin-right-6 {
        margin-left: 24px
      }

      .mm-box--margin-bottom-6 {
        margin-bottom: 24px
      }

      [dir=ltr] .mm-box--margin-left-6 {
        margin-left: 24px
      }

      [dir=rtl] .mm-box--margin-left-6 {
        margin-right: 24px
      }

      .mm-box--margin-inline-6 {
        margin-inline: 24px
      }

      .mm-box--margin-inline-start-6 {
        margin-inline-start: 24px
      }

      .mm-box--margin-inline-end-6 {
        margin-inline-end: 24px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-6 {
          margin-top: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-6 {
          margin-right: 24px
        }

        [dir=rtl] .mm-box--sm\:margin-right-6 {
          margin-left: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-6 {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-6 {
          margin-left: 24px
        }

        [dir=rtl] .mm-box--sm\:margin-left-6 {
          margin-right: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-6 {
          margin-inline: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-6 {
          margin-inline-start: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-6 {
          margin-inline-end: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-6 {
          margin-top: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-6 {
          margin-right: 24px
        }

        [dir=rtl] .mm-box--md\:margin-right-6 {
          margin-left: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-6 {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-6 {
          margin-left: 24px
        }

        [dir=rtl] .mm-box--md\:margin-left-6 {
          margin-right: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-6 {
          margin-inline: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-6 {
          margin-inline-start: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-6 {
          margin-inline-end: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-6 {
          margin-top: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-6 {
          margin-right: 24px
        }

        [dir=rtl] .mm-box--lg\:margin-right-6 {
          margin-left: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-6 {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-6 {
          margin-left: 24px
        }

        [dir=rtl] .mm-box--lg\:margin-left-6 {
          margin-right: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-6 {
          margin-inline: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-6 {
          margin-inline-start: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-6 {
          margin-inline-end: 24px
        }
      }

      .mm-box--margin-top-7 {
        margin-top: 28px
      }

      [dir=ltr] .mm-box--margin-right-7 {
        margin-right: 28px
      }

      [dir=rtl] .mm-box--margin-right-7 {
        margin-left: 28px
      }

      .mm-box--margin-bottom-7 {
        margin-bottom: 28px
      }

      [dir=ltr] .mm-box--margin-left-7 {
        margin-left: 28px
      }

      [dir=rtl] .mm-box--margin-left-7 {
        margin-right: 28px
      }

      .mm-box--margin-inline-7 {
        margin-inline: 28px
      }

      .mm-box--margin-inline-start-7 {
        margin-inline-start: 28px
      }

      .mm-box--margin-inline-end-7 {
        margin-inline-end: 28px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-7 {
          margin-top: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-7 {
          margin-right: 28px
        }

        [dir=rtl] .mm-box--sm\:margin-right-7 {
          margin-left: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-7 {
          margin-bottom: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-7 {
          margin-left: 28px
        }

        [dir=rtl] .mm-box--sm\:margin-left-7 {
          margin-right: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-7 {
          margin-inline: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-7 {
          margin-inline-start: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-7 {
          margin-inline-end: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-7 {
          margin-top: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-7 {
          margin-right: 28px
        }

        [dir=rtl] .mm-box--md\:margin-right-7 {
          margin-left: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-7 {
          margin-bottom: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-7 {
          margin-left: 28px
        }

        [dir=rtl] .mm-box--md\:margin-left-7 {
          margin-right: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-7 {
          margin-inline: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-7 {
          margin-inline-start: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-7 {
          margin-inline-end: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-7 {
          margin-top: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-7 {
          margin-right: 28px
        }

        [dir=rtl] .mm-box--lg\:margin-right-7 {
          margin-left: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-7 {
          margin-bottom: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-7 {
          margin-left: 28px
        }

        [dir=rtl] .mm-box--lg\:margin-left-7 {
          margin-right: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-7 {
          margin-inline: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-7 {
          margin-inline-start: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-7 {
          margin-inline-end: 28px
        }
      }

      .mm-box--margin-top-8 {
        margin-top: 32px
      }

      [dir=ltr] .mm-box--margin-right-8 {
        margin-right: 32px
      }

      [dir=rtl] .mm-box--margin-right-8 {
        margin-left: 32px
      }

      .mm-box--margin-bottom-8 {
        margin-bottom: 32px
      }

      [dir=ltr] .mm-box--margin-left-8 {
        margin-left: 32px
      }

      [dir=rtl] .mm-box--margin-left-8 {
        margin-right: 32px
      }

      .mm-box--margin-inline-8 {
        margin-inline: 32px
      }

      .mm-box--margin-inline-start-8 {
        margin-inline-start: 32px
      }

      .mm-box--margin-inline-end-8 {
        margin-inline-end: 32px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-8 {
          margin-top: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-8 {
          margin-right: 32px
        }

        [dir=rtl] .mm-box--sm\:margin-right-8 {
          margin-left: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-8 {
          margin-bottom: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-8 {
          margin-left: 32px
        }

        [dir=rtl] .mm-box--sm\:margin-left-8 {
          margin-right: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-8 {
          margin-inline: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-8 {
          margin-inline-start: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-8 {
          margin-inline-end: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-8 {
          margin-top: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-8 {
          margin-right: 32px
        }

        [dir=rtl] .mm-box--md\:margin-right-8 {
          margin-left: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-8 {
          margin-bottom: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-8 {
          margin-left: 32px
        }

        [dir=rtl] .mm-box--md\:margin-left-8 {
          margin-right: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-8 {
          margin-inline: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-8 {
          margin-inline-start: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-8 {
          margin-inline-end: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-8 {
          margin-top: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-8 {
          margin-right: 32px
        }

        [dir=rtl] .mm-box--lg\:margin-right-8 {
          margin-left: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-8 {
          margin-bottom: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-8 {
          margin-left: 32px
        }

        [dir=rtl] .mm-box--lg\:margin-left-8 {
          margin-right: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-8 {
          margin-inline: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-8 {
          margin-inline-start: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-8 {
          margin-inline-end: 32px
        }
      }

      .mm-box--margin-top-9 {
        margin-top: 36px
      }

      [dir=ltr] .mm-box--margin-right-9 {
        margin-right: 36px
      }

      [dir=rtl] .mm-box--margin-right-9 {
        margin-left: 36px
      }

      .mm-box--margin-bottom-9 {
        margin-bottom: 36px
      }

      [dir=ltr] .mm-box--margin-left-9 {
        margin-left: 36px
      }

      [dir=rtl] .mm-box--margin-left-9 {
        margin-right: 36px
      }

      .mm-box--margin-inline-9 {
        margin-inline: 36px
      }

      .mm-box--margin-inline-start-9 {
        margin-inline-start: 36px
      }

      .mm-box--margin-inline-end-9 {
        margin-inline-end: 36px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-9 {
          margin-top: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-9 {
          margin-right: 36px
        }

        [dir=rtl] .mm-box--sm\:margin-right-9 {
          margin-left: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-9 {
          margin-bottom: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-9 {
          margin-left: 36px
        }

        [dir=rtl] .mm-box--sm\:margin-left-9 {
          margin-right: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-9 {
          margin-inline: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-9 {
          margin-inline-start: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-9 {
          margin-inline-end: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-9 {
          margin-top: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-9 {
          margin-right: 36px
        }

        [dir=rtl] .mm-box--md\:margin-right-9 {
          margin-left: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-9 {
          margin-bottom: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-9 {
          margin-left: 36px
        }

        [dir=rtl] .mm-box--md\:margin-left-9 {
          margin-right: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-9 {
          margin-inline: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-9 {
          margin-inline-start: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-9 {
          margin-inline-end: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-9 {
          margin-top: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-9 {
          margin-right: 36px
        }

        [dir=rtl] .mm-box--lg\:margin-right-9 {
          margin-left: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-9 {
          margin-bottom: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-9 {
          margin-left: 36px
        }

        [dir=rtl] .mm-box--lg\:margin-left-9 {
          margin-right: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-9 {
          margin-inline: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-9 {
          margin-inline-start: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-9 {
          margin-inline-end: 36px
        }
      }

      .mm-box--margin-top-10 {
        margin-top: 40px
      }

      [dir=ltr] .mm-box--margin-right-10 {
        margin-right: 40px
      }

      [dir=rtl] .mm-box--margin-right-10 {
        margin-left: 40px
      }

      .mm-box--margin-bottom-10 {
        margin-bottom: 40px
      }

      [dir=ltr] .mm-box--margin-left-10 {
        margin-left: 40px
      }

      [dir=rtl] .mm-box--margin-left-10 {
        margin-right: 40px
      }

      .mm-box--margin-inline-10 {
        margin-inline: 40px
      }

      .mm-box--margin-inline-start-10 {
        margin-inline-start: 40px
      }

      .mm-box--margin-inline-end-10 {
        margin-inline-end: 40px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-10 {
          margin-top: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-10 {
          margin-right: 40px
        }

        [dir=rtl] .mm-box--sm\:margin-right-10 {
          margin-left: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-10 {
          margin-bottom: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-10 {
          margin-left: 40px
        }

        [dir=rtl] .mm-box--sm\:margin-left-10 {
          margin-right: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-10 {
          margin-inline: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-10 {
          margin-inline-start: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-10 {
          margin-inline-end: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-10 {
          margin-top: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-10 {
          margin-right: 40px
        }

        [dir=rtl] .mm-box--md\:margin-right-10 {
          margin-left: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-10 {
          margin-bottom: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-10 {
          margin-left: 40px
        }

        [dir=rtl] .mm-box--md\:margin-left-10 {
          margin-right: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-10 {
          margin-inline: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-10 {
          margin-inline-start: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-10 {
          margin-inline-end: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-10 {
          margin-top: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-10 {
          margin-right: 40px
        }

        [dir=rtl] .mm-box--lg\:margin-right-10 {
          margin-left: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-10 {
          margin-bottom: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-10 {
          margin-left: 40px
        }

        [dir=rtl] .mm-box--lg\:margin-left-10 {
          margin-right: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-10 {
          margin-inline: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-10 {
          margin-inline-start: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-10 {
          margin-inline-end: 40px
        }
      }

      .mm-box--margin-top-11 {
        margin-top: 44px
      }

      [dir=ltr] .mm-box--margin-right-11 {
        margin-right: 44px
      }

      [dir=rtl] .mm-box--margin-right-11 {
        margin-left: 44px
      }

      .mm-box--margin-bottom-11 {
        margin-bottom: 44px
      }

      [dir=ltr] .mm-box--margin-left-11 {
        margin-left: 44px
      }

      [dir=rtl] .mm-box--margin-left-11 {
        margin-right: 44px
      }

      .mm-box--margin-inline-11 {
        margin-inline: 44px
      }

      .mm-box--margin-inline-start-11 {
        margin-inline-start: 44px
      }

      .mm-box--margin-inline-end-11 {
        margin-inline-end: 44px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-11 {
          margin-top: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-11 {
          margin-right: 44px
        }

        [dir=rtl] .mm-box--sm\:margin-right-11 {
          margin-left: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-11 {
          margin-bottom: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-11 {
          margin-left: 44px
        }

        [dir=rtl] .mm-box--sm\:margin-left-11 {
          margin-right: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-11 {
          margin-inline: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-11 {
          margin-inline-start: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-11 {
          margin-inline-end: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-11 {
          margin-top: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-11 {
          margin-right: 44px
        }

        [dir=rtl] .mm-box--md\:margin-right-11 {
          margin-left: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-11 {
          margin-bottom: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-11 {
          margin-left: 44px
        }

        [dir=rtl] .mm-box--md\:margin-left-11 {
          margin-right: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-11 {
          margin-inline: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-11 {
          margin-inline-start: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-11 {
          margin-inline-end: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-11 {
          margin-top: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-11 {
          margin-right: 44px
        }

        [dir=rtl] .mm-box--lg\:margin-right-11 {
          margin-left: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-11 {
          margin-bottom: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-11 {
          margin-left: 44px
        }

        [dir=rtl] .mm-box--lg\:margin-left-11 {
          margin-right: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-11 {
          margin-inline: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-11 {
          margin-inline-start: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-11 {
          margin-inline-end: 44px
        }
      }

      .mm-box--margin-top-12 {
        margin-top: 48px
      }

      [dir=ltr] .mm-box--margin-right-12 {
        margin-right: 48px
      }

      [dir=rtl] .mm-box--margin-right-12 {
        margin-left: 48px
      }

      .mm-box--margin-bottom-12 {
        margin-bottom: 48px
      }

      [dir=ltr] .mm-box--margin-left-12 {
        margin-left: 48px
      }

      [dir=rtl] .mm-box--margin-left-12 {
        margin-right: 48px
      }

      .mm-box--margin-inline-12 {
        margin-inline: 48px
      }

      .mm-box--margin-inline-start-12 {
        margin-inline-start: 48px
      }

      .mm-box--margin-inline-end-12 {
        margin-inline-end: 48px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-12 {
          margin-top: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-12 {
          margin-right: 48px
        }

        [dir=rtl] .mm-box--sm\:margin-right-12 {
          margin-left: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-12 {
          margin-bottom: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-12 {
          margin-left: 48px
        }

        [dir=rtl] .mm-box--sm\:margin-left-12 {
          margin-right: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-12 {
          margin-inline: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-12 {
          margin-inline-start: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-12 {
          margin-inline-end: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-12 {
          margin-top: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-12 {
          margin-right: 48px
        }

        [dir=rtl] .mm-box--md\:margin-right-12 {
          margin-left: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-12 {
          margin-bottom: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-12 {
          margin-left: 48px
        }

        [dir=rtl] .mm-box--md\:margin-left-12 {
          margin-right: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-12 {
          margin-inline: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-12 {
          margin-inline-start: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-12 {
          margin-inline-end: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-12 {
          margin-top: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-12 {
          margin-right: 48px
        }

        [dir=rtl] .mm-box--lg\:margin-right-12 {
          margin-left: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-12 {
          margin-bottom: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-12 {
          margin-left: 48px
        }

        [dir=rtl] .mm-box--lg\:margin-left-12 {
          margin-right: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-12 {
          margin-inline: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-12 {
          margin-inline-start: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-12 {
          margin-inline-end: 48px
        }
      }

      .mm-box--margin-auto {
        margin: auto
      }

      .mm-box--margin-top-auto {
        margin-top: auto
      }

      [dir=ltr] .mm-box--margin-right-auto {
        margin-right: auto
      }

      [dir=rtl] .mm-box--margin-right-auto {
        margin-left: auto
      }

      .mm-box--margin-bottom-auto {
        margin-bottom: auto
      }

      [dir=ltr] .mm-box--margin-left-auto {
        margin-left: auto
      }

      [dir=rtl] .mm-box--margin-left-auto {
        margin-right: auto
      }

      .mm-box--margin-inline-auto {
        margin-inline: auto
      }

      .mm-box--margin-inline-start-auto {
        margin-inline-start: auto
      }

      .mm-box--margin-inline-end-auto {
        margin-inline-end: auto
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-auto {
          margin: auto
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-top-auto {
          margin-top: auto
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-right-auto {
          margin-right: auto
        }

        [dir=rtl] .mm-box--sm\:margin-right-auto {
          margin-left: auto
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-bottom-auto {
          margin-bottom: auto
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:margin-left-auto {
          margin-left: auto
        }

        [dir=rtl] .mm-box--sm\:margin-left-auto {
          margin-right: auto
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-auto {
          margin-inline: auto
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-start-auto {
          margin-inline-start: auto
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:margin-inline-end-auto {
          margin-inline-end: auto
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-auto {
          margin: auto
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-top-auto {
          margin-top: auto
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-right-auto {
          margin-right: auto
        }

        [dir=rtl] .mm-box--md\:margin-right-auto {
          margin-left: auto
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-bottom-auto {
          margin-bottom: auto
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:margin-left-auto {
          margin-left: auto
        }

        [dir=rtl] .mm-box--md\:margin-left-auto {
          margin-right: auto
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-auto {
          margin-inline: auto
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-start-auto {
          margin-inline-start: auto
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:margin-inline-end-auto {
          margin-inline-end: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-auto {
          margin: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-top-auto {
          margin-top: auto
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-right-auto {
          margin-right: auto
        }

        [dir=rtl] .mm-box--lg\:margin-right-auto {
          margin-left: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-bottom-auto {
          margin-bottom: auto
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:margin-left-auto {
          margin-left: auto
        }

        [dir=rtl] .mm-box--lg\:margin-left-auto {
          margin-right: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-auto {
          margin-inline: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-start-auto {
          margin-inline-start: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:margin-inline-end-auto {
          margin-inline-end: auto
        }
      }

      .mm-box--gap-0 {
        gap: 0px
      }

      .mm-box--gap-1 {
        gap: 4px
      }

      .mm-box--gap-2 {
        gap: 8px
      }

      .mm-box--gap-3 {
        gap: 12px
      }

      .mm-box--gap-4 {
        gap: 16px
      }

      .mm-box--gap-5 {
        gap: 20px
      }

      .mm-box--gap-6 {
        gap: 24px
      }

      .mm-box--gap-7 {
        gap: 28px
      }

      .mm-box--gap-8 {
        gap: 32px
      }

      .mm-box--gap-9 {
        gap: 36px
      }

      .mm-box--gap-10 {
        gap: 40px
      }

      .mm-box--gap-11 {
        gap: 44px
      }

      .mm-box--gap-12 {
        gap: 48px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-0 {
          gap: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-1 {
          gap: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-2 {
          gap: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-3 {
          gap: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-4 {
          gap: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-5 {
          gap: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-6 {
          gap: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-7 {
          gap: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-8 {
          gap: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-9 {
          gap: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-10 {
          gap: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-11 {
          gap: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-12 {
          gap: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-0 {
          gap: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-1 {
          gap: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-2 {
          gap: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-3 {
          gap: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-4 {
          gap: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-5 {
          gap: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-6 {
          gap: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-7 {
          gap: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-8 {
          gap: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-9 {
          gap: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-10 {
          gap: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-11 {
          gap: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-12 {
          gap: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-0 {
          gap: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-1 {
          gap: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-2 {
          gap: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-3 {
          gap: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-4 {
          gap: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-5 {
          gap: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-6 {
          gap: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-7 {
          gap: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-8 {
          gap: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-9 {
          gap: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-10 {
          gap: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-11 {
          gap: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-12 {
          gap: 48px
        }
      }

      .mm-box--gap-top-0 {
        gap-top: 0px
      }

      [dir=ltr] .mm-box--gap-right-0 {
        gap-right: 0px
      }

      [dir=rtl] .mm-box--gap-right-0 {
        gap-left: 0px
      }

      .mm-box--gap-bottom-0 {
        gap-bottom: 0px
      }

      [dir=ltr] .mm-box--gap-left-0 {
        gap-left: 0px
      }

      [dir=rtl] .mm-box--gap-left-0 {
        gap-right: 0px
      }

      .mm-box--gap-inline-0 {
        gap-inline: 0px
      }

      .mm-box--gap-inline-start-0 {
        gap-inline-start: 0px
      }

      .mm-box--gap-inline-end-0 {
        gap-inline-end: 0px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-0 {
          gap-top: 0px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-0 {
          gap-right: 0px
        }

        [dir=rtl] .mm-box--sm\:gap-right-0 {
          gap-left: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-0 {
          gap-bottom: 0px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-0 {
          gap-left: 0px
        }

        [dir=rtl] .mm-box--sm\:gap-left-0 {
          gap-right: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-0 {
          gap-inline: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-0 {
          gap-inline-start: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-0 {
          gap-inline-end: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-0 {
          gap-top: 0px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-0 {
          gap-right: 0px
        }

        [dir=rtl] .mm-box--md\:gap-right-0 {
          gap-left: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-0 {
          gap-bottom: 0px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-0 {
          gap-left: 0px
        }

        [dir=rtl] .mm-box--md\:gap-left-0 {
          gap-right: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-0 {
          gap-inline: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-0 {
          gap-inline-start: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-0 {
          gap-inline-end: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-0 {
          gap-top: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-0 {
          gap-right: 0px
        }

        [dir=rtl] .mm-box--lg\:gap-right-0 {
          gap-left: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-0 {
          gap-bottom: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-0 {
          gap-left: 0px
        }

        [dir=rtl] .mm-box--lg\:gap-left-0 {
          gap-right: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-0 {
          gap-inline: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-0 {
          gap-inline-start: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-0 {
          gap-inline-end: 0px
        }
      }

      .mm-box--gap-top-1 {
        gap-top: 4px
      }

      [dir=ltr] .mm-box--gap-right-1 {
        gap-right: 4px
      }

      [dir=rtl] .mm-box--gap-right-1 {
        gap-left: 4px
      }

      .mm-box--gap-bottom-1 {
        gap-bottom: 4px
      }

      [dir=ltr] .mm-box--gap-left-1 {
        gap-left: 4px
      }

      [dir=rtl] .mm-box--gap-left-1 {
        gap-right: 4px
      }

      .mm-box--gap-inline-1 {
        gap-inline: 4px
      }

      .mm-box--gap-inline-start-1 {
        gap-inline-start: 4px
      }

      .mm-box--gap-inline-end-1 {
        gap-inline-end: 4px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-1 {
          gap-top: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-1 {
          gap-right: 4px
        }

        [dir=rtl] .mm-box--sm\:gap-right-1 {
          gap-left: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-1 {
          gap-bottom: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-1 {
          gap-left: 4px
        }

        [dir=rtl] .mm-box--sm\:gap-left-1 {
          gap-right: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-1 {
          gap-inline: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-1 {
          gap-inline-start: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-1 {
          gap-inline-end: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-1 {
          gap-top: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-1 {
          gap-right: 4px
        }

        [dir=rtl] .mm-box--md\:gap-right-1 {
          gap-left: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-1 {
          gap-bottom: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-1 {
          gap-left: 4px
        }

        [dir=rtl] .mm-box--md\:gap-left-1 {
          gap-right: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-1 {
          gap-inline: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-1 {
          gap-inline-start: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-1 {
          gap-inline-end: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-1 {
          gap-top: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-1 {
          gap-right: 4px
        }

        [dir=rtl] .mm-box--lg\:gap-right-1 {
          gap-left: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-1 {
          gap-bottom: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-1 {
          gap-left: 4px
        }

        [dir=rtl] .mm-box--lg\:gap-left-1 {
          gap-right: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-1 {
          gap-inline: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-1 {
          gap-inline-start: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-1 {
          gap-inline-end: 4px
        }
      }

      .mm-box--gap-top-2 {
        gap-top: 8px
      }

      [dir=ltr] .mm-box--gap-right-2 {
        gap-right: 8px
      }

      [dir=rtl] .mm-box--gap-right-2 {
        gap-left: 8px
      }

      .mm-box--gap-bottom-2 {
        gap-bottom: 8px
      }

      [dir=ltr] .mm-box--gap-left-2 {
        gap-left: 8px
      }

      [dir=rtl] .mm-box--gap-left-2 {
        gap-right: 8px
      }

      .mm-box--gap-inline-2 {
        gap-inline: 8px
      }

      .mm-box--gap-inline-start-2 {
        gap-inline-start: 8px
      }

      .mm-box--gap-inline-end-2 {
        gap-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-2 {
          gap-top: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-2 {
          gap-right: 8px
        }

        [dir=rtl] .mm-box--sm\:gap-right-2 {
          gap-left: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-2 {
          gap-bottom: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-2 {
          gap-left: 8px
        }

        [dir=rtl] .mm-box--sm\:gap-left-2 {
          gap-right: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-2 {
          gap-inline: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-2 {
          gap-inline-start: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-2 {
          gap-inline-end: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-2 {
          gap-top: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-2 {
          gap-right: 8px
        }

        [dir=rtl] .mm-box--md\:gap-right-2 {
          gap-left: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-2 {
          gap-bottom: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-2 {
          gap-left: 8px
        }

        [dir=rtl] .mm-box--md\:gap-left-2 {
          gap-right: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-2 {
          gap-inline: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-2 {
          gap-inline-start: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-2 {
          gap-inline-end: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-2 {
          gap-top: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-2 {
          gap-right: 8px
        }

        [dir=rtl] .mm-box--lg\:gap-right-2 {
          gap-left: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-2 {
          gap-bottom: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-2 {
          gap-left: 8px
        }

        [dir=rtl] .mm-box--lg\:gap-left-2 {
          gap-right: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-2 {
          gap-inline: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-2 {
          gap-inline-start: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-2 {
          gap-inline-end: 8px
        }
      }

      .mm-box--gap-top-3 {
        gap-top: 12px
      }

      [dir=ltr] .mm-box--gap-right-3 {
        gap-right: 12px
      }

      [dir=rtl] .mm-box--gap-right-3 {
        gap-left: 12px
      }

      .mm-box--gap-bottom-3 {
        gap-bottom: 12px
      }

      [dir=ltr] .mm-box--gap-left-3 {
        gap-left: 12px
      }

      [dir=rtl] .mm-box--gap-left-3 {
        gap-right: 12px
      }

      .mm-box--gap-inline-3 {
        gap-inline: 12px
      }

      .mm-box--gap-inline-start-3 {
        gap-inline-start: 12px
      }

      .mm-box--gap-inline-end-3 {
        gap-inline-end: 12px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-3 {
          gap-top: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-3 {
          gap-right: 12px
        }

        [dir=rtl] .mm-box--sm\:gap-right-3 {
          gap-left: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-3 {
          gap-bottom: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-3 {
          gap-left: 12px
        }

        [dir=rtl] .mm-box--sm\:gap-left-3 {
          gap-right: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-3 {
          gap-inline: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-3 {
          gap-inline-start: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-3 {
          gap-inline-end: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-3 {
          gap-top: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-3 {
          gap-right: 12px
        }

        [dir=rtl] .mm-box--md\:gap-right-3 {
          gap-left: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-3 {
          gap-bottom: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-3 {
          gap-left: 12px
        }

        [dir=rtl] .mm-box--md\:gap-left-3 {
          gap-right: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-3 {
          gap-inline: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-3 {
          gap-inline-start: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-3 {
          gap-inline-end: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-3 {
          gap-top: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-3 {
          gap-right: 12px
        }

        [dir=rtl] .mm-box--lg\:gap-right-3 {
          gap-left: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-3 {
          gap-bottom: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-3 {
          gap-left: 12px
        }

        [dir=rtl] .mm-box--lg\:gap-left-3 {
          gap-right: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-3 {
          gap-inline: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-3 {
          gap-inline-start: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-3 {
          gap-inline-end: 12px
        }
      }

      .mm-box--gap-top-4 {
        gap-top: 16px
      }

      [dir=ltr] .mm-box--gap-right-4 {
        gap-right: 16px
      }

      [dir=rtl] .mm-box--gap-right-4 {
        gap-left: 16px
      }

      .mm-box--gap-bottom-4 {
        gap-bottom: 16px
      }

      [dir=ltr] .mm-box--gap-left-4 {
        gap-left: 16px
      }

      [dir=rtl] .mm-box--gap-left-4 {
        gap-right: 16px
      }

      .mm-box--gap-inline-4 {
        gap-inline: 16px
      }

      .mm-box--gap-inline-start-4 {
        gap-inline-start: 16px
      }

      .mm-box--gap-inline-end-4 {
        gap-inline-end: 16px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-4 {
          gap-top: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-4 {
          gap-right: 16px
        }

        [dir=rtl] .mm-box--sm\:gap-right-4 {
          gap-left: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-4 {
          gap-bottom: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-4 {
          gap-left: 16px
        }

        [dir=rtl] .mm-box--sm\:gap-left-4 {
          gap-right: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-4 {
          gap-inline: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-4 {
          gap-inline-start: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-4 {
          gap-inline-end: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-4 {
          gap-top: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-4 {
          gap-right: 16px
        }

        [dir=rtl] .mm-box--md\:gap-right-4 {
          gap-left: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-4 {
          gap-bottom: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-4 {
          gap-left: 16px
        }

        [dir=rtl] .mm-box--md\:gap-left-4 {
          gap-right: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-4 {
          gap-inline: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-4 {
          gap-inline-start: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-4 {
          gap-inline-end: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-4 {
          gap-top: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-4 {
          gap-right: 16px
        }

        [dir=rtl] .mm-box--lg\:gap-right-4 {
          gap-left: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-4 {
          gap-bottom: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-4 {
          gap-left: 16px
        }

        [dir=rtl] .mm-box--lg\:gap-left-4 {
          gap-right: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-4 {
          gap-inline: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-4 {
          gap-inline-start: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-4 {
          gap-inline-end: 16px
        }
      }

      .mm-box--gap-top-5 {
        gap-top: 20px
      }

      [dir=ltr] .mm-box--gap-right-5 {
        gap-right: 20px
      }

      [dir=rtl] .mm-box--gap-right-5 {
        gap-left: 20px
      }

      .mm-box--gap-bottom-5 {
        gap-bottom: 20px
      }

      [dir=ltr] .mm-box--gap-left-5 {
        gap-left: 20px
      }

      [dir=rtl] .mm-box--gap-left-5 {
        gap-right: 20px
      }

      .mm-box--gap-inline-5 {
        gap-inline: 20px
      }

      .mm-box--gap-inline-start-5 {
        gap-inline-start: 20px
      }

      .mm-box--gap-inline-end-5 {
        gap-inline-end: 20px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-5 {
          gap-top: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-5 {
          gap-right: 20px
        }

        [dir=rtl] .mm-box--sm\:gap-right-5 {
          gap-left: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-5 {
          gap-bottom: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-5 {
          gap-left: 20px
        }

        [dir=rtl] .mm-box--sm\:gap-left-5 {
          gap-right: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-5 {
          gap-inline: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-5 {
          gap-inline-start: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-5 {
          gap-inline-end: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-5 {
          gap-top: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-5 {
          gap-right: 20px
        }

        [dir=rtl] .mm-box--md\:gap-right-5 {
          gap-left: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-5 {
          gap-bottom: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-5 {
          gap-left: 20px
        }

        [dir=rtl] .mm-box--md\:gap-left-5 {
          gap-right: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-5 {
          gap-inline: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-5 {
          gap-inline-start: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-5 {
          gap-inline-end: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-5 {
          gap-top: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-5 {
          gap-right: 20px
        }

        [dir=rtl] .mm-box--lg\:gap-right-5 {
          gap-left: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-5 {
          gap-bottom: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-5 {
          gap-left: 20px
        }

        [dir=rtl] .mm-box--lg\:gap-left-5 {
          gap-right: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-5 {
          gap-inline: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-5 {
          gap-inline-start: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-5 {
          gap-inline-end: 20px
        }
      }

      .mm-box--gap-top-6 {
        gap-top: 24px
      }

      [dir=ltr] .mm-box--gap-right-6 {
        gap-right: 24px
      }

      [dir=rtl] .mm-box--gap-right-6 {
        gap-left: 24px
      }

      .mm-box--gap-bottom-6 {
        gap-bottom: 24px
      }

      [dir=ltr] .mm-box--gap-left-6 {
        gap-left: 24px
      }

      [dir=rtl] .mm-box--gap-left-6 {
        gap-right: 24px
      }

      .mm-box--gap-inline-6 {
        gap-inline: 24px
      }

      .mm-box--gap-inline-start-6 {
        gap-inline-start: 24px
      }

      .mm-box--gap-inline-end-6 {
        gap-inline-end: 24px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-6 {
          gap-top: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-6 {
          gap-right: 24px
        }

        [dir=rtl] .mm-box--sm\:gap-right-6 {
          gap-left: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-6 {
          gap-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-6 {
          gap-left: 24px
        }

        [dir=rtl] .mm-box--sm\:gap-left-6 {
          gap-right: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-6 {
          gap-inline: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-6 {
          gap-inline-start: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-6 {
          gap-inline-end: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-6 {
          gap-top: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-6 {
          gap-right: 24px
        }

        [dir=rtl] .mm-box--md\:gap-right-6 {
          gap-left: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-6 {
          gap-bottom: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-6 {
          gap-left: 24px
        }

        [dir=rtl] .mm-box--md\:gap-left-6 {
          gap-right: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-6 {
          gap-inline: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-6 {
          gap-inline-start: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-6 {
          gap-inline-end: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-6 {
          gap-top: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-6 {
          gap-right: 24px
        }

        [dir=rtl] .mm-box--lg\:gap-right-6 {
          gap-left: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-6 {
          gap-bottom: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-6 {
          gap-left: 24px
        }

        [dir=rtl] .mm-box--lg\:gap-left-6 {
          gap-right: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-6 {
          gap-inline: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-6 {
          gap-inline-start: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-6 {
          gap-inline-end: 24px
        }
      }

      .mm-box--gap-top-7 {
        gap-top: 28px
      }

      [dir=ltr] .mm-box--gap-right-7 {
        gap-right: 28px
      }

      [dir=rtl] .mm-box--gap-right-7 {
        gap-left: 28px
      }

      .mm-box--gap-bottom-7 {
        gap-bottom: 28px
      }

      [dir=ltr] .mm-box--gap-left-7 {
        gap-left: 28px
      }

      [dir=rtl] .mm-box--gap-left-7 {
        gap-right: 28px
      }

      .mm-box--gap-inline-7 {
        gap-inline: 28px
      }

      .mm-box--gap-inline-start-7 {
        gap-inline-start: 28px
      }

      .mm-box--gap-inline-end-7 {
        gap-inline-end: 28px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-7 {
          gap-top: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-7 {
          gap-right: 28px
        }

        [dir=rtl] .mm-box--sm\:gap-right-7 {
          gap-left: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-7 {
          gap-bottom: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-7 {
          gap-left: 28px
        }

        [dir=rtl] .mm-box--sm\:gap-left-7 {
          gap-right: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-7 {
          gap-inline: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-7 {
          gap-inline-start: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-7 {
          gap-inline-end: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-7 {
          gap-top: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-7 {
          gap-right: 28px
        }

        [dir=rtl] .mm-box--md\:gap-right-7 {
          gap-left: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-7 {
          gap-bottom: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-7 {
          gap-left: 28px
        }

        [dir=rtl] .mm-box--md\:gap-left-7 {
          gap-right: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-7 {
          gap-inline: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-7 {
          gap-inline-start: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-7 {
          gap-inline-end: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-7 {
          gap-top: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-7 {
          gap-right: 28px
        }

        [dir=rtl] .mm-box--lg\:gap-right-7 {
          gap-left: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-7 {
          gap-bottom: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-7 {
          gap-left: 28px
        }

        [dir=rtl] .mm-box--lg\:gap-left-7 {
          gap-right: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-7 {
          gap-inline: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-7 {
          gap-inline-start: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-7 {
          gap-inline-end: 28px
        }
      }

      .mm-box--gap-top-8 {
        gap-top: 32px
      }

      [dir=ltr] .mm-box--gap-right-8 {
        gap-right: 32px
      }

      [dir=rtl] .mm-box--gap-right-8 {
        gap-left: 32px
      }

      .mm-box--gap-bottom-8 {
        gap-bottom: 32px
      }

      [dir=ltr] .mm-box--gap-left-8 {
        gap-left: 32px
      }

      [dir=rtl] .mm-box--gap-left-8 {
        gap-right: 32px
      }

      .mm-box--gap-inline-8 {
        gap-inline: 32px
      }

      .mm-box--gap-inline-start-8 {
        gap-inline-start: 32px
      }

      .mm-box--gap-inline-end-8 {
        gap-inline-end: 32px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-8 {
          gap-top: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-8 {
          gap-right: 32px
        }

        [dir=rtl] .mm-box--sm\:gap-right-8 {
          gap-left: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-8 {
          gap-bottom: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-8 {
          gap-left: 32px
        }

        [dir=rtl] .mm-box--sm\:gap-left-8 {
          gap-right: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-8 {
          gap-inline: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-8 {
          gap-inline-start: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-8 {
          gap-inline-end: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-8 {
          gap-top: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-8 {
          gap-right: 32px
        }

        [dir=rtl] .mm-box--md\:gap-right-8 {
          gap-left: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-8 {
          gap-bottom: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-8 {
          gap-left: 32px
        }

        [dir=rtl] .mm-box--md\:gap-left-8 {
          gap-right: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-8 {
          gap-inline: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-8 {
          gap-inline-start: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-8 {
          gap-inline-end: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-8 {
          gap-top: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-8 {
          gap-right: 32px
        }

        [dir=rtl] .mm-box--lg\:gap-right-8 {
          gap-left: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-8 {
          gap-bottom: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-8 {
          gap-left: 32px
        }

        [dir=rtl] .mm-box--lg\:gap-left-8 {
          gap-right: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-8 {
          gap-inline: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-8 {
          gap-inline-start: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-8 {
          gap-inline-end: 32px
        }
      }

      .mm-box--gap-top-9 {
        gap-top: 36px
      }

      [dir=ltr] .mm-box--gap-right-9 {
        gap-right: 36px
      }

      [dir=rtl] .mm-box--gap-right-9 {
        gap-left: 36px
      }

      .mm-box--gap-bottom-9 {
        gap-bottom: 36px
      }

      [dir=ltr] .mm-box--gap-left-9 {
        gap-left: 36px
      }

      [dir=rtl] .mm-box--gap-left-9 {
        gap-right: 36px
      }

      .mm-box--gap-inline-9 {
        gap-inline: 36px
      }

      .mm-box--gap-inline-start-9 {
        gap-inline-start: 36px
      }

      .mm-box--gap-inline-end-9 {
        gap-inline-end: 36px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-9 {
          gap-top: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-9 {
          gap-right: 36px
        }

        [dir=rtl] .mm-box--sm\:gap-right-9 {
          gap-left: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-9 {
          gap-bottom: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-9 {
          gap-left: 36px
        }

        [dir=rtl] .mm-box--sm\:gap-left-9 {
          gap-right: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-9 {
          gap-inline: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-9 {
          gap-inline-start: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-9 {
          gap-inline-end: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-9 {
          gap-top: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-9 {
          gap-right: 36px
        }

        [dir=rtl] .mm-box--md\:gap-right-9 {
          gap-left: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-9 {
          gap-bottom: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-9 {
          gap-left: 36px
        }

        [dir=rtl] .mm-box--md\:gap-left-9 {
          gap-right: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-9 {
          gap-inline: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-9 {
          gap-inline-start: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-9 {
          gap-inline-end: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-9 {
          gap-top: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-9 {
          gap-right: 36px
        }

        [dir=rtl] .mm-box--lg\:gap-right-9 {
          gap-left: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-9 {
          gap-bottom: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-9 {
          gap-left: 36px
        }

        [dir=rtl] .mm-box--lg\:gap-left-9 {
          gap-right: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-9 {
          gap-inline: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-9 {
          gap-inline-start: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-9 {
          gap-inline-end: 36px
        }
      }

      .mm-box--gap-top-10 {
        gap-top: 40px
      }

      [dir=ltr] .mm-box--gap-right-10 {
        gap-right: 40px
      }

      [dir=rtl] .mm-box--gap-right-10 {
        gap-left: 40px
      }

      .mm-box--gap-bottom-10 {
        gap-bottom: 40px
      }

      [dir=ltr] .mm-box--gap-left-10 {
        gap-left: 40px
      }

      [dir=rtl] .mm-box--gap-left-10 {
        gap-right: 40px
      }

      .mm-box--gap-inline-10 {
        gap-inline: 40px
      }

      .mm-box--gap-inline-start-10 {
        gap-inline-start: 40px
      }

      .mm-box--gap-inline-end-10 {
        gap-inline-end: 40px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-10 {
          gap-top: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-10 {
          gap-right: 40px
        }

        [dir=rtl] .mm-box--sm\:gap-right-10 {
          gap-left: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-10 {
          gap-bottom: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-10 {
          gap-left: 40px
        }

        [dir=rtl] .mm-box--sm\:gap-left-10 {
          gap-right: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-10 {
          gap-inline: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-10 {
          gap-inline-start: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-10 {
          gap-inline-end: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-10 {
          gap-top: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-10 {
          gap-right: 40px
        }

        [dir=rtl] .mm-box--md\:gap-right-10 {
          gap-left: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-10 {
          gap-bottom: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-10 {
          gap-left: 40px
        }

        [dir=rtl] .mm-box--md\:gap-left-10 {
          gap-right: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-10 {
          gap-inline: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-10 {
          gap-inline-start: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-10 {
          gap-inline-end: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-10 {
          gap-top: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-10 {
          gap-right: 40px
        }

        [dir=rtl] .mm-box--lg\:gap-right-10 {
          gap-left: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-10 {
          gap-bottom: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-10 {
          gap-left: 40px
        }

        [dir=rtl] .mm-box--lg\:gap-left-10 {
          gap-right: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-10 {
          gap-inline: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-10 {
          gap-inline-start: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-10 {
          gap-inline-end: 40px
        }
      }

      .mm-box--gap-top-11 {
        gap-top: 44px
      }

      [dir=ltr] .mm-box--gap-right-11 {
        gap-right: 44px
      }

      [dir=rtl] .mm-box--gap-right-11 {
        gap-left: 44px
      }

      .mm-box--gap-bottom-11 {
        gap-bottom: 44px
      }

      [dir=ltr] .mm-box--gap-left-11 {
        gap-left: 44px
      }

      [dir=rtl] .mm-box--gap-left-11 {
        gap-right: 44px
      }

      .mm-box--gap-inline-11 {
        gap-inline: 44px
      }

      .mm-box--gap-inline-start-11 {
        gap-inline-start: 44px
      }

      .mm-box--gap-inline-end-11 {
        gap-inline-end: 44px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-11 {
          gap-top: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-11 {
          gap-right: 44px
        }

        [dir=rtl] .mm-box--sm\:gap-right-11 {
          gap-left: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-11 {
          gap-bottom: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-11 {
          gap-left: 44px
        }

        [dir=rtl] .mm-box--sm\:gap-left-11 {
          gap-right: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-11 {
          gap-inline: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-11 {
          gap-inline-start: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-11 {
          gap-inline-end: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-11 {
          gap-top: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-11 {
          gap-right: 44px
        }

        [dir=rtl] .mm-box--md\:gap-right-11 {
          gap-left: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-11 {
          gap-bottom: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-11 {
          gap-left: 44px
        }

        [dir=rtl] .mm-box--md\:gap-left-11 {
          gap-right: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-11 {
          gap-inline: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-11 {
          gap-inline-start: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-11 {
          gap-inline-end: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-11 {
          gap-top: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-11 {
          gap-right: 44px
        }

        [dir=rtl] .mm-box--lg\:gap-right-11 {
          gap-left: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-11 {
          gap-bottom: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-11 {
          gap-left: 44px
        }

        [dir=rtl] .mm-box--lg\:gap-left-11 {
          gap-right: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-11 {
          gap-inline: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-11 {
          gap-inline-start: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-11 {
          gap-inline-end: 44px
        }
      }

      .mm-box--gap-top-12 {
        gap-top: 48px
      }

      [dir=ltr] .mm-box--gap-right-12 {
        gap-right: 48px
      }

      [dir=rtl] .mm-box--gap-right-12 {
        gap-left: 48px
      }

      .mm-box--gap-bottom-12 {
        gap-bottom: 48px
      }

      [dir=ltr] .mm-box--gap-left-12 {
        gap-left: 48px
      }

      [dir=rtl] .mm-box--gap-left-12 {
        gap-right: 48px
      }

      .mm-box--gap-inline-12 {
        gap-inline: 48px
      }

      .mm-box--gap-inline-start-12 {
        gap-inline-start: 48px
      }

      .mm-box--gap-inline-end-12 {
        gap-inline-end: 48px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-top-12 {
          gap-top: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-right-12 {
          gap-right: 48px
        }

        [dir=rtl] .mm-box--sm\:gap-right-12 {
          gap-left: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-bottom-12 {
          gap-bottom: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:gap-left-12 {
          gap-left: 48px
        }

        [dir=rtl] .mm-box--sm\:gap-left-12 {
          gap-right: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-12 {
          gap-inline: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-start-12 {
          gap-inline-start: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:gap-inline-end-12 {
          gap-inline-end: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-top-12 {
          gap-top: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-right-12 {
          gap-right: 48px
        }

        [dir=rtl] .mm-box--md\:gap-right-12 {
          gap-left: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-bottom-12 {
          gap-bottom: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:gap-left-12 {
          gap-left: 48px
        }

        [dir=rtl] .mm-box--md\:gap-left-12 {
          gap-right: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-12 {
          gap-inline: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-start-12 {
          gap-inline-start: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:gap-inline-end-12 {
          gap-inline-end: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-top-12 {
          gap-top: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-right-12 {
          gap-right: 48px
        }

        [dir=rtl] .mm-box--lg\:gap-right-12 {
          gap-left: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-bottom-12 {
          gap-bottom: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:gap-left-12 {
          gap-left: 48px
        }

        [dir=rtl] .mm-box--lg\:gap-left-12 {
          gap-right: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-12 {
          gap-inline: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-start-12 {
          gap-inline-start: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:gap-inline-end-12 {
          gap-inline-end: 48px
        }
      }

      .mm-box--border-width-0 {
        border-width: 0px
      }

      .mm-box--border-width-1 {
        border-width: 1px
      }

      .mm-box--border-width-2 {
        border-width: 2px
      }

      .mm-box--border-width-3 {
        border-width: 3px
      }

      .mm-box--border-width-4 {
        border-width: 4px
      }

      .mm-box--border-width-5 {
        border-width: 5px
      }

      .mm-box--border-width-6 {
        border-width: 6px
      }

      .mm-box--border-width-7 {
        border-width: 7px
      }

      .mm-box--border-width-8 {
        border-width: 8px
      }

      .mm-box--border-width-9 {
        border-width: 9px
      }

      .mm-box--border-width-10 {
        border-width: 10px
      }

      .mm-box--border-width-11 {
        border-width: 11px
      }

      .mm-box--border-width-12 {
        border-width: 12px
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-0 {
          border-width: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-1 {
          border-width: 1px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-2 {
          border-width: 2px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-3 {
          border-width: 3px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-4 {
          border-width: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-5 {
          border-width: 5px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-6 {
          border-width: 6px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-7 {
          border-width: 7px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-8 {
          border-width: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-9 {
          border-width: 9px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-10 {
          border-width: 10px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-11 {
          border-width: 11px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-width-12 {
          border-width: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-0 {
          border-width: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-1 {
          border-width: 1px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-2 {
          border-width: 2px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-3 {
          border-width: 3px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-4 {
          border-width: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-5 {
          border-width: 5px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-6 {
          border-width: 6px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-7 {
          border-width: 7px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-8 {
          border-width: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-9 {
          border-width: 9px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-10 {
          border-width: 10px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-11 {
          border-width: 11px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-width-12 {
          border-width: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-0 {
          border-width: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-1 {
          border-width: 1px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-2 {
          border-width: 2px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-3 {
          border-width: 3px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-4 {
          border-width: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-5 {
          border-width: 5px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-6 {
          border-width: 6px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-7 {
          border-width: 7px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-8 {
          border-width: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-9 {
          border-width: 9px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-10 {
          border-width: 10px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-11 {
          border-width: 11px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-width-12 {
          border-width: 12px
        }
      }

      .mm-box--border-color-background-default {
        border-color: var(--color-background-default)
      }

      .mm-box--border-color-background-alternative {
        border-color: var(--color-background-alternative)
      }

      .mm-box--border-color-text-default {
        border-color: var(--color-text-default)
      }

      .mm-box--border-color-text-alternative {
        border-color: var(--color-text-alternative)
      }

      .mm-box--border-color-text-muted {
        border-color: var(--color-text-muted)
      }

      .mm-box--border-color-icon-default {
        border-color: var(--color-icon-default)
      }

      .mm-box--border-color-icon-alternative {
        border-color: var(--color-icon-alternative)
      }

      .mm-box--border-color-icon-muted {
        border-color: var(--color-icon-muted)
      }

      .mm-box--border-color-border-default {
        border-color: var(--color-border-default)
      }

      .mm-box--border-color-border-muted {
        border-color: var(--color-border-muted)
      }

      .mm-box--border-color-overlay-default {
        border-color: var(--color-overlay-default)
      }

      .mm-box--border-color-overlay-inverse {
        border-color: var(--color-overlay-inverse)
      }

      .mm-box--border-color-primary-default {
        border-color: var(--color-primary-default)
      }

      .mm-box--border-color-primary-alternative {
        border-color: var(--color-primary-alternative)
      }

      .mm-box--border-color-primary-muted {
        border-color: var(--color-primary-muted)
      }

      .mm-box--border-color-primary-inverse {
        border-color: var(--color-primary-inverse)
      }

      .mm-box--border-color-primary-disabled {
        border-color: var(--color-primary-disabled)
      }

      .mm-box--border-color-error-default {
        border-color: var(--color-error-default)
      }

      .mm-box--border-color-error-alternative {
        border-color: var(--color-error-alternative)
      }

      .mm-box--border-color-error-muted {
        border-color: var(--color-error-muted)
      }

      .mm-box--border-color-error-inverse {
        border-color: var(--color-error-inverse)
      }

      .mm-box--border-color-error-disabled {
        border-color: var(--color-error-disabled)
      }

      .mm-box--border-color-warning-default {
        border-color: var(--color-warning-default)
      }

      .mm-box--border-color-warning-alternative {
        border-color: var(--color-warning-alternative)
      }

      .mm-box--border-color-warning-muted {
        border-color: var(--color-warning-muted)
      }

      .mm-box--border-color-warning-inverse {
        border-color: var(--color-warning-inverse)
      }

      .mm-box--border-color-warning-disabled {
        border-color: var(--color-warning-disabled)
      }

      .mm-box--border-color-success-default {
        border-color: var(--color-success-default)
      }

      .mm-box--border-color-success-alternative {
        border-color: var(--color-success-alternative)
      }

      .mm-box--border-color-success-muted {
        border-color: var(--color-success-muted)
      }

      .mm-box--border-color-success-inverse {
        border-color: var(--color-success-inverse)
      }

      .mm-box--border-color-success-disabled {
        border-color: var(--color-success-disabled)
      }

      .mm-box--border-color-info-default {
        border-color: var(--color-info-default)
      }

      .mm-box--border-color-info-alternative {
        border-color: var(--color-info-alternative)
      }

      .mm-box--border-color-info-muted {
        border-color: var(--color-info-muted)
      }

      .mm-box--border-color-info-inverse {
        border-color: var(--color-info-inverse)
      }

      .mm-box--border-color-info-disabled {
        border-color: var(--color-info-disabled)
      }

      .mm-box--border-color-mainnet {
        border-color: var(--mainnet)
      }

      .mm-box--border-color-goerli {
        border-color: var(--color-network-goerli-default)
      }

      .mm-box--border-color-sepolia {
        border-color: var(--color-network-sepolia-default)
      }

      .mm-box--border-color-goerli-inverse {
        border-color: var(--color-network-goerli-inverse)
      }

      .mm-box--border-color-sepolia-inverse {
        border-color: var(--color-network-sepolia-inverse)
      }

      .mm-box--border-color-linea-goerli {
        border-color: var(--color-network-linea-goerli-default)
      }

      .mm-box--border-color-linea-goerli-inverse {
        border-color: var(--color-network-linea-goerli-inverse)
      }

      .mm-box--border-color-linea-sepolia {
        border-color: var(--color-network-linea-sepolia-default)
      }

      .mm-box--border-color-linea-sepolia-inverse {
        border-color: var(--color-network-linea-sepolia-inverse)
      }

      .mm-box--border-color-linea-mainnet {
        border-color: var(--color-network-linea-mainnet-default)
      }

      .mm-box--border-color-linea-mainnet-inverse {
        border-color: var(--color-network-linea-mainnet-inverse)
      }

      .mm-box--border-color-localhost {
        border-color: var(--color-network-localhost-default)
      }

      .mm-box--border-color-transparent {
        border-color: var(--transparent)
      }

      .mm-box--border-color-flask-purple {
        border-color: var(--color-flask-default)
      }

      .mm-box--border-color-inherit {
        border-color: var(--inherit)
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-background-default {
          border-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-background-alternative {
          border-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-text-default {
          border-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-text-alternative {
          border-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-text-muted {
          border-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-icon-default {
          border-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-icon-alternative {
          border-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-icon-muted {
          border-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-border-default {
          border-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-border-muted {
          border-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-overlay-default {
          border-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-overlay-inverse {
          border-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-primary-default {
          border-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-primary-alternative {
          border-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-primary-muted {
          border-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-primary-inverse {
          border-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-primary-disabled {
          border-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-error-default {
          border-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-error-alternative {
          border-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-error-muted {
          border-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-error-inverse {
          border-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-error-disabled {
          border-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-warning-default {
          border-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-warning-alternative {
          border-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-warning-muted {
          border-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-warning-inverse {
          border-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-warning-disabled {
          border-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-success-default {
          border-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-success-alternative {
          border-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-success-muted {
          border-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-success-inverse {
          border-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-success-disabled {
          border-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-info-default {
          border-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-info-alternative {
          border-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-info-muted {
          border-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-info-inverse {
          border-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-info-disabled {
          border-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-mainnet {
          border-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-goerli {
          border-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-sepolia {
          border-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-goerli-inverse {
          border-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-sepolia-inverse {
          border-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-linea-goerli {
          border-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-linea-goerli-inverse {
          border-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-linea-sepolia {
          border-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-linea-sepolia-inverse {
          border-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-linea-mainnet {
          border-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-linea-mainnet-inverse {
          border-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-localhost {
          border-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-transparent {
          border-color: var(--transparent)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-flask-purple {
          border-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-color-inherit {
          border-color: var(--inherit)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-background-default {
          border-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-background-alternative {
          border-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-text-default {
          border-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-text-alternative {
          border-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-text-muted {
          border-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-icon-default {
          border-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-icon-alternative {
          border-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-icon-muted {
          border-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-border-default {
          border-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-border-muted {
          border-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-overlay-default {
          border-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-overlay-inverse {
          border-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-primary-default {
          border-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-primary-alternative {
          border-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-primary-muted {
          border-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-primary-inverse {
          border-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-primary-disabled {
          border-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-error-default {
          border-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-error-alternative {
          border-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-error-muted {
          border-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-error-inverse {
          border-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-error-disabled {
          border-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-warning-default {
          border-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-warning-alternative {
          border-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-warning-muted {
          border-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-warning-inverse {
          border-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-warning-disabled {
          border-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-success-default {
          border-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-success-alternative {
          border-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-success-muted {
          border-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-success-inverse {
          border-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-success-disabled {
          border-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-info-default {
          border-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-info-alternative {
          border-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-info-muted {
          border-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-info-inverse {
          border-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-info-disabled {
          border-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-mainnet {
          border-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-goerli {
          border-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-sepolia {
          border-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-goerli-inverse {
          border-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-sepolia-inverse {
          border-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-linea-goerli {
          border-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-linea-goerli-inverse {
          border-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-linea-sepolia {
          border-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-linea-sepolia-inverse {
          border-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-linea-mainnet {
          border-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-linea-mainnet-inverse {
          border-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-localhost {
          border-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-transparent {
          border-color: var(--transparent)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-flask-purple {
          border-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-color-inherit {
          border-color: var(--inherit)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-background-default {
          border-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-background-alternative {
          border-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-text-default {
          border-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-text-alternative {
          border-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-text-muted {
          border-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-icon-default {
          border-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-icon-alternative {
          border-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-icon-muted {
          border-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-border-default {
          border-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-border-muted {
          border-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-overlay-default {
          border-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-overlay-inverse {
          border-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-primary-default {
          border-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-primary-alternative {
          border-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-primary-muted {
          border-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-primary-inverse {
          border-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-primary-disabled {
          border-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-error-default {
          border-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-error-alternative {
          border-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-error-muted {
          border-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-error-inverse {
          border-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-error-disabled {
          border-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-warning-default {
          border-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-warning-alternative {
          border-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-warning-muted {
          border-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-warning-inverse {
          border-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-warning-disabled {
          border-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-success-default {
          border-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-success-alternative {
          border-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-success-muted {
          border-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-success-inverse {
          border-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-success-disabled {
          border-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-info-default {
          border-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-info-alternative {
          border-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-info-muted {
          border-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-info-inverse {
          border-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-info-disabled {
          border-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-mainnet {
          border-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-goerli {
          border-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-sepolia {
          border-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-goerli-inverse {
          border-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-sepolia-inverse {
          border-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-linea-goerli {
          border-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-linea-goerli-inverse {
          border-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-linea-sepolia {
          border-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-linea-sepolia-inverse {
          border-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-linea-mainnet {
          border-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-linea-mainnet-inverse {
          border-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-localhost {
          border-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-transparent {
          border-color: var(--transparent)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-flask-purple {
          border-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-color-inherit {
          border-color: var(--inherit)
        }
      }

      .mm-box--border-style-solid {
        border-style: solid
      }

      .mm-box--border-style-double {
        border-style: double
      }

      .mm-box--border-style-none {
        border-style: none
      }

      .mm-box--border-style-dashed {
        border-style: dashed
      }

      .mm-box--border-style-dotted {
        border-style: dotted
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-style-solid {
          border-style: solid
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-style-double {
          border-style: double
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-style-none {
          border-style: none
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-style-dashed {
          border-style: dashed
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:border-style-dotted {
          border-style: dotted
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-style-solid {
          border-style: solid
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-style-double {
          border-style: double
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-style-none {
          border-style: none
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-style-dashed {
          border-style: dashed
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:border-style-dotted {
          border-style: dotted
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-style-solid {
          border-style: solid
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-style-double {
          border-style: double
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-style-none {
          border-style: none
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-style-dashed {
          border-style: dashed
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:border-style-dotted {
          border-style: dotted
        }
      }

      .mm-box--rounded-xs {
        border-radius: 2px
      }

      .mm-box--rounded-sm {
        border-radius: 4px
      }

      .mm-box--rounded-md {
        border-radius: 6px
      }

      .mm-box--rounded-lg {
        border-radius: 8px
      }

      .mm-box--rounded-xl {
        border-radius: 12px
      }

      .mm-box--rounded-full {
        border-radius: 50%
      }

      .mm-box--rounded-pill {
        border-radius: 9999px
      }

      .mm-box--rounded-none {
        border-radius: 0
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-xs {
          border-radius: 2px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-sm {
          border-radius: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-md {
          border-radius: 6px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-lg {
          border-radius: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-xl {
          border-radius: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-full {
          border-radius: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-pill {
          border-radius: 9999px
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:rounded-none {
          border-radius: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-xs {
          border-radius: 2px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-sm {
          border-radius: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-md {
          border-radius: 6px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-lg {
          border-radius: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-xl {
          border-radius: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-full {
          border-radius: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-pill {
          border-radius: 9999px
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:rounded-none {
          border-radius: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-xs {
          border-radius: 2px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-sm {
          border-radius: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-md {
          border-radius: 6px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-lg {
          border-radius: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-xl {
          border-radius: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-full {
          border-radius: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-pill {
          border-radius: 9999px
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:rounded-none {
          border-radius: 0
        }
      }

      .mm-box--display-block {
        display: block
      }

      .mm-box--display-flex {
        display: flex
      }

      .mm-box--display-grid {
        display: grid
      }

      .mm-box--display-inline-block {
        display: inline-block
      }

      .mm-box--display-inline-grid {
        display: inline-grid
      }

      .mm-box--display-inline-flex {
        display: inline-flex
      }

      .mm-box--display-list-item {
        display: list-item
      }

      .mm-box--display-none {
        display: none
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-block {
          display: block
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-flex {
          display: flex
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-grid {
          display: grid
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-inline-block {
          display: inline-block
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-inline-grid {
          display: inline-grid
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-inline-flex {
          display: inline-flex
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-list-item {
          display: list-item
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:display-none {
          display: none
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-block {
          display: block
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-flex {
          display: flex
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-grid {
          display: grid
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-inline-block {
          display: inline-block
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-inline-grid {
          display: inline-grid
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-inline-flex {
          display: inline-flex
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-list-item {
          display: list-item
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:display-none {
          display: none
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-block {
          display: block
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-flex {
          display: flex
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-grid {
          display: grid
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-inline-block {
          display: inline-block
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-inline-grid {
          display: inline-grid
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-inline-flex {
          display: inline-flex
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-list-item {
          display: list-item
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:display-none {
          display: none
        }
      }

      .mm-box--align-items-baseline {
        align-items: baseline
      }

      .mm-box--align-items-center {
        align-items: center
      }

      .mm-box--align-items-flex-end {
        align-items: flex-end
      }

      .mm-box--align-items-flex-start {
        align-items: flex-start
      }

      .mm-box--align-items-stretch {
        align-items: stretch
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:align-items-baseline {
          align-items: baseline
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:align-items-center {
          align-items: center
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:align-items-flex-end {
          align-items: flex-end
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:align-items-flex-start {
          align-items: flex-start
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:align-items-stretch {
          align-items: stretch
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:align-items-baseline {
          align-items: baseline
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:align-items-center {
          align-items: center
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:align-items-flex-end {
          align-items: flex-end
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:align-items-flex-start {
          align-items: flex-start
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:align-items-stretch {
          align-items: stretch
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:align-items-baseline {
          align-items: baseline
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:align-items-center {
          align-items: center
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:align-items-flex-end {
          align-items: flex-end
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:align-items-flex-start {
          align-items: flex-start
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:align-items-stretch {
          align-items: stretch
        }
      }

      .mm-box--justify-content-center {
        justify-content: center
      }

      .mm-box--justify-content-flex-end {
        justify-content: flex-end
      }

      .mm-box--justify-content-flex-start {
        justify-content: flex-start
      }

      .mm-box--justify-content-space-around {
        justify-content: space-around
      }

      .mm-box--justify-content-space-between {
        justify-content: space-between
      }

      .mm-box--justify-content-space-evenly {
        justify-content: space-evenly
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:justify-content-center {
          justify-content: center
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:justify-content-flex-end {
          justify-content: flex-end
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:justify-content-flex-start {
          justify-content: flex-start
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:justify-content-space-around {
          justify-content: space-around
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:justify-content-space-between {
          justify-content: space-between
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:justify-content-space-evenly {
          justify-content: space-evenly
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:justify-content-center {
          justify-content: center
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:justify-content-flex-end {
          justify-content: flex-end
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:justify-content-flex-start {
          justify-content: flex-start
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:justify-content-space-around {
          justify-content: space-around
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:justify-content-space-between {
          justify-content: space-between
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:justify-content-space-evenly {
          justify-content: space-evenly
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:justify-content-center {
          justify-content: center
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:justify-content-flex-end {
          justify-content: flex-end
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:justify-content-flex-start {
          justify-content: flex-start
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:justify-content-space-around {
          justify-content: space-around
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:justify-content-space-between {
          justify-content: space-between
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:justify-content-space-evenly {
          justify-content: space-evenly
        }
      }

      .mm-box--flex-direction-row {
        flex-direction: row
      }

      .mm-box--flex-direction-row-reverse {
        flex-direction: row-reverse
      }

      .mm-box--flex-direction-column {
        flex-direction: column
      }

      .mm-box--flex-direction-column-reverse {
        flex-direction: column-reverse
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-direction-row {
          flex-direction: row
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-direction-row-reverse {
          flex-direction: row-reverse
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-direction-column {
          flex-direction: column
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-direction-column-reverse {
          flex-direction: column-reverse
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-direction-row {
          flex-direction: row
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-direction-row-reverse {
          flex-direction: row-reverse
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-direction-column {
          flex-direction: column
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-direction-column-reverse {
          flex-direction: column-reverse
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-direction-row {
          flex-direction: row
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-direction-row-reverse {
          flex-direction: row-reverse
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-direction-column {
          flex-direction: column
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-direction-column-reverse {
          flex-direction: column-reverse
        }
      }

      .mm-box--flex-wrap-wrap {
        flex-wrap: wrap
      }

      .mm-box--flex-wrap-wrap-reverse {
        flex-wrap: wrap-reverse
      }

      .mm-box--flex-wrap-nowrap {
        flex-wrap: nowrap
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-wrap-wrap {
          flex-wrap: wrap
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-wrap-wrap-reverse {
          flex-wrap: wrap-reverse
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:flex-wrap-nowrap {
          flex-wrap: nowrap
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-wrap-wrap {
          flex-wrap: wrap
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-wrap-wrap-reverse {
          flex-wrap: wrap-reverse
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:flex-wrap-nowrap {
          flex-wrap: nowrap
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-wrap-wrap {
          flex-wrap: wrap
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-wrap-wrap-reverse {
          flex-wrap: wrap-reverse
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:flex-wrap-nowrap {
          flex-wrap: nowrap
        }
      }

      .mm-box--width-full {
        width: 100%
      }

      .mm-box--min-width-full {
        min-width: 100%
      }

      .mm-box--height-full {
        height: 100%
      }

      .mm-box--width-0 {
        width: 0
      }

      .mm-box--min-width-0 {
        min-width: 0
      }

      .mm-box--height-0 {
        height: 0
      }

      .mm-box--width-1\/2 {
        width: 50%
      }

      .mm-box--min-width-1\/2 {
        min-width: 50%
      }

      .mm-box--height-1\/2 {
        height: 50%
      }

      .mm-box--width-1\/3 {
        width: 33.333333%
      }

      .mm-box--min-width-1\/3 {
        min-width: 33.333333%
      }

      .mm-box--height-1\/3 {
        height: 33.333333%
      }

      .mm-box--width-2\/3 {
        width: 66.666667%
      }

      .mm-box--min-width-2\/3 {
        min-width: 66.666667%
      }

      .mm-box--height-2\/3 {
        height: 66.666667%
      }

      .mm-box--width-1\/4 {
        width: 25%
      }

      .mm-box--min-width-1\/4 {
        min-width: 25%
      }

      .mm-box--height-1\/4 {
        height: 25%
      }

      .mm-box--width-2\/4 {
        width: 50%
      }

      .mm-box--min-width-2\/4 {
        min-width: 50%
      }

      .mm-box--height-2\/4 {
        height: 50%
      }

      .mm-box--width-3\/4 {
        width: 75%
      }

      .mm-box--min-width-3\/4 {
        min-width: 75%
      }

      .mm-box--height-3\/4 {
        height: 75%
      }

      .mm-box--width-1\/5 {
        width: 20%
      }

      .mm-box--min-width-1\/5 {
        min-width: 20%
      }

      .mm-box--height-1\/5 {
        height: 20%
      }

      .mm-box--width-2\/5 {
        width: 40%
      }

      .mm-box--min-width-2\/5 {
        min-width: 40%
      }

      .mm-box--height-2\/5 {
        height: 40%
      }

      .mm-box--width-3\/5 {
        width: 60%
      }

      .mm-box--min-width-3\/5 {
        min-width: 60%
      }

      .mm-box--height-3\/5 {
        height: 60%
      }

      .mm-box--width-4\/5 {
        width: 80%
      }

      .mm-box--min-width-4\/5 {
        min-width: 80%
      }

      .mm-box--height-4\/5 {
        height: 80%
      }

      .mm-box--width-1\/6 {
        width: 16.666667%
      }

      .mm-box--min-width-1\/6 {
        min-width: 16.666667%
      }

      .mm-box--height-1\/6 {
        height: 16.666667%
      }

      .mm-box--width-2\/6 {
        width: 33.333333%
      }

      .mm-box--min-width-2\/6 {
        min-width: 33.333333%
      }

      .mm-box--height-2\/6 {
        height: 33.333333%
      }

      .mm-box--width-3\/6 {
        width: 50%
      }

      .mm-box--min-width-3\/6 {
        min-width: 50%
      }

      .mm-box--height-3\/6 {
        height: 50%
      }

      .mm-box--width-4\/6 {
        width: 66.666667%
      }

      .mm-box--min-width-4\/6 {
        min-width: 66.666667%
      }

      .mm-box--height-4\/6 {
        height: 66.666667%
      }

      .mm-box--width-5\/6 {
        width: 83.333333%
      }

      .mm-box--min-width-5\/6 {
        min-width: 83.333333%
      }

      .mm-box--height-5\/6 {
        height: 83.333333%
      }

      .mm-box--width-1\/12 {
        width: 8.333333%
      }

      .mm-box--min-width-1\/12 {
        min-width: 8.333333%
      }

      .mm-box--height-1\/12 {
        height: 8.333333%
      }

      .mm-box--width-2\/12 {
        width: 16.666667%
      }

      .mm-box--min-width-2\/12 {
        min-width: 16.666667%
      }

      .mm-box--height-2\/12 {
        height: 16.666667%
      }

      .mm-box--width-3\/12 {
        width: 25%
      }

      .mm-box--min-width-3\/12 {
        min-width: 25%
      }

      .mm-box--height-3\/12 {
        height: 25%
      }

      .mm-box--width-4\/12 {
        width: 33.333333%
      }

      .mm-box--min-width-4\/12 {
        min-width: 33.333333%
      }

      .mm-box--height-4\/12 {
        height: 33.333333%
      }

      .mm-box--width-5\/12 {
        width: 41.666667%
      }

      .mm-box--min-width-5\/12 {
        min-width: 41.666667%
      }

      .mm-box--height-5\/12 {
        height: 41.666667%
      }

      .mm-box--width-6\/12 {
        width: 50%
      }

      .mm-box--min-width-6\/12 {
        min-width: 50%
      }

      .mm-box--height-6\/12 {
        height: 50%
      }

      .mm-box--width-7\/12 {
        width: 58.333333%
      }

      .mm-box--min-width-7\/12 {
        min-width: 58.333333%
      }

      .mm-box--height-7\/12 {
        height: 58.333333%
      }

      .mm-box--width-8\/12 {
        width: 66.666667%
      }

      .mm-box--min-width-8\/12 {
        min-width: 66.666667%
      }

      .mm-box--height-8\/12 {
        height: 66.666667%
      }

      .mm-box--width-9\/12 {
        width: 75%
      }

      .mm-box--min-width-9\/12 {
        min-width: 75%
      }

      .mm-box--height-9\/12 {
        height: 75%
      }

      .mm-box--width-10\/12 {
        width: 83.333333%
      }

      .mm-box--min-width-10\/12 {
        min-width: 83.333333%
      }

      .mm-box--height-10\/12 {
        height: 83.333333%
      }

      .mm-box--width-11\/12 {
        width: 91.666667%
      }

      .mm-box--min-width-11\/12 {
        min-width: 91.666667%
      }

      .mm-box--height-11\/12 {
        height: 91.666667%
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-0 {
          width: 0
        }

        .mm-box--sm\:min-width-0 {
          min-width: 0
        }

        .mm-box--sm\:height-0 {
          height: 0
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-1\/2 {
          width: 50%
        }

        .mm-box--sm\:min-width-1\/2 {
          min-width: 50%
        }

        .mm-box--sm\:height-1\/2 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-1\/3 {
          width: 33.333333%
        }

        .mm-box--sm\:min-width-1\/3 {
          min-width: 33.333333%
        }

        .mm-box--sm\:height-1\/3 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-2\/3 {
          width: 66.666667%
        }

        .mm-box--sm\:min-width-2\/3 {
          min-width: 66.666667%
        }

        .mm-box--sm\:height-2\/3 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-1\/4 {
          width: 25%
        }

        .mm-box--sm\:min-width-1\/4 {
          min-width: 25%
        }

        .mm-box--sm\:height-1\/4 {
          height: 25%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-2\/4 {
          width: 50%
        }

        .mm-box--sm\:min-width-2\/4 {
          min-width: 50%
        }

        .mm-box--sm\:height-2\/4 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-3\/4 {
          width: 75%
        }

        .mm-box--sm\:min-width-3\/4 {
          min-width: 75%
        }

        .mm-box--sm\:height-3\/4 {
          height: 75%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-1\/5 {
          width: 20%
        }

        .mm-box--sm\:min-width-1\/5 {
          min-width: 20%
        }

        .mm-box--sm\:height-1\/5 {
          height: 20%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-2\/5 {
          width: 40%
        }

        .mm-box--sm\:min-width-2\/5 {
          min-width: 40%
        }

        .mm-box--sm\:height-2\/5 {
          height: 40%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-3\/5 {
          width: 60%
        }

        .mm-box--sm\:min-width-3\/5 {
          min-width: 60%
        }

        .mm-box--sm\:height-3\/5 {
          height: 60%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-4\/5 {
          width: 80%
        }

        .mm-box--sm\:min-width-4\/5 {
          min-width: 80%
        }

        .mm-box--sm\:height-4\/5 {
          height: 80%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-1\/6 {
          width: 16.666667%
        }

        .mm-box--sm\:min-width-1\/6 {
          min-width: 16.666667%
        }

        .mm-box--sm\:height-1\/6 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-2\/6 {
          width: 33.333333%
        }

        .mm-box--sm\:min-width-2\/6 {
          min-width: 33.333333%
        }

        .mm-box--sm\:height-2\/6 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-3\/6 {
          width: 50%
        }

        .mm-box--sm\:min-width-3\/6 {
          min-width: 50%
        }

        .mm-box--sm\:height-3\/6 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-4\/6 {
          width: 66.666667%
        }

        .mm-box--sm\:min-width-4\/6 {
          min-width: 66.666667%
        }

        .mm-box--sm\:height-4\/6 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-5\/6 {
          width: 83.333333%
        }

        .mm-box--sm\:min-width-5\/6 {
          min-width: 83.333333%
        }

        .mm-box--sm\:height-5\/6 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-1\/12 {
          width: 8.333333%
        }

        .mm-box--sm\:min-width-1\/12 {
          min-width: 8.333333%
        }

        .mm-box--sm\:height-1\/12 {
          height: 8.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-2\/12 {
          width: 16.666667%
        }

        .mm-box--sm\:min-width-2\/12 {
          min-width: 16.666667%
        }

        .mm-box--sm\:height-2\/12 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-3\/12 {
          width: 25%
        }

        .mm-box--sm\:min-width-3\/12 {
          min-width: 25%
        }

        .mm-box--sm\:height-3\/12 {
          height: 25%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-4\/12 {
          width: 33.333333%
        }

        .mm-box--sm\:min-width-4\/12 {
          min-width: 33.333333%
        }

        .mm-box--sm\:height-4\/12 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-5\/12 {
          width: 41.666667%
        }

        .mm-box--sm\:min-width-5\/12 {
          min-width: 41.666667%
        }

        .mm-box--sm\:height-5\/12 {
          height: 41.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-6\/12 {
          width: 50%
        }

        .mm-box--sm\:min-width-6\/12 {
          min-width: 50%
        }

        .mm-box--sm\:height-6\/12 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-7\/12 {
          width: 58.333333%
        }

        .mm-box--sm\:min-width-7\/12 {
          min-width: 58.333333%
        }

        .mm-box--sm\:height-7\/12 {
          height: 58.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-8\/12 {
          width: 66.666667%
        }

        .mm-box--sm\:min-width-8\/12 {
          min-width: 66.666667%
        }

        .mm-box--sm\:height-8\/12 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-9\/12 {
          width: 75%
        }

        .mm-box--sm\:min-width-9\/12 {
          min-width: 75%
        }

        .mm-box--sm\:height-9\/12 {
          height: 75%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-10\/12 {
          width: 83.333333%
        }

        .mm-box--sm\:min-width-10\/12 {
          min-width: 83.333333%
        }

        .mm-box--sm\:height-10\/12 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-11\/12 {
          width: 91.666667%
        }

        .mm-box--sm\:min-width-11\/12 {
          min-width: 91.666667%
        }

        .mm-box--sm\:height-11\/12 {
          height: 91.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-0 {
          width: 0
        }

        .mm-box--md\:min-width-0 {
          min-width: 0
        }

        .mm-box--md\:height-0 {
          height: 0
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-1\/2 {
          width: 50%
        }

        .mm-box--md\:min-width-1\/2 {
          min-width: 50%
        }

        .mm-box--md\:height-1\/2 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-1\/3 {
          width: 33.333333%
        }

        .mm-box--md\:min-width-1\/3 {
          min-width: 33.333333%
        }

        .mm-box--md\:height-1\/3 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-2\/3 {
          width: 66.666667%
        }

        .mm-box--md\:min-width-2\/3 {
          min-width: 66.666667%
        }

        .mm-box--md\:height-2\/3 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-1\/4 {
          width: 25%
        }

        .mm-box--md\:min-width-1\/4 {
          min-width: 25%
        }

        .mm-box--md\:height-1\/4 {
          height: 25%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-2\/4 {
          width: 50%
        }

        .mm-box--md\:min-width-2\/4 {
          min-width: 50%
        }

        .mm-box--md\:height-2\/4 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-3\/4 {
          width: 75%
        }

        .mm-box--md\:min-width-3\/4 {
          min-width: 75%
        }

        .mm-box--md\:height-3\/4 {
          height: 75%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-1\/5 {
          width: 20%
        }

        .mm-box--md\:min-width-1\/5 {
          min-width: 20%
        }

        .mm-box--md\:height-1\/5 {
          height: 20%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-2\/5 {
          width: 40%
        }

        .mm-box--md\:min-width-2\/5 {
          min-width: 40%
        }

        .mm-box--md\:height-2\/5 {
          height: 40%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-3\/5 {
          width: 60%
        }

        .mm-box--md\:min-width-3\/5 {
          min-width: 60%
        }

        .mm-box--md\:height-3\/5 {
          height: 60%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-4\/5 {
          width: 80%
        }

        .mm-box--md\:min-width-4\/5 {
          min-width: 80%
        }

        .mm-box--md\:height-4\/5 {
          height: 80%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-1\/6 {
          width: 16.666667%
        }

        .mm-box--md\:min-width-1\/6 {
          min-width: 16.666667%
        }

        .mm-box--md\:height-1\/6 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-2\/6 {
          width: 33.333333%
        }

        .mm-box--md\:min-width-2\/6 {
          min-width: 33.333333%
        }

        .mm-box--md\:height-2\/6 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-3\/6 {
          width: 50%
        }

        .mm-box--md\:min-width-3\/6 {
          min-width: 50%
        }

        .mm-box--md\:height-3\/6 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-4\/6 {
          width: 66.666667%
        }

        .mm-box--md\:min-width-4\/6 {
          min-width: 66.666667%
        }

        .mm-box--md\:height-4\/6 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-5\/6 {
          width: 83.333333%
        }

        .mm-box--md\:min-width-5\/6 {
          min-width: 83.333333%
        }

        .mm-box--md\:height-5\/6 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-1\/12 {
          width: 8.333333%
        }

        .mm-box--md\:min-width-1\/12 {
          min-width: 8.333333%
        }

        .mm-box--md\:height-1\/12 {
          height: 8.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-2\/12 {
          width: 16.666667%
        }

        .mm-box--md\:min-width-2\/12 {
          min-width: 16.666667%
        }

        .mm-box--md\:height-2\/12 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-3\/12 {
          width: 25%
        }

        .mm-box--md\:min-width-3\/12 {
          min-width: 25%
        }

        .mm-box--md\:height-3\/12 {
          height: 25%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-4\/12 {
          width: 33.333333%
        }

        .mm-box--md\:min-width-4\/12 {
          min-width: 33.333333%
        }

        .mm-box--md\:height-4\/12 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-5\/12 {
          width: 41.666667%
        }

        .mm-box--md\:min-width-5\/12 {
          min-width: 41.666667%
        }

        .mm-box--md\:height-5\/12 {
          height: 41.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-6\/12 {
          width: 50%
        }

        .mm-box--md\:min-width-6\/12 {
          min-width: 50%
        }

        .mm-box--md\:height-6\/12 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-7\/12 {
          width: 58.333333%
        }

        .mm-box--md\:min-width-7\/12 {
          min-width: 58.333333%
        }

        .mm-box--md\:height-7\/12 {
          height: 58.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-8\/12 {
          width: 66.666667%
        }

        .mm-box--md\:min-width-8\/12 {
          min-width: 66.666667%
        }

        .mm-box--md\:height-8\/12 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-9\/12 {
          width: 75%
        }

        .mm-box--md\:min-width-9\/12 {
          min-width: 75%
        }

        .mm-box--md\:height-9\/12 {
          height: 75%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-10\/12 {
          width: 83.333333%
        }

        .mm-box--md\:min-width-10\/12 {
          min-width: 83.333333%
        }

        .mm-box--md\:height-10\/12 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-11\/12 {
          width: 91.666667%
        }

        .mm-box--md\:min-width-11\/12 {
          min-width: 91.666667%
        }

        .mm-box--md\:height-11\/12 {
          height: 91.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-0 {
          width: 0
        }

        .mm-box--lg\:min-width-0 {
          min-width: 0
        }

        .mm-box--lg\:height-0 {
          height: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-1\/2 {
          width: 50%
        }

        .mm-box--lg\:min-width-1\/2 {
          min-width: 50%
        }

        .mm-box--lg\:height-1\/2 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-1\/3 {
          width: 33.333333%
        }

        .mm-box--lg\:min-width-1\/3 {
          min-width: 33.333333%
        }

        .mm-box--lg\:height-1\/3 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-2\/3 {
          width: 66.666667%
        }

        .mm-box--lg\:min-width-2\/3 {
          min-width: 66.666667%
        }

        .mm-box--lg\:height-2\/3 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-1\/4 {
          width: 25%
        }

        .mm-box--lg\:min-width-1\/4 {
          min-width: 25%
        }

        .mm-box--lg\:height-1\/4 {
          height: 25%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-2\/4 {
          width: 50%
        }

        .mm-box--lg\:min-width-2\/4 {
          min-width: 50%
        }

        .mm-box--lg\:height-2\/4 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-3\/4 {
          width: 75%
        }

        .mm-box--lg\:min-width-3\/4 {
          min-width: 75%
        }

        .mm-box--lg\:height-3\/4 {
          height: 75%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-1\/5 {
          width: 20%
        }

        .mm-box--lg\:min-width-1\/5 {
          min-width: 20%
        }

        .mm-box--lg\:height-1\/5 {
          height: 20%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-2\/5 {
          width: 40%
        }

        .mm-box--lg\:min-width-2\/5 {
          min-width: 40%
        }

        .mm-box--lg\:height-2\/5 {
          height: 40%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-3\/5 {
          width: 60%
        }

        .mm-box--lg\:min-width-3\/5 {
          min-width: 60%
        }

        .mm-box--lg\:height-3\/5 {
          height: 60%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-4\/5 {
          width: 80%
        }

        .mm-box--lg\:min-width-4\/5 {
          min-width: 80%
        }

        .mm-box--lg\:height-4\/5 {
          height: 80%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-1\/6 {
          width: 16.666667%
        }

        .mm-box--lg\:min-width-1\/6 {
          min-width: 16.666667%
        }

        .mm-box--lg\:height-1\/6 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-2\/6 {
          width: 33.333333%
        }

        .mm-box--lg\:min-width-2\/6 {
          min-width: 33.333333%
        }

        .mm-box--lg\:height-2\/6 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-3\/6 {
          width: 50%
        }

        .mm-box--lg\:min-width-3\/6 {
          min-width: 50%
        }

        .mm-box--lg\:height-3\/6 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-4\/6 {
          width: 66.666667%
        }

        .mm-box--lg\:min-width-4\/6 {
          min-width: 66.666667%
        }

        .mm-box--lg\:height-4\/6 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-5\/6 {
          width: 83.333333%
        }

        .mm-box--lg\:min-width-5\/6 {
          min-width: 83.333333%
        }

        .mm-box--lg\:height-5\/6 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-1\/12 {
          width: 8.333333%
        }

        .mm-box--lg\:min-width-1\/12 {
          min-width: 8.333333%
        }

        .mm-box--lg\:height-1\/12 {
          height: 8.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-2\/12 {
          width: 16.666667%
        }

        .mm-box--lg\:min-width-2\/12 {
          min-width: 16.666667%
        }

        .mm-box--lg\:height-2\/12 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-3\/12 {
          width: 25%
        }

        .mm-box--lg\:min-width-3\/12 {
          min-width: 25%
        }

        .mm-box--lg\:height-3\/12 {
          height: 25%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-4\/12 {
          width: 33.333333%
        }

        .mm-box--lg\:min-width-4\/12 {
          min-width: 33.333333%
        }

        .mm-box--lg\:height-4\/12 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-5\/12 {
          width: 41.666667%
        }

        .mm-box--lg\:min-width-5\/12 {
          min-width: 41.666667%
        }

        .mm-box--lg\:height-5\/12 {
          height: 41.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-6\/12 {
          width: 50%
        }

        .mm-box--lg\:min-width-6\/12 {
          min-width: 50%
        }

        .mm-box--lg\:height-6\/12 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-7\/12 {
          width: 58.333333%
        }

        .mm-box--lg\:min-width-7\/12 {
          min-width: 58.333333%
        }

        .mm-box--lg\:height-7\/12 {
          height: 58.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-8\/12 {
          width: 66.666667%
        }

        .mm-box--lg\:min-width-8\/12 {
          min-width: 66.666667%
        }

        .mm-box--lg\:height-8\/12 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-9\/12 {
          width: 75%
        }

        .mm-box--lg\:min-width-9\/12 {
          min-width: 75%
        }

        .mm-box--lg\:height-9\/12 {
          height: 75%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-10\/12 {
          width: 83.333333%
        }

        .mm-box--lg\:min-width-10\/12 {
          min-width: 83.333333%
        }

        .mm-box--lg\:height-10\/12 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-11\/12 {
          width: 91.666667%
        }

        .mm-box--lg\:min-width-11\/12 {
          min-width: 91.666667%
        }

        .mm-box--lg\:height-11\/12 {
          height: 91.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-full {
          width: 100%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-full {
          width: 100%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-full {
          width: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:min-width-full {
          min-width: 100%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:min-width-full {
          min-width: 100%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:min-width-full {
          min-width: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:height-full {
          height: 100%
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:height-full {
          height: 100%
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:height-full {
          height: 100%
        }
      }

      .mm-box--height-screen {
        height: 100vh
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:height-screen {
          height: 100vh
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:height-screen {
          height: 100vh
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:height-screen {
          height: 100vh
        }
      }

      .mm-box--width-screen {
        width: 100vw
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-screen {
          width: 100vw
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-screen {
          width: 100vw
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-screen {
          width: 100vw
        }
      }

      .mm-box--min-width-screen {
        min-width: 100vw
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:min-width-screen {
          min-width: 100vw
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:min-width-screen {
          min-width: 100vw
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:min-width-screen {
          min-width: 100vw
        }
      }

      .mm-box--height-max {
        height: max-content
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:height-max {
          height: max-content
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:height-max {
          height: max-content
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:height-max {
          height: max-content
        }
      }

      .mm-box--width-max {
        width: max-content
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-max {
          width: max-content
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-max {
          width: max-content
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-max {
          width: max-content
        }
      }

      .mm-box--min-width-max {
        min-width: max-content
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:min-width-max {
          min-width: max-content
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:min-width-max {
          min-width: max-content
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:min-width-max {
          min-width: max-content
        }
      }

      .mm-box--height-min {
        height: min-content
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:height-min {
          height: min-content
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:height-min {
          height: min-content
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:height-min {
          height: min-content
        }
      }

      .mm-box--width-min {
        width: min-content
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:width-min {
          width: min-content
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:width-min {
          width: min-content
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:width-min {
          width: min-content
        }
      }

      .mm-box--min-width-min {
        min-width: min-content
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:min-width-min {
          min-width: min-content
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:min-width-min {
          min-width: min-content
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:min-width-min {
          min-width: min-content
        }
      }

      [dir=ltr] .mm-box--text-align-left {
        text-align: left
      }

      [dir=rtl] .mm-box--text-align-left,
      [dir=ltr] .mm-box--text-align-right {
        text-align: right
      }

      [dir=rtl] .mm-box--text-align-right {
        text-align: left
      }

      .mm-box--text-align-center {
        text-align: center
      }

      .mm-box--text-align-justify {
        text-align: justify
      }

      .mm-box--text-align-end {
        text-align: end
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:text-align-left {
          text-align: left
        }

        [dir=rtl] .mm-box--sm\:text-align-left {
          text-align: right
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .mm-box--sm\:text-align-right {
          text-align: right
        }

        [dir=rtl] .mm-box--sm\:text-align-right {
          text-align: left
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:text-align-center {
          text-align: center
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:text-align-justify {
          text-align: justify
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:text-align-end {
          text-align: end
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:text-align-left {
          text-align: left
        }

        [dir=rtl] .mm-box--md\:text-align-left {
          text-align: right
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .mm-box--md\:text-align-right {
          text-align: right
        }

        [dir=rtl] .mm-box--md\:text-align-right {
          text-align: left
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:text-align-center {
          text-align: center
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:text-align-justify {
          text-align: justify
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:text-align-end {
          text-align: end
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:text-align-left {
          text-align: left
        }

        [dir=rtl] .mm-box--lg\:text-align-left {
          text-align: right
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .mm-box--lg\:text-align-right {
          text-align: right
        }

        [dir=rtl] .mm-box--lg\:text-align-right {
          text-align: left
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:text-align-center {
          text-align: center
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:text-align-justify {
          text-align: justify
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:text-align-end {
          text-align: end
        }
      }

      .mm-box--background-color-background-default {
        background-color: var(--color-background-default)
      }

      .mm-box--background-color-background-alternative {
        background-color: var(--color-background-alternative)
      }

      .mm-box--background-color-text-default {
        background-color: var(--color-text-default)
      }

      .mm-box--background-color-text-alternative {
        background-color: var(--color-text-alternative)
      }

      .mm-box--background-color-text-muted {
        background-color: var(--color-text-muted)
      }

      .mm-box--background-color-icon-default {
        background-color: var(--color-icon-default)
      }

      .mm-box--background-color-icon-alternative {
        background-color: var(--color-icon-alternative)
      }

      .mm-box--background-color-icon-muted {
        background-color: var(--color-icon-muted)
      }

      .mm-box--background-color-border-default {
        background-color: var(--color-border-default)
      }

      .mm-box--background-color-border-muted {
        background-color: var(--color-border-muted)
      }

      .mm-box--background-color-overlay-default {
        background-color: var(--color-overlay-default)
      }

      .mm-box--background-color-overlay-inverse {
        background-color: var(--color-overlay-inverse)
      }

      .mm-box--background-color-primary-default {
        background-color: var(--color-primary-default)
      }

      .mm-box--background-color-primary-alternative {
        background-color: var(--color-primary-alternative)
      }

      .mm-box--background-color-primary-muted {
        background-color: var(--color-primary-muted)
      }

      .mm-box--background-color-primary-inverse {
        background-color: var(--color-primary-inverse)
      }

      .mm-box--background-color-primary-disabled {
        background-color: var(--color-primary-disabled)
      }

      .mm-box--background-color-error-default {
        background-color: var(--color-error-default)
      }

      .mm-box--background-color-error-alternative {
        background-color: var(--color-error-alternative)
      }

      .mm-box--background-color-error-muted {
        background-color: var(--color-error-muted)
      }

      .mm-box--background-color-error-inverse {
        background-color: var(--color-error-inverse)
      }

      .mm-box--background-color-error-disabled {
        background-color: var(--color-error-disabled)
      }

      .mm-box--background-color-warning-default {
        background-color: var(--color-warning-default)
      }

      .mm-box--background-color-warning-alternative {
        background-color: var(--color-warning-alternative)
      }

      .mm-box--background-color-warning-muted {
        background-color: var(--color-warning-muted)
      }

      .mm-box--background-color-warning-inverse {
        background-color: var(--color-warning-inverse)
      }

      .mm-box--background-color-warning-disabled {
        background-color: var(--color-warning-disabled)
      }

      .mm-box--background-color-success-default {
        background-color: var(--color-success-default)
      }

      .mm-box--background-color-success-alternative {
        background-color: var(--color-success-alternative)
      }

      .mm-box--background-color-success-muted {
        background-color: var(--color-success-muted)
      }

      .mm-box--background-color-success-inverse {
        background-color: var(--color-success-inverse)
      }

      .mm-box--background-color-success-disabled {
        background-color: var(--color-success-disabled)
      }

      .mm-box--background-color-info-default {
        background-color: var(--color-info-default)
      }

      .mm-box--background-color-info-alternative {
        background-color: var(--color-info-alternative)
      }

      .mm-box--background-color-info-muted {
        background-color: var(--color-info-muted)
      }

      .mm-box--background-color-info-inverse {
        background-color: var(--color-info-inverse)
      }

      .mm-box--background-color-info-disabled {
        background-color: var(--color-info-disabled)
      }

      .mm-box--background-color-mainnet {
        background-color: var(--mainnet)
      }

      .mm-box--background-color-goerli {
        background-color: var(--color-network-goerli-default)
      }

      .mm-box--background-color-sepolia {
        background-color: var(--color-network-sepolia-default)
      }

      .mm-box--background-color-goerli-inverse {
        background-color: var(--color-network-goerli-inverse)
      }

      .mm-box--background-color-sepolia-inverse {
        background-color: var(--color-network-sepolia-inverse)
      }

      .mm-box--background-color-linea-goerli {
        background-color: var(--color-network-linea-goerli-default)
      }

      .mm-box--background-color-linea-goerli-inverse {
        background-color: var(--color-network-linea-goerli-inverse)
      }

      .mm-box--background-color-linea-sepolia {
        background-color: var(--color-network-linea-sepolia-default)
      }

      .mm-box--background-color-linea-sepolia-inverse {
        background-color: var(--color-network-linea-sepolia-inverse)
      }

      .mm-box--background-color-linea-mainnet {
        background-color: var(--color-network-linea-mainnet-default)
      }

      .mm-box--background-color-linea-mainnet-inverse {
        background-color: var(--color-network-linea-mainnet-inverse)
      }

      .mm-box--background-color-localhost {
        background-color: var(--color-network-localhost-default)
      }

      .mm-box--background-color-transparent {
        background-color: var(--transparent)
      }

      .mm-box--background-color-flask-purple {
        background-color: var(--color-flask-default)
      }

      .mm-box--background-color-inherit {
        background-color: var(--inherit)
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-background-default {
          background-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-background-alternative {
          background-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-text-default {
          background-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-text-alternative {
          background-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-text-muted {
          background-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-icon-default {
          background-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-icon-alternative {
          background-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-icon-muted {
          background-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-border-default {
          background-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-border-muted {
          background-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-overlay-default {
          background-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-overlay-inverse {
          background-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-primary-default {
          background-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-primary-alternative {
          background-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-primary-muted {
          background-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-primary-inverse {
          background-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-primary-disabled {
          background-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-error-default {
          background-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-error-alternative {
          background-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-error-muted {
          background-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-error-inverse {
          background-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-error-disabled {
          background-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-warning-default {
          background-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-warning-alternative {
          background-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-warning-muted {
          background-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-warning-inverse {
          background-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-warning-disabled {
          background-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-success-default {
          background-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-success-alternative {
          background-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-success-muted {
          background-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-success-inverse {
          background-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-success-disabled {
          background-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-info-default {
          background-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-info-alternative {
          background-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-info-muted {
          background-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-info-inverse {
          background-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-info-disabled {
          background-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-mainnet {
          background-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-goerli {
          background-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-sepolia {
          background-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-goerli-inverse {
          background-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-sepolia-inverse {
          background-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-linea-goerli {
          background-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-linea-goerli-inverse {
          background-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-linea-sepolia {
          background-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-linea-sepolia-inverse {
          background-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-linea-mainnet {
          background-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-linea-mainnet-inverse {
          background-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-localhost {
          background-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-transparent {
          background-color: var(--transparent)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-flask-purple {
          background-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\:background-color-inherit {
          background-color: var(--inherit)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-background-default {
          background-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-background-alternative {
          background-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-text-default {
          background-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-text-alternative {
          background-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-text-muted {
          background-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-icon-default {
          background-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-icon-alternative {
          background-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-icon-muted {
          background-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-border-default {
          background-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-border-muted {
          background-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-overlay-default {
          background-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-overlay-inverse {
          background-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-primary-default {
          background-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-primary-alternative {
          background-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-primary-muted {
          background-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-primary-inverse {
          background-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-primary-disabled {
          background-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-error-default {
          background-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-error-alternative {
          background-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-error-muted {
          background-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-error-inverse {
          background-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-error-disabled {
          background-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-warning-default {
          background-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-warning-alternative {
          background-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-warning-muted {
          background-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-warning-inverse {
          background-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-warning-disabled {
          background-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-success-default {
          background-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-success-alternative {
          background-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-success-muted {
          background-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-success-inverse {
          background-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-success-disabled {
          background-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-info-default {
          background-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-info-alternative {
          background-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-info-muted {
          background-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-info-inverse {
          background-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-info-disabled {
          background-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-mainnet {
          background-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-goerli {
          background-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-sepolia {
          background-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-goerli-inverse {
          background-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-sepolia-inverse {
          background-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-linea-goerli {
          background-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-linea-goerli-inverse {
          background-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-linea-sepolia {
          background-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-linea-sepolia-inverse {
          background-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-linea-mainnet {
          background-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-linea-mainnet-inverse {
          background-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-localhost {
          background-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-transparent {
          background-color: var(--transparent)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-flask-purple {
          background-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\:background-color-inherit {
          background-color: var(--inherit)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-background-default {
          background-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-background-alternative {
          background-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-text-default {
          background-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-text-alternative {
          background-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-text-muted {
          background-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-icon-default {
          background-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-icon-alternative {
          background-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-icon-muted {
          background-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-border-default {
          background-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-border-muted {
          background-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-overlay-default {
          background-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-overlay-inverse {
          background-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-primary-default {
          background-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-primary-alternative {
          background-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-primary-muted {
          background-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-primary-inverse {
          background-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-primary-disabled {
          background-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-error-default {
          background-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-error-alternative {
          background-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-error-muted {
          background-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-error-inverse {
          background-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-error-disabled {
          background-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-warning-default {
          background-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-warning-alternative {
          background-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-warning-muted {
          background-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-warning-inverse {
          background-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-warning-disabled {
          background-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-success-default {
          background-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-success-alternative {
          background-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-success-muted {
          background-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-success-inverse {
          background-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-success-disabled {
          background-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-info-default {
          background-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-info-alternative {
          background-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-info-muted {
          background-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-info-inverse {
          background-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-info-disabled {
          background-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-mainnet {
          background-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-goerli {
          background-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-sepolia {
          background-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-goerli-inverse {
          background-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-sepolia-inverse {
          background-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-linea-goerli {
          background-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-linea-goerli-inverse {
          background-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-linea-sepolia {
          background-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-linea-sepolia-inverse {
          background-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-linea-mainnet {
          background-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-linea-mainnet-inverse {
          background-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-localhost {
          background-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-transparent {
          background-color: var(--transparent)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-flask-purple {
          background-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\:background-color-inherit {
          background-color: var(--inherit)
        }
      }

      .mm-box--color-background-default {
        color: var(--color-background-default)
      }

      .mm-box--color-background-alternative {
        color: var(--color-background-alternative)
      }

      .mm-box--color-text-default {
        color: var(--color-text-default)
      }

      .mm-box--color-text-alternative {
        color: var(--color-text-alternative)
      }

      .mm-box--color-text-muted {
        color: var(--color-text-muted)
      }

      .mm-box--color-icon-default {
        color: var(--color-icon-default)
      }

      .mm-box--color-icon-alternative {
        color: var(--color-icon-alternative)
      }

      .mm-box--color-icon-muted {
        color: var(--color-icon-muted)
      }

      .mm-box--color-border-default {
        color: var(--color-border-default)
      }

      .mm-box--color-border-muted {
        color: var(--color-border-muted)
      }

      .mm-box--color-overlay-default {
        color: var(--color-overlay-default)
      }

      .mm-box--color-overlay-inverse {
        color: var(--color-overlay-inverse)
      }

      .mm-box--color-primary-default {
        color: var(--color-primary-default)
      }

      .mm-box--color-primary-alternative {
        color: var(--color-primary-alternative)
      }

      .mm-box--color-primary-muted {
        color: var(--color-primary-muted)
      }

      .mm-box--color-primary-inverse {
        color: var(--color-primary-inverse)
      }

      .mm-box--color-primary-disabled {
        color: var(--color-primary-disabled)
      }

      .mm-box--color-error-default {
        color: var(--color-error-default)
      }

      .mm-box--color-error-alternative {
        color: var(--color-error-alternative)
      }

      .mm-box--color-error-muted {
        color: var(--color-error-muted)
      }

      .mm-box--color-error-inverse {
        color: var(--color-error-inverse)
      }

      .mm-box--color-error-disabled {
        color: var(--color-error-disabled)
      }

      .mm-box--color-warning-default {
        color: var(--color-warning-default)
      }

      .mm-box--color-warning-alternative {
        color: var(--color-warning-alternative)
      }

      .mm-box--color-warning-muted {
        color: var(--color-warning-muted)
      }

      .mm-box--color-warning-inverse {
        color: var(--color-warning-inverse)
      }

      .mm-box--color-warning-disabled {
        color: var(--color-warning-disabled)
      }

      .mm-box--color-success-default {
        color: var(--color-success-default)
      }

      .mm-box--color-success-alternative {
        color: var(--color-success-alternative)
      }

      .mm-box--color-success-muted {
        color: var(--color-success-muted)
      }

      .mm-box--color-success-inverse {
        color: var(--color-success-inverse)
      }

      .mm-box--color-success-disabled {
        color: var(--color-success-disabled)
      }

      .mm-box--color-info-default {
        color: var(--color-info-default)
      }

      .mm-box--color-info-alternative {
        color: var(--color-info-alternative)
      }

      .mm-box--color-info-muted {
        color: var(--color-info-muted)
      }

      .mm-box--color-info-inverse {
        color: var(--color-info-inverse)
      }

      .mm-box--color-info-disabled {
        color: var(--color-info-disabled)
      }

      .mm-box--color-mainnet {
        color: var(--mainnet)
      }

      .mm-box--color-goerli {
        color: var(--color-network-goerli-default)
      }

      .mm-box--color-sepolia {
        color: var(--color-network-sepolia-default)
      }

      .mm-box--color-goerli-inverse {
        color: var(--color-network-goerli-inverse)
      }

      .mm-box--color-sepolia-inverse {
        color: var(--color-network-sepolia-inverse)
      }

      .mm-box--color-linea-goerli {
        color: var(--color-network-linea-goerli-default)
      }

      .mm-box--color-linea-goerli-inverse {
        color: var(--color-network-linea-goerli-inverse)
      }

      .mm-box--color-linea-sepolia {
        color: var(--color-network-linea-sepolia-default)
      }

      .mm-box--color-linea-sepolia-inverse {
        color: var(--color-network-linea-sepolia-inverse)
      }

      .mm-box--color-linea-mainnet {
        color: var(--color-network-linea-mainnet-default)
      }

      .mm-box--color-linea-mainnet-inverse {
        color: var(--color-network-linea-mainnet-inverse)
      }

      .mm-box--color-localhost {
        color: var(--color-network-localhost-default)
      }

      .mm-box--color-transparent {
        color: var(--transparent)
      }

      .mm-box--color-flask-purple {
        color: var(--color-flask-default)
      }

      .mm-box--color-inherit {
        color: var(--inherit)
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-background-default {
          color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-background-alternative {
          color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-text-default {
          color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-text-alternative {
          color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-text-muted {
          color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-icon-default {
          color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-icon-alternative {
          color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-icon-muted {
          color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-border-default {
          color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-border-muted {
          color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-overlay-default {
          color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-overlay-inverse {
          color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-primary-default {
          color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-primary-alternative {
          color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-primary-muted {
          color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-primary-inverse {
          color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-primary-disabled {
          color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-error-default {
          color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-error-alternative {
          color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-error-muted {
          color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-error-inverse {
          color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-error-disabled {
          color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-warning-default {
          color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-warning-alternative {
          color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-warning-muted {
          color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-warning-inverse {
          color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-warning-disabled {
          color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-success-default {
          color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-success-alternative {
          color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-success-muted {
          color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-success-inverse {
          color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-success-disabled {
          color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-info-default {
          color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-info-alternative {
          color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-info-muted {
          color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-info-inverse {
          color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-info-disabled {
          color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-mainnet {
          color: var(--mainnet)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-goerli {
          color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-sepolia {
          color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-goerli-inverse {
          color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-sepolia-inverse {
          color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-linea-goerli {
          color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-linea-goerli-inverse {
          color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-linea-sepolia {
          color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-linea-sepolia-inverse {
          color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-linea-mainnet {
          color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-linea-mainnet-inverse {
          color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-localhost {
          color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-transparent {
          color: var(--transparent)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-flask-purple {
          color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 576px) {
        .mm-box--sm\color-inherit {
          color: var(--inherit)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-background-default {
          color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-background-alternative {
          color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-text-default {
          color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-text-alternative {
          color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-text-muted {
          color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-icon-default {
          color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-icon-alternative {
          color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-icon-muted {
          color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-border-default {
          color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-border-muted {
          color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-overlay-default {
          color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-overlay-inverse {
          color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-primary-default {
          color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-primary-alternative {
          color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-primary-muted {
          color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-primary-inverse {
          color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-primary-disabled {
          color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-error-default {
          color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-error-alternative {
          color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-error-muted {
          color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-error-inverse {
          color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-error-disabled {
          color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-warning-default {
          color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-warning-alternative {
          color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-warning-muted {
          color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-warning-inverse {
          color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-warning-disabled {
          color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-success-default {
          color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-success-alternative {
          color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-success-muted {
          color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-success-inverse {
          color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-success-disabled {
          color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-info-default {
          color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-info-alternative {
          color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-info-muted {
          color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-info-inverse {
          color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-info-disabled {
          color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-mainnet {
          color: var(--mainnet)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-goerli {
          color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-sepolia {
          color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-goerli-inverse {
          color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-sepolia-inverse {
          color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-linea-goerli {
          color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-linea-goerli-inverse {
          color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-linea-sepolia {
          color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-linea-sepolia-inverse {
          color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-linea-mainnet {
          color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-linea-mainnet-inverse {
          color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-localhost {
          color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-transparent {
          color: var(--transparent)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-flask-purple {
          color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 768px) {
        .mm-box--md\color-inherit {
          color: var(--inherit)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-background-default {
          color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-background-alternative {
          color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-text-default {
          color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-text-alternative {
          color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-text-muted {
          color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-icon-default {
          color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-icon-alternative {
          color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-icon-muted {
          color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-border-default {
          color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-border-muted {
          color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-overlay-default {
          color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-overlay-inverse {
          color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-primary-default {
          color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-primary-alternative {
          color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-primary-muted {
          color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-primary-inverse {
          color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-primary-disabled {
          color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-error-default {
          color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-error-alternative {
          color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-error-muted {
          color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-error-inverse {
          color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-error-disabled {
          color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-warning-default {
          color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-warning-alternative {
          color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-warning-muted {
          color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-warning-inverse {
          color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-warning-disabled {
          color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-success-default {
          color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-success-alternative {
          color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-success-muted {
          color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-success-inverse {
          color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-success-disabled {
          color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-info-default {
          color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-info-alternative {
          color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-info-muted {
          color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-info-inverse {
          color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-info-disabled {
          color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-mainnet {
          color: var(--mainnet)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-goerli {
          color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-sepolia {
          color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-goerli-inverse {
          color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-sepolia-inverse {
          color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-linea-goerli {
          color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-linea-goerli-inverse {
          color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-linea-sepolia {
          color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-linea-sepolia-inverse {
          color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-linea-mainnet {
          color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-linea-mainnet-inverse {
          color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-localhost {
          color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-transparent {
          color: var(--transparent)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-flask-purple {
          color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .mm-box--lg\color-inherit {
          color: var(--inherit)
        }
      }

      .mm-container {
        --size: 100%;
        max-width: var(--size)
      }

      .mm-container--max-width-sm {
        --size: 360px
      }

      .mm-container--max-width-md {
        --size: 480px
      }

      .mm-container--max-width-lg {
        --size: 720px
      }

      .mm-text {
        font-family: var(--font-family-sans)
      }

      .mm-text:is(strong),
      .mm-text strong {
        font-weight: var(--font-weight-bold)
      }

      .mm-text--display {
        font-family: var(--typography-s-display-md-font-family);
        font-weight: var(--typography-s-display-md-font-weight);
        font-size: var(--typography-s-display-md-font-size);
        line-height: var(--typography-s-display-md-line-height);
        letter-spacing: var(--typography-s-display-md-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--display {
          font-family: var(--typography-l-display-md-font-family);
          font-weight: var(--typography-l-display-md-font-weight);
          font-size: var(--typography-l-display-md-font-size);
          line-height: var(--typography-l-display-md-line-height);
          letter-spacing: var(--typography-l-display-md-letter-spacing)
        }
      }

      .mm-text--display-md {
        font-family: var(--typography-s-display-md-font-family);
        font-weight: var(--typography-s-display-md-font-weight);
        font-size: var(--typography-s-display-md-font-size);
        line-height: var(--typography-s-display-md-line-height);
        letter-spacing: var(--typography-s-display-md-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--display-md {
          font-family: var(--typography-l-display-md-font-family);
          font-weight: var(--typography-l-display-md-font-weight);
          font-size: var(--typography-l-display-md-font-size);
          line-height: var(--typography-l-display-md-line-height);
          letter-spacing: var(--typography-l-display-md-letter-spacing)
        }
      }

      .mm-text--heading {
        font-family: var(--typography-s-heading-md-font-family);
        font-weight: var(--typography-s-heading-md-font-weight);
        font-size: var(--typography-s-heading-md-font-size);
        line-height: var(--typography-s-heading-md-line-height);
        letter-spacing: var(--typography-s-heading-md-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--heading {
          font-family: var(--typography-l-heading-md-font-family);
          font-weight: var(--typography-l-heading-md-font-weight);
          font-size: var(--typography-l-heading-md-font-size);
          line-height: var(--typography-l-heading-md-line-height);
          letter-spacing: var(--typography-l-heading-md-letter-spacing)
        }
      }

      .mm-text--heading-sm {
        font-family: var(--typography-s-heading-sm-font-family);
        font-weight: var(--typography-s-heading-sm-font-weight);
        font-size: var(--typography-s-heading-sm-font-size);
        line-height: var(--typography-s-heading-sm-line-height);
        letter-spacing: var(--typography-s-heading-sm-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--heading-sm {
          font-family: var(--typography-l-heading-sm-font-family);
          font-weight: var(--typography-l-heading-sm-font-weight);
          font-size: var(--typography-l-heading-sm-font-size);
          line-height: var(--typography-l-heading-sm-line-height);
          letter-spacing: var(--typography-l-heading-sm-letter-spacing)
        }
      }

      .mm-text--heading-md {
        font-family: var(--typography-s-heading-md-font-family);
        font-weight: var(--typography-s-heading-md-font-weight);
        font-size: var(--typography-s-heading-md-font-size);
        line-height: var(--typography-s-heading-md-line-height);
        letter-spacing: var(--typography-s-heading-md-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--heading-md {
          font-family: var(--typography-l-heading-md-font-family);
          font-weight: var(--typography-l-heading-md-font-weight);
          font-size: var(--typography-l-heading-md-font-size);
          line-height: var(--typography-l-heading-md-line-height);
          letter-spacing: var(--typography-l-heading-md-letter-spacing)
        }
      }

      .mm-text--heading-lg {
        font-family: var(--typography-s-heading-lg-font-family);
        font-weight: var(--typography-s-heading-lg-font-weight);
        font-size: var(--typography-s-heading-lg-font-size);
        line-height: var(--typography-s-heading-lg-line-height);
        letter-spacing: var(--typography-s-heading-lg-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--heading-lg {
          font-family: var(--typography-l-heading-lg-font-family);
          font-weight: var(--typography-l-heading-lg-font-weight);
          font-size: var(--typography-l-heading-lg-font-size);
          line-height: var(--typography-l-heading-lg-line-height);
          letter-spacing: var(--typography-l-heading-lg-letter-spacing)
        }
      }

      .mm-text--body {
        font-family: var(--typography-s-body-md-font-family);
        font-weight: var(--typography-s-body-md-font-weight);
        font-size: var(--typography-s-body-md-font-size);
        line-height: var(--typography-s-body-md-line-height);
        letter-spacing: var(--typography-s-body-md-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body {
          font-family: var(--typography-l-body-md-font-family);
          font-weight: var(--typography-l-body-md-font-weight);
          font-size: var(--typography-l-body-md-font-size);
          line-height: var(--typography-l-body-md-line-height);
          letter-spacing: var(--typography-l-body-md-letter-spacing)
        }
      }

      .mm-text--body-xs {
        font-family: var(--typography-s-body-xs-font-family);
        font-weight: var(--typography-s-body-xs-font-weight);
        font-size: var(--typography-s-body-xs-font-size);
        line-height: var(--typography-s-body-xs-line-height);
        letter-spacing: var(--typography-s-body-xs-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-xs {
          font-family: var(--typography-l-body-xs-font-family);
          font-weight: var(--typography-l-body-xs-font-weight);
          font-size: var(--typography-l-body-xs-font-size);
          line-height: var(--typography-l-body-xs-line-height);
          letter-spacing: var(--typography-l-body-xs-letter-spacing)
        }
      }

      .mm-text--body-xs-medium {
        font-family: var(--typography-s-body-xs-medium-font-family);
        font-weight: var(--typography-s-body-xs-medium-font-weight);
        font-size: var(--typography-s-body-xs-medium-font-size);
        line-height: var(--typography-s-body-xs-medium-line-height);
        letter-spacing: var(--typography-s-body-xs-medium-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-xs-medium {
          font-family: var(--typography-l-body-xs-medium-font-family);
          font-weight: var(--typography-l-body-xs-medium-font-weight);
          font-size: var(--typography-l-body-xs-medium-font-size);
          line-height: var(--typography-l-body-xs-medium-line-height);
          letter-spacing: var(--typography-l-body-xs-medium-letter-spacing)
        }
      }

      .mm-text--body-sm {
        font-family: var(--typography-s-body-sm-font-family);
        font-weight: var(--typography-s-body-sm-font-weight);
        font-size: var(--typography-s-body-sm-font-size);
        line-height: var(--typography-s-body-sm-line-height);
        letter-spacing: var(--typography-s-body-sm-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-sm {
          font-family: var(--typography-l-body-sm-font-family);
          font-weight: var(--typography-l-body-sm-font-weight);
          font-size: var(--typography-l-body-sm-font-size);
          line-height: var(--typography-l-body-sm-line-height);
          letter-spacing: var(--typography-l-body-sm-letter-spacing)
        }
      }

      .mm-text--body-sm-medium {
        font-family: var(--typography-s-body-sm-medium-font-family);
        font-weight: var(--typography-s-body-sm-medium-font-weight);
        font-size: var(--typography-s-body-sm-medium-font-size);
        line-height: var(--typography-s-body-sm-medium-line-height);
        letter-spacing: var(--typography-s-body-sm-medium-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-sm-medium {
          font-family: var(--typography-l-body-sm-medium-font-family);
          font-weight: var(--typography-l-body-sm-medium-font-weight);
          font-size: var(--typography-l-body-sm-medium-font-size);
          line-height: var(--typography-l-body-sm-medium-line-height);
          letter-spacing: var(--typography-l-body-sm-medium-letter-spacing)
        }
      }

      .mm-text--body-sm-bold {
        font-family: var(--typography-s-body-sm-bold-font-family);
        font-weight: var(--typography-s-body-sm-bold-font-weight);
        font-size: var(--typography-s-body-sm-bold-font-size);
        line-height: var(--typography-s-body-sm-bold-line-height);
        letter-spacing: var(--typography-s-body-sm-bold-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-sm-bold {
          font-family: var(--typography-l-body-sm-bold-font-family);
          font-weight: var(--typography-l-body-sm-bold-font-weight);
          font-size: var(--typography-l-body-sm-bold-font-size);
          line-height: var(--typography-l-body-sm-bold-line-height);
          letter-spacing: var(--typography-l-body-sm-bold-letter-spacing)
        }
      }

      .mm-text--body-md {
        font-family: var(--typography-s-body-md-font-family);
        font-weight: var(--typography-s-body-md-font-weight);
        font-size: var(--typography-s-body-md-font-size);
        line-height: var(--typography-s-body-md-line-height);
        letter-spacing: var(--typography-s-body-md-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-md {
          font-family: var(--typography-l-body-md-font-family);
          font-weight: var(--typography-l-body-md-font-weight);
          font-size: var(--typography-l-body-md-font-size);
          line-height: var(--typography-l-body-md-line-height);
          letter-spacing: var(--typography-l-body-md-letter-spacing)
        }
      }

      .mm-text--body-md-medium {
        font-family: var(--typography-s-body-md-medium-font-family);
        font-weight: var(--typography-s-body-md-medium-font-weight);
        font-size: var(--typography-s-body-md-medium-font-size);
        line-height: var(--typography-s-body-md-medium-line-height);
        letter-spacing: var(--typography-s-body-md-medium-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-md-medium {
          font-family: var(--typography-l-body-md-medium-font-family);
          font-weight: var(--typography-l-body-md-medium-font-weight);
          font-size: var(--typography-l-body-md-medium-font-size);
          line-height: var(--typography-l-body-md-medium-line-height);
          letter-spacing: var(--typography-l-body-md-medium-letter-spacing)
        }
      }

      .mm-text--body-md-bold {
        font-family: var(--typography-s-body-md-bold-font-family);
        font-weight: var(--typography-s-body-md-bold-font-weight);
        font-size: var(--typography-s-body-md-bold-font-size);
        line-height: var(--typography-s-body-md-bold-line-height);
        letter-spacing: var(--typography-s-body-md-bold-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-md-bold {
          font-family: var(--typography-l-body-md-bold-font-family);
          font-weight: var(--typography-l-body-md-bold-font-weight);
          font-size: var(--typography-l-body-md-bold-font-size);
          line-height: var(--typography-l-body-md-bold-line-height);
          letter-spacing: var(--typography-l-body-md-bold-letter-spacing)
        }
      }

      .mm-text--body-lg-medium {
        font-family: var(--typography-s-body-lg-medium-font-family);
        font-weight: var(--typography-s-body-lg-medium-font-weight);
        font-size: var(--typography-s-body-lg-medium-font-size);
        line-height: var(--typography-s-body-lg-medium-line-height);
        letter-spacing: var(--typography-s-body-lg-medium-letter-spacing)
      }

      @media screen and (min-width: 768px) {
        .mm-text--body-lg-medium {
          font-family: var(--typography-l-body-lg-medium-font-family);
          font-weight: var(--typography-l-body-lg-medium-font-weight);
          font-size: var(--typography-l-body-lg-medium-font-size);
          line-height: var(--typography-l-body-lg-medium-line-height);
          letter-spacing: var(--typography-l-body-lg-medium-letter-spacing)
        }
      }

      .mm-text--inherit {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit
      }

      .mm-text--font-weight-bold {
        font-weight: 700
      }

      .mm-text--font-weight-medium {
        font-weight: var(--font-weight-medium)
      }

      .mm-text--font-weight-normal {
        font-weight: 400
      }

      .mm-text--font-weight-100 {
        font-weight: 100
      }

      .mm-text--font-weight-200 {
        font-weight: 200
      }

      .mm-text--font-weight-300 {
        font-weight: 300
      }

      .mm-text--font-weight-400 {
        font-weight: 400
      }

      .mm-text--font-weight-500 {
        font-weight: 500
      }

      .mm-text--font-weight-600 {
        font-weight: 600
      }

      .mm-text--font-weight-700 {
        font-weight: 700
      }

      .mm-text--font-weight-800 {
        font-weight: 800
      }

      .mm-text--font-weight-900 {
        font-weight: 900
      }

      .mm-text--font-style-normal {
        font-style: normal
      }

      .mm-text--font-style-italic {
        font-style: italic
      }

      .mm-text--font-style-oblique {
        font-style: oblique
      }

      [dir=ltr] .mm-text--text-align-left {
        text-align: left
      }

      [dir=rtl] .mm-text--text-align-left,
      [dir=ltr] .mm-text--text-align-right {
        text-align: right
      }

      [dir=rtl] .mm-text--text-align-right {
        text-align: left
      }

      .mm-text--text-align-center {
        text-align: center
      }

      .mm-text--text-align-justify {
        text-align: justify
      }

      .mm-text--text-align-end {
        text-align: end
      }

      .mm-text--overflow-wrap-normal {
        overflow-wrap: normal
      }

      .mm-text--overflow-wrap-break-word {
        overflow-wrap: break-word
      }

      .mm-text--overflow-wrap-anywhere {
        overflow-wrap: anywhere
      }

      .mm-text--ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
      }

      .mm-text--text-transform-uppercase {
        text-transform: uppercase
      }

      .mm-text--text-transform-lowercase {
        text-transform: lowercase
      }

      .mm-text--text-transform-capitalize {
        text-transform: capitalize
      }

      .mm-icon {
        --icon-size: var(--size, 16px);
        font-size: var(--icon-size);
        width: 1em;
        height: 1em;
        max-width: 1em;
        flex: 0 0 1em;
        background-color: currentColor;
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-position: center
      }

      .mm-icon--size-xs {
        --size: 12px
      }

      .mm-icon--size-sm {
        --size: 16px
      }

      .mm-icon--size-md {
        --size: 20px
      }

      .mm-icon--size-lg {
        --size: 24px
      }

      .mm-icon--size-xl {
        --size: 32px
      }

      .mm-icon--size-inherit {
        --size: 1em;
        position: relative;
        top: .125em
      }

      .mm-label--html-for {
        cursor: pointer
      }

      .mm-tag {
        height: auto;
        width: max-content;
        padding-top: 1px;
        padding-bottom: 1px
      }

      .mm-avatar-base {
        --avatar-size: var(--size, 16px);
        height: var(--avatar-size);
        width: var(--avatar-size);
        max-width: var(--avatar-size);
        flex: 0 0 var(--avatar-size);
        overflow: hidden
      }

      .mm-avatar-base--size-xs {
        --size: 16px
      }

      .mm-avatar-base--size-sm {
        --size: 24px
      }

      .mm-avatar-base--size-md {
        --size: 32px
      }

      .mm-avatar-base--size-lg {
        --size: 40px
      }

      .mm-avatar-base--size-xl {
        --size: 48px
      }

      .mm-avatar-account__jazzicon {
        display: flex
      }

      .mm-avatar-favicon__image {
        width: 100%
      }

      .mm-avatar-network--with-halo {
        position: relative
      }

      .mm-avatar-network__network-image {
        width: 100%
      }

      .mm-avatar-network__network-image--blurred {
        filter: blur(8px);
        opacity: .5
      }

      .mm-avatar-network__network-image--size-reduced {
        position: absolute;
        top: 50%;
        width: 62.5%;
        height: 62.5%;
        border-radius: 50%
      }

      [dir=ltr] .mm-avatar-network__network-image--size-reduced {
        left: 50%;
        transform: translate(-50%, -50%)
      }

      [dir=rtl] .mm-avatar-network__network-image--size-reduced {
        right: 50%;
        transform: translate(50%, -50%)
      }

      .mm-avatar-token--with-halo {
        position: relative
      }

      .mm-avatar-token__token-image {
        width: 100%
      }

      .mm-avatar-token__token-image--blurred {
        filter: blur(8px);
        opacity: .5
      }

      .mm-avatar-token__token-image--size-reduced {
        position: absolute;
        top: 50%;
        width: 62.5%;
        height: 62.5%;
        border-radius: 50%
      }

      [dir=ltr] .mm-avatar-token__token-image--size-reduced {
        left: 50%;
        transform: translate(-50%, -50%)
      }

      [dir=rtl] .mm-avatar-token__token-image--size-reduced {
        right: 50%;
        transform: translate(50%, -50%)
      }

      .mm-badge-wrapper {
        --badge-wrapper-position-circular: 14%;
        --badge-wrapper-position-rectangular: 0;
        position: relative;
        align-self: start
      }

      .mm-badge-wrapper__badge-container {
        position: absolute
      }

      .mm-badge-wrapper__badge-container--circular-top-right {
        top: var(--badge-wrapper-position-circular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--circular-top-right {
        right: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(50%, -50%);
        transform-origin: 100% 0%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--circular-top-right {
        left: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(-50%, -50%);
        transform-origin: 0% 0%
      }

      .mm-badge-wrapper__badge-container--circular-bottom-right {
        bottom: var(--badge-wrapper-position-circular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--circular-bottom-right {
        right: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(50%, 50%);
        transform-origin: 100% 100%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--circular-bottom-right {
        left: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(-50%, 50%);
        transform-origin: 0% 100%
      }

      .mm-badge-wrapper__badge-container--circular-top-left {
        top: var(--badge-wrapper-position-circular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--circular-top-left {
        left: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(-50%, -50%);
        transform-origin: 0% 0%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--circular-top-left {
        right: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(50%, -50%);
        transform-origin: 100% 0%
      }

      .mm-badge-wrapper__badge-container--circular-bottom-left {
        bottom: var(--badge-wrapper-position-circular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--circular-bottom-left {
        left: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(-50%, 50%);
        transform-origin: 0% 100%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--circular-bottom-left {
        right: var(--badge-wrapper-position-circular);
        transform: scale(1) translate(50%, 50%);
        transform-origin: 100% 100%
      }

      .mm-badge-wrapper__badge-container--rectangular-top-right {
        top: var(--badge-wrapper-position-rectangular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--rectangular-top-right {
        right: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(50%, -50%);
        transform-origin: 100% 0%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--rectangular-top-right {
        left: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(-50%, -50%);
        transform-origin: 0% 0%
      }

      .mm-badge-wrapper__badge-container--rectangular-bottom-right {
        bottom: var(--badge-wrapper-position-rectangular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--rectangular-bottom-right {
        right: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(50%, 50%);
        transform-origin: 100% 100%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--rectangular-bottom-right {
        left: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(-50%, 50%);
        transform-origin: 0% 100%
      }

      .mm-badge-wrapper__badge-container--rectangular-top-left {
        top: var(--badge-wrapper-position-rectangular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--rectangular-top-left {
        left: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(-50%, -50%);
        transform-origin: 0% 0%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--rectangular-top-left {
        right: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(50%, -50%);
        transform-origin: 100% 0%
      }

      .mm-badge-wrapper__badge-container--rectangular-bottom-left {
        bottom: var(--badge-wrapper-position-rectangular)
      }

      [dir=ltr] .mm-badge-wrapper__badge-container--rectangular-bottom-left {
        left: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(-50%, 50%);
        transform-origin: 0% 100%
      }

      [dir=rtl] .mm-badge-wrapper__badge-container--rectangular-bottom-left {
        right: var(--badge-wrapper-position-rectangular);
        transform: scale(1) translate(50%, 50%);
        transform-origin: 100% 100%
      }

      .mm-button-base {
        position: relative;
        height: 40px;
        cursor: pointer;
        vertical-align: middle;
        -webkit-user-select: none;
        user-select: none
      }

      .mm-button-base--block {
        width: 100%
      }

      .mm-button-base--ellipsis {
        max-width: 100%
      }

      .mm-button-base--size-sm {
        height: 32px
      }

      .mm-button-base--size-md {
        height: 40px
      }

      .mm-button-base--size-lg {
        height: 48px
      }

      .mm-button-base--loading {
        cursor: not-allowed
      }

      .mm-button-base--disabled,
      .mm-button-base:disabled {
        opacity: var(--opacity-disabled);
        cursor: not-allowed
      }

      .mm-button-base__icon-loading {
        position: absolute;
        top: 50%;
        animation: spinner 1.2s linear infinite
      }

      [dir=ltr] .mm-button-base__icon-loading {
        left: 50%;
        transform: translate(-50%, -50%)
      }

      [dir=rtl] .mm-button-base__icon-loading {
        right: 50%;
        transform: translate(50%, -50%)
      }

      a.mm-button-base:hover {
        color: var(--color-text-default)
      }

      @keyframes spinner {
        to {
          transform: translate(-50%, -50%) rotate(360deg)
        }
      }

      .mm-button-icon {
        --button-icon-size: var(--size, 24px);
        height: var(--button-icon-size);
        width: var(--button-icon-size);
        min-width: var(--button-icon-size);
        padding: 0;
        cursor: pointer
      }

      .mm-button-icon:hover {
        background-color: var(--color-background-hover)
      }

      .mm-button-icon:active {
        background-color: var(--color-background-pressed)
      }

      .mm-button-icon--disabled,
      .mm-button-icon:disabled {
        opacity: var(--opacity-disabled);
        cursor: not-allowed
      }

      .mm-button-icon--disabled:hover,
      .mm-button-icon--disabled:active,
      .mm-button-icon:disabled:hover,
      .mm-button-icon:disabled:active {
        background-color: transparent
      }

      .mm-button-icon--size-sm {
        --button-icon-size: 24px
      }

      .mm-button-icon--size-md {
        --button-icon-size: 28px
      }

      .mm-button-icon--size-lg {
        --button-icon-size: 32px
      }

      .mm-button-link:hover:not(.mm-button-link--disabled) {
        color: var(--color-primary-default);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px
      }

      .mm-button-link:active:not(.mm-button-link--disabled) {
        color: var(--color-primary-alternative)
      }

      .mm-button-link--disabled:active {
        color: var(--color-primary-default)
      }

      .mm-button-link--type-danger:not(.mm-button-link--disabled):hover {
        color: var(--color-error-default)
      }

      .mm-button-link--type-danger:not(.mm-button-link--disabled):active {
        color: var(--color-error-alternative)
      }

      .mm-button-link--type-danger.mm-button-link--disabled:active {
        color: var(--color-error-default)
      }

      .mm-button-link--size-auto {
        height: auto
      }

      .mm-button-link--size-inherit {
        height: auto;
        background-color: transparent;
        vertical-align: top;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit
      }

      .mm-button-link--size-inherit__icon {
        top: 0
      }

      .mm-button-link--size-inherit:hover:not(.mm-button-link--disabled) {
        text-decoration-thickness: auto;
        text-underline-offset: 2px
      }

      .mm-button-link--loading:hover:not(.mm-button-link--disabled) {
        text-decoration: none
      }

      .mm-button-primary:hover:not(.mm-button-primary--disabled) {
        color: var(--color-primary-inverse);
        box-shadow: var(--component-button-primary-shadow)
      }

      .mm-button-primary:active {
        color: var(--color-primary-inverse);
        background-color: var(--color-primary-alternative)
      }

      .mm-button-primary--type-danger:not(.mm-button-primary--disabled):hover {
        color: var(--color-error-inverse);
        box-shadow: var(--component-button-danger-shadow)
      }

      .mm-button-primary--type-danger:not(.mm-button-primary--disabled):active {
        color: var(--color-error-inverse);
        background-color: var(--color-error-alternative)
      }

      .mm-button-primary--disabled:hover {
        box-shadow: none
      }

      .mm-button-primary--disabled:active {
        background-color: var(--color-primary-default)
      }

      .mm-button-primary--type-danger.mm-button-primary--disabled:active {
        background-color: var(--color-error-default)
      }

      .mm-button-secondary:hover:not(.mm-button-secondary--disabled) {
        color: var(--color-primary-inverse);
        background-color: var(--color-primary-default);
        box-shadow: var(--component-button-primary-shadow)
      }

      .mm-button-secondary:active {
        color: var(--color-primary-inverse);
        background-color: var(--color-primary-alternative);
        border-color: var(--color-primary-alternative)
      }

      .mm-button-secondary--type-danger:not(.mm-button-secondary--disabled) {
        color: var(--color-error-default);
        border: 1px solid var(--color-error-default);
        background-color: transparent
      }

      .mm-button-secondary--type-danger:not(.mm-button-secondary--disabled):hover {
        color: var(--color-error-inverse);
        background-color: var(--color-error-default);
        box-shadow: var(--component-button-danger-shadow)
      }

      .mm-button-secondary--type-danger:not(.mm-button-secondary--disabled):active {
        color: var(--color-error-inverse);
        background-color: var(--color-error-alternative);
        border-color: var(--color-error-alternative)
      }

      .mm-button-secondary--disabled:hover {
        color: var(--color-primary-default);
        box-shadow: none;
        background-color: transparent
      }

      .mm-button-secondary--disabled:active {
        background-color: transparent
      }

      .mm-button-secondary--type-danger.mm-button-secondary--disabled:hover {
        color: var(--color-error-default)
      }

      .mm-checkbox {
        cursor: pointer
      }

      .mm-checkbox__input-wrapper {
        position: relative
      }

      .mm-checkbox__input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px
      }

      .mm-checkbox__input:hover:not(:disabled) {
        background-color: var(--color-background-default-hover);
        cursor: pointer
      }

      .mm-checkbox__input:focus {
        border-color: var(--color-primary-default)
      }

      .mm-checkbox__input:disabled {
        color: var(--color-icon-muted);
        cursor: not-allowed
      }

      .mm-checkbox__input--checked:hover:not(:disabled),
      .mm-checkbox__input--indeterminate:hover:not(:disabled) {
        border-color: var(--color-primary-alternative);
        background-color: var(--color-primary-alternative)
      }

      .mm-checkbox__input--checked.mm-checkbox__input--readonly,
      .mm-checkbox__input--checked.mm-checkbox__input--readonly:hover,
      .mm-checkbox__input--indeterminate.mm-checkbox__input--readonly,
      .mm-checkbox__input--indeterminate.mm-checkbox__input--readonly:hover {
        border-color: var(--color-icon-alternative);
        background-color: var(--color-icon-alternative);
        cursor: not-allowed
      }

      .mm-checkbox--disabled {
        opacity: var(--opacity-disabled);
        cursor: not-allowed
      }

      .mm-checkbox__icon {
        position: absolute;
        top: 0;
        pointer-events: none
      }

      [dir=ltr] .mm-checkbox__icon {
        left: 0
      }

      [dir=rtl] .mm-checkbox__icon {
        right: 0
      }

      .mm-input {
        --input-opacity-disabled: .5;
        box-sizing: content-box
      }

      .mm-input--disable-state-styles:focus,
      .mm-input--disable-state-styles:focus-visible {
        outline: none
      }

      .mm-input--disabled {
        opacity: var(--input-opacity-disabled)
      }

      .mm-picker-network {
        --picker-network-height: 32px;
        height: var(--picker-network-height)
      }

      .mm-picker-network:not([disabled]):active {
        background-color: var(--color-background-default-hover)
      }

      .mm-tag-url {
        height: 48px;
        max-width: -moz-fit-content;
        max-width: fit-content
      }

      .mm-text-field {
        --text-field-height: var(--size, 40px);
        height: var(--text-field-height);
        border-color: var(--color-border-default)
      }

      .mm-text-field--size-sm {
        --size: 32px
      }

      .mm-text-field--size-md {
        --size: 40px
      }

      .mm-text-field--size-lg {
        --size: 48px
      }

      .mm-text-field--focused {
        outline: 5px auto Highlight;
        outline: 5px auto -webkit-focus-ring-color
      }

      .mm-text-field--error {
        border-color: var(--color-error-default)
      }

      .mm-text-field--disabled {
        opacity: .5;
        border-color: var(--color-border-default)
      }

      .mm-text-field--truncate .mm-text-field__input {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .mm-text-field__input {
        width: 100%;
        flex-grow: 1
      }

      .mm-textarea--is-disabled,
      .mm-textarea:disabled {
        opacity: var(--opacity-disabled);
        cursor: not-allowed
      }

      .mm-textarea--resize-none {
        resize: none
      }

      .mm-textarea--resize-both {
        resize: both
      }

      .mm-textarea--resize-horizontal {
        resize: horizontal
      }

      .mm-textarea--resize-vertical {
        resize: vertical
      }

      .mm-textarea--resize-initial {
        resize: initial
      }

      .mm-textarea--resize-inherit {
        resize: inherit
      }

      .mm-text-field-search ::-webkit-search-decoration,
      .mm-text-field-search ::-webkit-search-cancel-button,
      .mm-text-field-search ::-webkit-search-results-button,
      .mm-text-field-search ::-webkit-search-results-decoration {
        display: none
      }

      .mm-form-text-field {
        --text-opacity-disabled: .5
      }

      .mm-form-text-field--disabled .mm-form-text-field__label,
      .mm-form-text-field--disabled .mm-form-text-field__help-text {
        opacity: var(--text-opacity-disabled);
        cursor: default
      }

      [dir=ltr] .mm-banner-alert {
        border-left: 4px solid var(--color-primary-default)
      }

      [dir=rtl] .mm-banner-alert {
        border-right: 4px solid var(--color-primary-default)
      }

      [dir=ltr] .mm-banner-alert--severity-danger {
        border-left-color: var(--color-error-default)
      }

      [dir=rtl] .mm-banner-alert--severity-danger {
        border-right-color: var(--color-error-default)
      }

      [dir=ltr] .mm-banner-alert--severity-warning {
        border-left-color: var(--color-warning-default)
      }

      [dir=rtl] .mm-banner-alert--severity-warning {
        border-right-color: var(--color-warning-default)
      }

      [dir=ltr] .mm-banner-alert--severity-success {
        border-left-color: var(--color-success-default)
      }

      [dir=rtl] .mm-banner-alert--severity-success {
        border-right-color: var(--color-success-default)
      }

      .mm-banner-tip--logo {
        width: 60px
      }

      .mm-modal-content {
        position: fixed;
        top: 0;
        z-index: 1050;
        overflow: auto;
        overscroll-behavior-y: none;
        scrollbar-width: thin;
        scrollbar-color: var(--color-icon-muted) transparent
      }

      [dir=ltr] .mm-modal-content {
        left: 0
      }

      [dir=rtl] .mm-modal-content {
        right: 0
      }

      @media (max-height: 475px) {
        .mm-modal-content {
          padding: 8px
        }
      }

      .mm-modal-content ::-webkit-scrollbar {
        width: 8px
      }

      .mm-modal-content ::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: var(--color-icon-muted)
      }

      .mm-modal-content__dialog {
        --modal-content-size: var(--size, 360px);
        max-height: 100%;
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default)
      }

      .mm-modal-content__dialog--size-sm {
        --size: 360px;
        max-width: var(--modal-content-size)
      }

      .mm-modal-content__dialog--size-md {
        --size: 480px;
        max-width: var(--modal-content-size)
      }

      .mm-modal-content__dialog--size-lg {
        --size: 720px;
        max-width: var(--modal-content-size)
      }

      .mm-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1050
      }

      .mm-modal-body {
        max-height: 100%;
        overflow-y: auto;
        position: relative
      }

      .mm-modal-footer__button {
        flex: 1 0 auto
      }

      .mm-popover {
        box-shadow: var(--shadow-size-md) var(--color-shadow-default)
      }

      .mm-popover--reference-hidden[data-popper-reference-hidden=true] {
        visibility: hidden;
        pointer-events: none
      }

      .mm-popover--reference-hidden[data-popper-reference-hidden=true]>.mm-popover__arrow:before {
        visibility: hidden
      }

      .mm-popover__arrow,
      .mm-popover__arrow:before {
        position: absolute;
        width: 8px;
        height: 8px;
        background: inherit
      }

      .mm-popover__arrow {
        width: 40px;
        height: 40px;
        visibility: hidden
      }

      .mm-popover__arrow:before {
        display: block;
        background-color: inherit;
        border: 1px solid;
        border-top-color: inherit;
        border-bottom-color: transparent;
        visibility: visible;
        content: ""
      }

      [dir=ltr] .mm-popover__arrow:before {
        border-left-color: inherit;
        border-right-color: transparent;
        transform: rotate(45deg);
        border-radius: 2px 0 0
      }

      [dir=rtl] .mm-popover__arrow:before {
        border-right-color: inherit;
        border-left-color: transparent;
        transform: rotate(-45deg);
        border-radius: 0 2px 0 0
      }

      .mm-popover[data-popper-placement^=top]>.mm-popover__arrow {
        bottom: -20px
      }

      [dir=ltr] .mm-popover[data-popper-placement^=top]>.mm-popover__arrow:before {
        transform: rotate(-135deg)
      }

      [dir=rtl] .mm-popover[data-popper-placement^=top]>.mm-popover__arrow:before {
        transform: rotate(135deg)
      }

      .mm-popover[data-popper-placement^=bottom]>.mm-popover__arrow {
        top: -20px
      }

      [dir=ltr] .mm-popover[data-popper-placement^=left]>.mm-popover__arrow {
        right: -20px
      }

      [dir=rtl] .mm-popover[data-popper-placement^=left]>.mm-popover__arrow {
        left: -20px
      }

      [dir=ltr] .mm-popover[data-popper-placement^=left]>.mm-popover__arrow:before {
        transform: rotate(135deg)
      }

      [dir=rtl] .mm-popover[data-popper-placement^=left]>.mm-popover__arrow:before {
        transform: rotate(-135deg)
      }

      [dir=ltr] .mm-popover[data-popper-placement^=right]>.mm-popover__arrow {
        left: -20px
      }

      [dir=rtl] .mm-popover[data-popper-placement^=right]>.mm-popover__arrow {
        right: -20px
      }

      [dir=ltr] .mm-popover[data-popper-placement^=right]>.mm-popover__arrow:before {
        transform: rotate(-45deg)
      }

      [dir=rtl] .mm-popover[data-popper-placement^=right]>.mm-popover__arrow:before {
        transform: rotate(45deg)
      }

      .mm-select-button {
        --select-button-height: var(--size, 40px);
        position: relative;
        cursor: pointer;
        text-align: start;
        height: min-content;
        min-height: var(--select-button-height);
        overflow: hidden;
        max-width: 100%
      }

      .mm-select-button--size-sm {
        --size: 32px
      }

      .mm-select-button--size-md {
        --size: 40px
      }

      .mm-select-button--size-lg {
        --size: 48px
      }

      .mm-select-button:hover:not(.mm-select-button--disabled) {
        background-color: var(--color-background-hover)
      }

      .mm-select-button:active:not(.mm-select-button--disabled) {
        background-color: var(--color-background-pressed)
      }

      .mm-select-button:active:not(.mm-select-button--disabled),
      .mm-select-button:focus:not(.mm-select-button--disabled) {
        border-color: var(--color-primary-default);
        box-shadow: inset 0 0 0 1px var(--color-primary-default)
      }

      .mm-select-button--type-danger {
        border-color: var(--color-error-default);
        box-shadow: inset 0 0 0 1px var(--color-error-default)
      }

      .mm-select-button__content {
        overflow: auto
      }

      .mm-select-wrapper:has(.mm-select-button--block) {
        width: 100%
      }

      .mm-select-wrapper__popover {
        overflow: hidden;
        z-index: 30
      }

      .account-list-item__top-row {
        display: flex;
        margin-top: 10px;
        position: relative
      }

      [dir=ltr] .account-list-item__top-row {
        margin-left: 8px
      }

      [dir=rtl] .account-list-item__top-row {
        margin-right: 8px
      }

      .account-list-item__account-name {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .account-list-item__account-name {
        margin-left: 8px
      }

      [dir=rtl] .account-list-item__account-name {
        margin-right: 8px
      }

      .account-list-item__icon {
        position: absolute;
        top: 1px
      }

      [dir=ltr] .account-list-item__icon {
        right: 12px
      }

      [dir=rtl] .account-list-item__icon {
        left: 12px
      }

      .account-list-item__account-address {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis
      }

      [dir=ltr] .account-list-item__account-address {
        margin-left: 35px
      }

      [dir=rtl] .account-list-item__account-address {
        margin-right: 35px
      }

      .add-network__networks-container {
        padding-inline-end: 24px
      }

      @media screen and (max-width: 575px) {
        .add-network__networks-container {
          padding: 0
        }
      }

      .add-network__header {
        border-bottom: 1px solid var(--color-border-default)
      }

      @media screen and (max-width: 575px) {
        .add-network__header {
          padding-inline-start: 24px;
          padding-inline-end: 24px
        }
      }

      .add-network__header__subtitle {
        margin-inline-start: 10px;
        margin-inline-end: 10px
      }

      @media screen and (max-width: 575px) {
        .add-network__main-container {
          padding-inline-start: 24px;
          padding-inline-end: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .add-network__list-of-networks {
          width: 75%
        }
      }

      .add-network__warning-tooltip {
        color: var(--color-text-alternative);
        width: 180px
      }

      .add-network__warning-tooltip a {
        color: var(--color-primary-default)
      }

      .add-network__add-icon {
        color: var(--color-text-alternative);
        margin-inline-start: auto;
        margin-inline-end: 0;
        cursor: pointer
      }

      .add-network__add-button.button {
        color: var(--color-primary-default);
        font-size: .75rem;
        margin-inline-start: 24px
      }

      .add-network__footer {
        border-top: 1px solid var(--color-border-muted);
        width: 100%;
        padding-bottom: 8px
      }

      @media screen and (max-width: 575px) {
        .add-network__footer {
          padding-inline-start: 24px !important
        }
      }

      .add-network__footer .btn-link {
        display: initial;
        padding: 0
      }

      .add-network__footer__link {
        color: var(--color-primary-default)
      }

      .add-network__footer .actionable-message--warning .actionable-message__message,
      .add-network__footer .actionable-message--warning .actionable-message__action {
        color: var(--color-text-alternative)
      }

      .add-network__edge-case-box {
        border: 1px solid var(--color-border-muted)
      }

      .add-network__edge-case-box__link {
        color: var(--color-info-default);
        display: inline;
        padding: 0
      }

      .app-loading-spinner {
        background-color: var(--color-overlay-alternative);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1
      }

      .app-loading-spinner__inner {
        width: 50px
      }

      .invalid-custom-network-alert__content {
        border-radius: 0;
        padding: 0 24px 16px
      }

      .invalid-custom-network-alert__content>p {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 12px
      }

      .invalid-custom-network-alert__content>p:last-of-type {
        padding-bottom: 0
      }

      .invalid-custom-network-alert__content-link {
        color: var(--color-primary-default);
        cursor: pointer
      }

      .invalid-custom-network-alert__footer {
        flex-direction: column
      }

      .invalid-custom-network-alert__footer>:only-child {
        margin: 0;
        width: 100%
      }

      .invalid-custom-network-alert__footer-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between
      }

      .invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button {
        height: 40px;
        width: 50%
      }

      [dir=ltr] .invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button {
        margin-right: 24px
      }

      [dir=rtl] .invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button {
        margin-left: 24px
      }

      [dir=ltr] .invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button:last-of-type {
        margin-left: 0
      }

      .invalid-custom-network-alert__error {
        margin-bottom: 16px;
        padding: 16px;
        font-size: 14px;
        border: 1px solid var(--color-error-default);
        background: var(--color-error-muted);
        border-radius: 3px
      }

      .unconnected-account-alert__content {
        border-radius: 0 !important
      }

      .unconnected-account-alert__footer {
        flex-direction: column
      }

      .unconnected-account-alert__footer>:only-child {
        margin: 0
      }

      .unconnected-account-alert__footer-row {
        display: flex;
        flex-direction: row
      }

      .unconnected-account-alert .unconnected-account-alert__dismiss-button {
        background: var(--color-primary-default);
        color: var(--color-primary-inverse);
        height: 40px;
        width: 100px;
        border: 0
      }

      .unconnected-account-alert__error {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 16px;
        padding: 16px;
        border: 1px solid var(--color-error-default);
        background: var(--color-error-muted);
        border-radius: 3px
      }

      .unconnected-account-alert__checkbox-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center
      }

      .unconnected-account-alert__checkbox {
        margin-top: -2px
      }

      [dir=ltr] .unconnected-account-alert__checkbox {
        margin-right: 8px
      }

      [dir=rtl] .unconnected-account-alert__checkbox {
        margin-left: 8px
      }

      .unconnected-account-alert__checkbox-label {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        color: var(--color-text-alternative);
        align-items: center
      }

      [dir=ltr] .unconnected-account-alert__checkbox-label-tooltip {
        margin-left: 8px
      }

      [dir=rtl] .unconnected-account-alert__checkbox-label-tooltip {
        margin-right: 8px
      }

      .beta-header__message {
        text-align: center;
        flex-grow: 1
      }

      .beta-header__button {
        background: transparent;
        padding: 0 6px;
        margin: 0
      }

      .beta-header__button i {
        color: var(--color-warning-inverse)
      }

      .cancel-speedup-popover__wrapper {
        padding: 0 16px 16px
      }

      [dir=ltr] .cancel-speedup-popover__wrapper .info-tooltip {
        margin-left: 4px
      }

      [dir=rtl] .cancel-speedup-popover__wrapper .info-tooltip {
        margin-right: 4px
      }

      .cancel-speedup-popover__edit-gas-button {
        align-self: flex-end
      }

      .cancel-speedup-popover__gas-details {
        padding-top: 10px
      }

      .cancel-speedup-popover__spinner {
        margin-top: -30px;
        height: calc(100% + 30px)
      }

      .cancel-speedup-popover__description {
        border-bottom: 1px solid var(--color-border-default)
      }

      .token-list__empty-list {
        height: 214.5px
      }

      @media screen and (max-width: 575px) {
        .token-list__empty-list {
          height: 207.5px
        }
      }

      .token-list__tokens-container {
        display: flex;
        flex-direction: column;
        overflow: auto;
        max-height: 214.5px
      }

      @media screen and (max-width: 575px) {
        .token-list__tokens-container {
          max-height: 207.5px
        }
      }

      .token-list__token_component {
        display: flex;
        flex-flow: row nowrap;
        padding: 16px;
        align-items: center;
        cursor: pointer
      }

      .token-list__token_component--selected {
        background-color: var(--color-primary-muted)
      }

      .token-list__token_component--disabled {
        opacity: .4;
        pointer-events: none
      }

      .nfts-items__collection {
        margin-bottom: 24px
      }

      .nfts-items__collection:last-child {
        margin-bottom: 0
      }

      .nfts-items__collection-accordion-title {
        cursor: pointer
      }

      .nfts-items__collection-wrapper {
        background-color: transparent;
        border: 0;
        width: 100%
      }

      .nfts-items__collection-image {
        width: 32px;
        height: 32px;
        border-radius: 50%
      }

      .nfts-items__collection-image-alt {
        border-radius: 50%;
        width: 32px;
        height: 32px;
        padding: 8px;
        background: var(--color-overlay-alternative);
        color: var(--color-overlay-inverse);
        text-align: center
      }

      .nfts-items__item-wrapper {
        align-self: center
      }

      .nfts-items__item-wrapper__card {
        overflow: hidden
      }

      .nfts-items__item {
        width: 100%;
        display: flex;
        justify-content: center;
        cursor: pointer;
        align-self: center;
        padding: 0
      }

      .nfts-items__item-image {
        width: 100%;
        height: 100%;
        cursor: pointer
      }

      .nfts-tab__loading {
        display: flex;
        height: 250px;
        align-items: center;
        justify-content: center;
        padding: 30px
      }

      .nft-details {
        padding: 0 16px
      }

      @media screen and (min-width: 576px) {
        .nft-details {
          padding: 0 24px
        }
      }

      .nft-details__tooltip-wrapper {
        width: 100%
      }

      .nft-details__top-section {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        padding: 24px
      }

      @media screen and (min-width: 576px) {
        .nft-details__top-section {
          margin-bottom: 24px;
          flex-direction: row
        }
      }

      @media screen and (min-width: 576px) {
        .nft-details__info {
          max-width: calc(100% - 248px);
          flex: 0 0 calc(100% - 248px)
        }
      }

      .nft-details__card {
        overflow: hidden;
        margin-bottom: 16px
      }

      @media screen and (min-width: 576px) {
        .nft-details__card {
          margin-bottom: 0;
          max-width: 224px;
          flex: 0 0 224px;
          height: 224px
        }

        [dir=ltr] .nft-details__card {
          margin-right: 24px
        }

        [dir=rtl] .nft-details__card {
          margin-left: 24px
        }
      }

      .nft-details__nft-item {
        margin-bottom: 16px
      }

      @media screen and (min-width: 576px) {
        .nft-details__nft-item {
          margin-bottom: 0;
          max-width: 224px;
          flex: 0 0 224px;
          height: 224px
        }

        [dir=ltr] .nft-details__nft-item {
          margin-right: 24px
        }

        [dir=rtl] .nft-details__nft-item {
          margin-left: 24px
        }
      }

      .nft-details__image {
        width: 100%;
        object-fit: contain
      }

      .nft-details__address {
        overflow-wrap: break-word
      }

      .nft-details__contract-wrapper {
        max-width: calc(100% - 160px)
      }

      .nft-details__contract-copy-button {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 80px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background-color: transparent;
        cursor: pointer;
        color: var(--color-text-alternative);
        border: 0;
        margin-top: -4px
      }

      .nft-details__contract-copy-button:active {
        transform: scale(.97)
      }

      .nft-details__contract-link {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .nft-details__image-source {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 332px
      }

      .nft-details__link-title {
        flex: 0 0 160px;
        max-width: 0 0 160px
      }

      .nft-details__send-button {
        margin-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .nft-details__send-button {
          max-width: 160px
        }
      }

      .nft-default {
        padding-top: 100%;
        position: relative;
        background-image: url(/images/default_nft.png);
        background-size: cover;
        background-repeat: no-repeat
      }

      .nft-default__button {
        position: absolute;
        bottom: 16px
      }

      [dir=ltr] .nft-options__button {
        padding: 2px 0 2px 8px
      }

      [dir=rtl] .nft-options__button {
        padding: 2px 8px 2px 0
      }

      .connected-accounts-list {
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .connected-accounts-list__row {
        width: 100%;
        word-break: break-word
      }

      .connected-accounts-list__row-content {
        display: flex;
        flex-direction: row;
        align-items: center
      }

      .connected-accounts-options__button {
        font-size: 1.125rem;
        background: inherit;
        color: var(--color-icon-default)
      }

      .tippy-tooltip.none-theme {
        background: none;
        padding: 0
      }

      .connected-accounts-permissions__list {
        padding-block: 8px;
        height: 100%;
        overflow: auto
      }

      .connected-accounts-permissions__list-item {
        display: flex
      }

      .connected-accounts-permissions__list-container {
        max-height: 0;
        height: auto;
        transition: max-height .8s cubic-bezier(.4, 0, .2, 1)
      }

      .connected-accounts-permissions__list-container--expanded {
        max-height: 100px
      }

      .connected-sites-list__content-rows {
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .connected-sites-list__content-row {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 16px 24px
      }

      .connected-sites-list__content-row .connected-sites-list__content-row-link-button {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        width: auto;
        padding-inline-start: 24px
      }

      .connected-sites-list__subject-info {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-width: 0
      }

      .connected-sites-list__subject-icon {
        flex-shrink: 0
      }

      .connected-sites-list__subject-name {
        max-width: 215px
      }

      [dir=ltr] .connected-sites-list__subject-name {
        margin-left: 6px
      }

      [dir=rtl] .connected-sites-list__subject-name {
        margin-right: 6px
      }

      .create-new-vault__form {
        display: flex;
        flex-direction: column
      }

      .create-new-vault__create-password {
        display: flex;
        flex-direction: column;
        width: 360px
      }

      .create-new-vault__terms {
        margin-top: 16px;
        margin-bottom: 16px
      }

      .create-new-vault__terms-link {
        color: var(--color-primary-default)
      }

      .create-new-vault__submit-button.create-new-vault__submit-button {
        margin-top: 16px;
        width: 170px
      }

      .experimental-area {
        color: var(--color-flask-default);
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
      }

      .experimental-area .logo {
        padding: 16px 8px 0;
        line-height: .625em;
        font-family: monospace;
        font-size: .625rem;
        margin-bottom: 32px
      }

      .experimental-area .experimental-text {
        padding: 16px 8px 0;
        font-family: monospace;
        font-size: 1rem;
        margin: auto auto 32px;
        line-height: .875em
      }

      .experimental-area .text {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 16px;
        max-width: 670px
      }

      .experimental-area ul {
        padding: 16px 0
      }

      .experimental-area li {
        list-style-type: disc;
        list-style-position: inside;
        margin-bottom: 8px
      }

      [dir=ltr] .experimental-area li {
        padding-left: 8px
      }

      [dir=rtl] .experimental-area li {
        padding-right: 8px
      }

      .experimental-area li:nth-last-child(1) {
        margin-bottom: 0
      }

      .experimental-area button {
        background-color: var(--color-flask-default) !important;
        border: 0 !important;
        color: var(--color-flask-inverse);
        width: 200px
      }

      .snap-content-footer__description {
        max-width: 100%
      }

      .snap-install-warning .mm-checkbox__input:focus {
        border-color: var(--color-border-default);
        outline: none
      }

      .snap-install-warning .mm-checkbox__input--checked:focus {
        border-color: var(--color-primary-default);
        outline: none
      }

      .snap-install-warning .mm-checkbox__input {
        cursor: pointer
      }

      .snap-ui-renderer__error {
        margin-top: 0 !important
      }

      .snap-ui-renderer__spinner {
        width: 30px
      }

      .snap-ui-renderer__divider {
        width: 100%;
        height: 1px
      }

      .snap-ui-renderer__panel {
        height: 100%;
        gap: 8px
      }

      .snap-ui-renderer__content>.snap-ui-renderer__panel:has(.snap-ui-renderer__panel) {
        gap: 16px
      }

      .snap-ui-markdown__text em {
        font-style: revert
      }

      .snap-delineator__header {
        border-bottom-width: 1px;
        border-color: var(--color-border-default);
        border-style: solid;
        border-radius: 8px 8px 0 0
      }

      .snap-delineator__header__text {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 16px);
        overflow: hidden
      }

      .snap-delineator__header__container {
        width: calc(100% - 16px)
      }

      .snap-delineator__expansion-icon,
      .snap-list-item {
        cursor: pointer
      }

      .snap-list-item:hover {
        background: var(--color-background-default-hover)
      }

      .copyable {
        cursor: pointer;
        transition: background-color background .2s
      }

      [dir=ltr] .copyable .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-background-alternative) 33%)
      }

      [dir=rtl] .copyable .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-background-alternative) 33%)
      }

      .copyable:hover {
        background-color: var(--color-background-alternative-hover)
      }

      [dir=ltr] .copyable:hover .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-background-alternative-hover) 33%)
      }

      [dir=rtl] .copyable:hover .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-background-alternative-hover) 33%)
      }

      .copyable.clicked {
        background-color: var(--color-background-alternative-pressed)
      }

      [dir=ltr] .copyable.clicked .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-background-alternative-pressed) 33%)
      }

      [dir=rtl] .copyable.clicked .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-background-alternative-pressed) 33%)
      }

      .copyable.clicked:hover {
        background-color: var(--color-background-alternative-pressed)
      }

      [dir=ltr] .copyable.clicked:hover .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-background-alternative-pressed) 33%)
      }

      [dir=rtl] .copyable.clicked:hover .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-background-alternative-pressed) 33%)
      }

      .copyable.sensitive.visible {
        background-color: var(--color-error-muted)
      }

      [dir=ltr] .copyable.sensitive.visible .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-error-muted) 33%)
      }

      [dir=rtl] .copyable.sensitive.visible .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-error-muted) 33%)
      }

      .copyable.sensitive.visible:hover {
        background-color: var(--color-error-muted-hover)
      }

      [dir=ltr] .copyable.sensitive.visible:hover .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-error-muted-hover) 33%)
      }

      [dir=rtl] .copyable.sensitive.visible:hover .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-error-muted-hover) 33%)
      }

      .copyable.sensitive.visible.clicked {
        background-color: var(--color-error-muted-pressed)
      }

      [dir=ltr] .copyable.sensitive.visible.clicked .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-error-muted-pressed) 33%)
      }

      [dir=rtl] .copyable.sensitive.visible.clicked .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-error-muted-pressed) 33%)
      }

      .copyable.sensitive.visible.clicked:hover {
        background-color: var(--color-error-muted-pressed)
      }

      [dir=ltr] .copyable.sensitive.visible.clicked:hover .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-error-muted-pressed) 33%)
      }

      [dir=rtl] .copyable.sensitive.visible.clicked:hover .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-error-muted-pressed) 33%)
      }

      .copyable__icon {
        margin-top: 2px
      }

      .copyable__tooltip {
        display: flex;
        align-items: center
      }

      .copyable__tooltip>div {
        display: flex !important
      }

      .snap-external-pill:hover {
        opacity: 1;
        text-decoration: none !important
      }

      .snap-external-pill__wrapper:hover {
        background-color: var(--color-info-muted)
      }

      .snap-external-pill__wrapper:hover * {
        color: var(--color-info-default)
      }

      .show-more {
        max-height: 5.5rem
      }

      .show-more:first-child {
        text-overflow: ellipsis
      }

      @media screen and (min-width: 768px) {
        .show-more {
          max-height: 6rem
        }
      }

      .show-more__button {
        vertical-align: baseline
      }

      [dir=ltr] .show-more__button {
        background: linear-gradient(90deg, transparent 0%, var(--color-background-default) 33%)
      }

      [dir=rtl] .show-more__button {
        background: linear-gradient(-90deg, transparent 0%, var(--color-background-default) 33%)
      }

      .insights-warnings-modal__content {
        overflow-y: auto;
        overflow-x: hidden
      }

      .snaps-authorship-header__button {
        cursor: pointer
      }

      .snaps-authorship-header__button:hover {
        color: var(--color-icon-alternative)
      }

      @keyframes collapse {
        0% {
          transform: scale(1)
        }

        to {
          transform: scale(0)
        }
      }

      @keyframes expand {
        0% {
          transform: scale(0)
        }

        to {
          transform: scale(1)
        }
      }

      @keyframes fadeIn {
        0% {
          opacity: 0
        }

        to {
          opacity: 1
        }
      }

      .hold-to-reveal-button__absolute-fill,
      .hold-to-reveal-button__unlock-icon-container,
      .hold-to-reveal-button__lock-icon-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
      }

      .hold-to-reveal-button__icon,
      .hold-to-reveal-button__circle-svg,
      .hold-to-reveal-button__icon-container {
        height: 28px;
        width: 28px
      }

      .hold-to-reveal-button__circle-shared,
      .hold-to-reveal-button__circle-foreground,
      .hold-to-reveal-button__circle-background {
        fill: transparent;
        stroke-width: 2px
      }

      .hold-to-reveal-button__button-hold {
        transform: scale(1) !important;
        transition: .5s transform !important
      }

      [dir=ltr] .hold-to-reveal-button__button-hold {
        padding: 6px 13px 6px 9px !important
      }

      [dir=rtl] .hold-to-reveal-button__button-hold {
        padding: 6px 9px 6px 13px !important
      }

      .hold-to-reveal-button__button-hold:active {
        background-color: var(--color-primary-default) !important;
        transform: scale(1.05) !important
      }

      .hold-to-reveal-button__button-hold:active .hold-to-reveal-button__circle-foreground {
        stroke-dashoffset: 0 !important
      }

      .hold-to-reveal-button__button-hold:active .hold-to-reveal-button__lock-icon-container {
        opacity: 0 !important
      }

      .hold-to-reveal-button__icon-container {
        position: relative
      }

      .hold-to-reveal-button__main-icon-show {
        animation: .4s fadeIn 1.2s forwards
      }

      .hold-to-reveal-button__invisible {
        opacity: 0
      }

      [dir=ltr] .hold-to-reveal-button__circle-svg {
        transform: rotate(-90deg)
      }

      [dir=rtl] .hold-to-reveal-button__circle-svg {
        transform: rotate(90deg)
      }

      .hold-to-reveal-button__circle-background {
        stroke: var(--color-primary-alternative)
      }

      .hold-to-reveal-button__circle-foreground {
        stroke: var(--color-primary-inverse);
        stroke-dasharray: 82;
        stroke-dashoffset: 82;
        transition: 1s stroke-dashoffset
      }

      .hold-to-reveal-button__lock-icon-container {
        transition: .3s opacity;
        opacity: 1
      }

      .hold-to-reveal-button__lock-icon {
        width: 7.88px;
        height: 9px
      }

      .hold-to-reveal-button__unlock-icon-hide {
        animation: .3s collapse 1s forwards
      }

      .hold-to-reveal-button__circle-static-outer-container {
        animation: .25s collapse forwards
      }

      .hold-to-reveal-button__circle-static-outer {
        fill: var(--color-primary-inverse)
      }

      .hold-to-reveal-button__circle-static-inner-container {
        animation: .125s collapse forwards
      }

      .hold-to-reveal-button__circle-static-inner {
        fill: var(--color-primary-default)
      }

      .hold-to-reveal-button__unlock-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        animation: .175s expand .2s forwards
      }

      .hold-to-reveal-button__unlock-icon {
        width: 14px;
        height: 11px
      }

      .home-notification {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        background: var(--color-background-default);
        box-shadow: var(--shadow-size-md) var(--color-shadow-default);
        border: 1px solid var(--color-border-muted);
        border-radius: 8px;
        min-height: 116px;
        padding: 16px
      }

      @media screen and (min-width: 576px) {
        .home-notification {
          min-width: 472px
        }
      }

      .home-notification__content-container {
        display: flex
      }

      .home-notification__content {
        display: flex;
        align-items: center;
        justify-content: space-between
      }

      .home-notification__text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .home-notification__text-link {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .home-notification__checkbox-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center
      }

      @media screen and (max-width: 575px) {
        .home-notification__checkbox-wrapper {
          width: 160px
        }
      }

      .home-notification__checkbox {
        height: 13px;
        width: 13px;
        font-size: 16px;
        cursor: pointer
      }

      .home-notification__checkbox-label {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        margin-top: 1px;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        cursor: pointer
      }

      [dir=ltr] .home-notification__checkbox-label {
        margin-left: 8px
      }

      [dir=rtl] .home-notification__checkbox-label {
        margin-right: 8px
      }

      .home-notification__ignore-button.button,
      .home-notification__accept-button.button {
        width: auto;
        padding: 8px 16px
      }

      .home-notification__buttons {
        display: flex;
        width: 100%;
        padding-top: 8px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse
      }

      .home-notification__tooltip-wrapper {
        display: flex
      }

      [dir=ltr] .home-notification__tooltip-wrapper {
        margin-left: 8px
      }

      [dir=rtl] .home-notification__tooltip-wrapper {
        margin-right: 8px
      }

      .info-box {
        border-radius: 4px;
        background-color: var(--color-background-alternative);
        position: relative;
        padding: 16px;
        display: flex;
        flex-flow: column;
        color: var(--color-text-alternative)
      }

      .info-box__close:after {
        content: "×";
        font-size: 29px;
        font-weight: 200;
        color: var(--color-icon-default);
        position: absolute;
        top: 0;
        cursor: pointer
      }

      [dir=ltr] .info-box__close:after {
        right: 12px
      }

      [dir=rtl] .info-box__close:after {
        left: 12px
      }

      .info-box__description {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .modal-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0
      }

      .modal-content__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        padding: 16px 0;
        text-align: center
      }

      .modal-content__description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center
      }

      .modal-container {
        width: 100%;
        height: 100%;
        background-color: var(--color-background-default);
        display: flex;
        flex-flow: column;
        border-radius: 8px
      }

      @media screen and (max-width: 575px) {
        .modal-container {
          max-height: 450px
        }
      }

      .modal-container__content {
        overflow-y: auto;
        flex: 1;
        padding: 16px 32px
      }

      @media screen and (max-width: 575px) {
        .modal-container__content {
          justify-content: center;
          padding: 28px 20px
        }
      }

      .modal-container__header {
        position: relative;
        display: flex;
        padding: 12px;
        justify-content: center;
        border-bottom: 1px solid var(--color-border-muted);
        flex: 0 0 auto
      }

      .modal-container__header-close:after {
        content: "×";
        font-size: 40px;
        color: var(--color-icon-default);
        position: absolute;
        top: -5px;
        cursor: pointer
      }

      [dir=ltr] .modal-container__header-close:after {
        right: 10px
      }

      [dir=rtl] .modal-container__header-close:after {
        left: 10px
      }

      .modal-container__footer {
        display: flex;
        flex-flow: row;
        justify-content: center;
        border-top: 1px solid var(--color-border-muted);
        padding: 16px;
        flex: 0 0 auto
      }

      .modal-container__footer-button {
        min-width: 0
      }

      [dir=ltr] .modal-container__footer-button {
        margin-right: 16px
      }

      [dir=rtl] .modal-container__footer-button {
        margin-left: 16px
      }

      [dir=ltr] .modal-container__footer-button:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .modal-container__footer-button:last-of-type {
        margin-left: 0
      }

      .cancel-transaction-gas-fee {
        background: var(--color-background-alternative);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px
      }

      .cancel-transaction-gas-fee__eth {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500
      }

      .cancel-transaction-gas-fee__fiat {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .cancel-transaction__title {
        font-weight: 500;
        padding-bottom: 16px;
        text-align: center
      }

      .cancel-transaction__description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center
      }

      .cancel-transaction__cancel-transaction-gas-fee-container {
        margin-bottom: 16px
      }

      .confirm-remove-account__description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center
      }

      .confirm-remove-account__account {
        border: 1px solid var(--color-border-default);
        border-radius: 4px;
        padding: 10px;
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%
      }

      [dir=ltr] .confirm-remove-account__account__identicon {
        margin-right: 10px
      }

      [dir=rtl] .confirm-remove-account__account__identicon {
        margin-left: 10px
      }

      .confirm-remove-account__account__name,
      .confirm-remove-account__account__address {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .confirm-remove-account__account__name,
      [dir=ltr] .confirm-remove-account__account__address {
        margin-right: 10px
      }

      [dir=rtl] .confirm-remove-account__account__name,
      [dir=rtl] .confirm-remove-account__account__address {
        margin-left: 10px
      }

      .confirm-remove-account__account__name {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .confirm-remove-account__account__label {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: block;
        color: var(--color-text-muted)
      }

      .confirm-remove-account__account__link {
        margin-top: 14px
      }

      @media screen and (max-width: 575px) {
        .confirm-remove-account__account__name {
          width: 90px
        }
      }

      .confirm-remove-account__link {
        color: var(--color-primary-default)
      }

      .edit-approval-permission {
        width: 100%
      }

      .edit-approval-permission__header,
      .edit-approval-permission__account-info {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-bottom: 1px solid var(--color-border-muted)
      }

      .edit-approval-permission__header {
        padding: 24px
      }

      .edit-approval-permission__header__close {
        position: absolute;
        cursor: pointer;
        display: block
      }

      [dir=ltr] .edit-approval-permission__header__close {
        right: 24px
      }

      [dir=rtl] .edit-approval-permission__header__close {
        left: 24px
      }

      .edit-approval-permission__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700
      }

      .edit-approval-permission__account-info {
        justify-content: space-between;
        padding: 8px 24px
      }

      .edit-approval-permission__account-info__account,
      .edit-approval-permission__account-info__balance {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .edit-approval-permission__account-info__account {
        display: flex;
        align-items: center
      }

      .edit-approval-permission__account-info__name {
        min-width: 64px
      }

      [dir=ltr] .edit-approval-permission__account-info__name {
        margin-right: 8px
      }

      [dir=rtl] .edit-approval-permission__account-info__name {
        margin-left: 8px
      }

      .edit-approval-permission__account-info__balance {
        color: var(--color-text-alternative)
      }

      [dir=ltr] .edit-approval-permission__account-info__balance {
        margin-left: 8px
      }

      [dir=rtl] .edit-approval-permission__account-info__balance {
        margin-right: 8px
      }

      .edit-approval-permission__edit-section {
        padding: 24px
      }

      .edit-approval-permission__edit-section__title {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-text-default)
      }

      .edit-approval-permission__edit-section__description {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        margin-top: 8px
      }

      .edit-approval-permission__edit-section__option {
        display: flex;
        align-items: flex-start;
        margin-top: 20px
      }

      .edit-approval-permission__edit-section__radio-button {
        width: 18px
      }

      .edit-approval-permission__edit-section__option-text {
        display: flex;
        flex-direction: column
      }

      .edit-approval-permission__edit-section__option-label,
      .edit-approval-permission__edit-section__option-label--selected {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .edit-approval-permission__edit-section__option-label--selected {
        color: var(--color-primary-default)
      }

      .edit-approval-permission__edit-section__option-description {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        margin-top: 8px;
        margin-bottom: 6px
      }

      .edit-approval-permission__edit-section__option-value {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .edit-approval-permission__edit-section__radio-button {
        position: relative;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center
      }

      [dir=ltr] .edit-approval-permission__edit-section__radio-button {
        margin-right: 4px
      }

      [dir=rtl] .edit-approval-permission__edit-section__radio-button {
        margin-left: 4px
      }

      .edit-approval-permission__edit-section__radio-button-outline,
      .edit-approval-permission__edit-section__radio-button-outline--selected {
        width: 18px;
        height: 18px;
        background: var(--color-border-default);
        border-radius: 9px;
        position: absolute
      }

      .edit-approval-permission__edit-section__radio-button-outline--selected {
        background: var(--color-primary-default)
      }

      .edit-approval-permission__edit-section__radio-button-fill {
        width: 14px;
        height: 14px;
        background: var(--color-background-default);
        border-radius: 7px;
        position: absolute
      }

      .edit-approval-permission__edit-section__radio-button-dot {
        width: 8px;
        height: 8px;
        background: var(--color-primary-default);
        border-radius: 4px;
        position: absolute
      }

      .edit-approval-permission__name-and-balance-container {
        display: flex;
        flex: 0 0 100%;
        flex-flow: column;
        align-items: flex-start;
        justify-content: center
      }

      [dir=ltr] .edit-approval-permission__name-and-balance-container {
        margin-left: 8px
      }

      [dir=rtl] .edit-approval-permission__name-and-balance-container {
        margin-right: 8px
      }

      .edit-approval-permission-modal-content {
        padding: 0
      }

      .edit-approval-permission-modal-container {
        max-height: 550px;
        width: 100%
      }

      .hide-token-confirmation {
        min-height: 250.72px;
        border-radius: 4px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-md) var(--color-shadow-default)
      }

      .hide-token-confirmation__container {
        padding: 24px 27px 21px;
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .hide-token-confirmation__identicon {
        margin-bottom: 10px
      }

      .hide-token-confirmation__symbol {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        text-align: center;
        margin-bottom: 7.5px
      }

      .hide-token-confirmation__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 30px;
        width: 271.28px;
        color: var(--color-text-alternative);
        text-align: center;
        margin-bottom: 10.5px
      }

      .hide-token-confirmation__copy {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        min-height: 41px;
        width: 318px;
        color: var(--color-text-alternative);
        text-align: center
      }

      .hide-token-confirmation__buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 15px;
        width: 100%
      }

      .hide-token-confirmation__button {
        margin: 0 5px
      }

      .ens-input__wrapper,
      .ens-input,
      .send__select-recipient-wrapper__group-item,
      .send__select-recipient-wrapper__group-item--selected,
      .send__select-recipient-wrapper__list__link,
      .new-account-modal__footer {
        display: flex;
        flex-flow: row nowrap
      }

      .ens-input__wrapper--valid .ens-input__wrapper__input,
      .send__select-recipient-wrapper__group-item__content,
      .send__select-recipient-wrapper__group-item--selected__content,
      .send__select-recipient-wrapper__group,
      .send__select-recipient-wrapper__recent-group-wrapper,
      .send__select-recipient-wrapper,
      .new-account-modal__content {
        display: flex;
        flex-flow: column nowrap
      }

      .new-account-modal {
        display: flex;
        flex-flow: column nowrap;
        background-color: var(--color-background-default);
        border-radius: 10px;
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default)
      }

      .new-account-modal__content {
        padding: 1.5rem;
        border-bottom: 1px solid var(--color-border-muted)
      }

      .new-account-modal__content__header {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center
      }

      .new-account-modal__content__header-close {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-icon-default);
        background: none
      }

      .new-account-modal__input-label {
        color: var(--color-text-alternative);
        margin-top: 1.25rem
      }

      .new-account-modal__input {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        background: var(--color-background-default);
        border: 1px solid var(--color-border-muted);
        color: var(--color-text-default);
        box-sizing: border-box;
        border-radius: 8px;
        padding: .625rem .75rem;
        margin-top: .75rem
      }

      .new-account-modal__input::placeholder {
        color: var(--color-text-muted)
      }

      .new-account-modal__footer {
        padding: 1rem
      }

      [dir=ltr] .new-account-modal__footer button+button {
        margin-left: 1rem
      }

      [dir=rtl] .new-account-modal__footer button+button {
        margin-right: 1rem
      }

      .qr-scanner {
        width: 100%;
        height: 100%;
        background-color: var(--color-background-default);
        display: flex;
        flex-flow: column;
        border-radius: 8px
      }

      .qr-scanner__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        padding: 16px 0;
        text-align: center
      }

      .qr-scanner__content {
        padding-left: 20px;
        padding-right: 20px
      }

      .qr-scanner__content__video-wrapper {
        overflow: hidden;
        width: 100%;
        height: 275px;
        display: flex;
        align-items: center;
        justify-content: center
      }

      .qr-scanner__content__video-wrapper video {
        transform: scaleX(-1);
        width: auto;
        height: 275px
      }

      .qr-scanner__progress {
        width: 110px;
        height: 4px;
        border-radius: 2px;
        overflow: hidden;
        background-color: var(--color-border-muted);
        margin: 6px auto 0
      }

      .qr-scanner__progress:before {
        content: "";
        display: block;
        height: 100%;
        width: var(--progress);
        background-color: var(--color-primary-default)
      }

      .qr-scanner__status {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        padding: 15px
      }

      .qr-scanner__image {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        padding: 16px 0 0;
        text-align: center
      }

      .qr-scanner__error {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        padding: 15px
      }

      .qr-scanner__footer {
        padding: 20px;
        flex-direction: row;
        display: flex
      }

      [dir=ltr] .qr-scanner__footer button {
        margin-right: 15px
      }

      [dir=rtl] .qr-scanner__footer button {
        margin-left: 15px
      }

      .qr-scanner__footer button:last-of-type {
        background-color: var(--color-primary-default);
        border: none;
        color: var(--color-primary-inverse)
      }

      [dir=ltr] .qr-scanner__footer button:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .qr-scanner__footer button:last-of-type {
        margin-left: 0
      }

      .qr-scanner__close:after {
        content: "×";
        font-size: 35px;
        color: var(--color-icon-default);
        position: absolute;
        top: 4px;
        cursor: pointer;
        font-weight: 300
      }

      [dir=ltr] .qr-scanner__close:after {
        right: 20px
      }

      [dir=rtl] .qr-scanner__close:after {
        left: 20px
      }

      .transaction-confirmed__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        padding: 16px 0;
        text-align: center
      }

      .transaction-confirmed__description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center
      }

      .transaction-confirmed__content {
        overflow-y: auto;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px
      }

      .customize-nonce-modal {
        display: flex;
        flex-flow: column nowrap
      }

      [dir=ltr] .customize-nonce-modal {
        padding-left: 24px;
        padding-right: 18px
      }

      [dir=rtl] .customize-nonce-modal {
        padding-right: 24px;
        padding-left: 18px
      }

      .customize-nonce-modal__main-header {
        display: flex;
        align-items: center;
        padding-top: 24px
      }

      .customize-nonce-modal__main-title {
        flex: 1
      }

      .customize-nonce-modal__close {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-icon-default);
        background: none;
        flex: 0;
        align-self: flex-start
      }

      .customize-nonce-modal .customize-nonce-modal__link {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: inline
      }

      [dir=ltr] .customize-nonce-modal .customize-nonce-modal__link {
        padding-left: 5px
      }

      [dir=rtl] .customize-nonce-modal .customize-nonce-modal__link {
        padding-right: 5px
      }

      .customize-nonce-modal .customize-nonce-modal__reset {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .customize-nonce-modal__input input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%
      }

      .customize-nonce-modal-content {
        padding: 0
      }

      .customize-nonce-modal-container {
        height: 324px;
        width: 100%
      }

      .convert-token-to-nft-modal {
        display: flex;
        flex-flow: column nowrap
      }

      .eth-sign-modal {
        position: relative
      }

      .eth-sign-modal__close {
        position: absolute
      }

      [dir=ltr] .eth-sign-modal__close {
        right: 16px
      }

      [dir=rtl] .eth-sign-modal__close {
        left: 16px
      }

      .modal {
        z-index: 1050;
        position: fixed;
        width: 500px;
        top: 50%
      }

      [dir=ltr] .modal {
        transform: translate3d(-50%, -50%, 0);
        left: 50%
      }

      [dir=rtl] .modal {
        transform: translate3d(50%, -50%, 0);
        right: 50%
      }

      .modal__content {
        margin: 0;
        background-color: var(--color-background-default);
        animation-fill-mode: forwards
      }

      .modal__backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: var(--color-overlay-alterantive);
        animation-fill-mode: forwards;
        animation-duration: .3s
      }

      .modal>div:focus {
        outline: none !important
      }

      .home-notification-wrapper--show-all,
      .home-notification-wrapper--show-first {
        display: flex;
        flex-direction: column;
        width: 472px;
        position: absolute;
        bottom: 0;
        margin: 8px
      }

      [dir=ltr] .home-notification-wrapper--show-all,
      [dir=ltr] .home-notification-wrapper--show-first {
        right: 0
      }

      [dir=rtl] .home-notification-wrapper--show-all,
      [dir=rtl] .home-notification-wrapper--show-first {
        left: 0
      }

      @media screen and (max-width: 575px) {

        .home-notification-wrapper--show-all,
        .home-notification-wrapper--show-first {
          width: 340px
        }
      }

      .home-notification-wrapper--show-all .home-notification-wrapper__i-container,
      .home-notification-wrapper--show-first .home-notification-wrapper__i-container {
        position: relative;
        width: 100%;
        height: 100%
      }

      .home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm,
      .home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm {
        display: initial;
        position: absolute;
        bottom: 14px;
        color: var(--color-icon-muted);
        cursor: pointer;
        visibility: visible
      }

      [dir=ltr] .home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm,
      [dir=ltr] .home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm {
        left: 16px
      }

      [dir=rtl] .home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm,
      [dir=rtl] .home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm {
        right: 16px
      }

      .home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm:hover,
      .home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm:hover {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .home-notification-wrapper--show-all {
        justify-content: flex-end;
        margin-bottom: 0
      }

      .home-notification-wrapper--show-all .home-notification-wrapper__i-container {
        height: 0
      }

      .home-notification-wrapper--show-all>div {
        position: relative;
        margin-top: 8px
      }

      .home-notification-wrapper--show-all .fa-sm {
        margin-bottom: 8px
      }

      .home-notification-wrapper--show-first>div {
        position: fixed;
        bottom: 8px;
        visibility: hidden
      }

      [dir=ltr] .home-notification-wrapper--show-first>div {
        right: 8px
      }

      [dir=rtl] .home-notification-wrapper--show-first>div {
        left: 8px
      }

      .home-notification-wrapper--show-first.home-notification-wrapper--multichain>div {
        bottom: 88px
      }

      .home-notification-wrapper--show-first>div:first-of-type {
        visibility: visible
      }

      .home-notification-wrapper--show-first .fa-sm {
        position: relative;
        display: initial
      }

      [dir=ltr] .flipped {
        transform: rotate(180deg)
      }

      [dir=rtl] .flipped {
        transform: rotate(-180deg)
      }

      .network-display {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 10px;
        border-radius: 4px;
        min-height: 25px;
        -webkit-user-select: none;
        user-select: none
      }

      .network-display--disabled {
        cursor: not-allowed
      }

      .network-display.chip {
        margin: 0;
        max-width: 100%
      }

      .network-display .chip__label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      [dir=ltr] .network-display .chip__label {
        padding-left: 2px
      }

      [dir=rtl] .network-display .chip__label {
        padding-right: 2px
      }

      [dir=ltr] .network-display .chip__left-icon {
        padding-left: 8px
      }

      [dir=rtl] .network-display .chip__left-icon {
        padding-right: 8px
      }

      [dir=ltr] .network-display .chip__right-icon {
        margin-right: 4px
      }

      [dir=rtl] .network-display .chip__right-icon {
        margin-left: 4px
      }

      .network-display--clickable {
        cursor: pointer
      }

      .network-toggle-wrapper__overflow-container {
        overflow: hidden
      }

      .permission-page-container-footer {
        border-top: none !important
      }

      .permissions-connect-header {
        flex: 0;
        width: 100%
      }

      .permissions-connect-header__icon {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px
      }

      .permissions-connect-header__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: var(--color-text-default);
        font-weight: 700
      }

      .permissions-connect-header__subtitle {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: var(--color-text-default)
      }

      .permissions-connect-header__subtitle {
        margin-top: 4px
      }

      .permissions-connect-permission-list {
        width: 100%
      }

      .permissions-connect-permission-list .permission {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--color-border-muted);
        display: flex;
        flex-direction: row;
        align-items: center;
        color: var(--color-text-default)
      }

      .permissions-connect-permission-list .permission i {
        display: block;
        margin: 16px;
        min-width: 16px;
        min-height: 16px;
        color: var(--color-icon-alternative);
        font-size: 1rem;
        text-align: center
      }

      [dir=ltr] .permissions-connect-permission-list .permission .mm-avatar-icon {
        margin: 16px 16px 16px 0
      }

      [dir=rtl] .permissions-connect-permission-list .permission .mm-avatar-icon {
        margin: 16px 0 16px 16px
      }

      [dir=ltr] .permissions-connect-permission-list .permission__tooltip-icon {
        margin-left: auto !important;
        padding-left: 16px
      }

      [dir=rtl] .permissions-connect-permission-list .permission__tooltip-icon {
        margin-right: auto !important;
        padding-right: 16px
      }

      .permissions-connect-permission-list .permission__tooltip-icon i {
        color: var(--color-icon-muted)
      }

      .permissions-connect-permission-list .permission__tooltip-icon__warning i {
        color: var(--color-warning-default)
      }

      .permissions-connect-permission-list .permission-label-item,
      .tooltip-label-item {
        font-weight: 700
      }

      .permission-cell__title-revoked {
        text-decoration: line-through
      }

      .permission-cell__status__accounts-group-box {
        vertical-align: sub
      }

      .recovery-phrase-reminder__list {
        list-style: disc
      }

      [dir=ltr] .recovery-phrase-reminder__list {
        padding-left: 20px
      }

      [dir=rtl] .recovery-phrase-reminder__list {
        padding-right: 20px
      }

      .recovery-phrase-reminder__list li {
        margin-bottom: 5px
      }

      .progressbar {
        counter-reset: step;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
      }

      ul.two-steps {
        margin: 0 auto
      }

      .progressbar li {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        list-style-type: none;
        position: relative;
        text-align: center;
        color: var(--color-text-alternative);
        z-index: 2;
        align-items: center;
        display: flex;
        flex: 1;
        flex-direction: column
      }

      .progressbar li:before {
        width: 30px;
        height: 30px;
        content: counter(step);
        counter-increment: step;
        line-height: 30px;
        border: 2px solid var(--color-border-muted);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto 10px;
        border-radius: 50%;
        background-color: var(--color-background-default)
      }

      .progressbar li:after {
        width: calc(100% - 34px);
        height: 2px;
        content: "";
        position: absolute;
        background-color: var(--color-background-alternative);
        top: 15px
      }

      [dir=ltr] .progressbar li:after {
        left: calc(-50% + 17px)
      }

      [dir=rtl] .progressbar li:after {
        right: calc(-50% + 17px)
      }

      [dir=rtl] .progressbar li:after {
        width: calc(100% - 34px);
        height: 2px;
        content: "";
        position: absolute;
        background-color: var(--color-background-alternative)
      }

      .progressbar li:first-child:after {
        content: none
      }

      [dir=rtl] .progressbar li:first-child:after {
        content: none
      }

      .progressbar li.active,
      [dir=rtl] .progressbar li.active {
        color: var(--color-primary-default)
      }

      .progressbar li.active:before {
        border-color: var(--color-primary-default);
        z-index: 1
      }

      [dir=rtl] .progressbar li.active:before {
        border-color: var(--color-primary-default);
        z-index: 1
      }

      .progressbar li.complete+li:after {
        background-color: var(--color-primary-default);
        z-index: -1
      }

      [dir=rtl] .progressbar li.complete+li:after {
        background-color: var(--color-primary-default);
        z-index: -1
      }

      .progressbar li.complete:before {
        background-color: var(--color-primary-default);
        color: var(--color-primary-inverse)
      }

      [dir=rtl] .progressbar li.complete:before {
        background-color: var(--color-primary-default);
        color: var(--color-primary-inverse)
      }

      .progressbar li.two-steps:after {
        height: 2px;
        content: "";
        position: absolute;
        background-color: var(--color-background-alternative);
        top: 15px;
        z-index: -1
      }

      [dir=rtl] .progressbar li.two-steps:after {
        width: 180px;
        height: 2px;
        content: "";
        position: absolute;
        background-color: var(--color-background-alternative);
        z-index: -1
      }

      .selected-account {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1
      }

      .selected-account__tooltip-wrapper {
        width: 100%
      }

      .selected-account__name {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        font-weight: 500;
        color: var(--color-text-default);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        margin-bottom: 4px
      }

      .selected-account__address {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        display: flex;
        align-items: center
      }

      .selected-account__clickable {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 4px 0;
        padding: 6px 1px;
        border-radius: 10px;
        cursor: pointer;
        width: 100%;
        background-color: unset
      }

      .selected-account__clickable:hover,
      .selected-account__clickable:active {
        background-color: var(--color-background-default-hover)
      }

      .selected-account__copy {
        display: flex;
        margin-inline-start: 3px
      }

      .mm-smart-transactions-opt-in-modal__benefit {
        flex: 1
      }

      .mm-smart-transactions-opt-in-modal__icon {
        --size: 40px
      }

      .mm-smart-transactions-opt-in-modal__no-thanks-link {
        opacity: 75%
      }

      .mm-smart-transactions-opt-in-modal__no-thanks-link:hover {
        color: var(--color-text-alternative) !important;
        text-decoration: none !important
      }

      .mm-smart-transactions-opt-in-modal .mm-modal-content__dialog {
        background-image: url(/images/smart-transactions/smart-transactions-opt-in-background.svg);
        background-repeat: no-repeat
      }

      [dir=ltr] .mm-smart-transactions-opt-in-modal .mm-modal-content__dialog {
        background-position: -80px 16px
      }

      [dir=rtl] .mm-smart-transactions-opt-in-modal .mm-modal-content__dialog {
        background-position: right -80px top 16px
      }

      .import-srp__container {
        display: grid;
        grid-template-areas: "title dropdown""paste-tip paste-tip""input input""error error""too-many-words-error too-many-words-error"
      }

      @media screen and (max-width: 767px) {
        .import-srp__container {
          grid-template-areas: "title""dropdown""paste-tip""input""error""too-many-words-error"
        }
      }

      .import-srp__srp-label {
        grid-area: title;
        text-align: center
      }

      .import-srp__number-of-words-dropdown {
        grid-area: dropdown
      }

      .import-srp__paste-tip {
        grid-area: paste-tip;
        width: auto;
        margin: 24px auto
      }

      .import-srp__srp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-area: input
      }

      @media screen and (max-width: 767px) {
        .import-srp__srp {
          grid-template-columns: 1fr
        }
      }

      .import-srp__srp-word {
        display: flex;
        align-items: center;
        margin: 8px
      }

      .import-srp__srp-word-label {
        width: 2em
      }

      .import-srp__srp-error {
        margin-top: 4px;
        grid-area: error
      }

      .import-srp__srp-too-many-words-error {
        margin-top: 4px;
        grid-area: too-many-words-error
      }

      .snap-privacy-warning__content {
        max-height: 325px;
        overflow-y: auto
      }

      .snap-privacy-warning__content__terms-link {
        outline: none !important
      }

      .snap-privacy-warning__content__terms-link:focus {
        outline: none !important
      }

      .snap-privacy-warning__content__terms-link:focus-visible {
        outline: none !important
      }

      .snap-privacy-warning__content__scroll-button {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
        bottom: 0
      }

      .tab-bar {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
      }

      .tab-bar__tab {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        min-width: 0;
        flex: 0 0 auto;
        box-sizing: border-box;
        transition: opacity .2s ease-in-out;
        background-color: unset;
        text-align: start;
        position: relative
      }

      @media screen and (max-width: 575px) {
        .tab-bar__tab {
          font-size: 1.125rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400;
          opacity: 1
        }
      }

      .tab-bar__tab__selected-indicator {
        width: 4px;
        height: calc(100% - 8px);
        position: absolute;
        top: 4px
      }

      [dir=ltr] .tab-bar__tab__selected-indicator {
        left: 4px
      }

      [dir=rtl] .tab-bar__tab__selected-indicator {
        right: 4px
      }

      .tab-bar__tab__content {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%
      }

      .tab-bar__tab__content__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      @media screen and (min-width: 576px) {
        .tab-bar__tab__content__title {
          font-size: .875rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400
        }
      }

      .tab-bar__tab__content__description {
        display: none
      }

      @media screen and (max-width: 575px) {
        .tab-bar__tab__content__description {
          font-size: .875rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400;
          display: block;
          font-weight: 300;
          margin-top: 8px;
          min-height: 14px
        }
      }

      .tab-bar__tab__content__icon {
        display: flex;
        justify-content: center;
        margin-inline-end: 16px;
        flex: 0 0 18px
      }

      .tab-bar__tab__caret {
        display: none
      }

      @media screen and (max-width: 575px) {
        .tab-bar__tab__caret {
          display: block;
          margin-inline-start: auto;
          margin-inline-end: 8px
        }

        [dir=ltr] [dir=rtl] .tab-bar__tab__caret {
          transform: rotate(180deg)
        }

        [dir=rtl] [dir=rtl] .tab-bar__tab__caret {
          transform: rotate(-180deg)
        }
      }

      .tab-bar__tab--active {
        opacity: 1 !important
      }

      @media screen and (min-width: 576px) {
        .tab-bar__tab--active {
          background-color: var(--color-primary-muted)
        }
      }

      .tab-bar__grow-tab {
        flex-grow: 1
      }

      .token-cell--outdated .list-item__heading {
        color: var(--color-text-alternative)
      }

      .loading-span {
        display: flex;
        height: 250px;
        align-items: center;
        justify-content: center;
        padding: 32px
      }

      .token-list-item {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        cursor: pointer;
        padding: 8px
      }

      .token-list-item:hover {
        background-color: var(--color-background-hover)
      }

      [dir=ltr] .token-list-item__data {
        margin-left: 8px
      }

      [dir=rtl] .token-list-item__data {
        margin-right: 8px
      }

      .token-list-item__symbol {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .token-list-item__balance {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-flow: row nowrap
      }

      [dir=ltr] .token-list-item__balance__label {
        margin-right: 4px
      }

      [dir=rtl] .token-list-item__balance__label {
        margin-left: 4px
      }

      .transaction-activity-log__title {
        border-bottom: 1px solid var(--color-border-muted);
        padding-bottom: 4px;
        text-transform: capitalize
      }

      .transaction-activity-log__activities-container {
        padding-top: 8px
      }

      .transaction-activity-log__activity {
        padding: 4px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative
      }

      .transaction-activity-log__activity:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 7px
      }

      [dir=ltr] .transaction-activity-log__activity:after {
        left: 0;
        border-right: 1px solid var(--color-border-muted)
      }

      [dir=rtl] .transaction-activity-log__activity:after {
        right: 0;
        border-left: 1px solid var(--color-border-muted)
      }

      .transaction-activity-log__activity:first-child:after {
        height: 50%;
        top: 50%
      }

      .transaction-activity-log__activity:last-child:after {
        height: 50%
      }

      .transaction-activity-log__activity:first-child:last-child:after {
        display: none
      }

      .transaction-activity-log__activity-icon {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1
      }

      [dir=ltr] .transaction-activity-log__activity-icon {
        margin-right: 6px
      }

      [dir=rtl] .transaction-activity-log__activity-icon {
        margin-left: 6px
      }

      .transaction-activity-log__activity-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternate);
        cursor: pointer
      }

      .transaction-activity-log__activity-text:hover {
        color: var(--color-text-default)
      }

      .transaction-activity-log__value {
        display: inline;
        font-weight: 500
      }

      .transaction-activity-log__entry-container {
        min-width: 0
      }

      .transaction-activity-log__action-link {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
        color: var(--color-primary-default)
      }

      .transaction-breakdown-row {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        display: flex;
        justify-content: space-between;
        padding: 8px 0
      }

      .transaction-breakdown-row--with-bottom-border {
        border-bottom: 1px solid var(---color-border-muted)
      }

      .transaction-breakdown-row__title {
        min-width: 40%
      }

      [dir=ltr] .transaction-breakdown-row__title {
        padding-right: 8px
      }

      [dir=rtl] .transaction-breakdown-row__title {
        padding-left: 8px
      }

      .transaction-breakdown-row__value {
        min-width: 0;
        word-break: break-word
      }

      .transaction-breakdown__title {
        padding-bottom: 4px;
        padding-top: 8px;
        font-size: 14px;
        color: var(--color-text-default);
        font-weight: 700;
        text-transform: capitalize
      }

      .transaction-breakdown__row-title {
        text-transform: capitalize
      }

      .transaction-breakdown__value {
        display: flex;
        justify-content: flex-end;
        text-align: end;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .transaction-breakdown__value--eth-total,
      .transaction-breakdown__value--amount {
        font-weight: 700;
        color: var(--color-text-default)
      }

      .transaction-icon__grey-circle {
        height: 28px;
        width: 28px;
        border-radius: 14px;
        background: var(--color-background-alternative)
      }

      .transaction-list-item-details div.disclosure+div.disclosure {
        margin-top: 0
      }

      .transaction-list-item-details .sender-to-recipient--flat .sender-to-recipient__party.sender-to-recipient__party--sender {
        padding: 0;
        justify-content: flex-start
      }

      .transaction-list-item-details .sender-to-recipient--flat .sender-to-recipient__party.sender-to-recipient__party--recipient {
        padding: 0;
        justify-content: flex-end
      }

      .transaction-list-item-details__sender-to-recipient-header {
        display: flex;
        font-size: 14px;
        color: var(--color-text-default);
        font-weight: 700;
        padding-bottom: 7px
      }

      .transaction-list-item-details__sender-to-recipient-header>div:first-child {
        flex: 1
      }

      .transaction-list-item-details__tx-status {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 44px;
        justify-content: space-between
      }

      .transaction-list-item-details__tx-status>div:first-child {
        font-size: 14px;
        color: var(--color-text-default);
        font-weight: 700
      }

      .transaction-list-item-details__tx-status>div:last-child {
        font-weight: 700
      }

      .transaction-list-item-details__tx-hash {
        display: flex;
        flex-direction: column;
        align-items: flex-end
      }

      .transaction-list-item-details__tx-hash .btn-link {
        font-size: 12px;
        line-height: 100%;
        padding: 0
      }

      .transaction-list-item-details__tx-hash>div:first-child {
        padding-bottom: 16px
      }

      .transaction-list-item-details__operations {
        display: flex;
        justify-content: flex-end
      }

      [dir=ltr] .transaction-list-item-details__operations {
        margin: 0 0 16px 16px
      }

      [dir=rtl] .transaction-list-item-details__operations {
        margin: 0 16px 16px 0
      }

      .transaction-list-item-details__header {
        font-size: 12px;
        margin: 8px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center
      }

      .transaction-list-item-details__body {
        padding: 8px 16px
      }

      .transaction-list-item-details__header-buttons {
        display: flex;
        flex-direction: row
      }

      .transaction-list-item-details .transaction-list-item-details__header-button-rounded-button {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 8px;
        min-width: 75px
      }

      [dir=ltr] .transaction-list-item-details .transaction-list-item-details__header-button-rounded-button {
        margin-right: 8px
      }

      [dir=rtl] .transaction-list-item-details .transaction-list-item-details__header-button-rounded-button {
        margin-left: 8px
      }

      .transaction-list-item-details .transaction-list-item-details__header-button-tooltip-container {
        display: flex !important;
        height: 100%
      }

      [dir=ltr] .transaction-list-item-details .transaction-list-item-details__header-button:not(:last-child) {
        margin-right: 8px
      }

      [dir=rtl] .transaction-list-item-details .transaction-list-item-details__header-button:not(:last-child) {
        margin-left: 8px
      }

      .transaction-list-item-details__sender-to-recipient-container {
        margin-bottom: 8px
      }

      .transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party {
        border: none
      }

      [dir=ltr] .transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party--sender {
        padding-left: 0
      }

      [dir=rtl] .transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party--sender,
      [dir=ltr] .transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party--recipient {
        padding-right: 0
      }

      [dir=rtl] .transaction-list-item-details__sender-to-recipient-container .sender-to-recipient .sender-to-recipient__party--recipient {
        padding-left: 0
      }

      .transaction-list-item-details__cards-container {
        display: flex;
        flex-direction: column
      }

      .transaction-list-item-details__transaction-breakdown {
        flex: 1;
        min-width: 0
      }

      [dir=ltr] .transaction-list-item-details__transaction-breakdown {
        margin-right: 8px
      }

      [dir=rtl] .transaction-list-item-details__transaction-breakdown {
        margin-left: 8px
      }

      [dir] .transaction-list-item-details__transaction-breakdown {
        margin: 0 0 8px
      }

      .transaction-list-item-details__transaction-activity-log {
        flex: 2;
        min-width: 0
      }

      .transaction-list-item-details__transaction-activity-log .transaction-activity-log__activities-container {
        padding-top: 0
      }

      .transaction-list-item-details__transaction-activity-log .transaction-activity-log__title {
        display: none
      }

      .transaction-list-item {
        border-top: none
      }

      .transaction-list-item__primary-currency {
        color: var(--color-text-default);
        overflow: hidden;
        text-overflow: ellipsis
      }

      .transaction-list-item__secondary-currency {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 4px;
        color: var(--color-text-alternative)
      }

      .transaction-list-item .transaction-list-item--unconfirmed,
      .transaction-list-item--unconfirmed .transaction-list-item__primary-currency {
        color: var(--color-text-alternative)
      }

      .transaction-list-item__pending-actions {
        display: flex
      }

      .transaction-list-item__pending-actions .button {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 90px;
        white-space: nowrap
      }

      [dir=ltr] .transaction-list-item__pending-actions>.button:first-child {
        margin-right: 6px
      }

      [dir=rtl] .transaction-list-item__pending-actions>.button:first-child {
        margin-left: 6px
      }

      .transaction-list-item__pending-actions:empty {
        padding-top: 0
      }

      .transaction-list-item .list-item__subheading {
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis
      }

      .transaction-list-item .list-item__subheading>h3 {
        overflow: visible;
        display: flex;
        white-space: nowrap;
        text-overflow: initial
      }

      .transaction-list-item__address {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .transaction-list-item__icon-badge {
        position: absolute;
        top: 18px;
        transform: scale(.8)
      }

      [dir=ltr] .transaction-list-item__icon-badge {
        left: 18px
      }

      [dir=rtl] .transaction-list-item__icon-badge {
        right: 18px
      }

      .transaction-list,
      .transaction-list__completed-transactions {
        display: flex;
        flex-direction: column;
        flex: 1
      }

      .transaction-list__header {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        flex: 0 0 auto;
        color: var(--color-text-muted);
        border-bottom: 1px solid var(--color-border-muted)
      }

      [dir=ltr] .transaction-list__header {
        padding: 8px 0 8px 20px
      }

      [dir=rtl] .transaction-list__header {
        padding: 8px 20px 8px 0
      }

      @media screen and (max-width: 575px) {
        [dir=ltr] .transaction-list__header {
          padding: 8px 0 8px 16px
        }

        [dir=rtl] .transaction-list__header {
          padding: 8px 16px 8px 0
        }
      }

      .transaction-list__transactions {
        flex: 1
      }

      .transaction-list__pending-transactions {
        margin-bottom: 16px
      }

      .transaction-list__empty {
        flex: 1;
        display: grid;
        grid-template-rows: auto;
        padding-top: 24px
      }

      .transaction-list__empty-text {
        grid-row-start: 2;
        display: flex;
        justify-content: center;
        color: var(--color-text-muted)
      }

      .transaction-list__view-more {
        margin: 16px auto;
        max-width: 200px
      }

      .transaction-status-label {
        display: inline
      }

      .transaction-status-label--confirmed {
        color: var(--color-success-default)
      }

      .transaction-status-label--failed,
      .transaction-status-label--cancelled,
      .transaction-status-label--dropped,
      .transaction-status-label--rejected {
        color: var(--color-error-default)
      }

      .transaction-status-label--unapproved,
      .transaction-status-label--signing,
      .transaction-status-label--pending {
        color: var(--color-warning-default)
      }

      .transaction-status-label--queued {
        color: var(--color-text-alternative)
      }

      .wallet-overview {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        min-height: 209px;
        min-width: 0;
        padding-top: 10px;
        flex-direction: column;
        width: 100%
      }

      .wallet-overview__balance {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
      }

      .wallet-overview__buttons {
        display: flex;
        flex-direction: row;
        height: 68px;
        margin-bottom: 24px
      }

      .eth-overview__balance {
        display: flex;
        flex-direction: column;
        min-width: 0;
        position: relative;
        align-items: center;
        margin: 16px 0;
        padding: 0 16px;
        max-width: 326px
      }

      .eth-overview__primary-container {
        display: flex;
        max-width: inherit;
        justify-content: center;
        flex-wrap: wrap
      }

      .eth-overview__primary-balance {
        font-size: 2rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      [dir=ltr] .eth-overview__cached-star {
        margin-left: 4px
      }

      [dir=rtl] .eth-overview__cached-star {
        margin-right: 4px
      }

      .eth-overview__portfolio-button {
        height: inherit;
        padding-inline-start: 16px
      }

      .eth-overview__cached-balance,
      .eth-overview__cached-star {
        color: var(--color-warning-default)
      }

      .eth-overview__cached-secondary-balance {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-warning-muted)
      }

      .eth-overview__secondary-balance {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      [dir=ltr] .eth-overview__button:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .eth-overview__button:last-of-type {
        margin-left: 0
      }

      .eth-overview__circle {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        background: var(--color-primary-default);
        border-radius: 18px;
        margin-top: 6px
      }

      .token-overview__balance {
        display: flex;
        flex-direction: column;
        min-width: 0;
        position: relative;
        align-items: center;
        margin: 16px 0;
        padding: 0 16px;
        max-width: 326px
      }

      .token-overview__primary-container {
        display: flex;
        max-width: inherit;
        justify-content: center;
        flex-wrap: wrap
      }

      .token-overview__primary-balance {
        font-size: 2rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        width: 100%;
        justify-content: center
      }

      .token-overview__secondary-balance {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .token-overview__portfolio-button {
        height: inherit;
        padding-inline-start: 16px
      }

      [dir=ltr] .token-overview__button:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .token-overview__button:last-of-type {
        margin-left: 0
      }

      .whats-new-popup__notifications {
        display: flex;
        flex-direction: column
      }

      .whats-new-popup__notification,
      .whats-new-popup__first-notification {
        display: flex;
        flex-direction: column;
        margin: 0 16px 16px;
        border-bottom: 1px solid var(--color-border-muted);
        position: relative
      }

      .whats-new-popup__last-notification>*:nth-last-child(2) {
        margin-bottom: 0
      }

      .whats-new-popup__last-notification .whats-new-popup__intersection-observable {
        bottom: 8px
      }

      .whats-new-popup__notification:last-child {
        border-bottom: none
      }

      .whats-new-popup__notification-image {
        align-self: center;
        margin-bottom: 16px
      }

      .whats-new-popup__description-and-date {
        margin-bottom: 16px
      }

      .whats-new-popup__notification-date {
        color: var(--color-text-alternative)
      }

      [dir=ltr] .whats-new-popup__button {
        margin-right: auto
      }

      [dir=rtl] .whats-new-popup__button {
        margin-left: auto
      }

      .whats-new-popup__button,
      .whats-new-popup__link {
        margin-bottom: 24px
      }

      .whats-new-popup__link {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .whats-new-popup__intersection-observable {
        bottom: 22px;
        position: absolute;
        height: 1px;
        width: 100%
      }

      @media screen and (min-width: 576px) {
        .popover-wrap.whats-new-popup__popover {
          max-height: 750px;
          width: 500px
        }
      }

      @media screen and (max-width: 575px) {
        .popover-wrap.whats-new-popup__popover {
          max-height: 568px
        }
      }

      .popover-wrap.terms-of-use__popover .terms-of-use__terms-list {
        list-style: decimal none outside
      }

      .popover-wrap.terms-of-use__popover .terms-of-use__footer-text {
        align-self: center
      }

      .popover-wrap.terms-of-use__popover .popover-header__title {
        margin-bottom: 0
      }

      .popover-wrap.terms-of-use__popover .popover-footer {
        border-top: none
      }

      @media screen and (min-width: 576px) {
        .popover-wrap.terms-of-use__popover {
          max-height: 750px;
          width: 500px
        }
      }

      @media screen and (max-width: 575px) {
        .popover-wrap.terms-of-use__popover {
          max-height: 568px
        }
      }

      .loading-overlay__error-buttons button {
        margin: 5px;
        padding: 5px 30px
      }

      .currency-input__conversion-component {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .currency-input__conversion-component {
        padding-left: 1px
      }

      [dir=rtl] .currency-input__conversion-component {
        padding-right: 1px
      }

      .currency-input__swap-component {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-icon-default);
        cursor: pointer;
        background: none;
        border: none
      }

      .detected-token-aggregators .typography {
        display: inline
      }

      .detected-token-aggregators .detected-token-aggregators__link {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        display: inline
      }

      [dir=ltr] .detected-token-aggregators .detected-token-aggregators__link {
        margin-left: 4px
      }

      [dir=rtl] .detected-token-aggregators .detected-token-aggregators__link {
        margin-right: 4px
      }

      [dir=ltr] .detected-token-values__checkbox {
        margin-left: auto
      }

      [dir=rtl] .detected-token-values__checkbox {
        margin-right: auto
      }

      .detected-token-details__identicon {
        margin-top: 4px
      }

      .detected-token-details__data {
        flex-grow: 1
      }

      [dir=ltr] .detected-token-selection-popover__ignore-button {
        margin-right: 8px
      }

      [dir=rtl] .detected-token-selection-popover__ignore-button,
      [dir=ltr] .detected-token-selection-popover__import-button {
        margin-left: 8px
      }

      [dir=rtl] .detected-token-selection-popover__import-button {
        margin-right: 8px
      }

      .network-account-balance-header {
        border-top: 1px solid var(--color-border-muted);
        border-bottom: 1px solid var(--color-border-muted)
      }

      .network-account-balance-header__network-account__ident-icon-ethereum,
      .network-account-balance-header__network-account__ident-icon-ethereum--gray {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        border: 1px solid var(--color-background-default);
        background: var(--color-background-default);
        margin-inline-start: -10px;
        margin-top: -20px
      }

      .network-account-balance-header__network-account__ident-icon-ethereum>span,
      .network-account-balance-header__network-account__ident-icon-ethereum--gray>span {
        display: flex;
        justify-content: center;
        line-height: 18px
      }

      .network-account-balance-header__network-account__ident-icon-ethereum--gray {
        border: 1px solid var(--color-border-default)
      }

      .name {
        border-radius: 36px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        max-width: 100%
      }

      [dir=ltr] .name {
        padding: 1px 8px 1px 4px
      }

      [dir=rtl] .name {
        padding: 1px 4px 1px 8px
      }

      .name__missing {
        background-color: var(--color-background-alternative)
      }

      .name__missing .name__value {
        color: var(--color-text-default)
      }

      .name__saved {
        background-color: var(--color-info-muted)
      }

      .name__saved .name__name {
        color: var(--color-info-default)
      }

      .name__recognized_unsaved {
        background-color: var(--color-background-alternative)
      }

      .name__recognized_unsaved .name__name,
      .name__missing .name__icon {
        color: var(--color-text-default)
      }

      .name__saved .name__icon {
        color: var(--color-info-default)
      }

      .name__value,
      .name__name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .name-details__display-name {
        width: 100%;
        margin-bottom: 16px
      }

      [dir=ltr] .name-details__address .mm-text-field {
        padding-right: 5px
      }

      [dir=rtl] .name-details__address .mm-text-field {
        padding-left: 5px
      }

      .name-details__modal-body {
        overflow-y: visible
      }

      .interactive-replacement-token-notification {
        height: 24px
      }

      @media screen and (min-width: 576px) {
        .interactive-replacement-token-notification {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .interactive-replacement-token-notification {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .interactive-replacement-token-notification {
          width: 62vw
        }
      }

      .confirm-action-jwt__jwt {
        border: 1px solid var(--color-border-muted)
      }

      .confirm-action-jwt__show-more {
        cursor: pointer
      }

      .confirm-action-jwt__accounts-list {
        overflow: hidden
      }

      [dir=ltr] .confirm-action-jwt__accounts-list {
        margin-left: -5%
      }

      [dir=rtl] .confirm-action-jwt__accounts-list {
        margin-right: -5%
      }

      .custody-confirm-link__description {
        border-bottom: 1px solid var(--brand-colors-grey-grey200)
      }

      .custody-confirm-link__img {
        margin: 0 20px;
        display: block;
        padding: 20px 0;
        width: 45px;
        text-align: center
      }

      .custody-confirm-link__btn {
        width: 300px !important;
        margin: 20px auto
      }

      .transaction-failed__description {
        border: 1px solid var(--color-border-muted);
        max-width: 100%;
        overflow-wrap: anywhere
      }

      .snap-insight {
        word-wrap: break-word
      }

      .snap-insight__container {
        padding: 16px
      }

      .account-mismatch-warning__tooltip-container-icon {
        display: flex;
        align-items: center
      }

      .choose-account-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: auto
      }

      .choose-account-list__header--one-item,
      .choose-account-list__header--multiple-items {
        display: flex;
        flex: 0;
        width: 100%;
        padding-inline-start: 16px;
        padding-inline-end: 17px
      }

      .choose-account-list__header--one-item {
        justify-content: flex-end
      }

      .choose-account-list__header--multiple-items {
        justify-content: space-between
      }

      .choose-account-list__select-all {
        display: flex;
        align-items: center
      }

      [dir=ltr] .choose-account-list__header-check-box {
        margin-right: 16px
      }

      [dir=rtl] .choose-account-list__header-check-box {
        margin-left: 16px
      }

      .choose-account-list__wrapper {
        margin-top: 8px;
        display: flex;
        overflow: hidden;
        width: 100%
      }

      .choose-account-list__list {
        flex: 2 1 0;
        width: 100%;
        max-height: max-content;
        border: 1px solid var(--color-border-muted);
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 8px;
        overflow-y: auto
      }

      .choose-account-list__account {
        display: flex;
        align-items: center;
        padding: 16px;
        border-bottom: 1px solid var(--color-border-muted);
        justify-content: space-between
      }

      .choose-account-list__account:last-of-type {
        border-bottom: none
      }

      .choose-account-list__account:hover {
        background: var(--color-primary-muted);
        cursor: pointer
      }

      .choose-account-list__account__info {
        display: flex;
        flex-direction: column;
        margin-inline-start: 16px;
        min-width: 0
      }

      .choose-account-list__account__last-connected {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        color: var(--color-primary-default)
      }

      .choose-account-list__account-info-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-width: 0
      }

      .choose-account-list__list-check-box {
        margin-inline-end: 16px
      }

      .choose-account-list__list-check-box i {
        font-size: .8rem
      }

      .choose-account-list .info-circle {
        cursor: pointer
      }

      .choose-account-list .info-circle:hover {
        color: var(--color-icon-default)
      }

      .actionable-message {
        color: var(--color-text-default);
        background-color: var(--color-background-default);
        border: 1px solid var(--color-info-default);
        border-radius: 8px;
        padding: 16px;
        margin-top: 18px;
        display: flex;
        flex-flow: column;
        align-items: center;
        position: relative;
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .actionable-message * {
        z-index: 1
      }

      .actionable-message:before {
        content: "";
        position: absolute;
        border-radius: 8px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: var(--color-info-muted)
      }

      .actionable-message--with-icon {
        padding-inline-start: 32px
      }

      .actionable-message--with-icon.actionable-message--warning {
        justify-content: normal
      }

      [dir=ltr] .actionable-message--with-icon.actionable-message--with-right-button {
        padding-left: 32px
      }

      [dir=rtl] .actionable-message--with-icon.actionable-message--with-right-button {
        padding-right: 32px
      }

      .actionable-message svg {
        width: 16px;
        height: 16px;
        position: absolute
      }

      [dir=ltr] .actionable-message svg {
        left: 8px
      }

      [dir=rtl] .actionable-message svg {
        right: 8px
      }

      .actionable-message__message {
        color: var(--color-text-default);
        text-align: center;
        width: 100%
      }

      .actionable-message__actions {
        display: flex;
        width: 80%;
        justify-content: flex-end;
        align-items: center;
        margin-top: 10px;
        color: var(--color-primary-default)
      }

      .actionable-message__actions--single {
        width: 100%
      }

      .actionable-message__action {
        font-weight: 700
      }

      .actionable-message__action--rounded {
        border-radius: 8px
      }

      .actionable-message__action-v2 {
        color: var(--color-primary-default);
        background: none;
        border: none;
        font-size: 12px;
        align-self: baseline;
        padding: 0;
        margin-top: 12px
      }

      .actionable-message__info-tooltip-wrapper {
        position: absolute;
        top: 8px
      }

      [dir=ltr] .actionable-message__info-tooltip-wrapper {
        right: 4px
      }

      [dir=rtl] .actionable-message__info-tooltip-wrapper {
        left: 4px
      }

      .actionable-message--warning {
        border: 1px solid var(--color-warning-default);
        justify-content: center
      }

      .actionable-message--warning:before {
        background: var(--color-warning-muted)
      }

      .actionable-message--warning .actionable-message__action--secondary {
        text-decoration: underline
      }

      .actionable-message--warning .actionable-message__actions button {
        background: var(--color-warning-default);
        color: var(--color-warning-inverse)
      }

      .actionable-message--danger {
        border: 1px solid var(--color-error-default);
        justify-content: flex-start
      }

      .actionable-message--danger:before {
        background: var(--color-error-muted)
      }

      [dir=ltr] .actionable-message--danger .actionable-message__message {
        text-align: left
      }

      [dir=rtl] .actionable-message--danger .actionable-message__message {
        text-align: right
      }

      .actionable-message--danger .actionable-message__actions button {
        background: var(--color-error-default);
        color: var(--color-error-inverse)
      }

      .actionable-message--success {
        border: 1px solid var(--color-success-default)
      }

      .actionable-message--success:before {
        background: var(--color-success-muted)
      }

      .actionable-message--success .actionable-message__actions button {
        background: var(--color-success-default);
        color: var(--color-success-inverse)
      }

      [dir=ltr] .actionable-message--left-aligned .actionable-message__message,
      [dir=ltr] .actionable-message--left-aligned .actionable-message__actions {
        text-align: left
      }

      [dir=rtl] .actionable-message--left-aligned .actionable-message__message,
      [dir=rtl] .actionable-message--left-aligned .actionable-message__actions {
        text-align: right
      }

      .actionable-message--with-right-button {
        padding: 12px
      }

      .actionable-message--with-right-button .actionable-message__message {
        justify-content: flex-start;
        width: 100%
      }

      [dir=ltr] .actionable-message--with-right-button .actionable-message__message {
        text-align: left
      }

      [dir=rtl] .actionable-message--with-right-button .actionable-message__message {
        text-align: right
      }

      .actionable-message--with-right-button .actionable-message__actions {
        justify-content: flex-end;
        width: 100%
      }

      .actionable-message--with-right-button .actionable-message__action {
        border-radius: 42px;
        min-width: 72px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .actionable-message--warning.actionable-message--with-right-button .actionable-message__action:before {
        background: var(--color-warning-muted)
      }

      .global-alert {
        position: relative;
        width: 100%;
        background-color: var(--color-primary-default)
      }

      .global-alert .msg {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        display: block;
        color: var(--color-primary-inverse);
        text-align: center
      }

      .global-alert.hidden {
        animation: alertHidden .5s ease forwards
      }

      .global-alert.visible {
        animation: alert .5s ease forwards
      }

      @keyframes alert {
        0% {
          opacity: 0;
          top: -50px;
          padding: 0;
          line-height: 12px
        }

        50% {
          opacity: 1
        }

        to {
          top: 0;
          padding: 8px;
          line-height: 12px
        }
      }

      @keyframes alertHidden {
        0% {
          top: 0;
          opacity: 1;
          padding: 8px;
          line-height: 12px
        }

        to {
          opacity: 0;
          top: -50px;
          padding: 0;
          line-height: 0
        }
      }

      .box--padding-0 {
        padding: 0
      }

      .box--padding-1 {
        padding: 4px
      }

      .box--padding-2 {
        padding: 8px
      }

      .box--padding-3 {
        padding: 12px
      }

      .box--padding-4 {
        padding: 16px
      }

      .box--padding-5 {
        padding: 20px
      }

      .box--padding-6 {
        padding: 24px
      }

      .box--padding-7 {
        padding: 28px
      }

      .box--padding-8 {
        padding: 32px
      }

      .box--padding-9 {
        padding: 36px
      }

      .box--padding-10 {
        padding: 40px
      }

      .box--padding-11 {
        padding: 44px
      }

      .box--padding-12 {
        padding: 48px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-0 {
          padding: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-1 {
          padding: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-2 {
          padding: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-3 {
          padding: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-4 {
          padding: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-5 {
          padding: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-6 {
          padding: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-7 {
          padding: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-8 {
          padding: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-9 {
          padding: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-10 {
          padding: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-11 {
          padding: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-12 {
          padding: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-0 {
          padding: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-1 {
          padding: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-2 {
          padding: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-3 {
          padding: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-4 {
          padding: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-5 {
          padding: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-6 {
          padding: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-7 {
          padding: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-8 {
          padding: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-9 {
          padding: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-10 {
          padding: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-11 {
          padding: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-12 {
          padding: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-0 {
          padding: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-1 {
          padding: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-2 {
          padding: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-3 {
          padding: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-4 {
          padding: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-5 {
          padding: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-6 {
          padding: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-7 {
          padding: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-8 {
          padding: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-9 {
          padding: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-10 {
          padding: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-11 {
          padding: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-12 {
          padding: 48px
        }
      }

      .box--padding-top-0 {
        padding-top: 0
      }

      [dir=ltr] .box--padding-right-0 {
        padding-right: 0
      }

      [dir=rtl] .box--padding-right-0 {
        padding-left: 0
      }

      .box--padding-bottom-0 {
        padding-bottom: 0
      }

      [dir=ltr] .box--padding-left-0 {
        padding-left: 0
      }

      [dir=rtl] .box--padding-left-0 {
        padding-right: 0
      }

      .box--padding-inline-0 {
        padding-inline: 0px
      }

      .box--padding-inline-start-0 {
        padding-inline-start: 0px
      }

      .box--padding-inline-end-0 {
        padding-inline-end: 0px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-0 {
          padding-top: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-0 {
          padding-right: 0
        }

        [dir=rtl] .box--sm\:padding-right-0 {
          padding-left: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-0 {
          padding-bottom: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-0 {
          padding-left: 0
        }

        [dir=rtl] .box--sm\:padding-left-0 {
          padding-right: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-0 {
          padding-inline: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-0 {
          padding-inline-start: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-0 {
          padding-inline-end: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-0 {
          padding-top: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-0 {
          padding-right: 0
        }

        [dir=rtl] .box--md\:padding-right-0 {
          padding-left: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-0 {
          padding-bottom: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-0 {
          padding-left: 0
        }

        [dir=rtl] .box--md\:padding-left-0 {
          padding-right: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-0 {
          padding-inline: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-0 {
          padding-inline-start: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-0 {
          padding-inline-end: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-0 {
          padding-top: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-0 {
          padding-right: 0
        }

        [dir=rtl] .box--lg\:padding-right-0 {
          padding-left: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-0 {
          padding-bottom: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-0 {
          padding-left: 0
        }

        [dir=rtl] .box--lg\:padding-left-0 {
          padding-right: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-0 {
          padding-inline: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-0 {
          padding-inline-start: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-0 {
          padding-inline-end: 0px
        }
      }

      .box--padding-top-1 {
        padding-top: 4px
      }

      [dir=ltr] .box--padding-right-1 {
        padding-right: 4px
      }

      [dir=rtl] .box--padding-right-1 {
        padding-left: 4px
      }

      .box--padding-bottom-1 {
        padding-bottom: 4px
      }

      [dir=ltr] .box--padding-left-1 {
        padding-left: 4px
      }

      [dir=rtl] .box--padding-left-1 {
        padding-right: 4px
      }

      .box--padding-inline-1 {
        padding-inline: 4px
      }

      .box--padding-inline-start-1 {
        padding-inline-start: 4px
      }

      .box--padding-inline-end-1 {
        padding-inline-end: 4px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-1 {
          padding-top: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-1 {
          padding-right: 4px
        }

        [dir=rtl] .box--sm\:padding-right-1 {
          padding-left: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-1 {
          padding-bottom: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-1 {
          padding-left: 4px
        }

        [dir=rtl] .box--sm\:padding-left-1 {
          padding-right: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-1 {
          padding-inline: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-1 {
          padding-inline-start: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-1 {
          padding-inline-end: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-1 {
          padding-top: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-1 {
          padding-right: 4px
        }

        [dir=rtl] .box--md\:padding-right-1 {
          padding-left: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-1 {
          padding-bottom: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-1 {
          padding-left: 4px
        }

        [dir=rtl] .box--md\:padding-left-1 {
          padding-right: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-1 {
          padding-inline: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-1 {
          padding-inline-start: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-1 {
          padding-inline-end: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-1 {
          padding-top: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-1 {
          padding-right: 4px
        }

        [dir=rtl] .box--lg\:padding-right-1 {
          padding-left: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-1 {
          padding-bottom: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-1 {
          padding-left: 4px
        }

        [dir=rtl] .box--lg\:padding-left-1 {
          padding-right: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-1 {
          padding-inline: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-1 {
          padding-inline-start: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-1 {
          padding-inline-end: 4px
        }
      }

      .box--padding-top-2 {
        padding-top: 8px
      }

      [dir=ltr] .box--padding-right-2 {
        padding-right: 8px
      }

      [dir=rtl] .box--padding-right-2 {
        padding-left: 8px
      }

      .box--padding-bottom-2 {
        padding-bottom: 8px
      }

      [dir=ltr] .box--padding-left-2 {
        padding-left: 8px
      }

      [dir=rtl] .box--padding-left-2 {
        padding-right: 8px
      }

      .box--padding-inline-2 {
        padding-inline: 8px
      }

      .box--padding-inline-start-2 {
        padding-inline-start: 8px
      }

      .box--padding-inline-end-2 {
        padding-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-2 {
          padding-top: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-2 {
          padding-right: 8px
        }

        [dir=rtl] .box--sm\:padding-right-2 {
          padding-left: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-2 {
          padding-bottom: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-2 {
          padding-left: 8px
        }

        [dir=rtl] .box--sm\:padding-left-2 {
          padding-right: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-2 {
          padding-inline: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-2 {
          padding-inline-start: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-2 {
          padding-inline-end: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-2 {
          padding-top: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-2 {
          padding-right: 8px
        }

        [dir=rtl] .box--md\:padding-right-2 {
          padding-left: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-2 {
          padding-bottom: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-2 {
          padding-left: 8px
        }

        [dir=rtl] .box--md\:padding-left-2 {
          padding-right: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-2 {
          padding-inline: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-2 {
          padding-inline-start: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-2 {
          padding-inline-end: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-2 {
          padding-top: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-2 {
          padding-right: 8px
        }

        [dir=rtl] .box--lg\:padding-right-2 {
          padding-left: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-2 {
          padding-bottom: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-2 {
          padding-left: 8px
        }

        [dir=rtl] .box--lg\:padding-left-2 {
          padding-right: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-2 {
          padding-inline: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-2 {
          padding-inline-start: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-2 {
          padding-inline-end: 8px
        }
      }

      .box--padding-top-3 {
        padding-top: 12px
      }

      [dir=ltr] .box--padding-right-3 {
        padding-right: 12px
      }

      [dir=rtl] .box--padding-right-3 {
        padding-left: 12px
      }

      .box--padding-bottom-3 {
        padding-bottom: 12px
      }

      [dir=ltr] .box--padding-left-3 {
        padding-left: 12px
      }

      [dir=rtl] .box--padding-left-3 {
        padding-right: 12px
      }

      .box--padding-inline-3 {
        padding-inline: 12px
      }

      .box--padding-inline-start-3 {
        padding-inline-start: 12px
      }

      .box--padding-inline-end-3 {
        padding-inline-end: 12px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-3 {
          padding-top: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-3 {
          padding-right: 12px
        }

        [dir=rtl] .box--sm\:padding-right-3 {
          padding-left: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-3 {
          padding-bottom: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-3 {
          padding-left: 12px
        }

        [dir=rtl] .box--sm\:padding-left-3 {
          padding-right: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-3 {
          padding-inline: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-3 {
          padding-inline-start: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-3 {
          padding-inline-end: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-3 {
          padding-top: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-3 {
          padding-right: 12px
        }

        [dir=rtl] .box--md\:padding-right-3 {
          padding-left: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-3 {
          padding-bottom: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-3 {
          padding-left: 12px
        }

        [dir=rtl] .box--md\:padding-left-3 {
          padding-right: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-3 {
          padding-inline: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-3 {
          padding-inline-start: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-3 {
          padding-inline-end: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-3 {
          padding-top: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-3 {
          padding-right: 12px
        }

        [dir=rtl] .box--lg\:padding-right-3 {
          padding-left: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-3 {
          padding-bottom: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-3 {
          padding-left: 12px
        }

        [dir=rtl] .box--lg\:padding-left-3 {
          padding-right: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-3 {
          padding-inline: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-3 {
          padding-inline-start: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-3 {
          padding-inline-end: 12px
        }
      }

      .box--padding-top-4 {
        padding-top: 16px
      }

      [dir=ltr] .box--padding-right-4 {
        padding-right: 16px
      }

      [dir=rtl] .box--padding-right-4 {
        padding-left: 16px
      }

      .box--padding-bottom-4 {
        padding-bottom: 16px
      }

      [dir=ltr] .box--padding-left-4 {
        padding-left: 16px
      }

      [dir=rtl] .box--padding-left-4 {
        padding-right: 16px
      }

      .box--padding-inline-4 {
        padding-inline: 16px
      }

      .box--padding-inline-start-4 {
        padding-inline-start: 16px
      }

      .box--padding-inline-end-4 {
        padding-inline-end: 16px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-4 {
          padding-top: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-4 {
          padding-right: 16px
        }

        [dir=rtl] .box--sm\:padding-right-4 {
          padding-left: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-4 {
          padding-bottom: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-4 {
          padding-left: 16px
        }

        [dir=rtl] .box--sm\:padding-left-4 {
          padding-right: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-4 {
          padding-inline: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-4 {
          padding-inline-start: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-4 {
          padding-inline-end: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-4 {
          padding-top: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-4 {
          padding-right: 16px
        }

        [dir=rtl] .box--md\:padding-right-4 {
          padding-left: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-4 {
          padding-bottom: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-4 {
          padding-left: 16px
        }

        [dir=rtl] .box--md\:padding-left-4 {
          padding-right: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-4 {
          padding-inline: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-4 {
          padding-inline-start: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-4 {
          padding-inline-end: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-4 {
          padding-top: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-4 {
          padding-right: 16px
        }

        [dir=rtl] .box--lg\:padding-right-4 {
          padding-left: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-4 {
          padding-bottom: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-4 {
          padding-left: 16px
        }

        [dir=rtl] .box--lg\:padding-left-4 {
          padding-right: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-4 {
          padding-inline: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-4 {
          padding-inline-start: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-4 {
          padding-inline-end: 16px
        }
      }

      .box--padding-top-5 {
        padding-top: 20px
      }

      [dir=ltr] .box--padding-right-5 {
        padding-right: 20px
      }

      [dir=rtl] .box--padding-right-5 {
        padding-left: 20px
      }

      .box--padding-bottom-5 {
        padding-bottom: 20px
      }

      [dir=ltr] .box--padding-left-5 {
        padding-left: 20px
      }

      [dir=rtl] .box--padding-left-5 {
        padding-right: 20px
      }

      .box--padding-inline-5 {
        padding-inline: 20px
      }

      .box--padding-inline-start-5 {
        padding-inline-start: 20px
      }

      .box--padding-inline-end-5 {
        padding-inline-end: 20px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-5 {
          padding-top: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-5 {
          padding-right: 20px
        }

        [dir=rtl] .box--sm\:padding-right-5 {
          padding-left: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-5 {
          padding-bottom: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-5 {
          padding-left: 20px
        }

        [dir=rtl] .box--sm\:padding-left-5 {
          padding-right: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-5 {
          padding-inline: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-5 {
          padding-inline-start: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-5 {
          padding-inline-end: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-5 {
          padding-top: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-5 {
          padding-right: 20px
        }

        [dir=rtl] .box--md\:padding-right-5 {
          padding-left: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-5 {
          padding-bottom: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-5 {
          padding-left: 20px
        }

        [dir=rtl] .box--md\:padding-left-5 {
          padding-right: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-5 {
          padding-inline: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-5 {
          padding-inline-start: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-5 {
          padding-inline-end: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-5 {
          padding-top: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-5 {
          padding-right: 20px
        }

        [dir=rtl] .box--lg\:padding-right-5 {
          padding-left: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-5 {
          padding-bottom: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-5 {
          padding-left: 20px
        }

        [dir=rtl] .box--lg\:padding-left-5 {
          padding-right: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-5 {
          padding-inline: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-5 {
          padding-inline-start: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-5 {
          padding-inline-end: 20px
        }
      }

      .box--padding-top-6 {
        padding-top: 24px
      }

      [dir=ltr] .box--padding-right-6 {
        padding-right: 24px
      }

      [dir=rtl] .box--padding-right-6 {
        padding-left: 24px
      }

      .box--padding-bottom-6 {
        padding-bottom: 24px
      }

      [dir=ltr] .box--padding-left-6 {
        padding-left: 24px
      }

      [dir=rtl] .box--padding-left-6 {
        padding-right: 24px
      }

      .box--padding-inline-6 {
        padding-inline: 24px
      }

      .box--padding-inline-start-6 {
        padding-inline-start: 24px
      }

      .box--padding-inline-end-6 {
        padding-inline-end: 24px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-6 {
          padding-top: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-6 {
          padding-right: 24px
        }

        [dir=rtl] .box--sm\:padding-right-6 {
          padding-left: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-6 {
          padding-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-6 {
          padding-left: 24px
        }

        [dir=rtl] .box--sm\:padding-left-6 {
          padding-right: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-6 {
          padding-inline: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-6 {
          padding-inline-start: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-6 {
          padding-inline-end: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-6 {
          padding-top: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-6 {
          padding-right: 24px
        }

        [dir=rtl] .box--md\:padding-right-6 {
          padding-left: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-6 {
          padding-bottom: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-6 {
          padding-left: 24px
        }

        [dir=rtl] .box--md\:padding-left-6 {
          padding-right: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-6 {
          padding-inline: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-6 {
          padding-inline-start: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-6 {
          padding-inline-end: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-6 {
          padding-top: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-6 {
          padding-right: 24px
        }

        [dir=rtl] .box--lg\:padding-right-6 {
          padding-left: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-6 {
          padding-bottom: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-6 {
          padding-left: 24px
        }

        [dir=rtl] .box--lg\:padding-left-6 {
          padding-right: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-6 {
          padding-inline: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-6 {
          padding-inline-start: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-6 {
          padding-inline-end: 24px
        }
      }

      .box--padding-top-7 {
        padding-top: 28px
      }

      [dir=ltr] .box--padding-right-7 {
        padding-right: 28px
      }

      [dir=rtl] .box--padding-right-7 {
        padding-left: 28px
      }

      .box--padding-bottom-7 {
        padding-bottom: 28px
      }

      [dir=ltr] .box--padding-left-7 {
        padding-left: 28px
      }

      [dir=rtl] .box--padding-left-7 {
        padding-right: 28px
      }

      .box--padding-inline-7 {
        padding-inline: 28px
      }

      .box--padding-inline-start-7 {
        padding-inline-start: 28px
      }

      .box--padding-inline-end-7 {
        padding-inline-end: 28px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-7 {
          padding-top: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-7 {
          padding-right: 28px
        }

        [dir=rtl] .box--sm\:padding-right-7 {
          padding-left: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-7 {
          padding-bottom: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-7 {
          padding-left: 28px
        }

        [dir=rtl] .box--sm\:padding-left-7 {
          padding-right: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-7 {
          padding-inline: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-7 {
          padding-inline-start: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-7 {
          padding-inline-end: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-7 {
          padding-top: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-7 {
          padding-right: 28px
        }

        [dir=rtl] .box--md\:padding-right-7 {
          padding-left: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-7 {
          padding-bottom: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-7 {
          padding-left: 28px
        }

        [dir=rtl] .box--md\:padding-left-7 {
          padding-right: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-7 {
          padding-inline: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-7 {
          padding-inline-start: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-7 {
          padding-inline-end: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-7 {
          padding-top: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-7 {
          padding-right: 28px
        }

        [dir=rtl] .box--lg\:padding-right-7 {
          padding-left: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-7 {
          padding-bottom: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-7 {
          padding-left: 28px
        }

        [dir=rtl] .box--lg\:padding-left-7 {
          padding-right: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-7 {
          padding-inline: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-7 {
          padding-inline-start: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-7 {
          padding-inline-end: 28px
        }
      }

      .box--padding-top-8 {
        padding-top: 32px
      }

      [dir=ltr] .box--padding-right-8 {
        padding-right: 32px
      }

      [dir=rtl] .box--padding-right-8 {
        padding-left: 32px
      }

      .box--padding-bottom-8 {
        padding-bottom: 32px
      }

      [dir=ltr] .box--padding-left-8 {
        padding-left: 32px
      }

      [dir=rtl] .box--padding-left-8 {
        padding-right: 32px
      }

      .box--padding-inline-8 {
        padding-inline: 32px
      }

      .box--padding-inline-start-8 {
        padding-inline-start: 32px
      }

      .box--padding-inline-end-8 {
        padding-inline-end: 32px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-8 {
          padding-top: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-8 {
          padding-right: 32px
        }

        [dir=rtl] .box--sm\:padding-right-8 {
          padding-left: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-8 {
          padding-bottom: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-8 {
          padding-left: 32px
        }

        [dir=rtl] .box--sm\:padding-left-8 {
          padding-right: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-8 {
          padding-inline: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-8 {
          padding-inline-start: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-8 {
          padding-inline-end: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-8 {
          padding-top: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-8 {
          padding-right: 32px
        }

        [dir=rtl] .box--md\:padding-right-8 {
          padding-left: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-8 {
          padding-bottom: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-8 {
          padding-left: 32px
        }

        [dir=rtl] .box--md\:padding-left-8 {
          padding-right: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-8 {
          padding-inline: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-8 {
          padding-inline-start: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-8 {
          padding-inline-end: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-8 {
          padding-top: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-8 {
          padding-right: 32px
        }

        [dir=rtl] .box--lg\:padding-right-8 {
          padding-left: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-8 {
          padding-bottom: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-8 {
          padding-left: 32px
        }

        [dir=rtl] .box--lg\:padding-left-8 {
          padding-right: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-8 {
          padding-inline: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-8 {
          padding-inline-start: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-8 {
          padding-inline-end: 32px
        }
      }

      .box--padding-top-9 {
        padding-top: 36px
      }

      [dir=ltr] .box--padding-right-9 {
        padding-right: 36px
      }

      [dir=rtl] .box--padding-right-9 {
        padding-left: 36px
      }

      .box--padding-bottom-9 {
        padding-bottom: 36px
      }

      [dir=ltr] .box--padding-left-9 {
        padding-left: 36px
      }

      [dir=rtl] .box--padding-left-9 {
        padding-right: 36px
      }

      .box--padding-inline-9 {
        padding-inline: 36px
      }

      .box--padding-inline-start-9 {
        padding-inline-start: 36px
      }

      .box--padding-inline-end-9 {
        padding-inline-end: 36px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-9 {
          padding-top: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-9 {
          padding-right: 36px
        }

        [dir=rtl] .box--sm\:padding-right-9 {
          padding-left: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-9 {
          padding-bottom: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-9 {
          padding-left: 36px
        }

        [dir=rtl] .box--sm\:padding-left-9 {
          padding-right: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-9 {
          padding-inline: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-9 {
          padding-inline-start: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-9 {
          padding-inline-end: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-9 {
          padding-top: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-9 {
          padding-right: 36px
        }

        [dir=rtl] .box--md\:padding-right-9 {
          padding-left: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-9 {
          padding-bottom: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-9 {
          padding-left: 36px
        }

        [dir=rtl] .box--md\:padding-left-9 {
          padding-right: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-9 {
          padding-inline: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-9 {
          padding-inline-start: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-9 {
          padding-inline-end: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-9 {
          padding-top: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-9 {
          padding-right: 36px
        }

        [dir=rtl] .box--lg\:padding-right-9 {
          padding-left: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-9 {
          padding-bottom: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-9 {
          padding-left: 36px
        }

        [dir=rtl] .box--lg\:padding-left-9 {
          padding-right: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-9 {
          padding-inline: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-9 {
          padding-inline-start: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-9 {
          padding-inline-end: 36px
        }
      }

      .box--padding-top-10 {
        padding-top: 40px
      }

      [dir=ltr] .box--padding-right-10 {
        padding-right: 40px
      }

      [dir=rtl] .box--padding-right-10 {
        padding-left: 40px
      }

      .box--padding-bottom-10 {
        padding-bottom: 40px
      }

      [dir=ltr] .box--padding-left-10 {
        padding-left: 40px
      }

      [dir=rtl] .box--padding-left-10 {
        padding-right: 40px
      }

      .box--padding-inline-10 {
        padding-inline: 40px
      }

      .box--padding-inline-start-10 {
        padding-inline-start: 40px
      }

      .box--padding-inline-end-10 {
        padding-inline-end: 40px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-10 {
          padding-top: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-10 {
          padding-right: 40px
        }

        [dir=rtl] .box--sm\:padding-right-10 {
          padding-left: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-10 {
          padding-bottom: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-10 {
          padding-left: 40px
        }

        [dir=rtl] .box--sm\:padding-left-10 {
          padding-right: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-10 {
          padding-inline: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-10 {
          padding-inline-start: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-10 {
          padding-inline-end: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-10 {
          padding-top: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-10 {
          padding-right: 40px
        }

        [dir=rtl] .box--md\:padding-right-10 {
          padding-left: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-10 {
          padding-bottom: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-10 {
          padding-left: 40px
        }

        [dir=rtl] .box--md\:padding-left-10 {
          padding-right: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-10 {
          padding-inline: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-10 {
          padding-inline-start: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-10 {
          padding-inline-end: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-10 {
          padding-top: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-10 {
          padding-right: 40px
        }

        [dir=rtl] .box--lg\:padding-right-10 {
          padding-left: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-10 {
          padding-bottom: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-10 {
          padding-left: 40px
        }

        [dir=rtl] .box--lg\:padding-left-10 {
          padding-right: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-10 {
          padding-inline: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-10 {
          padding-inline-start: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-10 {
          padding-inline-end: 40px
        }
      }

      .box--padding-top-11 {
        padding-top: 44px
      }

      [dir=ltr] .box--padding-right-11 {
        padding-right: 44px
      }

      [dir=rtl] .box--padding-right-11 {
        padding-left: 44px
      }

      .box--padding-bottom-11 {
        padding-bottom: 44px
      }

      [dir=ltr] .box--padding-left-11 {
        padding-left: 44px
      }

      [dir=rtl] .box--padding-left-11 {
        padding-right: 44px
      }

      .box--padding-inline-11 {
        padding-inline: 44px
      }

      .box--padding-inline-start-11 {
        padding-inline-start: 44px
      }

      .box--padding-inline-end-11 {
        padding-inline-end: 44px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-11 {
          padding-top: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-11 {
          padding-right: 44px
        }

        [dir=rtl] .box--sm\:padding-right-11 {
          padding-left: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-11 {
          padding-bottom: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-11 {
          padding-left: 44px
        }

        [dir=rtl] .box--sm\:padding-left-11 {
          padding-right: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-11 {
          padding-inline: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-11 {
          padding-inline-start: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-11 {
          padding-inline-end: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-11 {
          padding-top: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-11 {
          padding-right: 44px
        }

        [dir=rtl] .box--md\:padding-right-11 {
          padding-left: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-11 {
          padding-bottom: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-11 {
          padding-left: 44px
        }

        [dir=rtl] .box--md\:padding-left-11 {
          padding-right: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-11 {
          padding-inline: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-11 {
          padding-inline-start: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-11 {
          padding-inline-end: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-11 {
          padding-top: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-11 {
          padding-right: 44px
        }

        [dir=rtl] .box--lg\:padding-right-11 {
          padding-left: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-11 {
          padding-bottom: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-11 {
          padding-left: 44px
        }

        [dir=rtl] .box--lg\:padding-left-11 {
          padding-right: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-11 {
          padding-inline: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-11 {
          padding-inline-start: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-11 {
          padding-inline-end: 44px
        }
      }

      .box--padding-top-12 {
        padding-top: 48px
      }

      [dir=ltr] .box--padding-right-12 {
        padding-right: 48px
      }

      [dir=rtl] .box--padding-right-12 {
        padding-left: 48px
      }

      .box--padding-bottom-12 {
        padding-bottom: 48px
      }

      [dir=ltr] .box--padding-left-12 {
        padding-left: 48px
      }

      [dir=rtl] .box--padding-left-12 {
        padding-right: 48px
      }

      .box--padding-inline-12 {
        padding-inline: 48px
      }

      .box--padding-inline-start-12 {
        padding-inline-start: 48px
      }

      .box--padding-inline-end-12 {
        padding-inline-end: 48px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-top-12 {
          padding-top: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-right-12 {
          padding-right: 48px
        }

        [dir=rtl] .box--sm\:padding-right-12 {
          padding-left: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-bottom-12 {
          padding-bottom: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:padding-left-12 {
          padding-left: 48px
        }

        [dir=rtl] .box--sm\:padding-left-12 {
          padding-right: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-12 {
          padding-inline: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-start-12 {
          padding-inline-start: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:padding-inline-end-12 {
          padding-inline-end: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-top-12 {
          padding-top: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-right-12 {
          padding-right: 48px
        }

        [dir=rtl] .box--md\:padding-right-12 {
          padding-left: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-bottom-12 {
          padding-bottom: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:padding-left-12 {
          padding-left: 48px
        }

        [dir=rtl] .box--md\:padding-left-12 {
          padding-right: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-12 {
          padding-inline: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-start-12 {
          padding-inline-start: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:padding-inline-end-12 {
          padding-inline-end: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-top-12 {
          padding-top: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-right-12 {
          padding-right: 48px
        }

        [dir=rtl] .box--lg\:padding-right-12 {
          padding-left: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-bottom-12 {
          padding-bottom: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:padding-left-12 {
          padding-left: 48px
        }

        [dir=rtl] .box--lg\:padding-left-12 {
          padding-right: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-12 {
          padding-inline: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-start-12 {
          padding-inline-start: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:padding-inline-end-12 {
          padding-inline-end: 48px
        }
      }

      .box--margin-0 {
        margin: 0
      }

      .box--margin-1 {
        margin: 4px
      }

      .box--margin-2 {
        margin: 8px
      }

      .box--margin-3 {
        margin: 12px
      }

      .box--margin-4 {
        margin: 16px
      }

      .box--margin-5 {
        margin: 20px
      }

      .box--margin-6 {
        margin: 24px
      }

      .box--margin-7 {
        margin: 28px
      }

      .box--margin-8 {
        margin: 32px
      }

      .box--margin-9 {
        margin: 36px
      }

      .box--margin-10 {
        margin: 40px
      }

      .box--margin-11 {
        margin: 44px
      }

      .box--margin-12 {
        margin: 48px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-0 {
          margin: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-1 {
          margin: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-2 {
          margin: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-3 {
          margin: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-4 {
          margin: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-5 {
          margin: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-6 {
          margin: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-7 {
          margin: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-8 {
          margin: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-9 {
          margin: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-10 {
          margin: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-11 {
          margin: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-12 {
          margin: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-0 {
          margin: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-1 {
          margin: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-2 {
          margin: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-3 {
          margin: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-4 {
          margin: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-5 {
          margin: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-6 {
          margin: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-7 {
          margin: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-8 {
          margin: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-9 {
          margin: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-10 {
          margin: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-11 {
          margin: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-12 {
          margin: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-0 {
          margin: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-1 {
          margin: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-2 {
          margin: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-3 {
          margin: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-4 {
          margin: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-5 {
          margin: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-6 {
          margin: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-7 {
          margin: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-8 {
          margin: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-9 {
          margin: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-10 {
          margin: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-11 {
          margin: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-12 {
          margin: 48px
        }
      }

      .box--margin-top-0 {
        margin-top: 0
      }

      [dir=ltr] .box--margin-right-0 {
        margin-right: 0
      }

      [dir=rtl] .box--margin-right-0 {
        margin-left: 0
      }

      .box--margin-bottom-0 {
        margin-bottom: 0
      }

      [dir=ltr] .box--margin-left-0 {
        margin-left: 0
      }

      [dir=rtl] .box--margin-left-0 {
        margin-right: 0
      }

      .box--margin-inline-0 {
        margin-inline: 0px
      }

      .box--margin-inline-start-0 {
        margin-inline-start: 0px
      }

      .box--margin-inline-end-0 {
        margin-inline-end: 0px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-0 {
          margin-top: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-0 {
          margin-right: 0
        }

        [dir=rtl] .box--sm\:margin-right-0 {
          margin-left: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-0 {
          margin-bottom: 0
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-0 {
          margin-left: 0
        }

        [dir=rtl] .box--sm\:margin-left-0 {
          margin-right: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-0 {
          margin-inline: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-0 {
          margin-inline-start: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-0 {
          margin-inline-end: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-0 {
          margin-top: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-0 {
          margin-right: 0
        }

        [dir=rtl] .box--md\:margin-right-0 {
          margin-left: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-0 {
          margin-bottom: 0
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-0 {
          margin-left: 0
        }

        [dir=rtl] .box--md\:margin-left-0 {
          margin-right: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-0 {
          margin-inline: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-0 {
          margin-inline-start: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-0 {
          margin-inline-end: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-0 {
          margin-top: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-0 {
          margin-right: 0
        }

        [dir=rtl] .box--lg\:margin-right-0 {
          margin-left: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-0 {
          margin-bottom: 0
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-0 {
          margin-left: 0
        }

        [dir=rtl] .box--lg\:margin-left-0 {
          margin-right: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-0 {
          margin-inline: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-0 {
          margin-inline-start: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-0 {
          margin-inline-end: 0px
        }
      }

      .box--margin-top-1 {
        margin-top: 4px
      }

      [dir=ltr] .box--margin-right-1 {
        margin-right: 4px
      }

      [dir=rtl] .box--margin-right-1 {
        margin-left: 4px
      }

      .box--margin-bottom-1 {
        margin-bottom: 4px
      }

      [dir=ltr] .box--margin-left-1 {
        margin-left: 4px
      }

      [dir=rtl] .box--margin-left-1 {
        margin-right: 4px
      }

      .box--margin-inline-1 {
        margin-inline: 4px
      }

      .box--margin-inline-start-1 {
        margin-inline-start: 4px
      }

      .box--margin-inline-end-1 {
        margin-inline-end: 4px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-1 {
          margin-top: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-1 {
          margin-right: 4px
        }

        [dir=rtl] .box--sm\:margin-right-1 {
          margin-left: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-1 {
          margin-bottom: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-1 {
          margin-left: 4px
        }

        [dir=rtl] .box--sm\:margin-left-1 {
          margin-right: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-1 {
          margin-inline: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-1 {
          margin-inline-start: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-1 {
          margin-inline-end: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-1 {
          margin-top: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-1 {
          margin-right: 4px
        }

        [dir=rtl] .box--md\:margin-right-1 {
          margin-left: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-1 {
          margin-bottom: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-1 {
          margin-left: 4px
        }

        [dir=rtl] .box--md\:margin-left-1 {
          margin-right: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-1 {
          margin-inline: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-1 {
          margin-inline-start: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-1 {
          margin-inline-end: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-1 {
          margin-top: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-1 {
          margin-right: 4px
        }

        [dir=rtl] .box--lg\:margin-right-1 {
          margin-left: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-1 {
          margin-bottom: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-1 {
          margin-left: 4px
        }

        [dir=rtl] .box--lg\:margin-left-1 {
          margin-right: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-1 {
          margin-inline: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-1 {
          margin-inline-start: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-1 {
          margin-inline-end: 4px
        }
      }

      .box--margin-top-2 {
        margin-top: 8px
      }

      [dir=ltr] .box--margin-right-2 {
        margin-right: 8px
      }

      [dir=rtl] .box--margin-right-2 {
        margin-left: 8px
      }

      .box--margin-bottom-2 {
        margin-bottom: 8px
      }

      [dir=ltr] .box--margin-left-2 {
        margin-left: 8px
      }

      [dir=rtl] .box--margin-left-2 {
        margin-right: 8px
      }

      .box--margin-inline-2 {
        margin-inline: 8px
      }

      .box--margin-inline-start-2 {
        margin-inline-start: 8px
      }

      .box--margin-inline-end-2 {
        margin-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-2 {
          margin-top: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-2 {
          margin-right: 8px
        }

        [dir=rtl] .box--sm\:margin-right-2 {
          margin-left: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-2 {
          margin-bottom: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-2 {
          margin-left: 8px
        }

        [dir=rtl] .box--sm\:margin-left-2 {
          margin-right: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-2 {
          margin-inline: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-2 {
          margin-inline-start: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-2 {
          margin-inline-end: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-2 {
          margin-top: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-2 {
          margin-right: 8px
        }

        [dir=rtl] .box--md\:margin-right-2 {
          margin-left: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-2 {
          margin-bottom: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-2 {
          margin-left: 8px
        }

        [dir=rtl] .box--md\:margin-left-2 {
          margin-right: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-2 {
          margin-inline: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-2 {
          margin-inline-start: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-2 {
          margin-inline-end: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-2 {
          margin-top: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-2 {
          margin-right: 8px
        }

        [dir=rtl] .box--lg\:margin-right-2 {
          margin-left: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-2 {
          margin-bottom: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-2 {
          margin-left: 8px
        }

        [dir=rtl] .box--lg\:margin-left-2 {
          margin-right: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-2 {
          margin-inline: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-2 {
          margin-inline-start: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-2 {
          margin-inline-end: 8px
        }
      }

      .box--margin-top-3 {
        margin-top: 12px
      }

      [dir=ltr] .box--margin-right-3 {
        margin-right: 12px
      }

      [dir=rtl] .box--margin-right-3 {
        margin-left: 12px
      }

      .box--margin-bottom-3 {
        margin-bottom: 12px
      }

      [dir=ltr] .box--margin-left-3 {
        margin-left: 12px
      }

      [dir=rtl] .box--margin-left-3 {
        margin-right: 12px
      }

      .box--margin-inline-3 {
        margin-inline: 12px
      }

      .box--margin-inline-start-3 {
        margin-inline-start: 12px
      }

      .box--margin-inline-end-3 {
        margin-inline-end: 12px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-3 {
          margin-top: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-3 {
          margin-right: 12px
        }

        [dir=rtl] .box--sm\:margin-right-3 {
          margin-left: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-3 {
          margin-bottom: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-3 {
          margin-left: 12px
        }

        [dir=rtl] .box--sm\:margin-left-3 {
          margin-right: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-3 {
          margin-inline: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-3 {
          margin-inline-start: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-3 {
          margin-inline-end: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-3 {
          margin-top: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-3 {
          margin-right: 12px
        }

        [dir=rtl] .box--md\:margin-right-3 {
          margin-left: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-3 {
          margin-bottom: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-3 {
          margin-left: 12px
        }

        [dir=rtl] .box--md\:margin-left-3 {
          margin-right: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-3 {
          margin-inline: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-3 {
          margin-inline-start: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-3 {
          margin-inline-end: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-3 {
          margin-top: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-3 {
          margin-right: 12px
        }

        [dir=rtl] .box--lg\:margin-right-3 {
          margin-left: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-3 {
          margin-bottom: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-3 {
          margin-left: 12px
        }

        [dir=rtl] .box--lg\:margin-left-3 {
          margin-right: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-3 {
          margin-inline: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-3 {
          margin-inline-start: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-3 {
          margin-inline-end: 12px
        }
      }

      .box--margin-top-4 {
        margin-top: 16px
      }

      [dir=ltr] .box--margin-right-4 {
        margin-right: 16px
      }

      [dir=rtl] .box--margin-right-4 {
        margin-left: 16px
      }

      .box--margin-bottom-4 {
        margin-bottom: 16px
      }

      [dir=ltr] .box--margin-left-4 {
        margin-left: 16px
      }

      [dir=rtl] .box--margin-left-4 {
        margin-right: 16px
      }

      .box--margin-inline-4 {
        margin-inline: 16px
      }

      .box--margin-inline-start-4 {
        margin-inline-start: 16px
      }

      .box--margin-inline-end-4 {
        margin-inline-end: 16px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-4 {
          margin-top: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-4 {
          margin-right: 16px
        }

        [dir=rtl] .box--sm\:margin-right-4 {
          margin-left: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-4 {
          margin-bottom: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-4 {
          margin-left: 16px
        }

        [dir=rtl] .box--sm\:margin-left-4 {
          margin-right: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-4 {
          margin-inline: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-4 {
          margin-inline-start: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-4 {
          margin-inline-end: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-4 {
          margin-top: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-4 {
          margin-right: 16px
        }

        [dir=rtl] .box--md\:margin-right-4 {
          margin-left: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-4 {
          margin-bottom: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-4 {
          margin-left: 16px
        }

        [dir=rtl] .box--md\:margin-left-4 {
          margin-right: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-4 {
          margin-inline: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-4 {
          margin-inline-start: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-4 {
          margin-inline-end: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-4 {
          margin-top: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-4 {
          margin-right: 16px
        }

        [dir=rtl] .box--lg\:margin-right-4 {
          margin-left: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-4 {
          margin-bottom: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-4 {
          margin-left: 16px
        }

        [dir=rtl] .box--lg\:margin-left-4 {
          margin-right: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-4 {
          margin-inline: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-4 {
          margin-inline-start: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-4 {
          margin-inline-end: 16px
        }
      }

      .box--margin-top-5 {
        margin-top: 20px
      }

      [dir=ltr] .box--margin-right-5 {
        margin-right: 20px
      }

      [dir=rtl] .box--margin-right-5 {
        margin-left: 20px
      }

      .box--margin-bottom-5 {
        margin-bottom: 20px
      }

      [dir=ltr] .box--margin-left-5 {
        margin-left: 20px
      }

      [dir=rtl] .box--margin-left-5 {
        margin-right: 20px
      }

      .box--margin-inline-5 {
        margin-inline: 20px
      }

      .box--margin-inline-start-5 {
        margin-inline-start: 20px
      }

      .box--margin-inline-end-5 {
        margin-inline-end: 20px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-5 {
          margin-top: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-5 {
          margin-right: 20px
        }

        [dir=rtl] .box--sm\:margin-right-5 {
          margin-left: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-5 {
          margin-bottom: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-5 {
          margin-left: 20px
        }

        [dir=rtl] .box--sm\:margin-left-5 {
          margin-right: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-5 {
          margin-inline: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-5 {
          margin-inline-start: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-5 {
          margin-inline-end: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-5 {
          margin-top: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-5 {
          margin-right: 20px
        }

        [dir=rtl] .box--md\:margin-right-5 {
          margin-left: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-5 {
          margin-bottom: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-5 {
          margin-left: 20px
        }

        [dir=rtl] .box--md\:margin-left-5 {
          margin-right: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-5 {
          margin-inline: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-5 {
          margin-inline-start: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-5 {
          margin-inline-end: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-5 {
          margin-top: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-5 {
          margin-right: 20px
        }

        [dir=rtl] .box--lg\:margin-right-5 {
          margin-left: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-5 {
          margin-bottom: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-5 {
          margin-left: 20px
        }

        [dir=rtl] .box--lg\:margin-left-5 {
          margin-right: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-5 {
          margin-inline: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-5 {
          margin-inline-start: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-5 {
          margin-inline-end: 20px
        }
      }

      .box--margin-top-6 {
        margin-top: 24px
      }

      [dir=ltr] .box--margin-right-6 {
        margin-right: 24px
      }

      [dir=rtl] .box--margin-right-6 {
        margin-left: 24px
      }

      .box--margin-bottom-6 {
        margin-bottom: 24px
      }

      [dir=ltr] .box--margin-left-6 {
        margin-left: 24px
      }

      [dir=rtl] .box--margin-left-6 {
        margin-right: 24px
      }

      .box--margin-inline-6 {
        margin-inline: 24px
      }

      .box--margin-inline-start-6 {
        margin-inline-start: 24px
      }

      .box--margin-inline-end-6 {
        margin-inline-end: 24px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-6 {
          margin-top: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-6 {
          margin-right: 24px
        }

        [dir=rtl] .box--sm\:margin-right-6 {
          margin-left: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-6 {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-6 {
          margin-left: 24px
        }

        [dir=rtl] .box--sm\:margin-left-6 {
          margin-right: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-6 {
          margin-inline: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-6 {
          margin-inline-start: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-6 {
          margin-inline-end: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-6 {
          margin-top: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-6 {
          margin-right: 24px
        }

        [dir=rtl] .box--md\:margin-right-6 {
          margin-left: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-6 {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-6 {
          margin-left: 24px
        }

        [dir=rtl] .box--md\:margin-left-6 {
          margin-right: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-6 {
          margin-inline: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-6 {
          margin-inline-start: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-6 {
          margin-inline-end: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-6 {
          margin-top: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-6 {
          margin-right: 24px
        }

        [dir=rtl] .box--lg\:margin-right-6 {
          margin-left: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-6 {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-6 {
          margin-left: 24px
        }

        [dir=rtl] .box--lg\:margin-left-6 {
          margin-right: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-6 {
          margin-inline: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-6 {
          margin-inline-start: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-6 {
          margin-inline-end: 24px
        }
      }

      .box--margin-top-7 {
        margin-top: 28px
      }

      [dir=ltr] .box--margin-right-7 {
        margin-right: 28px
      }

      [dir=rtl] .box--margin-right-7 {
        margin-left: 28px
      }

      .box--margin-bottom-7 {
        margin-bottom: 28px
      }

      [dir=ltr] .box--margin-left-7 {
        margin-left: 28px
      }

      [dir=rtl] .box--margin-left-7 {
        margin-right: 28px
      }

      .box--margin-inline-7 {
        margin-inline: 28px
      }

      .box--margin-inline-start-7 {
        margin-inline-start: 28px
      }

      .box--margin-inline-end-7 {
        margin-inline-end: 28px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-7 {
          margin-top: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-7 {
          margin-right: 28px
        }

        [dir=rtl] .box--sm\:margin-right-7 {
          margin-left: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-7 {
          margin-bottom: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-7 {
          margin-left: 28px
        }

        [dir=rtl] .box--sm\:margin-left-7 {
          margin-right: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-7 {
          margin-inline: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-7 {
          margin-inline-start: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-7 {
          margin-inline-end: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-7 {
          margin-top: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-7 {
          margin-right: 28px
        }

        [dir=rtl] .box--md\:margin-right-7 {
          margin-left: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-7 {
          margin-bottom: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-7 {
          margin-left: 28px
        }

        [dir=rtl] .box--md\:margin-left-7 {
          margin-right: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-7 {
          margin-inline: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-7 {
          margin-inline-start: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-7 {
          margin-inline-end: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-7 {
          margin-top: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-7 {
          margin-right: 28px
        }

        [dir=rtl] .box--lg\:margin-right-7 {
          margin-left: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-7 {
          margin-bottom: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-7 {
          margin-left: 28px
        }

        [dir=rtl] .box--lg\:margin-left-7 {
          margin-right: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-7 {
          margin-inline: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-7 {
          margin-inline-start: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-7 {
          margin-inline-end: 28px
        }
      }

      .box--margin-top-8 {
        margin-top: 32px
      }

      [dir=ltr] .box--margin-right-8 {
        margin-right: 32px
      }

      [dir=rtl] .box--margin-right-8 {
        margin-left: 32px
      }

      .box--margin-bottom-8 {
        margin-bottom: 32px
      }

      [dir=ltr] .box--margin-left-8 {
        margin-left: 32px
      }

      [dir=rtl] .box--margin-left-8 {
        margin-right: 32px
      }

      .box--margin-inline-8 {
        margin-inline: 32px
      }

      .box--margin-inline-start-8 {
        margin-inline-start: 32px
      }

      .box--margin-inline-end-8 {
        margin-inline-end: 32px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-8 {
          margin-top: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-8 {
          margin-right: 32px
        }

        [dir=rtl] .box--sm\:margin-right-8 {
          margin-left: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-8 {
          margin-bottom: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-8 {
          margin-left: 32px
        }

        [dir=rtl] .box--sm\:margin-left-8 {
          margin-right: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-8 {
          margin-inline: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-8 {
          margin-inline-start: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-8 {
          margin-inline-end: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-8 {
          margin-top: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-8 {
          margin-right: 32px
        }

        [dir=rtl] .box--md\:margin-right-8 {
          margin-left: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-8 {
          margin-bottom: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-8 {
          margin-left: 32px
        }

        [dir=rtl] .box--md\:margin-left-8 {
          margin-right: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-8 {
          margin-inline: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-8 {
          margin-inline-start: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-8 {
          margin-inline-end: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-8 {
          margin-top: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-8 {
          margin-right: 32px
        }

        [dir=rtl] .box--lg\:margin-right-8 {
          margin-left: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-8 {
          margin-bottom: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-8 {
          margin-left: 32px
        }

        [dir=rtl] .box--lg\:margin-left-8 {
          margin-right: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-8 {
          margin-inline: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-8 {
          margin-inline-start: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-8 {
          margin-inline-end: 32px
        }
      }

      .box--margin-top-9 {
        margin-top: 36px
      }

      [dir=ltr] .box--margin-right-9 {
        margin-right: 36px
      }

      [dir=rtl] .box--margin-right-9 {
        margin-left: 36px
      }

      .box--margin-bottom-9 {
        margin-bottom: 36px
      }

      [dir=ltr] .box--margin-left-9 {
        margin-left: 36px
      }

      [dir=rtl] .box--margin-left-9 {
        margin-right: 36px
      }

      .box--margin-inline-9 {
        margin-inline: 36px
      }

      .box--margin-inline-start-9 {
        margin-inline-start: 36px
      }

      .box--margin-inline-end-9 {
        margin-inline-end: 36px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-9 {
          margin-top: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-9 {
          margin-right: 36px
        }

        [dir=rtl] .box--sm\:margin-right-9 {
          margin-left: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-9 {
          margin-bottom: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-9 {
          margin-left: 36px
        }

        [dir=rtl] .box--sm\:margin-left-9 {
          margin-right: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-9 {
          margin-inline: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-9 {
          margin-inline-start: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-9 {
          margin-inline-end: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-9 {
          margin-top: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-9 {
          margin-right: 36px
        }

        [dir=rtl] .box--md\:margin-right-9 {
          margin-left: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-9 {
          margin-bottom: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-9 {
          margin-left: 36px
        }

        [dir=rtl] .box--md\:margin-left-9 {
          margin-right: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-9 {
          margin-inline: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-9 {
          margin-inline-start: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-9 {
          margin-inline-end: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-9 {
          margin-top: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-9 {
          margin-right: 36px
        }

        [dir=rtl] .box--lg\:margin-right-9 {
          margin-left: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-9 {
          margin-bottom: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-9 {
          margin-left: 36px
        }

        [dir=rtl] .box--lg\:margin-left-9 {
          margin-right: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-9 {
          margin-inline: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-9 {
          margin-inline-start: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-9 {
          margin-inline-end: 36px
        }
      }

      .box--margin-top-10 {
        margin-top: 40px
      }

      [dir=ltr] .box--margin-right-10 {
        margin-right: 40px
      }

      [dir=rtl] .box--margin-right-10 {
        margin-left: 40px
      }

      .box--margin-bottom-10 {
        margin-bottom: 40px
      }

      [dir=ltr] .box--margin-left-10 {
        margin-left: 40px
      }

      [dir=rtl] .box--margin-left-10 {
        margin-right: 40px
      }

      .box--margin-inline-10 {
        margin-inline: 40px
      }

      .box--margin-inline-start-10 {
        margin-inline-start: 40px
      }

      .box--margin-inline-end-10 {
        margin-inline-end: 40px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-10 {
          margin-top: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-10 {
          margin-right: 40px
        }

        [dir=rtl] .box--sm\:margin-right-10 {
          margin-left: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-10 {
          margin-bottom: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-10 {
          margin-left: 40px
        }

        [dir=rtl] .box--sm\:margin-left-10 {
          margin-right: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-10 {
          margin-inline: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-10 {
          margin-inline-start: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-10 {
          margin-inline-end: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-10 {
          margin-top: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-10 {
          margin-right: 40px
        }

        [dir=rtl] .box--md\:margin-right-10 {
          margin-left: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-10 {
          margin-bottom: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-10 {
          margin-left: 40px
        }

        [dir=rtl] .box--md\:margin-left-10 {
          margin-right: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-10 {
          margin-inline: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-10 {
          margin-inline-start: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-10 {
          margin-inline-end: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-10 {
          margin-top: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-10 {
          margin-right: 40px
        }

        [dir=rtl] .box--lg\:margin-right-10 {
          margin-left: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-10 {
          margin-bottom: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-10 {
          margin-left: 40px
        }

        [dir=rtl] .box--lg\:margin-left-10 {
          margin-right: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-10 {
          margin-inline: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-10 {
          margin-inline-start: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-10 {
          margin-inline-end: 40px
        }
      }

      .box--margin-top-11 {
        margin-top: 44px
      }

      [dir=ltr] .box--margin-right-11 {
        margin-right: 44px
      }

      [dir=rtl] .box--margin-right-11 {
        margin-left: 44px
      }

      .box--margin-bottom-11 {
        margin-bottom: 44px
      }

      [dir=ltr] .box--margin-left-11 {
        margin-left: 44px
      }

      [dir=rtl] .box--margin-left-11 {
        margin-right: 44px
      }

      .box--margin-inline-11 {
        margin-inline: 44px
      }

      .box--margin-inline-start-11 {
        margin-inline-start: 44px
      }

      .box--margin-inline-end-11 {
        margin-inline-end: 44px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-11 {
          margin-top: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-11 {
          margin-right: 44px
        }

        [dir=rtl] .box--sm\:margin-right-11 {
          margin-left: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-11 {
          margin-bottom: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-11 {
          margin-left: 44px
        }

        [dir=rtl] .box--sm\:margin-left-11 {
          margin-right: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-11 {
          margin-inline: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-11 {
          margin-inline-start: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-11 {
          margin-inline-end: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-11 {
          margin-top: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-11 {
          margin-right: 44px
        }

        [dir=rtl] .box--md\:margin-right-11 {
          margin-left: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-11 {
          margin-bottom: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-11 {
          margin-left: 44px
        }

        [dir=rtl] .box--md\:margin-left-11 {
          margin-right: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-11 {
          margin-inline: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-11 {
          margin-inline-start: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-11 {
          margin-inline-end: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-11 {
          margin-top: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-11 {
          margin-right: 44px
        }

        [dir=rtl] .box--lg\:margin-right-11 {
          margin-left: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-11 {
          margin-bottom: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-11 {
          margin-left: 44px
        }

        [dir=rtl] .box--lg\:margin-left-11 {
          margin-right: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-11 {
          margin-inline: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-11 {
          margin-inline-start: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-11 {
          margin-inline-end: 44px
        }
      }

      .box--margin-top-12 {
        margin-top: 48px
      }

      [dir=ltr] .box--margin-right-12 {
        margin-right: 48px
      }

      [dir=rtl] .box--margin-right-12 {
        margin-left: 48px
      }

      .box--margin-bottom-12 {
        margin-bottom: 48px
      }

      [dir=ltr] .box--margin-left-12 {
        margin-left: 48px
      }

      [dir=rtl] .box--margin-left-12 {
        margin-right: 48px
      }

      .box--margin-inline-12 {
        margin-inline: 48px
      }

      .box--margin-inline-start-12 {
        margin-inline-start: 48px
      }

      .box--margin-inline-end-12 {
        margin-inline-end: 48px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-12 {
          margin-top: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-12 {
          margin-right: 48px
        }

        [dir=rtl] .box--sm\:margin-right-12 {
          margin-left: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-12 {
          margin-bottom: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-12 {
          margin-left: 48px
        }

        [dir=rtl] .box--sm\:margin-left-12 {
          margin-right: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-12 {
          margin-inline: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-12 {
          margin-inline-start: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-12 {
          margin-inline-end: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-12 {
          margin-top: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-12 {
          margin-right: 48px
        }

        [dir=rtl] .box--md\:margin-right-12 {
          margin-left: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-12 {
          margin-bottom: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-12 {
          margin-left: 48px
        }

        [dir=rtl] .box--md\:margin-left-12 {
          margin-right: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-12 {
          margin-inline: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-12 {
          margin-inline-start: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-12 {
          margin-inline-end: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-12 {
          margin-top: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-12 {
          margin-right: 48px
        }

        [dir=rtl] .box--lg\:margin-right-12 {
          margin-left: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-12 {
          margin-bottom: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-12 {
          margin-left: 48px
        }

        [dir=rtl] .box--lg\:margin-left-12 {
          margin-right: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-12 {
          margin-inline: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-12 {
          margin-inline-start: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-12 {
          margin-inline-end: 48px
        }
      }

      .box--margin-auto {
        margin: auto
      }

      .box--margin-top-auto {
        margin-top: auto
      }

      [dir=ltr] .box--margin-right-auto {
        margin-right: auto
      }

      [dir=rtl] .box--margin-right-auto {
        margin-left: auto
      }

      .box--margin-bottom-auto {
        margin-bottom: auto
      }

      [dir=ltr] .box--margin-left-auto {
        margin-left: auto
      }

      [dir=rtl] .box--margin-left-auto {
        margin-right: auto
      }

      .box--margin-inline-auto {
        margin-inline: auto
      }

      .box--margin-inline-start-auto {
        margin-inline-start: auto
      }

      .box--margin-inline-end-auto {
        margin-inline-end: auto
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-auto {
          margin: auto
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-top-auto {
          margin-top: auto
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-right-auto {
          margin-right: auto
        }

        [dir=rtl] .box--sm\:margin-right-auto {
          margin-left: auto
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-bottom-auto {
          margin-bottom: auto
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:margin-left-auto {
          margin-left: auto
        }

        [dir=rtl] .box--sm\:margin-left-auto {
          margin-right: auto
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-auto {
          margin-inline: auto
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-start-auto {
          margin-inline-start: auto
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:margin-inline-end-auto {
          margin-inline-end: auto
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-auto {
          margin: auto
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-top-auto {
          margin-top: auto
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-right-auto {
          margin-right: auto
        }

        [dir=rtl] .box--md\:margin-right-auto {
          margin-left: auto
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-bottom-auto {
          margin-bottom: auto
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:margin-left-auto {
          margin-left: auto
        }

        [dir=rtl] .box--md\:margin-left-auto {
          margin-right: auto
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-auto {
          margin-inline: auto
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-start-auto {
          margin-inline-start: auto
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:margin-inline-end-auto {
          margin-inline-end: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-auto {
          margin: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-top-auto {
          margin-top: auto
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-right-auto {
          margin-right: auto
        }

        [dir=rtl] .box--lg\:margin-right-auto {
          margin-left: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-bottom-auto {
          margin-bottom: auto
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:margin-left-auto {
          margin-left: auto
        }

        [dir=rtl] .box--lg\:margin-left-auto {
          margin-right: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-auto {
          margin-inline: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-start-auto {
          margin-inline-start: auto
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:margin-inline-end-auto {
          margin-inline-end: auto
        }
      }

      .box--gap-0 {
        gap: 0px
      }

      .box--gap-1 {
        gap: 4px
      }

      .box--gap-2 {
        gap: 8px
      }

      .box--gap-3 {
        gap: 12px
      }

      .box--gap-4 {
        gap: 16px
      }

      .box--gap-5 {
        gap: 20px
      }

      .box--gap-6 {
        gap: 24px
      }

      .box--gap-7 {
        gap: 28px
      }

      .box--gap-8 {
        gap: 32px
      }

      .box--gap-9 {
        gap: 36px
      }

      .box--gap-10 {
        gap: 40px
      }

      .box--gap-11 {
        gap: 44px
      }

      .box--gap-12 {
        gap: 48px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-0 {
          gap: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-1 {
          gap: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-2 {
          gap: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-3 {
          gap: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-4 {
          gap: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-5 {
          gap: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-6 {
          gap: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-7 {
          gap: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-8 {
          gap: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-9 {
          gap: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-10 {
          gap: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-11 {
          gap: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-12 {
          gap: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-0 {
          gap: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-1 {
          gap: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-2 {
          gap: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-3 {
          gap: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-4 {
          gap: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-5 {
          gap: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-6 {
          gap: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-7 {
          gap: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-8 {
          gap: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-9 {
          gap: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-10 {
          gap: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-11 {
          gap: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-12 {
          gap: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-0 {
          gap: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-1 {
          gap: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-2 {
          gap: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-3 {
          gap: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-4 {
          gap: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-5 {
          gap: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-6 {
          gap: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-7 {
          gap: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-8 {
          gap: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-9 {
          gap: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-10 {
          gap: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-11 {
          gap: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-12 {
          gap: 48px
        }
      }

      .box--gap-top-0 {
        gap-top: 0px
      }

      [dir=ltr] .box--gap-right-0 {
        gap-right: 0px
      }

      [dir=rtl] .box--gap-right-0 {
        gap-left: 0px
      }

      .box--gap-bottom-0 {
        gap-bottom: 0px
      }

      [dir=ltr] .box--gap-left-0 {
        gap-left: 0px
      }

      [dir=rtl] .box--gap-left-0 {
        gap-right: 0px
      }

      .box--gap-inline-0 {
        gap-inline: 0px
      }

      .box--gap-inline-start-0 {
        gap-inline-start: 0px
      }

      .box--gap-inline-end-0 {
        gap-inline-end: 0px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-0 {
          gap-top: 0px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-0 {
          gap-right: 0px
        }

        [dir=rtl] .box--sm\:gap-right-0 {
          gap-left: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-0 {
          gap-bottom: 0px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-0 {
          gap-left: 0px
        }

        [dir=rtl] .box--sm\:gap-left-0 {
          gap-right: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-0 {
          gap-inline: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-0 {
          gap-inline-start: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-0 {
          gap-inline-end: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-0 {
          gap-top: 0px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-0 {
          gap-right: 0px
        }

        [dir=rtl] .box--md\:gap-right-0 {
          gap-left: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-0 {
          gap-bottom: 0px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-0 {
          gap-left: 0px
        }

        [dir=rtl] .box--md\:gap-left-0 {
          gap-right: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-0 {
          gap-inline: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-0 {
          gap-inline-start: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-0 {
          gap-inline-end: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-0 {
          gap-top: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-0 {
          gap-right: 0px
        }

        [dir=rtl] .box--lg\:gap-right-0 {
          gap-left: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-0 {
          gap-bottom: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-0 {
          gap-left: 0px
        }

        [dir=rtl] .box--lg\:gap-left-0 {
          gap-right: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-0 {
          gap-inline: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-0 {
          gap-inline-start: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-0 {
          gap-inline-end: 0px
        }
      }

      .box--gap-top-1 {
        gap-top: 4px
      }

      [dir=ltr] .box--gap-right-1 {
        gap-right: 4px
      }

      [dir=rtl] .box--gap-right-1 {
        gap-left: 4px
      }

      .box--gap-bottom-1 {
        gap-bottom: 4px
      }

      [dir=ltr] .box--gap-left-1 {
        gap-left: 4px
      }

      [dir=rtl] .box--gap-left-1 {
        gap-right: 4px
      }

      .box--gap-inline-1 {
        gap-inline: 4px
      }

      .box--gap-inline-start-1 {
        gap-inline-start: 4px
      }

      .box--gap-inline-end-1 {
        gap-inline-end: 4px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-1 {
          gap-top: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-1 {
          gap-right: 4px
        }

        [dir=rtl] .box--sm\:gap-right-1 {
          gap-left: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-1 {
          gap-bottom: 4px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-1 {
          gap-left: 4px
        }

        [dir=rtl] .box--sm\:gap-left-1 {
          gap-right: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-1 {
          gap-inline: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-1 {
          gap-inline-start: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-1 {
          gap-inline-end: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-1 {
          gap-top: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-1 {
          gap-right: 4px
        }

        [dir=rtl] .box--md\:gap-right-1 {
          gap-left: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-1 {
          gap-bottom: 4px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-1 {
          gap-left: 4px
        }

        [dir=rtl] .box--md\:gap-left-1 {
          gap-right: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-1 {
          gap-inline: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-1 {
          gap-inline-start: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-1 {
          gap-inline-end: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-1 {
          gap-top: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-1 {
          gap-right: 4px
        }

        [dir=rtl] .box--lg\:gap-right-1 {
          gap-left: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-1 {
          gap-bottom: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-1 {
          gap-left: 4px
        }

        [dir=rtl] .box--lg\:gap-left-1 {
          gap-right: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-1 {
          gap-inline: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-1 {
          gap-inline-start: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-1 {
          gap-inline-end: 4px
        }
      }

      .box--gap-top-2 {
        gap-top: 8px
      }

      [dir=ltr] .box--gap-right-2 {
        gap-right: 8px
      }

      [dir=rtl] .box--gap-right-2 {
        gap-left: 8px
      }

      .box--gap-bottom-2 {
        gap-bottom: 8px
      }

      [dir=ltr] .box--gap-left-2 {
        gap-left: 8px
      }

      [dir=rtl] .box--gap-left-2 {
        gap-right: 8px
      }

      .box--gap-inline-2 {
        gap-inline: 8px
      }

      .box--gap-inline-start-2 {
        gap-inline-start: 8px
      }

      .box--gap-inline-end-2 {
        gap-inline-end: 8px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-2 {
          gap-top: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-2 {
          gap-right: 8px
        }

        [dir=rtl] .box--sm\:gap-right-2 {
          gap-left: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-2 {
          gap-bottom: 8px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-2 {
          gap-left: 8px
        }

        [dir=rtl] .box--sm\:gap-left-2 {
          gap-right: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-2 {
          gap-inline: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-2 {
          gap-inline-start: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-2 {
          gap-inline-end: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-2 {
          gap-top: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-2 {
          gap-right: 8px
        }

        [dir=rtl] .box--md\:gap-right-2 {
          gap-left: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-2 {
          gap-bottom: 8px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-2 {
          gap-left: 8px
        }

        [dir=rtl] .box--md\:gap-left-2 {
          gap-right: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-2 {
          gap-inline: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-2 {
          gap-inline-start: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-2 {
          gap-inline-end: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-2 {
          gap-top: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-2 {
          gap-right: 8px
        }

        [dir=rtl] .box--lg\:gap-right-2 {
          gap-left: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-2 {
          gap-bottom: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-2 {
          gap-left: 8px
        }

        [dir=rtl] .box--lg\:gap-left-2 {
          gap-right: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-2 {
          gap-inline: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-2 {
          gap-inline-start: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-2 {
          gap-inline-end: 8px
        }
      }

      .box--gap-top-3 {
        gap-top: 12px
      }

      [dir=ltr] .box--gap-right-3 {
        gap-right: 12px
      }

      [dir=rtl] .box--gap-right-3 {
        gap-left: 12px
      }

      .box--gap-bottom-3 {
        gap-bottom: 12px
      }

      [dir=ltr] .box--gap-left-3 {
        gap-left: 12px
      }

      [dir=rtl] .box--gap-left-3 {
        gap-right: 12px
      }

      .box--gap-inline-3 {
        gap-inline: 12px
      }

      .box--gap-inline-start-3 {
        gap-inline-start: 12px
      }

      .box--gap-inline-end-3 {
        gap-inline-end: 12px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-3 {
          gap-top: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-3 {
          gap-right: 12px
        }

        [dir=rtl] .box--sm\:gap-right-3 {
          gap-left: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-3 {
          gap-bottom: 12px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-3 {
          gap-left: 12px
        }

        [dir=rtl] .box--sm\:gap-left-3 {
          gap-right: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-3 {
          gap-inline: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-3 {
          gap-inline-start: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-3 {
          gap-inline-end: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-3 {
          gap-top: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-3 {
          gap-right: 12px
        }

        [dir=rtl] .box--md\:gap-right-3 {
          gap-left: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-3 {
          gap-bottom: 12px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-3 {
          gap-left: 12px
        }

        [dir=rtl] .box--md\:gap-left-3 {
          gap-right: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-3 {
          gap-inline: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-3 {
          gap-inline-start: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-3 {
          gap-inline-end: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-3 {
          gap-top: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-3 {
          gap-right: 12px
        }

        [dir=rtl] .box--lg\:gap-right-3 {
          gap-left: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-3 {
          gap-bottom: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-3 {
          gap-left: 12px
        }

        [dir=rtl] .box--lg\:gap-left-3 {
          gap-right: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-3 {
          gap-inline: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-3 {
          gap-inline-start: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-3 {
          gap-inline-end: 12px
        }
      }

      .box--gap-top-4 {
        gap-top: 16px
      }

      [dir=ltr] .box--gap-right-4 {
        gap-right: 16px
      }

      [dir=rtl] .box--gap-right-4 {
        gap-left: 16px
      }

      .box--gap-bottom-4 {
        gap-bottom: 16px
      }

      [dir=ltr] .box--gap-left-4 {
        gap-left: 16px
      }

      [dir=rtl] .box--gap-left-4 {
        gap-right: 16px
      }

      .box--gap-inline-4 {
        gap-inline: 16px
      }

      .box--gap-inline-start-4 {
        gap-inline-start: 16px
      }

      .box--gap-inline-end-4 {
        gap-inline-end: 16px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-4 {
          gap-top: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-4 {
          gap-right: 16px
        }

        [dir=rtl] .box--sm\:gap-right-4 {
          gap-left: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-4 {
          gap-bottom: 16px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-4 {
          gap-left: 16px
        }

        [dir=rtl] .box--sm\:gap-left-4 {
          gap-right: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-4 {
          gap-inline: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-4 {
          gap-inline-start: 16px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-4 {
          gap-inline-end: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-4 {
          gap-top: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-4 {
          gap-right: 16px
        }

        [dir=rtl] .box--md\:gap-right-4 {
          gap-left: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-4 {
          gap-bottom: 16px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-4 {
          gap-left: 16px
        }

        [dir=rtl] .box--md\:gap-left-4 {
          gap-right: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-4 {
          gap-inline: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-4 {
          gap-inline-start: 16px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-4 {
          gap-inline-end: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-4 {
          gap-top: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-4 {
          gap-right: 16px
        }

        [dir=rtl] .box--lg\:gap-right-4 {
          gap-left: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-4 {
          gap-bottom: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-4 {
          gap-left: 16px
        }

        [dir=rtl] .box--lg\:gap-left-4 {
          gap-right: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-4 {
          gap-inline: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-4 {
          gap-inline-start: 16px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-4 {
          gap-inline-end: 16px
        }
      }

      .box--gap-top-5 {
        gap-top: 20px
      }

      [dir=ltr] .box--gap-right-5 {
        gap-right: 20px
      }

      [dir=rtl] .box--gap-right-5 {
        gap-left: 20px
      }

      .box--gap-bottom-5 {
        gap-bottom: 20px
      }

      [dir=ltr] .box--gap-left-5 {
        gap-left: 20px
      }

      [dir=rtl] .box--gap-left-5 {
        gap-right: 20px
      }

      .box--gap-inline-5 {
        gap-inline: 20px
      }

      .box--gap-inline-start-5 {
        gap-inline-start: 20px
      }

      .box--gap-inline-end-5 {
        gap-inline-end: 20px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-5 {
          gap-top: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-5 {
          gap-right: 20px
        }

        [dir=rtl] .box--sm\:gap-right-5 {
          gap-left: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-5 {
          gap-bottom: 20px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-5 {
          gap-left: 20px
        }

        [dir=rtl] .box--sm\:gap-left-5 {
          gap-right: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-5 {
          gap-inline: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-5 {
          gap-inline-start: 20px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-5 {
          gap-inline-end: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-5 {
          gap-top: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-5 {
          gap-right: 20px
        }

        [dir=rtl] .box--md\:gap-right-5 {
          gap-left: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-5 {
          gap-bottom: 20px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-5 {
          gap-left: 20px
        }

        [dir=rtl] .box--md\:gap-left-5 {
          gap-right: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-5 {
          gap-inline: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-5 {
          gap-inline-start: 20px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-5 {
          gap-inline-end: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-5 {
          gap-top: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-5 {
          gap-right: 20px
        }

        [dir=rtl] .box--lg\:gap-right-5 {
          gap-left: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-5 {
          gap-bottom: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-5 {
          gap-left: 20px
        }

        [dir=rtl] .box--lg\:gap-left-5 {
          gap-right: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-5 {
          gap-inline: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-5 {
          gap-inline-start: 20px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-5 {
          gap-inline-end: 20px
        }
      }

      .box--gap-top-6 {
        gap-top: 24px
      }

      [dir=ltr] .box--gap-right-6 {
        gap-right: 24px
      }

      [dir=rtl] .box--gap-right-6 {
        gap-left: 24px
      }

      .box--gap-bottom-6 {
        gap-bottom: 24px
      }

      [dir=ltr] .box--gap-left-6 {
        gap-left: 24px
      }

      [dir=rtl] .box--gap-left-6 {
        gap-right: 24px
      }

      .box--gap-inline-6 {
        gap-inline: 24px
      }

      .box--gap-inline-start-6 {
        gap-inline-start: 24px
      }

      .box--gap-inline-end-6 {
        gap-inline-end: 24px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-6 {
          gap-top: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-6 {
          gap-right: 24px
        }

        [dir=rtl] .box--sm\:gap-right-6 {
          gap-left: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-6 {
          gap-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-6 {
          gap-left: 24px
        }

        [dir=rtl] .box--sm\:gap-left-6 {
          gap-right: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-6 {
          gap-inline: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-6 {
          gap-inline-start: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-6 {
          gap-inline-end: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-6 {
          gap-top: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-6 {
          gap-right: 24px
        }

        [dir=rtl] .box--md\:gap-right-6 {
          gap-left: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-6 {
          gap-bottom: 24px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-6 {
          gap-left: 24px
        }

        [dir=rtl] .box--md\:gap-left-6 {
          gap-right: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-6 {
          gap-inline: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-6 {
          gap-inline-start: 24px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-6 {
          gap-inline-end: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-6 {
          gap-top: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-6 {
          gap-right: 24px
        }

        [dir=rtl] .box--lg\:gap-right-6 {
          gap-left: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-6 {
          gap-bottom: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-6 {
          gap-left: 24px
        }

        [dir=rtl] .box--lg\:gap-left-6 {
          gap-right: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-6 {
          gap-inline: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-6 {
          gap-inline-start: 24px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-6 {
          gap-inline-end: 24px
        }
      }

      .box--gap-top-7 {
        gap-top: 28px
      }

      [dir=ltr] .box--gap-right-7 {
        gap-right: 28px
      }

      [dir=rtl] .box--gap-right-7 {
        gap-left: 28px
      }

      .box--gap-bottom-7 {
        gap-bottom: 28px
      }

      [dir=ltr] .box--gap-left-7 {
        gap-left: 28px
      }

      [dir=rtl] .box--gap-left-7 {
        gap-right: 28px
      }

      .box--gap-inline-7 {
        gap-inline: 28px
      }

      .box--gap-inline-start-7 {
        gap-inline-start: 28px
      }

      .box--gap-inline-end-7 {
        gap-inline-end: 28px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-7 {
          gap-top: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-7 {
          gap-right: 28px
        }

        [dir=rtl] .box--sm\:gap-right-7 {
          gap-left: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-7 {
          gap-bottom: 28px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-7 {
          gap-left: 28px
        }

        [dir=rtl] .box--sm\:gap-left-7 {
          gap-right: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-7 {
          gap-inline: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-7 {
          gap-inline-start: 28px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-7 {
          gap-inline-end: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-7 {
          gap-top: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-7 {
          gap-right: 28px
        }

        [dir=rtl] .box--md\:gap-right-7 {
          gap-left: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-7 {
          gap-bottom: 28px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-7 {
          gap-left: 28px
        }

        [dir=rtl] .box--md\:gap-left-7 {
          gap-right: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-7 {
          gap-inline: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-7 {
          gap-inline-start: 28px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-7 {
          gap-inline-end: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-7 {
          gap-top: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-7 {
          gap-right: 28px
        }

        [dir=rtl] .box--lg\:gap-right-7 {
          gap-left: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-7 {
          gap-bottom: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-7 {
          gap-left: 28px
        }

        [dir=rtl] .box--lg\:gap-left-7 {
          gap-right: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-7 {
          gap-inline: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-7 {
          gap-inline-start: 28px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-7 {
          gap-inline-end: 28px
        }
      }

      .box--gap-top-8 {
        gap-top: 32px
      }

      [dir=ltr] .box--gap-right-8 {
        gap-right: 32px
      }

      [dir=rtl] .box--gap-right-8 {
        gap-left: 32px
      }

      .box--gap-bottom-8 {
        gap-bottom: 32px
      }

      [dir=ltr] .box--gap-left-8 {
        gap-left: 32px
      }

      [dir=rtl] .box--gap-left-8 {
        gap-right: 32px
      }

      .box--gap-inline-8 {
        gap-inline: 32px
      }

      .box--gap-inline-start-8 {
        gap-inline-start: 32px
      }

      .box--gap-inline-end-8 {
        gap-inline-end: 32px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-8 {
          gap-top: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-8 {
          gap-right: 32px
        }

        [dir=rtl] .box--sm\:gap-right-8 {
          gap-left: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-8 {
          gap-bottom: 32px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-8 {
          gap-left: 32px
        }

        [dir=rtl] .box--sm\:gap-left-8 {
          gap-right: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-8 {
          gap-inline: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-8 {
          gap-inline-start: 32px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-8 {
          gap-inline-end: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-8 {
          gap-top: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-8 {
          gap-right: 32px
        }

        [dir=rtl] .box--md\:gap-right-8 {
          gap-left: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-8 {
          gap-bottom: 32px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-8 {
          gap-left: 32px
        }

        [dir=rtl] .box--md\:gap-left-8 {
          gap-right: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-8 {
          gap-inline: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-8 {
          gap-inline-start: 32px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-8 {
          gap-inline-end: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-8 {
          gap-top: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-8 {
          gap-right: 32px
        }

        [dir=rtl] .box--lg\:gap-right-8 {
          gap-left: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-8 {
          gap-bottom: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-8 {
          gap-left: 32px
        }

        [dir=rtl] .box--lg\:gap-left-8 {
          gap-right: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-8 {
          gap-inline: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-8 {
          gap-inline-start: 32px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-8 {
          gap-inline-end: 32px
        }
      }

      .box--gap-top-9 {
        gap-top: 36px
      }

      [dir=ltr] .box--gap-right-9 {
        gap-right: 36px
      }

      [dir=rtl] .box--gap-right-9 {
        gap-left: 36px
      }

      .box--gap-bottom-9 {
        gap-bottom: 36px
      }

      [dir=ltr] .box--gap-left-9 {
        gap-left: 36px
      }

      [dir=rtl] .box--gap-left-9 {
        gap-right: 36px
      }

      .box--gap-inline-9 {
        gap-inline: 36px
      }

      .box--gap-inline-start-9 {
        gap-inline-start: 36px
      }

      .box--gap-inline-end-9 {
        gap-inline-end: 36px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-9 {
          gap-top: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-9 {
          gap-right: 36px
        }

        [dir=rtl] .box--sm\:gap-right-9 {
          gap-left: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-9 {
          gap-bottom: 36px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-9 {
          gap-left: 36px
        }

        [dir=rtl] .box--sm\:gap-left-9 {
          gap-right: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-9 {
          gap-inline: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-9 {
          gap-inline-start: 36px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-9 {
          gap-inline-end: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-9 {
          gap-top: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-9 {
          gap-right: 36px
        }

        [dir=rtl] .box--md\:gap-right-9 {
          gap-left: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-9 {
          gap-bottom: 36px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-9 {
          gap-left: 36px
        }

        [dir=rtl] .box--md\:gap-left-9 {
          gap-right: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-9 {
          gap-inline: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-9 {
          gap-inline-start: 36px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-9 {
          gap-inline-end: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-9 {
          gap-top: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-9 {
          gap-right: 36px
        }

        [dir=rtl] .box--lg\:gap-right-9 {
          gap-left: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-9 {
          gap-bottom: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-9 {
          gap-left: 36px
        }

        [dir=rtl] .box--lg\:gap-left-9 {
          gap-right: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-9 {
          gap-inline: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-9 {
          gap-inline-start: 36px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-9 {
          gap-inline-end: 36px
        }
      }

      .box--gap-top-10 {
        gap-top: 40px
      }

      [dir=ltr] .box--gap-right-10 {
        gap-right: 40px
      }

      [dir=rtl] .box--gap-right-10 {
        gap-left: 40px
      }

      .box--gap-bottom-10 {
        gap-bottom: 40px
      }

      [dir=ltr] .box--gap-left-10 {
        gap-left: 40px
      }

      [dir=rtl] .box--gap-left-10 {
        gap-right: 40px
      }

      .box--gap-inline-10 {
        gap-inline: 40px
      }

      .box--gap-inline-start-10 {
        gap-inline-start: 40px
      }

      .box--gap-inline-end-10 {
        gap-inline-end: 40px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-10 {
          gap-top: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-10 {
          gap-right: 40px
        }

        [dir=rtl] .box--sm\:gap-right-10 {
          gap-left: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-10 {
          gap-bottom: 40px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-10 {
          gap-left: 40px
        }

        [dir=rtl] .box--sm\:gap-left-10 {
          gap-right: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-10 {
          gap-inline: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-10 {
          gap-inline-start: 40px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-10 {
          gap-inline-end: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-10 {
          gap-top: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-10 {
          gap-right: 40px
        }

        [dir=rtl] .box--md\:gap-right-10 {
          gap-left: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-10 {
          gap-bottom: 40px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-10 {
          gap-left: 40px
        }

        [dir=rtl] .box--md\:gap-left-10 {
          gap-right: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-10 {
          gap-inline: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-10 {
          gap-inline-start: 40px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-10 {
          gap-inline-end: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-10 {
          gap-top: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-10 {
          gap-right: 40px
        }

        [dir=rtl] .box--lg\:gap-right-10 {
          gap-left: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-10 {
          gap-bottom: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-10 {
          gap-left: 40px
        }

        [dir=rtl] .box--lg\:gap-left-10 {
          gap-right: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-10 {
          gap-inline: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-10 {
          gap-inline-start: 40px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-10 {
          gap-inline-end: 40px
        }
      }

      .box--gap-top-11 {
        gap-top: 44px
      }

      [dir=ltr] .box--gap-right-11 {
        gap-right: 44px
      }

      [dir=rtl] .box--gap-right-11 {
        gap-left: 44px
      }

      .box--gap-bottom-11 {
        gap-bottom: 44px
      }

      [dir=ltr] .box--gap-left-11 {
        gap-left: 44px
      }

      [dir=rtl] .box--gap-left-11 {
        gap-right: 44px
      }

      .box--gap-inline-11 {
        gap-inline: 44px
      }

      .box--gap-inline-start-11 {
        gap-inline-start: 44px
      }

      .box--gap-inline-end-11 {
        gap-inline-end: 44px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-11 {
          gap-top: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-11 {
          gap-right: 44px
        }

        [dir=rtl] .box--sm\:gap-right-11 {
          gap-left: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-11 {
          gap-bottom: 44px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-11 {
          gap-left: 44px
        }

        [dir=rtl] .box--sm\:gap-left-11 {
          gap-right: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-11 {
          gap-inline: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-11 {
          gap-inline-start: 44px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-11 {
          gap-inline-end: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-11 {
          gap-top: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-11 {
          gap-right: 44px
        }

        [dir=rtl] .box--md\:gap-right-11 {
          gap-left: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-11 {
          gap-bottom: 44px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-11 {
          gap-left: 44px
        }

        [dir=rtl] .box--md\:gap-left-11 {
          gap-right: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-11 {
          gap-inline: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-11 {
          gap-inline-start: 44px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-11 {
          gap-inline-end: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-11 {
          gap-top: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-11 {
          gap-right: 44px
        }

        [dir=rtl] .box--lg\:gap-right-11 {
          gap-left: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-11 {
          gap-bottom: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-11 {
          gap-left: 44px
        }

        [dir=rtl] .box--lg\:gap-left-11 {
          gap-right: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-11 {
          gap-inline: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-11 {
          gap-inline-start: 44px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-11 {
          gap-inline-end: 44px
        }
      }

      .box--gap-top-12 {
        gap-top: 48px
      }

      [dir=ltr] .box--gap-right-12 {
        gap-right: 48px
      }

      [dir=rtl] .box--gap-right-12 {
        gap-left: 48px
      }

      .box--gap-bottom-12 {
        gap-bottom: 48px
      }

      [dir=ltr] .box--gap-left-12 {
        gap-left: 48px
      }

      [dir=rtl] .box--gap-left-12 {
        gap-right: 48px
      }

      .box--gap-inline-12 {
        gap-inline: 48px
      }

      .box--gap-inline-start-12 {
        gap-inline-start: 48px
      }

      .box--gap-inline-end-12 {
        gap-inline-end: 48px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-top-12 {
          gap-top: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-right-12 {
          gap-right: 48px
        }

        [dir=rtl] .box--sm\:gap-right-12 {
          gap-left: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-bottom-12 {
          gap-bottom: 48px
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:gap-left-12 {
          gap-left: 48px
        }

        [dir=rtl] .box--sm\:gap-left-12 {
          gap-right: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-12 {
          gap-inline: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-start-12 {
          gap-inline-start: 48px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:gap-inline-end-12 {
          gap-inline-end: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-top-12 {
          gap-top: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-right-12 {
          gap-right: 48px
        }

        [dir=rtl] .box--md\:gap-right-12 {
          gap-left: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-bottom-12 {
          gap-bottom: 48px
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:gap-left-12 {
          gap-left: 48px
        }

        [dir=rtl] .box--md\:gap-left-12 {
          gap-right: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-12 {
          gap-inline: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-start-12 {
          gap-inline-start: 48px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:gap-inline-end-12 {
          gap-inline-end: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-top-12 {
          gap-top: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-right-12 {
          gap-right: 48px
        }

        [dir=rtl] .box--lg\:gap-right-12 {
          gap-left: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-bottom-12 {
          gap-bottom: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:gap-left-12 {
          gap-left: 48px
        }

        [dir=rtl] .box--lg\:gap-left-12 {
          gap-right: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-12 {
          gap-inline: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-start-12 {
          gap-inline-start: 48px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:gap-inline-end-12 {
          gap-inline-end: 48px
        }
      }

      .box--border-width-0 {
        border-width: 0px
      }

      .box--border-width-1 {
        border-width: 1px
      }

      .box--border-width-2 {
        border-width: 2px
      }

      .box--border-width-3 {
        border-width: 3px
      }

      .box--border-width-4 {
        border-width: 4px
      }

      .box--border-width-5 {
        border-width: 5px
      }

      .box--border-width-6 {
        border-width: 6px
      }

      .box--border-width-7 {
        border-width: 7px
      }

      .box--border-width-8 {
        border-width: 8px
      }

      .box--border-width-9 {
        border-width: 9px
      }

      .box--border-width-10 {
        border-width: 10px
      }

      .box--border-width-11 {
        border-width: 11px
      }

      .box--border-width-12 {
        border-width: 12px
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-0 {
          border-width: 0px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-1 {
          border-width: 1px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-2 {
          border-width: 2px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-3 {
          border-width: 3px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-4 {
          border-width: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-5 {
          border-width: 5px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-6 {
          border-width: 6px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-7 {
          border-width: 7px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-8 {
          border-width: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-9 {
          border-width: 9px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-10 {
          border-width: 10px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-11 {
          border-width: 11px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-width-12 {
          border-width: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-0 {
          border-width: 0px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-1 {
          border-width: 1px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-2 {
          border-width: 2px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-3 {
          border-width: 3px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-4 {
          border-width: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-5 {
          border-width: 5px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-6 {
          border-width: 6px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-7 {
          border-width: 7px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-8 {
          border-width: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-9 {
          border-width: 9px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-10 {
          border-width: 10px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-11 {
          border-width: 11px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-width-12 {
          border-width: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-0 {
          border-width: 0px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-1 {
          border-width: 1px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-2 {
          border-width: 2px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-3 {
          border-width: 3px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-4 {
          border-width: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-5 {
          border-width: 5px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-6 {
          border-width: 6px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-7 {
          border-width: 7px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-8 {
          border-width: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-9 {
          border-width: 9px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-10 {
          border-width: 10px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-11 {
          border-width: 11px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-width-12 {
          border-width: 12px
        }
      }

      .box--border-color-background-default {
        border-color: var(--color-background-default)
      }

      .box--border-color-background-alternative {
        border-color: var(--color-background-alternative)
      }

      .box--border-color-text-default {
        border-color: var(--color-text-default)
      }

      .box--border-color-text-alternative {
        border-color: var(--color-text-alternative)
      }

      .box--border-color-text-muted {
        border-color: var(--color-text-muted)
      }

      .box--border-color-icon-default {
        border-color: var(--color-icon-default)
      }

      .box--border-color-icon-alternative {
        border-color: var(--color-icon-alternative)
      }

      .box--border-color-icon-muted {
        border-color: var(--color-icon-muted)
      }

      .box--border-color-border-default {
        border-color: var(--color-border-default)
      }

      .box--border-color-border-muted {
        border-color: var(--color-border-muted)
      }

      .box--border-color-overlay-default {
        border-color: var(--color-overlay-default)
      }

      .box--border-color-overlay-inverse {
        border-color: var(--color-overlay-inverse)
      }

      .box--border-color-primary-default {
        border-color: var(--color-primary-default)
      }

      .box--border-color-primary-alternative {
        border-color: var(--color-primary-alternative)
      }

      .box--border-color-primary-muted {
        border-color: var(--color-primary-muted)
      }

      .box--border-color-primary-inverse {
        border-color: var(--color-primary-inverse)
      }

      .box--border-color-primary-disabled {
        border-color: var(--color-primary-disabled)
      }

      .box--border-color-error-default {
        border-color: var(--color-error-default)
      }

      .box--border-color-error-alternative {
        border-color: var(--color-error-alternative)
      }

      .box--border-color-error-muted {
        border-color: var(--color-error-muted)
      }

      .box--border-color-error-inverse {
        border-color: var(--color-error-inverse)
      }

      .box--border-color-error-disabled {
        border-color: var(--color-error-disabled)
      }

      .box--border-color-warning-default {
        border-color: var(--color-warning-default)
      }

      .box--border-color-warning-alternative {
        border-color: var(--color-warning-alternative)
      }

      .box--border-color-warning-muted {
        border-color: var(--color-warning-muted)
      }

      .box--border-color-warning-inverse {
        border-color: var(--color-warning-inverse)
      }

      .box--border-color-warning-disabled {
        border-color: var(--color-warning-disabled)
      }

      .box--border-color-success-default {
        border-color: var(--color-success-default)
      }

      .box--border-color-success-alternative {
        border-color: var(--color-success-alternative)
      }

      .box--border-color-success-muted {
        border-color: var(--color-success-muted)
      }

      .box--border-color-success-inverse {
        border-color: var(--color-success-inverse)
      }

      .box--border-color-success-disabled {
        border-color: var(--color-success-disabled)
      }

      .box--border-color-info-default {
        border-color: var(--color-info-default)
      }

      .box--border-color-info-alternative {
        border-color: var(--color-info-alternative)
      }

      .box--border-color-info-muted {
        border-color: var(--color-info-muted)
      }

      .box--border-color-info-inverse {
        border-color: var(--color-info-inverse)
      }

      .box--border-color-info-disabled {
        border-color: var(--color-info-disabled)
      }

      .box--border-color-mainnet {
        border-color: var(--mainnet)
      }

      .box--border-color-goerli {
        border-color: var(--color-network-goerli-default)
      }

      .box--border-color-sepolia {
        border-color: var(--color-network-sepolia-default)
      }

      .box--border-color-goerli-inverse {
        border-color: var(--color-network-goerli-inverse)
      }

      .box--border-color-sepolia-inverse {
        border-color: var(--color-network-sepolia-inverse)
      }

      .box--border-color-linea-goerli {
        border-color: var(--color-network-linea-goerli-default)
      }

      .box--border-color-linea-goerli-inverse {
        border-color: var(--color-network-linea-goerli-inverse)
      }

      .box--border-color-linea-sepolia {
        border-color: var(--color-network-linea-sepolia-default)
      }

      .box--border-color-linea-sepolia-inverse {
        border-color: var(--color-network-linea-sepolia-inverse)
      }

      .box--border-color-linea-mainnet {
        border-color: var(--color-network-linea-mainnet-default)
      }

      .box--border-color-linea-mainnet-inverse {
        border-color: var(--color-network-linea-mainnet-inverse)
      }

      .box--border-color-localhost {
        border-color: var(--color-network-localhost-default)
      }

      .box--border-color-transparent {
        border-color: var(--transparent)
      }

      .box--border-color-flask-purple {
        border-color: var(--color-flask-default)
      }

      .box--border-color-inherit {
        border-color: var(--inherit)
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-background-default {
          border-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-background-alternative {
          border-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-text-default {
          border-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-text-alternative {
          border-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-text-muted {
          border-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-icon-default {
          border-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-icon-alternative {
          border-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-icon-muted {
          border-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-border-default {
          border-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-border-muted {
          border-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-overlay-default {
          border-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-overlay-inverse {
          border-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-primary-default {
          border-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-primary-alternative {
          border-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-primary-muted {
          border-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-primary-inverse {
          border-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-primary-disabled {
          border-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-error-default {
          border-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-error-alternative {
          border-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-error-muted {
          border-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-error-inverse {
          border-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-error-disabled {
          border-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-warning-default {
          border-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-warning-alternative {
          border-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-warning-muted {
          border-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-warning-inverse {
          border-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-warning-disabled {
          border-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-success-default {
          border-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-success-alternative {
          border-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-success-muted {
          border-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-success-inverse {
          border-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-success-disabled {
          border-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-info-default {
          border-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-info-alternative {
          border-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-info-muted {
          border-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-info-inverse {
          border-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-info-disabled {
          border-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-mainnet {
          border-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-goerli {
          border-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-sepolia {
          border-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-goerli-inverse {
          border-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-sepolia-inverse {
          border-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-linea-goerli {
          border-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-linea-goerli-inverse {
          border-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-linea-sepolia {
          border-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-linea-sepolia-inverse {
          border-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-linea-mainnet {
          border-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-linea-mainnet-inverse {
          border-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-localhost {
          border-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-transparent {
          border-color: var(--transparent)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-flask-purple {
          border-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-color-inherit {
          border-color: var(--inherit)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-background-default {
          border-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-background-alternative {
          border-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-text-default {
          border-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-text-alternative {
          border-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-text-muted {
          border-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-icon-default {
          border-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-icon-alternative {
          border-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-icon-muted {
          border-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-border-default {
          border-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-border-muted {
          border-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-overlay-default {
          border-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-overlay-inverse {
          border-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-primary-default {
          border-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-primary-alternative {
          border-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-primary-muted {
          border-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-primary-inverse {
          border-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-primary-disabled {
          border-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-error-default {
          border-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-error-alternative {
          border-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-error-muted {
          border-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-error-inverse {
          border-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-error-disabled {
          border-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-warning-default {
          border-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-warning-alternative {
          border-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-warning-muted {
          border-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-warning-inverse {
          border-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-warning-disabled {
          border-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-success-default {
          border-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-success-alternative {
          border-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-success-muted {
          border-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-success-inverse {
          border-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-success-disabled {
          border-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-info-default {
          border-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-info-alternative {
          border-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-info-muted {
          border-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-info-inverse {
          border-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-info-disabled {
          border-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-mainnet {
          border-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-goerli {
          border-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-sepolia {
          border-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-goerli-inverse {
          border-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-sepolia-inverse {
          border-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-linea-goerli {
          border-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-linea-goerli-inverse {
          border-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-linea-sepolia {
          border-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-linea-sepolia-inverse {
          border-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-linea-mainnet {
          border-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-linea-mainnet-inverse {
          border-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-localhost {
          border-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-transparent {
          border-color: var(--transparent)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-flask-purple {
          border-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-color-inherit {
          border-color: var(--inherit)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-background-default {
          border-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-background-alternative {
          border-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-text-default {
          border-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-text-alternative {
          border-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-text-muted {
          border-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-icon-default {
          border-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-icon-alternative {
          border-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-icon-muted {
          border-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-border-default {
          border-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-border-muted {
          border-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-overlay-default {
          border-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-overlay-inverse {
          border-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-primary-default {
          border-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-primary-alternative {
          border-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-primary-muted {
          border-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-primary-inverse {
          border-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-primary-disabled {
          border-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-error-default {
          border-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-error-alternative {
          border-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-error-muted {
          border-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-error-inverse {
          border-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-error-disabled {
          border-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-warning-default {
          border-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-warning-alternative {
          border-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-warning-muted {
          border-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-warning-inverse {
          border-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-warning-disabled {
          border-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-success-default {
          border-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-success-alternative {
          border-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-success-muted {
          border-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-success-inverse {
          border-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-success-disabled {
          border-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-info-default {
          border-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-info-alternative {
          border-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-info-muted {
          border-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-info-inverse {
          border-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-info-disabled {
          border-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-mainnet {
          border-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-goerli {
          border-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-sepolia {
          border-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-goerli-inverse {
          border-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-sepolia-inverse {
          border-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-linea-goerli {
          border-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-linea-goerli-inverse {
          border-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-linea-sepolia {
          border-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-linea-sepolia-inverse {
          border-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-linea-mainnet {
          border-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-linea-mainnet-inverse {
          border-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-localhost {
          border-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-transparent {
          border-color: var(--transparent)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-flask-purple {
          border-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-color-inherit {
          border-color: var(--inherit)
        }
      }

      .box--border-style-solid {
        border-style: solid
      }

      .box--border-style-double {
        border-style: double
      }

      .box--border-style-none {
        border-style: none
      }

      .box--border-style-dashed {
        border-style: dashed
      }

      .box--border-style-dotted {
        border-style: dotted
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-style-solid {
          border-style: solid
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-style-double {
          border-style: double
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-style-none {
          border-style: none
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-style-dashed {
          border-style: dashed
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:border-style-dotted {
          border-style: dotted
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-style-solid {
          border-style: solid
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-style-double {
          border-style: double
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-style-none {
          border-style: none
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-style-dashed {
          border-style: dashed
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:border-style-dotted {
          border-style: dotted
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-style-solid {
          border-style: solid
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-style-double {
          border-style: double
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-style-none {
          border-style: none
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-style-dashed {
          border-style: dashed
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:border-style-dotted {
          border-style: dotted
        }
      }

      .box--rounded-xs {
        border-radius: 2px
      }

      .box--rounded-sm {
        border-radius: 4px
      }

      .box--rounded-md {
        border-radius: 6px
      }

      .box--rounded-lg {
        border-radius: 8px
      }

      .box--rounded-xl {
        border-radius: 12px
      }

      .box--rounded-full {
        border-radius: 50%
      }

      .box--rounded-pill {
        border-radius: 9999px
      }

      .box--rounded-none {
        border-radius: 0
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-xs {
          border-radius: 2px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-sm {
          border-radius: 4px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-md {
          border-radius: 6px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-lg {
          border-radius: 8px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-xl {
          border-radius: 12px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-full {
          border-radius: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-pill {
          border-radius: 9999px
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:rounded-none {
          border-radius: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-xs {
          border-radius: 2px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-sm {
          border-radius: 4px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-md {
          border-radius: 6px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-lg {
          border-radius: 8px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-xl {
          border-radius: 12px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-full {
          border-radius: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-pill {
          border-radius: 9999px
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:rounded-none {
          border-radius: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-xs {
          border-radius: 2px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-sm {
          border-radius: 4px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-md {
          border-radius: 6px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-lg {
          border-radius: 8px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-xl {
          border-radius: 12px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-full {
          border-radius: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-pill {
          border-radius: 9999px
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:rounded-none {
          border-radius: 0
        }
      }

      .box--display-block {
        display: block
      }

      .box--display-flex {
        display: flex
      }

      .box--display-grid {
        display: grid
      }

      .box--display-inline-block {
        display: inline-block
      }

      .box--display-inline-grid {
        display: inline-grid
      }

      .box--display-inline-flex {
        display: inline-flex
      }

      .box--display-list-item {
        display: list-item
      }

      .box--display-none {
        display: none
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-block {
          display: block
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-flex {
          display: flex
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-grid {
          display: grid
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-inline-block {
          display: inline-block
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-inline-grid {
          display: inline-grid
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-inline-flex {
          display: inline-flex
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-list-item {
          display: list-item
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:display-none {
          display: none
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-block {
          display: block
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-flex {
          display: flex
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-grid {
          display: grid
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-inline-block {
          display: inline-block
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-inline-grid {
          display: inline-grid
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-inline-flex {
          display: inline-flex
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-list-item {
          display: list-item
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:display-none {
          display: none
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-block {
          display: block
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-flex {
          display: flex
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-grid {
          display: grid
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-inline-block {
          display: inline-block
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-inline-grid {
          display: inline-grid
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-inline-flex {
          display: inline-flex
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-list-item {
          display: list-item
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:display-none {
          display: none
        }
      }

      .box--align-items-baseline {
        align-items: baseline
      }

      .box--align-items-center {
        align-items: center
      }

      .box--align-items-flex-end {
        align-items: flex-end
      }

      .box--align-items-flex-start {
        align-items: flex-start
      }

      .box--align-items-stretch {
        align-items: stretch
      }

      @media screen and (min-width: 576px) {
        .box--sm\:align-items-baseline {
          align-items: baseline
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:align-items-center {
          align-items: center
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:align-items-flex-end {
          align-items: flex-end
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:align-items-flex-start {
          align-items: flex-start
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:align-items-stretch {
          align-items: stretch
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:align-items-baseline {
          align-items: baseline
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:align-items-center {
          align-items: center
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:align-items-flex-end {
          align-items: flex-end
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:align-items-flex-start {
          align-items: flex-start
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:align-items-stretch {
          align-items: stretch
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:align-items-baseline {
          align-items: baseline
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:align-items-center {
          align-items: center
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:align-items-flex-end {
          align-items: flex-end
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:align-items-flex-start {
          align-items: flex-start
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:align-items-stretch {
          align-items: stretch
        }
      }

      .box--justify-content-center {
        justify-content: center
      }

      .box--justify-content-flex-end {
        justify-content: flex-end
      }

      .box--justify-content-flex-start {
        justify-content: flex-start
      }

      .box--justify-content-space-around {
        justify-content: space-around
      }

      .box--justify-content-space-between {
        justify-content: space-between
      }

      .box--justify-content-space-evenly {
        justify-content: space-evenly
      }

      @media screen and (min-width: 576px) {
        .box--sm\:justify-content-center {
          justify-content: center
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:justify-content-flex-end {
          justify-content: flex-end
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:justify-content-flex-start {
          justify-content: flex-start
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:justify-content-space-around {
          justify-content: space-around
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:justify-content-space-between {
          justify-content: space-between
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:justify-content-space-evenly {
          justify-content: space-evenly
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:justify-content-center {
          justify-content: center
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:justify-content-flex-end {
          justify-content: flex-end
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:justify-content-flex-start {
          justify-content: flex-start
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:justify-content-space-around {
          justify-content: space-around
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:justify-content-space-between {
          justify-content: space-between
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:justify-content-space-evenly {
          justify-content: space-evenly
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:justify-content-center {
          justify-content: center
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:justify-content-flex-end {
          justify-content: flex-end
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:justify-content-flex-start {
          justify-content: flex-start
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:justify-content-space-around {
          justify-content: space-around
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:justify-content-space-between {
          justify-content: space-between
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:justify-content-space-evenly {
          justify-content: space-evenly
        }
      }

      .box--flex-direction-row {
        flex-direction: row
      }

      .box--flex-direction-row-reverse {
        flex-direction: row-reverse
      }

      .box--flex-direction-column {
        flex-direction: column
      }

      .box--flex-direction-column-reverse {
        flex-direction: column-reverse
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-direction-row {
          flex-direction: row
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-direction-row-reverse {
          flex-direction: row-reverse
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-direction-column {
          flex-direction: column
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-direction-column-reverse {
          flex-direction: column-reverse
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-direction-row {
          flex-direction: row
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-direction-row-reverse {
          flex-direction: row-reverse
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-direction-column {
          flex-direction: column
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-direction-column-reverse {
          flex-direction: column-reverse
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-direction-row {
          flex-direction: row
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-direction-row-reverse {
          flex-direction: row-reverse
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-direction-column {
          flex-direction: column
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-direction-column-reverse {
          flex-direction: column-reverse
        }
      }

      .box--flex-wrap-wrap {
        flex-wrap: wrap
      }

      .box--flex-wrap-wrap-reverse {
        flex-wrap: wrap-reverse
      }

      .box--flex-wrap-nowrap {
        flex-wrap: nowrap
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-wrap-wrap {
          flex-wrap: wrap
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-wrap-wrap-reverse {
          flex-wrap: wrap-reverse
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:flex-wrap-nowrap {
          flex-wrap: nowrap
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-wrap-wrap {
          flex-wrap: wrap
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-wrap-wrap-reverse {
          flex-wrap: wrap-reverse
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:flex-wrap-nowrap {
          flex-wrap: nowrap
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-wrap-wrap {
          flex-wrap: wrap
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-wrap-wrap-reverse {
          flex-wrap: wrap-reverse
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:flex-wrap-nowrap {
          flex-wrap: nowrap
        }
      }

      .box--width-full {
        width: 100%
      }

      .box--height-full {
        height: 100%
      }

      .box--width-0 {
        width: 0
      }

      .box--height-0 {
        height: 0
      }

      .box--width-1\/2 {
        width: 50%
      }

      .box--height-1\/2 {
        height: 50%
      }

      .box--width-1\/3 {
        width: 33.333333%
      }

      .box--height-1\/3 {
        height: 33.333333%
      }

      .box--width-2\/3 {
        width: 66.666667%
      }

      .box--height-2\/3 {
        height: 66.666667%
      }

      .box--width-1\/4 {
        width: 25%
      }

      .box--height-1\/4 {
        height: 25%
      }

      .box--width-2\/4 {
        width: 50%
      }

      .box--height-2\/4 {
        height: 50%
      }

      .box--width-3\/4 {
        width: 75%
      }

      .box--height-3\/4 {
        height: 75%
      }

      .box--width-1\/5 {
        width: 20%
      }

      .box--height-1\/5 {
        height: 20%
      }

      .box--width-2\/5 {
        width: 40%
      }

      .box--height-2\/5 {
        height: 40%
      }

      .box--width-3\/5 {
        width: 60%
      }

      .box--height-3\/5 {
        height: 60%
      }

      .box--width-4\/5 {
        width: 80%
      }

      .box--height-4\/5 {
        height: 80%
      }

      .box--width-1\/6 {
        width: 16.666667%
      }

      .box--height-1\/6 {
        height: 16.666667%
      }

      .box--width-2\/6 {
        width: 33.333333%
      }

      .box--height-2\/6 {
        height: 33.333333%
      }

      .box--width-3\/6 {
        width: 50%
      }

      .box--height-3\/6 {
        height: 50%
      }

      .box--width-4\/6 {
        width: 66.666667%
      }

      .box--height-4\/6 {
        height: 66.666667%
      }

      .box--width-5\/6 {
        width: 83.333333%
      }

      .box--height-5\/6 {
        height: 83.333333%
      }

      .box--width-1\/12 {
        width: 8.333333%
      }

      .box--height-1\/12 {
        height: 8.333333%
      }

      .box--width-2\/12 {
        width: 16.666667%
      }

      .box--height-2\/12 {
        height: 16.666667%
      }

      .box--width-3\/12 {
        width: 25%
      }

      .box--height-3\/12 {
        height: 25%
      }

      .box--width-4\/12 {
        width: 33.333333%
      }

      .box--height-4\/12 {
        height: 33.333333%
      }

      .box--width-5\/12 {
        width: 41.666667%
      }

      .box--height-5\/12 {
        height: 41.666667%
      }

      .box--width-6\/12 {
        width: 50%
      }

      .box--height-6\/12 {
        height: 50%
      }

      .box--width-7\/12 {
        width: 58.333333%
      }

      .box--height-7\/12 {
        height: 58.333333%
      }

      .box--width-8\/12 {
        width: 66.666667%
      }

      .box--height-8\/12 {
        height: 66.666667%
      }

      .box--width-9\/12 {
        width: 75%
      }

      .box--height-9\/12 {
        height: 75%
      }

      .box--width-10\/12 {
        width: 83.333333%
      }

      .box--height-10\/12 {
        height: 83.333333%
      }

      .box--width-11\/12 {
        width: 91.666667%
      }

      .box--height-11\/12 {
        height: 91.666667%
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-0 {
          width: 0
        }

        .box--sm\:height-0 {
          height: 0
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-1\/2 {
          width: 50%
        }

        .box--sm\:height-1\/2 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-1\/3 {
          width: 33.333333%
        }

        .box--sm\:height-1\/3 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-2\/3 {
          width: 66.666667%
        }

        .box--sm\:height-2\/3 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-1\/4 {
          width: 25%
        }

        .box--sm\:height-1\/4 {
          height: 25%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-2\/4 {
          width: 50%
        }

        .box--sm\:height-2\/4 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-3\/4 {
          width: 75%
        }

        .box--sm\:height-3\/4 {
          height: 75%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-1\/5 {
          width: 20%
        }

        .box--sm\:height-1\/5 {
          height: 20%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-2\/5 {
          width: 40%
        }

        .box--sm\:height-2\/5 {
          height: 40%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-3\/5 {
          width: 60%
        }

        .box--sm\:height-3\/5 {
          height: 60%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-4\/5 {
          width: 80%
        }

        .box--sm\:height-4\/5 {
          height: 80%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-1\/6 {
          width: 16.666667%
        }

        .box--sm\:height-1\/6 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-2\/6 {
          width: 33.333333%
        }

        .box--sm\:height-2\/6 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-3\/6 {
          width: 50%
        }

        .box--sm\:height-3\/6 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-4\/6 {
          width: 66.666667%
        }

        .box--sm\:height-4\/6 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-5\/6 {
          width: 83.333333%
        }

        .box--sm\:height-5\/6 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-1\/12 {
          width: 8.333333%
        }

        .box--sm\:height-1\/12 {
          height: 8.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-2\/12 {
          width: 16.666667%
        }

        .box--sm\:height-2\/12 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-3\/12 {
          width: 25%
        }

        .box--sm\:height-3\/12 {
          height: 25%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-4\/12 {
          width: 33.333333%
        }

        .box--sm\:height-4\/12 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-5\/12 {
          width: 41.666667%
        }

        .box--sm\:height-5\/12 {
          height: 41.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-6\/12 {
          width: 50%
        }

        .box--sm\:height-6\/12 {
          height: 50%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-7\/12 {
          width: 58.333333%
        }

        .box--sm\:height-7\/12 {
          height: 58.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-8\/12 {
          width: 66.666667%
        }

        .box--sm\:height-8\/12 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-9\/12 {
          width: 75%
        }

        .box--sm\:height-9\/12 {
          height: 75%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-10\/12 {
          width: 83.333333%
        }

        .box--sm\:height-10\/12 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-11\/12 {
          width: 91.666667%
        }

        .box--sm\:height-11\/12 {
          height: 91.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-0 {
          width: 0
        }

        .box--md\:height-0 {
          height: 0
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-1\/2 {
          width: 50%
        }

        .box--md\:height-1\/2 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-1\/3 {
          width: 33.333333%
        }

        .box--md\:height-1\/3 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-2\/3 {
          width: 66.666667%
        }

        .box--md\:height-2\/3 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-1\/4 {
          width: 25%
        }

        .box--md\:height-1\/4 {
          height: 25%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-2\/4 {
          width: 50%
        }

        .box--md\:height-2\/4 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-3\/4 {
          width: 75%
        }

        .box--md\:height-3\/4 {
          height: 75%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-1\/5 {
          width: 20%
        }

        .box--md\:height-1\/5 {
          height: 20%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-2\/5 {
          width: 40%
        }

        .box--md\:height-2\/5 {
          height: 40%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-3\/5 {
          width: 60%
        }

        .box--md\:height-3\/5 {
          height: 60%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-4\/5 {
          width: 80%
        }

        .box--md\:height-4\/5 {
          height: 80%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-1\/6 {
          width: 16.666667%
        }

        .box--md\:height-1\/6 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-2\/6 {
          width: 33.333333%
        }

        .box--md\:height-2\/6 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-3\/6 {
          width: 50%
        }

        .box--md\:height-3\/6 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-4\/6 {
          width: 66.666667%
        }

        .box--md\:height-4\/6 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-5\/6 {
          width: 83.333333%
        }

        .box--md\:height-5\/6 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-1\/12 {
          width: 8.333333%
        }

        .box--md\:height-1\/12 {
          height: 8.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-2\/12 {
          width: 16.666667%
        }

        .box--md\:height-2\/12 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-3\/12 {
          width: 25%
        }

        .box--md\:height-3\/12 {
          height: 25%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-4\/12 {
          width: 33.333333%
        }

        .box--md\:height-4\/12 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-5\/12 {
          width: 41.666667%
        }

        .box--md\:height-5\/12 {
          height: 41.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-6\/12 {
          width: 50%
        }

        .box--md\:height-6\/12 {
          height: 50%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-7\/12 {
          width: 58.333333%
        }

        .box--md\:height-7\/12 {
          height: 58.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-8\/12 {
          width: 66.666667%
        }

        .box--md\:height-8\/12 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-9\/12 {
          width: 75%
        }

        .box--md\:height-9\/12 {
          height: 75%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-10\/12 {
          width: 83.333333%
        }

        .box--md\:height-10\/12 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-11\/12 {
          width: 91.666667%
        }

        .box--md\:height-11\/12 {
          height: 91.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-0 {
          width: 0
        }

        .box--lg\:height-0 {
          height: 0
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-1\/2 {
          width: 50%
        }

        .box--lg\:height-1\/2 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-1\/3 {
          width: 33.333333%
        }

        .box--lg\:height-1\/3 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-2\/3 {
          width: 66.666667%
        }

        .box--lg\:height-2\/3 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-1\/4 {
          width: 25%
        }

        .box--lg\:height-1\/4 {
          height: 25%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-2\/4 {
          width: 50%
        }

        .box--lg\:height-2\/4 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-3\/4 {
          width: 75%
        }

        .box--lg\:height-3\/4 {
          height: 75%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-1\/5 {
          width: 20%
        }

        .box--lg\:height-1\/5 {
          height: 20%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-2\/5 {
          width: 40%
        }

        .box--lg\:height-2\/5 {
          height: 40%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-3\/5 {
          width: 60%
        }

        .box--lg\:height-3\/5 {
          height: 60%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-4\/5 {
          width: 80%
        }

        .box--lg\:height-4\/5 {
          height: 80%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-1\/6 {
          width: 16.666667%
        }

        .box--lg\:height-1\/6 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-2\/6 {
          width: 33.333333%
        }

        .box--lg\:height-2\/6 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-3\/6 {
          width: 50%
        }

        .box--lg\:height-3\/6 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-4\/6 {
          width: 66.666667%
        }

        .box--lg\:height-4\/6 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-5\/6 {
          width: 83.333333%
        }

        .box--lg\:height-5\/6 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-1\/12 {
          width: 8.333333%
        }

        .box--lg\:height-1\/12 {
          height: 8.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-2\/12 {
          width: 16.666667%
        }

        .box--lg\:height-2\/12 {
          height: 16.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-3\/12 {
          width: 25%
        }

        .box--lg\:height-3\/12 {
          height: 25%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-4\/12 {
          width: 33.333333%
        }

        .box--lg\:height-4\/12 {
          height: 33.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-5\/12 {
          width: 41.666667%
        }

        .box--lg\:height-5\/12 {
          height: 41.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-6\/12 {
          width: 50%
        }

        .box--lg\:height-6\/12 {
          height: 50%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-7\/12 {
          width: 58.333333%
        }

        .box--lg\:height-7\/12 {
          height: 58.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-8\/12 {
          width: 66.666667%
        }

        .box--lg\:height-8\/12 {
          height: 66.666667%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-9\/12 {
          width: 75%
        }

        .box--lg\:height-9\/12 {
          height: 75%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-10\/12 {
          width: 83.333333%
        }

        .box--lg\:height-10\/12 {
          height: 83.333333%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-11\/12 {
          width: 91.666667%
        }

        .box--lg\:height-11\/12 {
          height: 91.666667%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-full {
          width: 100%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-full {
          width: 100%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-full {
          width: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:height-full {
          height: 100%
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:height-full {
          height: 100%
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:height-full {
          height: 100%
        }
      }

      .box--height-screen {
        height: 100vh
      }

      @media screen and (min-width: 576px) {
        .box--sm\:height-screen {
          height: 100vh
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:height-screen {
          height: 100vh
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:height-screen {
          height: 100vh
        }
      }

      .box--width-screen {
        width: 100vw
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-screen {
          width: 100vw
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-screen {
          width: 100vw
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-screen {
          width: 100vw
        }
      }

      .box--height-max {
        height: max-content
      }

      .box--width-max {
        width: max-content
      }

      @media screen and (min-width: 576px) {
        .box--sm\:height-max {
          height: max-content
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:height-max {
          height: max-content
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:height-max {
          height: max-content
        }
      }

      .box--height-min {
        height: min-content
      }

      @media screen and (min-width: 576px) {
        .box--sm\:height-min {
          height: min-content
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:height-min {
          height: min-content
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:height-min {
          height: min-content
        }
      }

      .box--width-min {
        width: min-content
      }

      @media screen and (min-width: 576px) {
        .box--sm\:width-min {
          width: min-content
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:width-min {
          width: min-content
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:width-min {
          width: min-content
        }
      }

      [dir=ltr] .box--text-align-left {
        text-align: left
      }

      [dir=rtl] .box--text-align-left,
      [dir=ltr] .box--text-align-right {
        text-align: right
      }

      [dir=rtl] .box--text-align-right {
        text-align: left
      }

      .box--text-align-center {
        text-align: center
      }

      .box--text-align-justify {
        text-align: justify
      }

      .box--text-align-end {
        text-align: end
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:text-align-left {
          text-align: left
        }

        [dir=rtl] .box--sm\:text-align-left {
          text-align: right
        }
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .box--sm\:text-align-right {
          text-align: right
        }

        [dir=rtl] .box--sm\:text-align-right {
          text-align: left
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:text-align-center {
          text-align: center
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:text-align-justify {
          text-align: justify
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:text-align-end {
          text-align: end
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:text-align-left {
          text-align: left
        }

        [dir=rtl] .box--md\:text-align-left {
          text-align: right
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .box--md\:text-align-right {
          text-align: right
        }

        [dir=rtl] .box--md\:text-align-right {
          text-align: left
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:text-align-center {
          text-align: center
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:text-align-justify {
          text-align: justify
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:text-align-end {
          text-align: end
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:text-align-left {
          text-align: left
        }

        [dir=rtl] .box--lg\:text-align-left {
          text-align: right
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .box--lg\:text-align-right {
          text-align: right
        }

        [dir=rtl] .box--lg\:text-align-right {
          text-align: left
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:text-align-center {
          text-align: center
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:text-align-justify {
          text-align: justify
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:text-align-end {
          text-align: end
        }
      }

      .box--background-color-background-default {
        background-color: var(--color-background-default)
      }

      .box--background-color-background-alternative {
        background-color: var(--color-background-alternative)
      }

      .box--background-color-text-default {
        background-color: var(--color-text-default)
      }

      .box--background-color-text-alternative {
        background-color: var(--color-text-alternative)
      }

      .box--background-color-text-muted {
        background-color: var(--color-text-muted)
      }

      .box--background-color-icon-default {
        background-color: var(--color-icon-default)
      }

      .box--background-color-icon-alternative {
        background-color: var(--color-icon-alternative)
      }

      .box--background-color-icon-muted {
        background-color: var(--color-icon-muted)
      }

      .box--background-color-border-default {
        background-color: var(--color-border-default)
      }

      .box--background-color-border-muted {
        background-color: var(--color-border-muted)
      }

      .box--background-color-overlay-default {
        background-color: var(--color-overlay-default)
      }

      .box--background-color-overlay-inverse {
        background-color: var(--color-overlay-inverse)
      }

      .box--background-color-primary-default {
        background-color: var(--color-primary-default)
      }

      .box--background-color-primary-alternative {
        background-color: var(--color-primary-alternative)
      }

      .box--background-color-primary-muted {
        background-color: var(--color-primary-muted)
      }

      .box--background-color-primary-inverse {
        background-color: var(--color-primary-inverse)
      }

      .box--background-color-primary-disabled {
        background-color: var(--color-primary-disabled)
      }

      .box--background-color-error-default {
        background-color: var(--color-error-default)
      }

      .box--background-color-error-alternative {
        background-color: var(--color-error-alternative)
      }

      .box--background-color-error-muted {
        background-color: var(--color-error-muted)
      }

      .box--background-color-error-inverse {
        background-color: var(--color-error-inverse)
      }

      .box--background-color-error-disabled {
        background-color: var(--color-error-disabled)
      }

      .box--background-color-warning-default {
        background-color: var(--color-warning-default)
      }

      .box--background-color-warning-alternative {
        background-color: var(--color-warning-alternative)
      }

      .box--background-color-warning-muted {
        background-color: var(--color-warning-muted)
      }

      .box--background-color-warning-inverse {
        background-color: var(--color-warning-inverse)
      }

      .box--background-color-warning-disabled {
        background-color: var(--color-warning-disabled)
      }

      .box--background-color-success-default {
        background-color: var(--color-success-default)
      }

      .box--background-color-success-alternative {
        background-color: var(--color-success-alternative)
      }

      .box--background-color-success-muted {
        background-color: var(--color-success-muted)
      }

      .box--background-color-success-inverse {
        background-color: var(--color-success-inverse)
      }

      .box--background-color-success-disabled {
        background-color: var(--color-success-disabled)
      }

      .box--background-color-info-default {
        background-color: var(--color-info-default)
      }

      .box--background-color-info-alternative {
        background-color: var(--color-info-alternative)
      }

      .box--background-color-info-muted {
        background-color: var(--color-info-muted)
      }

      .box--background-color-info-inverse {
        background-color: var(--color-info-inverse)
      }

      .box--background-color-info-disabled {
        background-color: var(--color-info-disabled)
      }

      .box--background-color-mainnet {
        background-color: var(--mainnet)
      }

      .box--background-color-goerli {
        background-color: var(--color-network-goerli-default)
      }

      .box--background-color-sepolia {
        background-color: var(--color-network-sepolia-default)
      }

      .box--background-color-goerli-inverse {
        background-color: var(--color-network-goerli-inverse)
      }

      .box--background-color-sepolia-inverse {
        background-color: var(--color-network-sepolia-inverse)
      }

      .box--background-color-linea-goerli {
        background-color: var(--color-network-linea-goerli-default)
      }

      .box--background-color-linea-goerli-inverse {
        background-color: var(--color-network-linea-goerli-inverse)
      }

      .box--background-color-linea-sepolia {
        background-color: var(--color-network-linea-sepolia-default)
      }

      .box--background-color-linea-sepolia-inverse {
        background-color: var(--color-network-linea-sepolia-inverse)
      }

      .box--background-color-linea-mainnet {
        background-color: var(--color-network-linea-mainnet-default)
      }

      .box--background-color-linea-mainnet-inverse {
        background-color: var(--color-network-linea-mainnet-inverse)
      }

      .box--background-color-localhost {
        background-color: var(--color-network-localhost-default)
      }

      .box--background-color-transparent {
        background-color: var(--transparent)
      }

      .box--background-color-flask-purple {
        background-color: var(--color-flask-default)
      }

      .box--background-color-inherit {
        background-color: var(--inherit)
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-background-default {
          background-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-background-alternative {
          background-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-text-default {
          background-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-text-alternative {
          background-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-text-muted {
          background-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-icon-default {
          background-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-icon-alternative {
          background-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-icon-muted {
          background-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-border-default {
          background-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-border-muted {
          background-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-overlay-default {
          background-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-overlay-inverse {
          background-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-primary-default {
          background-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-primary-alternative {
          background-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-primary-muted {
          background-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-primary-inverse {
          background-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-primary-disabled {
          background-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-error-default {
          background-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-error-alternative {
          background-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-error-muted {
          background-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-error-inverse {
          background-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-error-disabled {
          background-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-warning-default {
          background-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-warning-alternative {
          background-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-warning-muted {
          background-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-warning-inverse {
          background-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-warning-disabled {
          background-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-success-default {
          background-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-success-alternative {
          background-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-success-muted {
          background-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-success-inverse {
          background-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-success-disabled {
          background-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-info-default {
          background-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-info-alternative {
          background-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-info-muted {
          background-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-info-inverse {
          background-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-info-disabled {
          background-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-mainnet {
          background-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-goerli {
          background-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-sepolia {
          background-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-goerli-inverse {
          background-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-sepolia-inverse {
          background-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-linea-goerli {
          background-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-linea-goerli-inverse {
          background-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-linea-sepolia {
          background-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-linea-sepolia-inverse {
          background-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-linea-mainnet {
          background-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-linea-mainnet-inverse {
          background-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-localhost {
          background-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-transparent {
          background-color: var(--transparent)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-flask-purple {
          background-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\:background-color-inherit {
          background-color: var(--inherit)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-background-default {
          background-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-background-alternative {
          background-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-text-default {
          background-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-text-alternative {
          background-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-text-muted {
          background-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-icon-default {
          background-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-icon-alternative {
          background-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-icon-muted {
          background-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-border-default {
          background-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-border-muted {
          background-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-overlay-default {
          background-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-overlay-inverse {
          background-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-primary-default {
          background-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-primary-alternative {
          background-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-primary-muted {
          background-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-primary-inverse {
          background-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-primary-disabled {
          background-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-error-default {
          background-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-error-alternative {
          background-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-error-muted {
          background-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-error-inverse {
          background-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-error-disabled {
          background-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-warning-default {
          background-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-warning-alternative {
          background-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-warning-muted {
          background-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-warning-inverse {
          background-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-warning-disabled {
          background-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-success-default {
          background-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-success-alternative {
          background-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-success-muted {
          background-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-success-inverse {
          background-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-success-disabled {
          background-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-info-default {
          background-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-info-alternative {
          background-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-info-muted {
          background-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-info-inverse {
          background-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-info-disabled {
          background-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-mainnet {
          background-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-goerli {
          background-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-sepolia {
          background-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-goerli-inverse {
          background-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-sepolia-inverse {
          background-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-linea-goerli {
          background-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-linea-goerli-inverse {
          background-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-linea-sepolia {
          background-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-linea-sepolia-inverse {
          background-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-linea-mainnet {
          background-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-linea-mainnet-inverse {
          background-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-localhost {
          background-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-transparent {
          background-color: var(--transparent)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-flask-purple {
          background-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\:background-color-inherit {
          background-color: var(--inherit)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-background-default {
          background-color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-background-alternative {
          background-color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-text-default {
          background-color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-text-alternative {
          background-color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-text-muted {
          background-color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-icon-default {
          background-color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-icon-alternative {
          background-color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-icon-muted {
          background-color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-border-default {
          background-color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-border-muted {
          background-color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-overlay-default {
          background-color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-overlay-inverse {
          background-color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-primary-default {
          background-color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-primary-alternative {
          background-color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-primary-muted {
          background-color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-primary-inverse {
          background-color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-primary-disabled {
          background-color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-error-default {
          background-color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-error-alternative {
          background-color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-error-muted {
          background-color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-error-inverse {
          background-color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-error-disabled {
          background-color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-warning-default {
          background-color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-warning-alternative {
          background-color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-warning-muted {
          background-color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-warning-inverse {
          background-color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-warning-disabled {
          background-color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-success-default {
          background-color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-success-alternative {
          background-color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-success-muted {
          background-color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-success-inverse {
          background-color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-success-disabled {
          background-color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-info-default {
          background-color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-info-alternative {
          background-color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-info-muted {
          background-color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-info-inverse {
          background-color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-info-disabled {
          background-color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-mainnet {
          background-color: var(--mainnet)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-goerli {
          background-color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-sepolia {
          background-color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-goerli-inverse {
          background-color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-sepolia-inverse {
          background-color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-linea-goerli {
          background-color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-linea-goerli-inverse {
          background-color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-linea-sepolia {
          background-color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-linea-sepolia-inverse {
          background-color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-linea-mainnet {
          background-color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-linea-mainnet-inverse {
          background-color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-localhost {
          background-color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-transparent {
          background-color: var(--transparent)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-flask-purple {
          background-color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\:background-color-inherit {
          background-color: var(--inherit)
        }
      }

      .box--color-background-default {
        color: var(--color-background-default)
      }

      .box--color-background-alternative {
        color: var(--color-background-alternative)
      }

      .box--color-text-default {
        color: var(--color-text-default)
      }

      .box--color-text-alternative {
        color: var(--color-text-alternative)
      }

      .box--color-text-muted {
        color: var(--color-text-muted)
      }

      .box--color-icon-default {
        color: var(--color-icon-default)
      }

      .box--color-icon-alternative {
        color: var(--color-icon-alternative)
      }

      .box--color-icon-muted {
        color: var(--color-icon-muted)
      }

      .box--color-border-default {
        color: var(--color-border-default)
      }

      .box--color-border-muted {
        color: var(--color-border-muted)
      }

      .box--color-overlay-default {
        color: var(--color-overlay-default)
      }

      .box--color-overlay-inverse {
        color: var(--color-overlay-inverse)
      }

      .box--color-primary-default {
        color: var(--color-primary-default)
      }

      .box--color-primary-alternative {
        color: var(--color-primary-alternative)
      }

      .box--color-primary-muted {
        color: var(--color-primary-muted)
      }

      .box--color-primary-inverse {
        color: var(--color-primary-inverse)
      }

      .box--color-primary-disabled {
        color: var(--color-primary-disabled)
      }

      .box--color-error-default {
        color: var(--color-error-default)
      }

      .box--color-error-alternative {
        color: var(--color-error-alternative)
      }

      .box--color-error-muted {
        color: var(--color-error-muted)
      }

      .box--color-error-inverse {
        color: var(--color-error-inverse)
      }

      .box--color-error-disabled {
        color: var(--color-error-disabled)
      }

      .box--color-warning-default {
        color: var(--color-warning-default)
      }

      .box--color-warning-alternative {
        color: var(--color-warning-alternative)
      }

      .box--color-warning-muted {
        color: var(--color-warning-muted)
      }

      .box--color-warning-inverse {
        color: var(--color-warning-inverse)
      }

      .box--color-warning-disabled {
        color: var(--color-warning-disabled)
      }

      .box--color-success-default {
        color: var(--color-success-default)
      }

      .box--color-success-alternative {
        color: var(--color-success-alternative)
      }

      .box--color-success-muted {
        color: var(--color-success-muted)
      }

      .box--color-success-inverse {
        color: var(--color-success-inverse)
      }

      .box--color-success-disabled {
        color: var(--color-success-disabled)
      }

      .box--color-info-default {
        color: var(--color-info-default)
      }

      .box--color-info-alternative {
        color: var(--color-info-alternative)
      }

      .box--color-info-muted {
        color: var(--color-info-muted)
      }

      .box--color-info-inverse {
        color: var(--color-info-inverse)
      }

      .box--color-info-disabled {
        color: var(--color-info-disabled)
      }

      .box--color-mainnet {
        color: var(--mainnet)
      }

      .box--color-goerli {
        color: var(--color-network-goerli-default)
      }

      .box--color-sepolia {
        color: var(--color-network-sepolia-default)
      }

      .box--color-goerli-inverse {
        color: var(--color-network-goerli-inverse)
      }

      .box--color-sepolia-inverse {
        color: var(--color-network-sepolia-inverse)
      }

      .box--color-linea-goerli {
        color: var(--color-network-linea-goerli-default)
      }

      .box--color-linea-goerli-inverse {
        color: var(--color-network-linea-goerli-inverse)
      }

      .box--color-linea-sepolia {
        color: var(--color-network-linea-sepolia-default)
      }

      .box--color-linea-sepolia-inverse {
        color: var(--color-network-linea-sepolia-inverse)
      }

      .box--color-linea-mainnet {
        color: var(--color-network-linea-mainnet-default)
      }

      .box--color-linea-mainnet-inverse {
        color: var(--color-network-linea-mainnet-inverse)
      }

      .box--color-localhost {
        color: var(--color-network-localhost-default)
      }

      .box--color-transparent {
        color: var(--transparent)
      }

      .box--color-flask-purple {
        color: var(--color-flask-default)
      }

      .box--color-inherit {
        color: var(--inherit)
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-background-default {
          color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-background-alternative {
          color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-text-default {
          color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-text-alternative {
          color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-text-muted {
          color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-icon-default {
          color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-icon-alternative {
          color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-icon-muted {
          color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-border-default {
          color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-border-muted {
          color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-overlay-default {
          color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-overlay-inverse {
          color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-primary-default {
          color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-primary-alternative {
          color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-primary-muted {
          color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-primary-inverse {
          color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-primary-disabled {
          color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-error-default {
          color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-error-alternative {
          color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-error-muted {
          color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-error-inverse {
          color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-error-disabled {
          color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-warning-default {
          color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-warning-alternative {
          color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-warning-muted {
          color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-warning-inverse {
          color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-warning-disabled {
          color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-success-default {
          color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-success-alternative {
          color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-success-muted {
          color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-success-inverse {
          color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-success-disabled {
          color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-info-default {
          color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-info-alternative {
          color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-info-muted {
          color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-info-inverse {
          color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-info-disabled {
          color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-mainnet {
          color: var(--mainnet)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-goerli {
          color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-sepolia {
          color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-goerli-inverse {
          color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-sepolia-inverse {
          color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-linea-goerli {
          color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-linea-goerli-inverse {
          color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-linea-sepolia {
          color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-linea-sepolia-inverse {
          color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-linea-mainnet {
          color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-linea-mainnet-inverse {
          color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-localhost {
          color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-transparent {
          color: var(--transparent)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-flask-purple {
          color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 576px) {
        .box--sm\color-inherit {
          color: var(--inherit)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-background-default {
          color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-background-alternative {
          color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-text-default {
          color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-text-alternative {
          color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-text-muted {
          color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-icon-default {
          color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-icon-alternative {
          color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-icon-muted {
          color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-border-default {
          color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-border-muted {
          color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-overlay-default {
          color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-overlay-inverse {
          color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-primary-default {
          color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-primary-alternative {
          color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-primary-muted {
          color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-primary-inverse {
          color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-primary-disabled {
          color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-error-default {
          color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-error-alternative {
          color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-error-muted {
          color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-error-inverse {
          color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-error-disabled {
          color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-warning-default {
          color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-warning-alternative {
          color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-warning-muted {
          color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-warning-inverse {
          color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-warning-disabled {
          color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-success-default {
          color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-success-alternative {
          color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-success-muted {
          color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-success-inverse {
          color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-success-disabled {
          color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-info-default {
          color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-info-alternative {
          color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-info-muted {
          color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-info-inverse {
          color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-info-disabled {
          color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-mainnet {
          color: var(--mainnet)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-goerli {
          color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-sepolia {
          color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-goerli-inverse {
          color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-sepolia-inverse {
          color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-linea-goerli {
          color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-linea-goerli-inverse {
          color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-linea-sepolia {
          color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-linea-sepolia-inverse {
          color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-linea-mainnet {
          color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-linea-mainnet-inverse {
          color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-localhost {
          color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-transparent {
          color: var(--transparent)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-flask-purple {
          color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 768px) {
        .box--md\color-inherit {
          color: var(--inherit)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-background-default {
          color: var(--color-background-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-background-alternative {
          color: var(--color-background-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-text-default {
          color: var(--color-text-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-text-alternative {
          color: var(--color-text-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-text-muted {
          color: var(--color-text-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-icon-default {
          color: var(--color-icon-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-icon-alternative {
          color: var(--color-icon-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-icon-muted {
          color: var(--color-icon-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-border-default {
          color: var(--color-border-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-border-muted {
          color: var(--color-border-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-overlay-default {
          color: var(--color-overlay-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-overlay-inverse {
          color: var(--color-overlay-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-primary-default {
          color: var(--color-primary-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-primary-alternative {
          color: var(--color-primary-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-primary-muted {
          color: var(--color-primary-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-primary-inverse {
          color: var(--color-primary-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-primary-disabled {
          color: var(--color-primary-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-error-default {
          color: var(--color-error-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-error-alternative {
          color: var(--color-error-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-error-muted {
          color: var(--color-error-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-error-inverse {
          color: var(--color-error-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-error-disabled {
          color: var(--color-error-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-warning-default {
          color: var(--color-warning-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-warning-alternative {
          color: var(--color-warning-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-warning-muted {
          color: var(--color-warning-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-warning-inverse {
          color: var(--color-warning-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-warning-disabled {
          color: var(--color-warning-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-success-default {
          color: var(--color-success-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-success-alternative {
          color: var(--color-success-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-success-muted {
          color: var(--color-success-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-success-inverse {
          color: var(--color-success-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-success-disabled {
          color: var(--color-success-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-info-default {
          color: var(--color-info-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-info-alternative {
          color: var(--color-info-alternative)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-info-muted {
          color: var(--color-info-muted)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-info-inverse {
          color: var(--color-info-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-info-disabled {
          color: var(--color-info-disabled)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-mainnet {
          color: var(--mainnet)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-goerli {
          color: var(--color-network-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-sepolia {
          color: var(--color-network-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-goerli-inverse {
          color: var(--color-network-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-sepolia-inverse {
          color: var(--color-network-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-linea-goerli {
          color: var(--color-network-linea-goerli-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-linea-goerli-inverse {
          color: var(--color-network-linea-goerli-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-linea-sepolia {
          color: var(--color-network-linea-sepolia-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-linea-sepolia-inverse {
          color: var(--color-network-linea-sepolia-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-linea-mainnet {
          color: var(--color-network-linea-mainnet-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-linea-mainnet-inverse {
          color: var(--color-network-linea-mainnet-inverse)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-localhost {
          color: var(--color-network-localhost-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-transparent {
          color: var(--transparent)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-flask-purple {
          color: var(--color-flask-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .box--lg\color-inherit {
          color: var(--inherit)
        }
      }

      .breadcrumbs {
        display: flex;
        flex-flow: row nowrap
      }

      .breadcrumb {
        height: 10px;
        width: 10px;
        border: 1px solid var(--color-border-default);
        border-radius: 50%
      }

      [dir=ltr] .breadcrumb+.breadcrumb {
        margin-left: 10px
      }

      [dir=rtl] .breadcrumb+.breadcrumb {
        margin-right: 10px
      }

      .button-group {
        display: flex;
        justify-content: center;
        align-items: center
      }

      .button-group__button {
        font-size: 1rem;
        border-style: solid;
        border-color: var(--color-border-default);
        border-width: 1px 1px 1px;
        flex: 1;
        padding: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      [dir=ltr] .button-group__button {
        border-left: 0
      }

      [dir=rtl] .button-group__button {
        border-right: 0
      }

      [dir=ltr] .button-group__button:first-child {
        border-left: 1px solid var(--color-border-default);
        border-radius: 4px 0 0 4px
      }

      [dir=rtl] .button-group__button:first-child {
        border-right: 1px solid var(--color-border-default);
        border-radius: 0 4px 4px 0
      }

      [dir=ltr] .button-group__button:last-child {
        border-radius: 0 4px 4px 0
      }

      [dir=rtl] .button-group__button:last-child {
        border-radius: 4px 0 0 4px
      }

      .button-group__button--active {
        background-color: var(--color-primary-default);
        color: var(--color-primary-inverse)
      }

      .button-group__button:disabled {
        opacity: .5
      }

      .radio-button-group .radio-button {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        border: 1px solid var(--color-border-muted);
        background: var(--color-background-default);
        border-radius: 25px;
        height: 25px;
        min-width: 48px;
        padding: 0
      }

      [dir=ltr] .radio-button-group .radio-button {
        margin-right: 8px
      }

      [dir=rtl] .radio-button-group .radio-button {
        margin-left: 8px
      }

      .radio-button-group .radio-button--active {
        background: var(--color-primary-default);
        color: var(--color-primary-inverse);
        border: none
      }

      .radio-button-group .radio-button--danger {
        border: 1px solid var(--color-error-default);
        color: var(--color-error-default);
        background: var(--color-background-default)
      }

      .radio-button-group .radio-button:hover {
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default)
      }

      .radio-button-group .radio-button--active.radio-button--danger {
        border: 1px solid var(--color-error-default);
        color: var(--color-error-inverse);
        background: var(--color-error-default)
      }

      .button {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        padding: .75rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border-radius: 6px;
        width: 100%;
        transition: border-color .3s ease, background-color .3s ease
      }

      .button--disabled,
      .button[disabled] {
        cursor: auto;
        opacity: .5;
        pointer-events: none
      }

      .button__icon {
        display: flex;
        align-items: center
      }

      [dir=ltr] .button__icon {
        margin-right: 4px
      }

      [dir=rtl] .button__icon {
        margin-left: 4px
      }

      .btn-secondary {
        color: var(--color-primary-default);
        border: 1px solid var(--color-primary-muted);
        background-color: var(--color-background-default)
      }

      .btn-secondary:hover {
        border-color: var(--color-primary-default)
      }

      .btn-secondary:active {
        background: var(--color-primary-muted);
        border-color: var(--color-primary-default)
      }

      .btn-secondary--disabled,
      .btn-secondary[disabled] {
        opacity: 1;
        color: var(--color-primary-muted)
      }

      .btn-warning {
        color: var(--color-text-default);
        border: 1px solid var(--color-warning-default);
        background-color: var(--color-background-default)
      }

      .btn-warning:hover {
        border: 1px solid var(--color-warning-default)
      }

      .btn-warning:active {
        background: var(--color-warning-muted);
        border: 1px solid var(--color-warning-alternative)
      }

      .btn-warning--disabled,
      .btn-warning[disabled] {
        opacity: 1;
        color: var(--color-text-muted)
      }

      .btn-danger {
        color: var(--color-error-default);
        border: 1px solid var(--color-error-muted);
        background-color: var(--color-background-default)
      }

      .btn-danger:hover {
        border-color: var(--color-error-default)
      }

      .btn-danger:active {
        background: var(--color-error-muted);
        border-color: var(--color-error-default)
      }

      .btn-danger--disabled,
      .btn-danger[disabled] {
        opacity: 1;
        color: var(--color-error-disabled)
      }

      .btn-danger-primary {
        color: var(--color-error-inverse);
        border: 1px solid;
        border-color: var(--color-error-default);
        background-color: var(--color-error-default)
      }

      .btn-danger-primary:hover {
        border-color: var(--color-error-alternative);
        background-color: var(--color-error-alternative)
      }

      .btn-danger-primary:active {
        background: var(--color-error-alternative0);
        border-color: var(--color-error-alternative)
      }

      .btn-danger-primary--disabled,
      .btn-danger-primary[disabled] {
        opacity: 1;
        border-color: var(--color-error-disabled);
        background-color: var(--color-error-disabled)
      }

      .btn-default {
        color: var(--color-text-alternative);
        border: 1px solid var(--color-border-default);
        background: var(--color-background-default)
      }

      .btn-default:hover {
        border-color: var(--color-border-default)
      }

      .btn-default:active {
        background: var(--color-background-alternative);
        border-color: var(--color-border-default)
      }

      .btn-default--disabled,
      .btn-default[disabled] {
        opacity: 1;
        color: var(--color-text-muted)
      }

      .btn-primary {
        color: var(--color-primary-inverse);
        border: 1px solid var(--color-primary-default);
        background-color: var(--color-primary-default)
      }

      .btn-primary:hover {
        border-color: var(--color-primary-alternative);
        background-color: var(--color-primary-alternative)
      }

      .btn-primary:active {
        background: var(--color-primary-alternative);
        border-color: var(--color-primary-alternative)
      }

      .btn-primary--disabled,
      .btn-primary[disabled] {
        border-color: var(--color-primary-disabled);
        background-color: var(--color-primary-disabled)
      }

      .btn-link {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer;
        background-color: transparent
      }

      .btn-link:hover,
      .btn-link:active {
        color: var(--color-primary-alternative)
      }

      .btn-link--disabled,
      .btn-link[disabled] {
        cursor: auto;
        opacity: 1;
        pointer-events: none;
        color: var(--color-primary-disabled)
      }

      .btn--large {
        min-height: 54px
      }

      .btn-raised {
        color: var(--color-primary-default);
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        padding: 6px;
        height: initial;
        min-height: initial;
        width: initial;
        min-width: initial
      }

      button[disabled],
      input[type=submit][disabled] {
        cursor: not-allowed;
        opacity: .5
      }

      .btn--rounded {
        border-radius: 100px;
        will-change: box-shadow;
        transition: box-shadow cubic-bezier(.6, -.28, .735, .045) .2s
      }

      .btn--rounded:hover {
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default)
      }

      .btn--rounded.btn-secondary {
        border: 1px solid var(--color-primary-default)
      }

      .btn--rounded.btn-secondary:hover {
        box-shadow: var(--shadow-size-sm) var(--color-primary-shadow)
      }

      .btn--rounded.btn-secondary--disabled,
      .btn--rounded.btn-secondary[disabled] {
        border-color: var(--color-primary-disabled);
        color: var(--color-primary-disabled)
      }

      .btn--rounded.btn-secondary:active {
        border-color: var(--color-primary-alternative)
      }

      .btn--rounded.btn-default {
        border: 1px solid var(--color-icon-default)
      }

      .btn--rounded.btn-default:hover {
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default)
      }

      .btn--rounded.btn-default--disabled,
      .btn--rounded.btn-default[disabled] {
        border-color: var(--color-border-muted);
        color: var(--color-text-muted)
      }

      .btn--rounded.btn-default:active {
        border-color: var(--color-text-alternative)
      }

      .btn--rounded.btn-danger {
        border: 1px solid var(--color-error-default)
      }

      .btn--rounded.btn-danger:hover {
        box-shadow: var(--shadow-size-sm) var(--color-error-shadow)
      }

      .btn--rounded.btn-danger--disabled,
      .btn--rounded.btn-danger[disabled] {
        border-color: var(--color-error-disabled);
        color: var(--color-error-disabled)
      }

      .btn--rounded.btn-danger:active {
        border-color: var(--color-error-alternative)
      }

      .btn--rounded.btn-warning {
        border: 1px solid var(--color-warning-default)
      }

      .btn--rounded.btn-warning:hover {
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default)
      }

      .btn--rounded.btn-warning--disabled,
      .btn--rounded.btn-warning[disabled] {
        border-color: var(--color-warning-alternative);
        color: var(--color-text-muted)
      }

      .btn--rounded.btn-warning:active {
        border-color: var(--color-warning-alternative)
      }

      .btn--rounded.btn-primary {
        background-color: var(--color-primary-default)
      }

      .btn--rounded.btn-primary:hover {
        box-shadow: var(--shadow-size-sm) var(--color-primary-shadow)
      }

      .btn--rounded.btn-primary--disabled,
      .btn--rounded.btn-primary[disabled] {
        background-color: var(--color-primary-disabled)
      }

      .btn--rounded.btn-primary:active {
        background-color: var(--color-primary-alternative)
      }

      .btn--rounded.btn-danger-primary {
        background-color: var(--color-error-default)
      }

      .btn--rounded.btn-danger-primary:hover {
        box-shadow: var(--shadow-size-sm) var(--color-error-shadow)
      }

      .btn--rounded.btn-danger-primary--disabled,
      .btn--rounded.btn-danger-primary[disabled] {
        background-color: var(--color-error-disabled)
      }

      .btn--rounded.btn-danger-primary:active {
        background-color: var(--color-error-alternative)
      }

      .btn--inline {
        display: inline;
        padding: 0;
        font-size: inherit;
        width: auto;
        color: var(--color-primary-default);
        cursor: pointer;
        background-color: transparent
      }

      .btn--inline:hover,
      .btn--inline:active {
        color: var(--color-primary-alternative)
      }

      .btn--inline--disabled,
      .btn--inline[disabled] {
        cursor: auto;
        opacity: 1;
        pointer-events: none;
        color: var(--color-primary-disabled)
      }

      .callout {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 16px;
        display: grid;
        grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
        grid-template-rows: 1fr;
        transition: opacity .75s 0s
      }

      .callout a {
        color: var(--color-primary-default)
      }

      .callout--dismissible.callout--first {
        box-shadow: 0 -5px 5px -5px var(--color-shadow-default)
      }

      .callout--multiple {
        padding-top: 8px;
        padding-bottom: 8px
      }

      .callout--multiple.callout--first {
        padding-top: 16px
      }

      .callout--multiple.callout--last {
        padding-bottom: 16px
      }

      .callout--dismissed {
        opacity: 0
      }

      [dir=ltr] .callout--warning {
        border-left: 2px solid var(--color-warning-default)
      }

      [dir=rtl] .callout--warning {
        border-right: 2px solid var(--color-warning-default)
      }

      [dir=ltr] .callout--danger {
        border-left: 2px solid var(--color-error-default)
      }

      [dir=rtl] .callout--danger {
        border-right: 2px solid var(--color-error-default)
      }

      [dir=ltr] .callout--info {
        border-left: 2px solid var(--color-info-default)
      }

      [dir=rtl] .callout--info {
        border-right: 2px solid var(--color-info-default)
      }

      [dir=ltr] .callout--success {
        border-left: 2px solid var(--color-success-default)
      }

      [dir=rtl] .callout--success {
        border-right: 2px solid var(--color-success-default)
      }

      .callout .info-icon {
        margin: unset
      }

      [dir=ltr] .callout .info-icon {
        margin-right: 10px
      }

      [dir=rtl] .callout .info-icon {
        margin-left: 10px
      }

      .callout__close-button {
        background: unset;
        cursor: pointer
      }

      [dir=ltr] .callout__close-button {
        margin-left: 8px
      }

      [dir=rtl] .callout__close-button {
        margin-right: 8px
      }

      .check-box {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: var(--color-background-default);
        color: var(--color-icon-muted);
        width: 18px;
        height: 18px;
        font-size: 21px;
        line-height: .9;
        border-radius: 2px;
        display: flex
      }

      .check-box__checked,
      .check-box__indeterminate {
        color: var(--color-primary-default);
        border-color: var(--color-primary-default)
      }

      .check-box:disabled {
        color: var(--color-icon-muted);
        cursor: not-allowed
      }

      .chip {
        border-radius: 100px;
        border: 1px solid var(--color-border-default);
        padding: 8px 16px;
        margin: 0 4px;
        display: flex;
        align-items: center
      }

      .chip__left-icon,
      .chip__right-icon {
        display: flex;
        align-items: center
      }

      [dir=ltr] .chip__left-url-icon {
        margin-right: 8px
      }

      [dir=rtl] .chip__left-url-icon {
        margin-left: 8px
      }

      .chip--border-color-background-default {
        border-color: var(--color-background-default)
      }

      .chip--background-color-background-default {
        background-color: var(--color-background-default)
      }

      .chip--border-color-background-alternative {
        border-color: var(--color-background-alternative)
      }

      .chip--background-color-background-alternative {
        background-color: var(--color-background-alternative)
      }

      .chip--border-color-text-default {
        border-color: var(--color-text-default)
      }

      .chip--background-color-text-default {
        background-color: var(--color-text-default)
      }

      .chip--border-color-text-alternative {
        border-color: var(--color-text-alternative)
      }

      .chip--background-color-text-alternative {
        background-color: var(--color-text-alternative)
      }

      .chip--border-color-text-muted {
        border-color: var(--color-text-muted)
      }

      .chip--background-color-text-muted {
        background-color: var(--color-text-muted)
      }

      .chip--border-color-icon-default {
        border-color: var(--color-icon-default)
      }

      .chip--background-color-icon-default {
        background-color: var(--color-icon-default)
      }

      .chip--border-color-icon-alternative {
        border-color: var(--color-icon-alternative)
      }

      .chip--background-color-icon-alternative {
        background-color: var(--color-icon-alternative)
      }

      .chip--border-color-icon-muted {
        border-color: var(--color-icon-muted)
      }

      .chip--background-color-icon-muted {
        background-color: var(--color-icon-muted)
      }

      .chip--border-color-border-default {
        border-color: var(--color-border-default)
      }

      .chip--background-color-border-default {
        background-color: var(--color-border-default)
      }

      .chip--border-color-border-muted {
        border-color: var(--color-border-muted)
      }

      .chip--background-color-border-muted {
        background-color: var(--color-border-muted)
      }

      .chip--border-color-overlay-default {
        border-color: var(--color-overlay-default)
      }

      .chip--background-color-overlay-default {
        background-color: var(--color-overlay-default)
      }

      .chip--border-color-overlay-inverse {
        border-color: var(--color-overlay-inverse)
      }

      .chip--background-color-overlay-inverse {
        background-color: var(--color-overlay-inverse)
      }

      .chip--border-color-primary-default {
        border-color: var(--color-primary-default)
      }

      .chip--background-color-primary-default {
        background-color: var(--color-primary-default)
      }

      .chip--border-color-primary-alternative {
        border-color: var(--color-primary-alternative)
      }

      .chip--background-color-primary-alternative {
        background-color: var(--color-primary-alternative)
      }

      .chip--border-color-primary-muted {
        border-color: var(--color-primary-muted)
      }

      .chip--background-color-primary-muted {
        background-color: var(--color-primary-muted)
      }

      .chip--border-color-primary-inverse {
        border-color: var(--color-primary-inverse)
      }

      .chip--background-color-primary-inverse {
        background-color: var(--color-primary-inverse)
      }

      .chip--border-color-primary-disabled {
        border-color: var(--color-primary-disabled)
      }

      .chip--background-color-primary-disabled {
        background-color: var(--color-primary-disabled)
      }

      .chip--border-color-error-default {
        border-color: var(--color-error-default)
      }

      .chip--background-color-error-default {
        background-color: var(--color-error-default)
      }

      .chip--border-color-error-alternative {
        border-color: var(--color-error-alternative)
      }

      .chip--background-color-error-alternative {
        background-color: var(--color-error-alternative)
      }

      .chip--border-color-error-muted {
        border-color: var(--color-error-muted)
      }

      .chip--background-color-error-muted {
        background-color: var(--color-error-muted)
      }

      .chip--border-color-error-inverse {
        border-color: var(--color-error-inverse)
      }

      .chip--background-color-error-inverse {
        background-color: var(--color-error-inverse)
      }

      .chip--border-color-error-disabled {
        border-color: var(--color-error-disabled)
      }

      .chip--background-color-error-disabled {
        background-color: var(--color-error-disabled)
      }

      .chip--border-color-warning-default {
        border-color: var(--color-warning-default)
      }

      .chip--background-color-warning-default {
        background-color: var(--color-warning-default)
      }

      .chip--border-color-warning-alternative {
        border-color: var(--color-warning-alternative)
      }

      .chip--background-color-warning-alternative {
        background-color: var(--color-warning-alternative)
      }

      .chip--border-color-warning-muted {
        border-color: var(--color-warning-muted)
      }

      .chip--background-color-warning-muted {
        background-color: var(--color-warning-muted)
      }

      .chip--border-color-warning-inverse {
        border-color: var(--color-warning-inverse)
      }

      .chip--background-color-warning-inverse {
        background-color: var(--color-warning-inverse)
      }

      .chip--border-color-warning-disabled {
        border-color: var(--color-warning-disabled)
      }

      .chip--background-color-warning-disabled {
        background-color: var(--color-warning-disabled)
      }

      .chip--border-color-success-default {
        border-color: var(--color-success-default)
      }

      .chip--background-color-success-default {
        background-color: var(--color-success-default)
      }

      .chip--border-color-success-alternative {
        border-color: var(--color-success-alternative)
      }

      .chip--background-color-success-alternative {
        background-color: var(--color-success-alternative)
      }

      .chip--border-color-success-muted {
        border-color: var(--color-success-muted)
      }

      .chip--background-color-success-muted {
        background-color: var(--color-success-muted)
      }

      .chip--border-color-success-inverse {
        border-color: var(--color-success-inverse)
      }

      .chip--background-color-success-inverse {
        background-color: var(--color-success-inverse)
      }

      .chip--border-color-success-disabled {
        border-color: var(--color-success-disabled)
      }

      .chip--background-color-success-disabled {
        background-color: var(--color-success-disabled)
      }

      .chip--border-color-info-default {
        border-color: var(--color-info-default)
      }

      .chip--background-color-info-default {
        background-color: var(--color-info-default)
      }

      .chip--border-color-info-alternative {
        border-color: var(--color-info-alternative)
      }

      .chip--background-color-info-alternative {
        background-color: var(--color-info-alternative)
      }

      .chip--border-color-info-muted {
        border-color: var(--color-info-muted)
      }

      .chip--background-color-info-muted {
        background-color: var(--color-info-muted)
      }

      .chip--border-color-info-inverse {
        border-color: var(--color-info-inverse)
      }

      .chip--background-color-info-inverse {
        background-color: var(--color-info-inverse)
      }

      .chip--border-color-info-disabled {
        border-color: var(--color-info-disabled)
      }

      .chip--background-color-info-disabled {
        background-color: var(--color-info-disabled)
      }

      .chip--border-color-mainnet {
        border-color: var(--mainnet)
      }

      .chip--background-color-mainnet {
        background-color: var(--mainnet)
      }

      .chip--border-color-goerli {
        border-color: var(--color-network-goerli-default)
      }

      .chip--background-color-goerli {
        background-color: var(--color-network-goerli-default)
      }

      .chip--border-color-sepolia {
        border-color: var(--color-network-sepolia-default)
      }

      .chip--background-color-sepolia {
        background-color: var(--color-network-sepolia-default)
      }

      .chip--border-color-goerli-inverse {
        border-color: var(--color-network-goerli-inverse)
      }

      .chip--background-color-goerli-inverse {
        background-color: var(--color-network-goerli-inverse)
      }

      .chip--border-color-sepolia-inverse {
        border-color: var(--color-network-sepolia-inverse)
      }

      .chip--background-color-sepolia-inverse {
        background-color: var(--color-network-sepolia-inverse)
      }

      .chip--border-color-linea-goerli {
        border-color: var(--color-network-linea-goerli-default)
      }

      .chip--background-color-linea-goerli {
        background-color: var(--color-network-linea-goerli-default)
      }

      .chip--border-color-linea-goerli-inverse {
        border-color: var(--color-network-linea-goerli-inverse)
      }

      .chip--background-color-linea-goerli-inverse {
        background-color: var(--color-network-linea-goerli-inverse)
      }

      .chip--border-color-linea-sepolia {
        border-color: var(--color-network-linea-sepolia-default)
      }

      .chip--background-color-linea-sepolia {
        background-color: var(--color-network-linea-sepolia-default)
      }

      .chip--border-color-linea-sepolia-inverse {
        border-color: var(--color-network-linea-sepolia-inverse)
      }

      .chip--background-color-linea-sepolia-inverse {
        background-color: var(--color-network-linea-sepolia-inverse)
      }

      .chip--border-color-linea-mainnet {
        border-color: var(--color-network-linea-mainnet-default)
      }

      .chip--background-color-linea-mainnet {
        background-color: var(--color-network-linea-mainnet-default)
      }

      .chip--border-color-linea-mainnet-inverse {
        border-color: var(--color-network-linea-mainnet-inverse)
      }

      .chip--background-color-linea-mainnet-inverse {
        background-color: var(--color-network-linea-mainnet-inverse)
      }

      .chip--border-color-localhost {
        border-color: var(--color-network-localhost-default)
      }

      .chip--background-color-localhost {
        background-color: var(--color-network-localhost-default)
      }

      .chip--border-color-transparent {
        border-color: var(--transparent)
      }

      .chip--background-color-transparent {
        background-color: var(--transparent)
      }

      .chip--border-color-flask-purple {
        border-color: var(--color-flask-default)
      }

      .chip--background-color-flask-purple {
        background-color: var(--color-flask-default)
      }

      .chip--border-color-inherit {
        border-color: var(--inherit)
      }

      .chip--background-color-inherit {
        background-color: var(--inherit)
      }

      .chip--with-left-icon,
      .chip--with-right-icon {
        padding-top: 4px;
        padding-bottom: 4px
      }

      [dir=ltr] .chip--with-left-icon {
        padding-left: 4px
      }

      [dir=rtl] .chip--with-left-icon {
        padding-right: 4px
      }

      [dir=ltr] .chip--with-left-icon .chip__label {
        margin-left: 8px
      }

      [dir=rtl] .chip--with-left-icon .chip__label {
        margin-right: 8px
      }

      .chip--with-input .chip__input {
        border: none;
        background: transparent;
        text-align: center;
        width: 100%;
        font-size: 1rem;
        color: var(--color-text-default)
      }

      [dir=ltr] .chip--with-input .chip__input {
        direction: ltr
      }

      [dir=rtl] .chip--with-input .chip__input {
        direction: rtl
      }

      [dir=ltr] .chip--with-input .chip__input:focus {
        text-align: left
      }

      [dir=rtl] .chip--with-input .chip__input:focus {
        text-align: right
      }

      .chip--with-input .chip__input:focus-visible {
        outline: none
      }

      [dir=ltr] .chip--with-right-icon {
        padding-right: 4px
      }

      [dir=rtl] .chip--with-right-icon {
        padding-left: 4px
      }

      [dir=ltr] .chip--with-right-icon .chip__label {
        margin-right: 8px
      }

      [dir=rtl] .chip--with-right-icon .chip__label {
        margin-left: 8px
      }

      .chip--max-content {
        width: max-content
      }

      .chip--display-inline-block {
        display: inline-block
      }

      .color-indicator {
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center
      }

      .color-indicator__inner-circle {
        background-color: transparent
      }

      .color-indicator--size-xl {
        height: 16px;
        width: 16px;
        border-radius: 8px
      }

      .color-indicator--size-xl .color-indicator__inner-circle {
        border-radius: 8px;
        height: 8px;
        width: 8px
      }

      .color-indicator--size-xl .color-indicator__icon {
        font-size: 10px
      }

      .color-indicator--size-lg {
        height: 12px;
        width: 12px;
        border-radius: 6px
      }

      .color-indicator--size-lg .color-indicator__inner-circle {
        border-radius: 6px;
        height: 6px;
        width: 6px
      }

      .color-indicator--size-lg .color-indicator__icon {
        font-size: 7.5px
      }

      .color-indicator--size-md {
        height: 10px;
        width: 10px;
        border-radius: 5px
      }

      .color-indicator--size-md .color-indicator__inner-circle {
        border-radius: 5px;
        height: 5px;
        width: 5px
      }

      .color-indicator--size-md .color-indicator__icon {
        font-size: 6.25px
      }

      .color-indicator--size-sm {
        height: 8px;
        width: 8px;
        border-radius: 4px
      }

      .color-indicator--size-sm .color-indicator__inner-circle {
        border-radius: 4px;
        height: 4px;
        width: 4px
      }

      .color-indicator--size-sm .color-indicator__icon {
        font-size: 5px
      }

      .color-indicator--size-xs {
        height: 5px;
        width: 5px;
        border-radius: 2.5px
      }

      .color-indicator--size-xs .color-indicator__inner-circle {
        border-radius: 2.5px;
        height: 2.5px;
        width: 2.5px
      }

      .color-indicator--size-xs .color-indicator__icon {
        font-size: 3.125px
      }

      .color-indicator--color-background-default {
        border-color: var(--color-background-default)
      }

      .color-indicator--color-background-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-background-default.color-indicator--filled {
        background-color: var(--color-background-default)
      }

      .color-indicator--color-background-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-background-alternative {
        border-color: var(--color-background-alternative)
      }

      .color-indicator--color-background-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-background-alternative.color-indicator--filled {
        background-color: var(--color-background-alternative)
      }

      .color-indicator--color-background-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-text-default {
        border-color: var(--color-text-default)
      }

      .color-indicator--color-text-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-text-default.color-indicator--filled {
        background-color: var(--color-text-default)
      }

      .color-indicator--color-text-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-text-alternative {
        border-color: var(--color-text-alternative)
      }

      .color-indicator--color-text-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-text-alternative.color-indicator--filled {
        background-color: var(--color-text-alternative)
      }

      .color-indicator--color-text-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-text-muted {
        border-color: var(--color-text-muted)
      }

      .color-indicator--color-text-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-text-muted.color-indicator--filled {
        background-color: var(--color-text-muted)
      }

      .color-indicator--color-text-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-icon-default {
        border-color: var(--color-icon-default)
      }

      .color-indicator--color-icon-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-icon-default.color-indicator--filled {
        background-color: var(--color-icon-default)
      }

      .color-indicator--color-icon-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-icon-alternative {
        border-color: var(--color-icon-alternative)
      }

      .color-indicator--color-icon-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-icon-alternative.color-indicator--filled {
        background-color: var(--color-icon-alternative)
      }

      .color-indicator--color-icon-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-icon-muted {
        border-color: var(--color-icon-muted)
      }

      .color-indicator--color-icon-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-icon-muted.color-indicator--filled {
        background-color: var(--color-icon-muted)
      }

      .color-indicator--color-icon-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-border-default {
        border-color: var(--color-border-default)
      }

      .color-indicator--color-border-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-border-default.color-indicator--filled {
        background-color: var(--color-border-default)
      }

      .color-indicator--color-border-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-border-muted {
        border-color: var(--color-border-muted)
      }

      .color-indicator--color-border-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-border-muted.color-indicator--filled {
        background-color: var(--color-border-muted)
      }

      .color-indicator--color-border-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-overlay-default {
        border-color: var(--color-overlay-default)
      }

      .color-indicator--color-overlay-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-overlay-default.color-indicator--filled {
        background-color: var(--color-overlay-default)
      }

      .color-indicator--color-overlay-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-overlay-inverse {
        border-color: var(--color-overlay-inverse)
      }

      .color-indicator--color-overlay-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-overlay-inverse.color-indicator--filled {
        background-color: var(--color-overlay-inverse)
      }

      .color-indicator--color-overlay-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-primary-default {
        border-color: var(--color-primary-default)
      }

      .color-indicator--color-primary-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-primary-default.color-indicator--filled {
        background-color: var(--color-primary-default)
      }

      .color-indicator--color-primary-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-primary-alternative {
        border-color: var(--color-primary-alternative)
      }

      .color-indicator--color-primary-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-primary-alternative.color-indicator--filled {
        background-color: var(--color-primary-alternative)
      }

      .color-indicator--color-primary-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-primary-muted {
        border-color: var(--color-primary-muted)
      }

      .color-indicator--color-primary-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-primary-muted.color-indicator--filled {
        background-color: var(--color-primary-muted)
      }

      .color-indicator--color-primary-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-primary-inverse {
        border-color: var(--color-primary-inverse)
      }

      .color-indicator--color-primary-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-primary-inverse.color-indicator--filled {
        background-color: var(--color-primary-inverse)
      }

      .color-indicator--color-primary-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-primary-disabled {
        border-color: var(--color-primary-disabled)
      }

      .color-indicator--color-primary-disabled.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-primary-disabled.color-indicator--filled {
        background-color: var(--color-primary-disabled)
      }

      .color-indicator--color-primary-disabled .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-error-default {
        border-color: var(--color-error-default)
      }

      .color-indicator--color-error-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-error-default.color-indicator--filled {
        background-color: var(--color-error-default)
      }

      .color-indicator--color-error-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-error-alternative {
        border-color: var(--color-error-alternative)
      }

      .color-indicator--color-error-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-error-alternative.color-indicator--filled {
        background-color: var(--color-error-alternative)
      }

      .color-indicator--color-error-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-error-muted {
        border-color: var(--color-error-muted)
      }

      .color-indicator--color-error-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-error-muted.color-indicator--filled {
        background-color: var(--color-error-muted)
      }

      .color-indicator--color-error-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-error-inverse {
        border-color: var(--color-error-inverse)
      }

      .color-indicator--color-error-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-error-inverse.color-indicator--filled {
        background-color: var(--color-error-inverse)
      }

      .color-indicator--color-error-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-error-disabled {
        border-color: var(--color-error-disabled)
      }

      .color-indicator--color-error-disabled.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-error-disabled.color-indicator--filled {
        background-color: var(--color-error-disabled)
      }

      .color-indicator--color-error-disabled .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-warning-default {
        border-color: var(--color-warning-default)
      }

      .color-indicator--color-warning-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-warning-default.color-indicator--filled {
        background-color: var(--color-warning-default)
      }

      .color-indicator--color-warning-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-warning-alternative {
        border-color: var(--color-warning-alternative)
      }

      .color-indicator--color-warning-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-warning-alternative.color-indicator--filled {
        background-color: var(--color-warning-alternative)
      }

      .color-indicator--color-warning-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-warning-muted {
        border-color: var(--color-warning-muted)
      }

      .color-indicator--color-warning-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-warning-muted.color-indicator--filled {
        background-color: var(--color-warning-muted)
      }

      .color-indicator--color-warning-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-warning-inverse {
        border-color: var(--color-warning-inverse)
      }

      .color-indicator--color-warning-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-warning-inverse.color-indicator--filled {
        background-color: var(--color-warning-inverse)
      }

      .color-indicator--color-warning-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-warning-disabled {
        border-color: var(--color-warning-disabled)
      }

      .color-indicator--color-warning-disabled.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-warning-disabled.color-indicator--filled {
        background-color: var(--color-warning-disabled)
      }

      .color-indicator--color-warning-disabled .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-success-default {
        border-color: var(--color-success-default)
      }

      .color-indicator--color-success-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-success-default.color-indicator--filled {
        background-color: var(--color-success-default)
      }

      .color-indicator--color-success-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-success-alternative {
        border-color: var(--color-success-alternative)
      }

      .color-indicator--color-success-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-success-alternative.color-indicator--filled {
        background-color: var(--color-success-alternative)
      }

      .color-indicator--color-success-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-success-muted {
        border-color: var(--color-success-muted)
      }

      .color-indicator--color-success-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-success-muted.color-indicator--filled {
        background-color: var(--color-success-muted)
      }

      .color-indicator--color-success-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-success-inverse {
        border-color: var(--color-success-inverse)
      }

      .color-indicator--color-success-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-success-inverse.color-indicator--filled {
        background-color: var(--color-success-inverse)
      }

      .color-indicator--color-success-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-success-disabled {
        border-color: var(--color-success-disabled)
      }

      .color-indicator--color-success-disabled.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-success-disabled.color-indicator--filled {
        background-color: var(--color-success-disabled)
      }

      .color-indicator--color-success-disabled .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-info-default {
        border-color: var(--color-info-default)
      }

      .color-indicator--color-info-default.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-info-default.color-indicator--filled {
        background-color: var(--color-info-default)
      }

      .color-indicator--color-info-default .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-info-alternative {
        border-color: var(--color-info-alternative)
      }

      .color-indicator--color-info-alternative.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-info-alternative.color-indicator--filled {
        background-color: var(--color-info-alternative)
      }

      .color-indicator--color-info-alternative .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-info-muted {
        border-color: var(--color-info-muted)
      }

      .color-indicator--color-info-muted.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-info-muted.color-indicator--filled {
        background-color: var(--color-info-muted)
      }

      .color-indicator--color-info-muted .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-info-inverse {
        border-color: var(--color-info-inverse)
      }

      .color-indicator--color-info-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-info-inverse.color-indicator--filled {
        background-color: var(--color-info-inverse)
      }

      .color-indicator--color-info-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-info-disabled {
        border-color: var(--color-info-disabled)
      }

      .color-indicator--color-info-disabled.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-info-disabled.color-indicator--filled {
        background-color: var(--color-info-disabled)
      }

      .color-indicator--color-info-disabled .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-mainnet {
        border-color: var(--mainnet)
      }

      .color-indicator--color-mainnet.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-mainnet.color-indicator--filled {
        background-color: var(--mainnet)
      }

      .color-indicator--color-mainnet .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-goerli {
        border-color: var(--color-network-goerli-default)
      }

      .color-indicator--color-goerli.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-goerli.color-indicator--filled {
        background-color: var(--color-network-goerli-default)
      }

      .color-indicator--color-goerli .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-sepolia {
        border-color: var(--color-network-sepolia-default)
      }

      .color-indicator--color-sepolia.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-sepolia.color-indicator--filled {
        background-color: var(--color-network-sepolia-default)
      }

      .color-indicator--color-sepolia .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-goerli-inverse {
        border-color: var(--color-network-goerli-inverse)
      }

      .color-indicator--color-goerli-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-goerli-inverse.color-indicator--filled {
        background-color: var(--color-network-goerli-inverse)
      }

      .color-indicator--color-goerli-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-sepolia-inverse {
        border-color: var(--color-network-sepolia-inverse)
      }

      .color-indicator--color-sepolia-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-sepolia-inverse.color-indicator--filled {
        background-color: var(--color-network-sepolia-inverse)
      }

      .color-indicator--color-sepolia-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-linea-goerli {
        border-color: var(--color-network-linea-goerli-default)
      }

      .color-indicator--color-linea-goerli.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-linea-goerli.color-indicator--filled {
        background-color: var(--color-network-linea-goerli-default)
      }

      .color-indicator--color-linea-goerli .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-linea-goerli-inverse {
        border-color: var(--color-network-linea-goerli-inverse)
      }

      .color-indicator--color-linea-goerli-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-linea-goerli-inverse.color-indicator--filled {
        background-color: var(--color-network-linea-goerli-inverse)
      }

      .color-indicator--color-linea-goerli-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-linea-sepolia {
        border-color: var(--color-network-linea-sepolia-default)
      }

      .color-indicator--color-linea-sepolia.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-linea-sepolia.color-indicator--filled {
        background-color: var(--color-network-linea-sepolia-default)
      }

      .color-indicator--color-linea-sepolia .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-linea-sepolia-inverse {
        border-color: var(--color-network-linea-sepolia-inverse)
      }

      .color-indicator--color-linea-sepolia-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-linea-sepolia-inverse.color-indicator--filled {
        background-color: var(--color-network-linea-sepolia-inverse)
      }

      .color-indicator--color-linea-sepolia-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-linea-mainnet {
        border-color: var(--color-network-linea-mainnet-default)
      }

      .color-indicator--color-linea-mainnet.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-linea-mainnet.color-indicator--filled {
        background-color: var(--color-network-linea-mainnet-default)
      }

      .color-indicator--color-linea-mainnet .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-linea-mainnet-inverse {
        border-color: var(--color-network-linea-mainnet-inverse)
      }

      .color-indicator--color-linea-mainnet-inverse.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-linea-mainnet-inverse.color-indicator--filled {
        background-color: var(--color-network-linea-mainnet-inverse)
      }

      .color-indicator--color-linea-mainnet-inverse .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-localhost {
        border-color: var(--color-network-localhost-default)
      }

      .color-indicator--color-localhost.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-localhost.color-indicator--filled {
        background-color: var(--color-network-localhost-default)
      }

      .color-indicator--color-localhost .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-transparent {
        border-color: var(--transparent)
      }

      .color-indicator--color-transparent.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-transparent.color-indicator--filled {
        background-color: var(--transparent)
      }

      .color-indicator--color-transparent .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-flask-purple {
        border-color: var(--color-flask-default)
      }

      .color-indicator--color-flask-purple.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-flask-purple.color-indicator--filled {
        background-color: var(--color-flask-default)
      }

      .color-indicator--color-flask-purple .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--color-inherit {
        border-color: var(--inherit)
      }

      .color-indicator--color-inherit.color-indicator--partial-filled .color-indicator__inner-circle,
      .color-indicator--color-inherit.color-indicator--filled {
        background-color: var(--inherit)
      }

      .color-indicator--color-inherit .color-indicator__icon {
        color: var(--color-icon-default)
      }

      .color-indicator--border-color-background-default {
        border-color: var(--color-background-default)
      }

      .color-indicator--border-color-background-alternative {
        border-color: var(--color-background-alternative)
      }

      .color-indicator--border-color-text-default {
        border-color: var(--color-text-default)
      }

      .color-indicator--border-color-text-alternative {
        border-color: var(--color-text-alternative)
      }

      .color-indicator--border-color-text-muted {
        border-color: var(--color-text-muted)
      }

      .color-indicator--border-color-icon-default {
        border-color: var(--color-icon-default)
      }

      .color-indicator--border-color-icon-alternative {
        border-color: var(--color-icon-alternative)
      }

      .color-indicator--border-color-icon-muted {
        border-color: var(--color-icon-muted)
      }

      .color-indicator--border-color-border-default {
        border-color: var(--color-border-default)
      }

      .color-indicator--border-color-border-muted {
        border-color: var(--color-border-muted)
      }

      .color-indicator--border-color-overlay-default {
        border-color: var(--color-overlay-default)
      }

      .color-indicator--border-color-overlay-inverse {
        border-color: var(--color-overlay-inverse)
      }

      .color-indicator--border-color-primary-default {
        border-color: var(--color-primary-default)
      }

      .color-indicator--border-color-primary-alternative {
        border-color: var(--color-primary-alternative)
      }

      .color-indicator--border-color-primary-muted {
        border-color: var(--color-primary-muted)
      }

      .color-indicator--border-color-primary-inverse {
        border-color: var(--color-primary-inverse)
      }

      .color-indicator--border-color-primary-disabled {
        border-color: var(--color-primary-disabled)
      }

      .color-indicator--border-color-error-default {
        border-color: var(--color-error-default)
      }

      .color-indicator--border-color-error-alternative {
        border-color: var(--color-error-alternative)
      }

      .color-indicator--border-color-error-muted {
        border-color: var(--color-error-muted)
      }

      .color-indicator--border-color-error-inverse {
        border-color: var(--color-error-inverse)
      }

      .color-indicator--border-color-error-disabled {
        border-color: var(--color-error-disabled)
      }

      .color-indicator--border-color-warning-default {
        border-color: var(--color-warning-default)
      }

      .color-indicator--border-color-warning-alternative {
        border-color: var(--color-warning-alternative)
      }

      .color-indicator--border-color-warning-muted {
        border-color: var(--color-warning-muted)
      }

      .color-indicator--border-color-warning-inverse {
        border-color: var(--color-warning-inverse)
      }

      .color-indicator--border-color-warning-disabled {
        border-color: var(--color-warning-disabled)
      }

      .color-indicator--border-color-success-default {
        border-color: var(--color-success-default)
      }

      .color-indicator--border-color-success-alternative {
        border-color: var(--color-success-alternative)
      }

      .color-indicator--border-color-success-muted {
        border-color: var(--color-success-muted)
      }

      .color-indicator--border-color-success-inverse {
        border-color: var(--color-success-inverse)
      }

      .color-indicator--border-color-success-disabled {
        border-color: var(--color-success-disabled)
      }

      .color-indicator--border-color-info-default {
        border-color: var(--color-info-default)
      }

      .color-indicator--border-color-info-alternative {
        border-color: var(--color-info-alternative)
      }

      .color-indicator--border-color-info-muted {
        border-color: var(--color-info-muted)
      }

      .color-indicator--border-color-info-inverse {
        border-color: var(--color-info-inverse)
      }

      .color-indicator--border-color-info-disabled {
        border-color: var(--color-info-disabled)
      }

      .color-indicator--border-color-mainnet {
        border-color: var(--mainnet)
      }

      .color-indicator--border-color-goerli {
        border-color: var(--color-network-goerli-default)
      }

      .color-indicator--border-color-sepolia {
        border-color: var(--color-network-sepolia-default)
      }

      .color-indicator--border-color-goerli-inverse {
        border-color: var(--color-network-goerli-inverse)
      }

      .color-indicator--border-color-sepolia-inverse {
        border-color: var(--color-network-sepolia-inverse)
      }

      .color-indicator--border-color-linea-goerli {
        border-color: var(--color-network-linea-goerli-default)
      }

      .color-indicator--border-color-linea-goerli-inverse {
        border-color: var(--color-network-linea-goerli-inverse)
      }

      .color-indicator--border-color-linea-sepolia {
        border-color: var(--color-network-linea-sepolia-default)
      }

      .color-indicator--border-color-linea-sepolia-inverse {
        border-color: var(--color-network-linea-sepolia-inverse)
      }

      .color-indicator--border-color-linea-mainnet {
        border-color: var(--color-network-linea-mainnet-default)
      }

      .color-indicator--border-color-linea-mainnet-inverse {
        border-color: var(--color-network-linea-mainnet-inverse)
      }

      .color-indicator--border-color-localhost {
        border-color: var(--color-network-localhost-default)
      }

      .color-indicator--border-color-transparent {
        border-color: var(--transparent)
      }

      .color-indicator--border-color-flask-purple {
        border-color: var(--color-flask-default)
      }

      .color-indicator--border-color-inherit {
        border-color: var(--inherit)
      }

      .confusable__point {
        color: var(--color-error-default)
      }

      .definition-list__term {
        display: flex;
        align-items: center
      }

      .definition-list__term .definition-list__tooltip-wrapper {
        display: flex !important;
        align-items: center
      }

      .dialog {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 1rem;
        box-sizing: border-box;
        border-radius: 8px
      }

      .dialog--message {
        color: var(--color-text-default);
        background-color: var(--color-info-muted);
        border: 1px solid var(--color-info-default)
      }

      .dialog--error {
        color: 1px solid var(--color-text-default);
        background-color: var(--color-error-muted);
        border: 1px solid var(--color-error-default)
      }

      .dialog--warning {
        color: 1px solid var(--color-text-default);
        background-color: var(--color-warning-muted);
        border: 1px solid var(--color-warning-default)
      }

      .dropdown {
        position: relative;
        display: inline-block;
        height: 36px
      }

      .dropdown__select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        border: 1px solid var(--color-border-default);
        border-radius: 4px;
        background-color: var(--color-background-default);
        width: 100%
      }

      [dir=ltr] .dropdown__select {
        padding: 8px 40px 8px 16px
      }

      [dir=rtl] .dropdown__select,
      [dir=ltr] [dir=rtl] .dropdown__select {
        padding: 8px 16px 8px 40px
      }

      [dir=rtl] [dir=rtl] .dropdown__select {
        padding: 8px 40px 8px 16px
      }

      .dropdown__icon-caret-down {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none
      }

      [dir=ltr] .dropdown__icon-caret-down {
        right: 16px
      }

      [dir=rtl] .dropdown__icon-caret-down,
      [dir=ltr] [dir=rtl] .dropdown__icon-caret-down {
        left: 16px
      }

      [dir=rtl] [dir=rtl] .dropdown__icon-caret-down {
        right: 16px
      }

      .error-message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        min-height: 32px;
        border: 1px solid var(--color-error-default);
        color: var(--color-text-default);
        background-color: var(--color-error-muted);
        border-radius: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 10px
      }

      .error-message__text {
        overflow: auto
      }

      .icon-border {
        border-radius: 50%;
        border: 1px solid var(--color-border-muted);
        background: var(--color-background-alternative);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden
      }

      .icon-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: unset;
        text-align: center;
        width: 60px;
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        cursor: pointer;
        color: var(--color-primary-default)
      }

      .icon-button__circle {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        background: var(--color-primary-default);
        border-radius: 18px;
        margin-top: 6px;
        margin-bottom: 5px;
        margin-inline: auto
      }

      .icon-button--disabled {
        opacity: .3;
        cursor: auto
      }

      .icon-button__label-large {
        width: 60px
      }

      .icon-with-fallback__fallback {
        color: var(--color-icon-alternative)
      }

      .info-icon {
        margin: 0 4px
      }

      .info-icon--success {
        fill: var(--color-success-default)
      }

      .info-icon--info {
        fill: var(--color-info-default)
      }

      .info-icon--warning {
        fill: var(--color-warning-default)
      }

      .info-icon--danger {
        fill: var(--color-error-default)
      }

      .preloader__icon {
        animation-name: spin;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
      }

      @keyframes spin {
        0% {
          transform: rotate(0)
        }

        to {
          transform: rotate(360deg)
        }
      }

      .identicon {
        direction: ltr;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        overflow: hidden
      }

      .identicon__address-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        border-style: solid;
        border-radius: 50%;
        border-width: 2px;
        border-color: var(--color-primary-default)
      }

      .identicon__image-border {
        border: 1px solid var(--color-border-default);
        background: var(--color-background-default)
      }

      .info-tooltip svg {
        height: 12px;
        width: 12px
      }

      .info-tooltip__tooltip-container svg {
        position: static
      }

      .tippy-tooltip.tippy-tooltip-info-theme {
        max-width: 200px;
        padding: 16px
      }

      .list-item {
        width: 100%;
        min-height: 86px;
        margin: 0;
        background: var(--color-background-default);
        padding: 24px 16px;
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        border-bottom: 1px solid var(--color-border-muted);
        color: var(--color-text-default);
        display: grid;
        grid-template-columns: 0fr repeat(11, 1fr);
        grid-template-areas: "icon head head head head head head head right right right right""icon sub sub sub sub sub sub sub right right right right"". actions actions actions actions actions actions actions right right right right";
        align-items: flex-start;
        cursor: pointer
      }

      .list-item:hover,
      .list-item:focus-within {
        background-color: var(--color-background-default-hover)
      }

      .list-item__icon {
        grid-area: icon;
        align-self: center
      }

      [dir=ltr] .list-item__icon>* {
        margin: 0 16px 0 0
      }

      [dir=rtl] .list-item__icon>* {
        margin: 0 0 0 16px
      }

      .list-item__actions {
        grid-area: actions
      }

      .list-item__heading {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        grid-area: head;
        position: relative;
        display: flex;
        align-items: center
      }

      .list-item__heading button {
        background: unset;
        font-size: unset;
        padding-inline-start: 0
      }

      .list-item__heading-wrap {
        display: inline-block
      }

      [dir=ltr] .list-item__heading-wrap {
        margin-left: 8px
      }

      [dir=rtl] .list-item__heading-wrap {
        margin-right: 8px
      }

      .list-item__title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .list-item__subheading {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        grid-area: sub;
        color: var(--color-text-alternative);
        margin-top: 4px
      }

      .list-item__subheading>* {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .list-item__subheading:empty {
        display: none
      }

      .list-item__mid-content {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        grid-area: mid;
        color: var(--color-text-muted)
      }

      .list-item__right-content {
        grid-area: right;
        align-items: flex-end;
        overflow: hidden;
        white-space: nowrap
      }

      [dir=ltr] .list-item__right-content {
        text-align: right
      }

      [dir=rtl] .list-item__right-content {
        text-align: left
      }

      @media screen and (max-width: 575px) {
        .list-item__mid-content {
          display: none
        }
      }

      @media screen and (min-width: 576px) {
        .list-item {
          grid-template-areas: "icon head head head head mid mid mid mid right right right""icon sub sub sub sub mid mid mid mid right right right"". actions actions actions actions mid mid mid mid right right right"
        }
      }

      .list-item--single-content-row {
        grid-template-areas: "icon head head head head head head head right right right right";
        align-items: center
      }

      @media screen and (min-width: 576px) {
        .list-item--single-content-row {
          grid-template-areas: "icon head head head head mid mid mid mid right right right"
        }
      }

      .loading-heartbeat {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background: var(--color-background-default);
        display: none;
        pointer-events: none
      }

      .loading-heartbeat--active {
        display: block;
        animation-name: heartbeat;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite
      }

      @keyframes heartbeat {
        0% {
          opacity: .2
        }

        50% {
          opacity: 1
        }

        to {
          opacity: .2
        }
      }

      .loading-indicator {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        position: relative;
        height: 16px;
        width: 16px
      }

      .loading-indicator__spinner {
        position: absolute;
        width: 27px;
        height: 26px
      }

      [dir=ltr] .loading-indicator__spinner {
        left: -5px
      }

      [dir=rtl] .loading-indicator__spinner {
        right: -5px
      }

      [data-theme=dark] .logo-coinbasepay path {
        fill: var(--color-text-default)
      }

      .loading-overlay {
        top: 0;
        z-index: 51;
        position: fixed;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        background: var(--color-background-alternative);
        opacity: .8
      }

      [dir=ltr] .loading-overlay {
        left: 0
      }

      [dir=rtl] .loading-overlay {
        right: 0
      }

      .loading-overlay__screen-content {
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .loading-overlay__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
      }

      .loading-overlay__error-screen {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 160px;
        justify-content: space-evenly
      }

      .loading-overlay__error-buttons {
        display: flex;
        flex-direction: row
      }

      .loading-overlay__error-buttons button {
        margin: 5px
      }

      .loading-overlay__emoji {
        font-size: 32px
      }

      .loading-overlay__spinner {
        height: 58px;
        width: 58px
      }

      .menu__container {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        background: var(--color-background-default);
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        border-radius: 8px;
        width: 225px;
        color: var(--color-text-default);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1050
      }

      .menu__background {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1050
      }

      [dir=ltr] .menu__background {
        left: 0
      }

      [dir=rtl] .menu__background {
        right: 0
      }

      .menu-item {
        background: none;
        font-size: inherit;
        display: grid;
        grid-template-columns: min-content auto;
        text-align: start;
        align-items: center;
        width: 100%;
        padding: 14px 16px;
        cursor: pointer;
        color: inherit
      }

      .menu-item:hover,
      .menu-item:active {
        background: var(--color-background-default-hover)
      }

      .menu-item__icon {
        grid-row: 1/span 2;
        color: var(--color-icon-alternative)
      }

      [dir=ltr] .menu-item__icon {
        margin-right: 8px
      }

      [dir=rtl] .menu-item__icon {
        margin-left: 8px
      }

      .new-network-info__wrapper {
        box-shadow: 0 4px 20px #00000037;
        border-radius: 8px
      }

      .new-network-info__wrapper .popover-footer {
        border-top: none;
        width: 100%;
        gap: 16px
      }

      .new-network-info__wrapper .popover-footer .footer__button {
        flex: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden
      }

      .new-network-info__wrapper .popover-footer a:hover>span {
        color: var(--inherit)
      }

      .new-network-info__wrapper .popover-header {
        padding-bottom: 1px
      }

      .new-network-info__wrapper .popover-header__button {
        color: var(--color-icon-default)
      }

      .new-network-info__token-box {
        align-self: center;
        margin-top: 8px;
        max-width: 245px
      }

      .new-network-info__button {
        display: contents;
        padding: 0
      }

      .new-network-info__bullet-icon-container {
        background-color: var(--color-info-muted);
        border-radius: 50%;
        padding: 6px
      }

      .new-network-info__bullet-icon-container .mm-icon {
        display: flex;
        color: var(--color-info-default)
      }

      .chip--with-left-icon {
        padding-top: 8px;
        padding-bottom: 8px
      }

      [dir=ltr] .chip--with-left-icon {
        padding-left: 8px
      }

      [dir=rtl] .chip--with-left-icon {
        padding-right: 8px
      }

      .numeric-input {
        border: 1px solid var(--color-border-default);
        position: relative;
        border-radius: 6px
      }

      .numeric-input--error {
        border-color: var(--color-error-default)
      }

      .numeric-input input {
        width: 100%;
        border: 0;
        padding: 10px;
        border-radius: 6px;
        background-color: var(--color-background-default);
        color: var(--color-text-default)
      }

      .numeric-input input::-webkit-inner-spin-button,
      .numeric-input input::-webkit-outer-spin-button {
        opacity: 1
      }

      .numeric-input span {
        position: absolute;
        top: 7px
      }

      [dir=ltr] .numeric-input span {
        right: 40px
      }

      [dir=rtl] .numeric-input span {
        left: 40px
      }

      .nickname-popover__popover-wrap {
        height: 232px;
        border-radius: 4px;
        background: var(--color-background-default);
        display: flex;
        justify-content: center;
        width: auto
      }

      [dir=ltr] .nickname-popover__popover-wrap .popover-header {
        padding: 16px 16px 0 0
      }

      [dir=rtl] .nickname-popover__popover-wrap .popover-header {
        padding: 16px 0 0 16px
      }

      .nickname-popover__popover-wrap .popover-content {
        margin-top: -15px;
        align-items: center
      }

      .nickname-popover__address {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        display: flex;
        align-items: center;
        color: var(--color-text-default);
        padding-top: 8px
      }

      .nickname-popover__public-address {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 25px;
        background: var(--color-background-alternative);
        border-radius: 40px;
        margin-top: 8px
      }

      [dir=ltr] .nickname-popover__public-address {
        padding-left: 8px;
        padding-right: 2px
      }

      [dir=rtl] .nickname-popover__public-address {
        padding-right: 8px;
        padding-left: 2px
      }

      .nickname-popover__public-address button {
        background: none
      }

      .nickname-popover__public-address__constant {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .nickname-popover__view-on-block-explorer {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        margin-top: 12px
      }

      .nickname-popover__etherscan-link {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 0
      }

      .nickname-popover__footer-button {
        margin-top: 16px;
        width: 152px;
        height: 40px;
        border-radius: 100px;
        background: var(--color-primary-default)
      }

      .form-field__heading {
        display: flex;
        align-items: center;
        margin-top: 4px
      }

      .form-field .info-tooltip {
        display: inline-block
      }

      .form-field__heading-detail {
        flex-grow: 1;
        align-self: center
      }

      .form-field__heading-title__tooltip {
        width: 180px
      }

      .form-field__heading-title__tooltip__warning-icon {
        color: var(--color-error-default) !important
      }

      .form-field__error,
      .form-field__error h6 {
        color: var(--color-error-default) !important;
        padding-top: 6px
      }

      .form-field h6 {
        padding-bottom: 6px;
        margin-inline-end: 6px;
        color: var(--color-text-default)
      }

      .form-field__input {
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        background-color: var(--color-background-default);
        color: var(--color-text-default);
        border: 1px solid var(--color-border-default)
      }

      .form-field__input:focus {
        border: solid 1px var(--color-primary-default)
      }

      .form-field__input--error {
        border-color: var(--color-error-default)
      }

      .form-field__input--warning {
        border-color: var(--color-warning-default)
      }

      .page-container {
        width: 408px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        z-index: 25;
        display: flex;
        flex-flow: column;
        border-radius: 8px;
        overflow-y: auto
      }

      .page-container__header {
        display: flex;
        flex-flow: column;
        border-bottom: 1px solid var(--color-border-muted);
        padding: 16px;
        flex: 0 0 auto;
        position: relative
      }

      .page-container__header--no-padding-bottom {
        padding-bottom: 0
      }

      .page-container__header-close {
        color: var(--color-icon-default);
        position: absolute;
        top: 16px;
        cursor: pointer;
        overflow: hidden;
        background-color: transparent
      }

      [dir=ltr] .page-container__header-close {
        right: 16px
      }

      [dir=rtl] .page-container__header-close {
        left: 16px
      }

      .page-container__header-close:after {
        content: "×";
        font-size: 40px;
        line-height: 20px
      }

      .page-container__header-row {
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between
      }

      .page-container__bottom {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0
      }

      .page-container__footer {
        display: flex;
        flex-flow: column;
        justify-content: center;
        border-top: 1px solid var(--color-border-muted);
        flex: 0 0 auto;
        width: 100%
      }

      .page-container__footer footer {
        display: flex;
        flex-flow: row;
        justify-content: center;
        padding: 16px;
        flex: 0 0 auto
      }

      .page-container__footer-secondary {
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        padding: 0 16px 16px;
        flex: 0 0 auto
      }

      .page-container__footer-secondary a,
      .page-container__footer-secondary a:hover {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        color: var(--color-primary-alternative)
      }

      [dir=ltr] .page-container__footer-button {
        margin-right: 16px
      }

      [dir=rtl] .page-container__footer-button {
        margin-left: 16px
      }

      [dir=ltr] .page-container__footer-button:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .page-container__footer-button:last-of-type {
        margin-left: 0
      }

      .page-container__footer-button__cancel {
        border-color: var(--color-primary-alternative) !important;
        color: var(--color-primary-alternative)
      }

      .page-container__back-button {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .page-container__title {
        font-size: 2rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        font-weight: 500
      }

      [dir=ltr] .page-container__title {
        margin-right: 1.5rem
      }

      [dir=rtl] .page-container__title {
        margin-left: 1.5rem
      }

      [dir=ltr] .page-container__title--no-margin-right {
        margin-right: 0
      }

      [dir=rtl] .page-container__title--no-margin-right {
        margin-left: 0
      }

      .page-container__subtitle {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding-top: .5rem;
        color: var(--color-text-alternative)
      }

      .page-container__tabs {
        display: flex;
        margin-top: 16px
      }

      .page-container__tab {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        min-width: 5rem;
        color: var(--color-text-alternative);
        border-bottom: none
      }

      [dir=ltr] .page-container__tab {
        margin-right: 16px
      }

      [dir=rtl] .page-container__tab {
        margin-left: 16px
      }

      [dir=ltr] .page-container__tab:last-of-type {
        margin-right: 0
      }

      [dir=rtl] .page-container__tab:last-of-type {
        margin-left: 0
      }

      .page-container--full-width {
        width: 100% !important
      }

      .page-container--full-height {
        height: 100% !important;
        max-height: initial !important;
        min-height: initial !important
      }

      .page-container__content {
        overflow-y: auto;
        flex: 1
      }

      .page-container__warning-container {
        background: var(--color-error-muted);
        padding: 20px;
        display: flex;
        align-items: flex-start
      }

      [dir=ltr] .page-container__warning-message {
        padding-left: 15px
      }

      [dir=rtl] .page-container__warning-message {
        padding-right: 15px
      }

      .page-container__warning-title {
        font-weight: 500
      }

      .page-container__warning-icon {
        padding-top: 5px;
        color: var(--color-error-default)
      }

      @media screen and (max-width: 250px) {
        .page-container__footer {
          flex-flow: column-reverse
        }

        .page-container__footer-button {
          width: 100%;
          margin-bottom: 1rem
        }

        [dir=ltr] .page-container__footer-button {
          margin-right: 0
        }

        [dir=rtl] .page-container__footer-button {
          margin-left: 0
        }

        [dir=ltr] .page-container__footer-button:first-of-type {
          margin-right: 4px
        }

        [dir=rtl] .page-container__footer-button:first-of-type {
          margin-left: 4px
        }
      }

      @media screen and (max-width: 575px) {
        .page-container {
          height: 100%;
          width: 100%;
          background-color: var(--color-background-default);
          border-radius: 0;
          flex: 1;
          overflow-y: auto
        }
      }

      @media screen and (min-width: 576px) {
        .page-container {
          max-height: 82vh;
          min-height: 570px;
          flex: 0 0 auto;
          margin-right: auto;
          margin-left: auto
        }
      }

      .popover-wrap {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 328px;
        max-height: 94vh;
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
        border-radius: 10px;
        background: var(--color-background-default)
      }

      .popover-wrap ::-webkit-scrollbar {
        width: 6px
      }

      .popover-wrap ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--color-icon-muted)
      }

      .popover-header {
        position: relative
      }

      .popover-header__title--center {
        flex: 1
      }

      .popover-bg {
        width: 100%;
        height: 100%;
        background: var(--color-overlay-default)
      }

      .popover-content {
        overflow-y: auto;
        position: relative;
        flex: 1;
        align-content: stretch
      }

      .popover-container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1050
      }

      [dir=ltr] .popover-container {
        left: 0
      }

      [dir=rtl] .popover-container {
        right: 0
      }

      .popover-footer {
        border-top: 1px solid var(--color-border-muted)
      }

      .popover-footer>:only-child {
        margin: 0 auto
      }

      .popover-scroll-button {
        position: absolute;
        bottom: 12px;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--color-primary-default);
        z-index: 201;
        cursor: pointer;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center
      }

      [dir=ltr] .popover-scroll-button {
        right: 12px
      }

      [dir=rtl] .popover-scroll-button {
        left: 12px
      }

      .popover-scroll-button:hover {
        opacity: 1
      }

      .popover-arrow {
        width: 22px;
        height: 22px;
        background: var(--color-background-default);
        position: absolute;
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default)
      }

      [dir=ltr] .popover-arrow {
        transform: rotate(45deg)
      }

      [dir=rtl] .popover-arrow {
        transform: rotate(-45deg)
      }

      .popover-container .page-container {
        width: auto
      }

      .pulse-loader {
        display: flex
      }

      .pulse-loader__loading-dot-one,
      .pulse-loader__loading-dot-two,
      .pulse-loader__loading-dot-three {
        background: var(--color-primary-default);
        width: 9px;
        height: 9px;
        border-radius: 100%;
        animation-fill-mode: both
      }

      [dir=ltr] .pulse-loader__loading-dot-one,
      [dir=ltr] .pulse-loader__loading-dot-two,
      [dir=ltr] .pulse-loader__loading-dot-three {
        margin-right: 2px
      }

      [dir=rtl] .pulse-loader__loading-dot-one,
      [dir=rtl] .pulse-loader__loading-dot-two,
      [dir=rtl] .pulse-loader__loading-dot-three {
        margin-left: 2px
      }

      .pulse-loader__loading-dot-one {
        animation: loading-dot .75s .12s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .pulse-loader__loading-dot-two {
        animation: loading-dot .75s .24s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      .pulse-loader__loading-dot-three {
        animation: loading-dot .75s .36s infinite cubic-bezier(.2, .68, .18, 1.08)
      }

      @keyframes loading-dot {
        0% {
          transform: scale(1);
          opacity: 1
        }

        45% {
          transform: scale(.7);
          opacity: .7
        }

        80% {
          transform: scale(1);
          opacity: 1
        }
      }

      .qr-code {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
      }

      .qr-code__message-container>div:first-child {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 18px;
        color: var(--color-text-muted)
      }

      .qr-code__message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-warning-default)
      }

      .qr-code__error {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-error-default);
        margin-bottom: 9px
      }

      .qr-code__address-container {
        display: flex;
        justify-content: center;
        cursor: pointer;
        align-items: center
      }

      .qr-code__address-container__tooltip-wrapper {
        width: 100%
      }

      .qr-code__address {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        background-color: var(--color-background-alternative);
        width: 76%;
        padding: 8px 12px;
        word-break: break-all;
        text-align: center
      }

      .radio-group {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 60px;
        width: 100%
      }

      .radio-group--has-recommendation {
        grid-template-rows: 100px
      }

      .radio-group label {
        cursor: pointer
      }

      .radio-group__column {
        text-align: center
      }

      .radio-group__column-recommended {
        height: 20px
      }

      .radio-group__column-inner {
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .radio-group__column-line,
      .radio-group__column-horizontal-line,
      .radio-group__column-radio,
      .radio-group__column-label {
        flex: 1 1 auto
      }

      .radio-group__column-start-connector {
        width: calc(50% + .5px);
        height: 6px;
        border-bottom: 1px solid var(--color-border-muted);
        align-self: flex-end
      }

      [dir=ltr] .radio-group__column-start-connector {
        border-left: 1px solid var(--color-border-muted)
      }

      [dir=rtl] .radio-group__column-start-connector {
        border-right: 1px solid var(--color-border-muted)
      }

      .radio-group__column-end-connector {
        width: calc(50% + .5px);
        height: 6px;
        border-bottom: 1px solid var(--color-border-muted);
        align-self: flex-start
      }

      [dir=ltr] .radio-group__column-end-connector {
        border-right: 1px solid var(--color-border-muted)
      }

      [dir=rtl] .radio-group__column-end-connector {
        border-left: 1px solid var(--color-border-muted)
      }

      .radio-group__column-vertical-line {
        width: 1px;
        height: 5px
      }

      [dir=ltr] .radio-group__column-vertical-line {
        border-left: 1px solid var(--color-border-muted)
      }

      [dir=rtl] .radio-group__column-vertical-line {
        border-right: 1px solid var(--color-border-muted)
      }

      .radio-group__column-horizontal-line {
        height: 1px;
        border-bottom: 1px solid var(--color-border-muted);
        width: 100%
      }

      .radio-group__column-radio input {
        cursor: pointer;
        margin: 0
      }

      .radio-group__column-radio,
      .radio-group__column-label {
        text-align: center
      }

      .radio-group__column-label {
        padding-top: 6px
      }

      .sender-to-recipient {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        flex: 0 0 auto
      }

      .sender-to-recipient--default {
        height: 42px
      }

      .sender-to-recipient--default .sender-to-recipient__tooltip-wrapper {
        min-width: 0
      }

      .sender-to-recipient--default .sender-to-recipient__tooltip-container {
        max-width: 100%
      }

      .sender-to-recipient--default .sender-to-recipient__party {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1;
        padding: 0 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid var(--color-border-muted)
      }

      .sender-to-recipient--default .sender-to-recipient__party--sender {
        cursor: pointer
      }

      [dir=ltr] .sender-to-recipient--default .sender-to-recipient__party--sender {
        padding-right: 30px
      }

      [dir=rtl] .sender-to-recipient--default .sender-to-recipient__party--sender {
        padding-left: 30px
      }

      [dir=ltr] .sender-to-recipient--default .sender-to-recipient__party--recipient {
        padding-left: 30px;
        border-left: 1px solid var(--color-border-muted)
      }

      [dir=rtl] .sender-to-recipient--default .sender-to-recipient__party--recipient {
        padding-right: 30px;
        border-right: 1px solid var(--color-border-muted)
      }

      .sender-to-recipient--default .sender-to-recipient__party--recipient-with-address {
        cursor: pointer
      }

      .sender-to-recipient--default .sender-to-recipient__arrow-container {
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
      }

      [dir=ltr] [dir=rtl] .sender-to-recipient--default .sender-to-recipient__arrow-container {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .sender-to-recipient--default .sender-to-recipient__arrow-container {
        transform: rotate(-180deg)
      }

      .sender-to-recipient--default .sender-to-recipient__arrow-circle {
        background: var(--color-background-default);
        padding: 5px;
        border: 1px solid var(--color-border-muted);
        border-radius: 20px;
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        align-items: center
      }

      .sender-to-recipient--default .sender-to-recipient__arrow-circle__icon {
        color: var(--color-icon-muted)
      }

      .sender-to-recipient--default .sender-to-recipient__name {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      [dir=ltr] .sender-to-recipient--default .sender-to-recipient__name {
        padding-left: 14px
      }

      [dir=rtl] .sender-to-recipient--default .sender-to-recipient__name {
        padding-right: 14px
      }

      [dir=rtl] .sender-to-recipient--default .sender-to-recipient__name {
        direction: ltr;
        text-align: right
      }

      [dir=rtl] .sender-to-recipient--default .sender-to-recipient__name span {
        display: block;
        direction: rtl
      }

      .sender-to-recipient--cards .sender-to-recipient__party {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex: 1;
        border-radius: 4px;
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        padding: 6px;
        background: var(--color-background-default);
        cursor: pointer;
        min-width: 0;
        color: var(--color-text-default);
        border: 1px solid var(--color-border-default)
      }

      .sender-to-recipient--cards .sender-to-recipient__tooltip-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .sender-to-recipient--cards .sender-to-recipient__name {
        font-size: .5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      [dir=rtl] .sender-to-recipient--cards .sender-to-recipient__name {
        direction: ltr;
        text-align: right
      }

      [dir=rtl] .sender-to-recipient--cards .sender-to-recipient__name span {
        display: block;
        direction: rtl
      }

      .sender-to-recipient--cards .sender-to-recipient__arrow-container {
        display: flex;
        justify-content: center;
        align-items: center
      }

      [dir=ltr] [dir=rtl] .sender-to-recipient--cards .sender-to-recipient__arrow-container {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .sender-to-recipient--cards .sender-to-recipient__arrow-container {
        transform: rotate(-180deg)
      }

      .sender-to-recipient--flat .sender-to-recipient__party {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex: 1;
        padding: 6px;
        cursor: pointer;
        min-width: 0;
        color: var(--color-text-default);
        border: 1px solid var(--color-border-default)
      }

      .sender-to-recipient--flat .sender-to-recipient__tooltip-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .sender-to-recipient--flat .sender-to-recipient__name {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-inline-start: 8px
      }

      [dir=rtl] .sender-to-recipient--flat .sender-to-recipient__name {
        direction: ltr;
        text-align: right
      }

      [dir=rtl] .sender-to-recipient--flat .sender-to-recipient__name span {
        display: block;
        direction: rtl
      }

      .sender-to-recipient--flat .sender-to-recipient__arrow-container {
        display: flex;
        justify-content: center;
        align-items: center
      }

      [dir=ltr] [dir=rtl] .sender-to-recipient--flat .sender-to-recipient__arrow-container {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .sender-to-recipient--flat .sender-to-recipient__arrow-container {
        transform: rotate(-180deg)
      }

      .show-hide-toggle {
        position: relative;
        display: inline-flex
      }

      .show-hide-toggle__input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
      }

      .show-hide-toggle__input+.show-hide-toggle__label {
        display: flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none
      }

      .show-hide-toggle__input:focus,
      .show-hide-toggle__input:focus-visible {
        outline: none
      }

      .show-hide-toggle__input:focus+.show-hide-toggle__label,
      .show-hide-toggle__input:focus-visible+.show-hide-toggle__label {
        outline: Highlight auto 1px
      }

      .show-hide-toggle__input:disabled+label {
        opacity: .5;
        cursor: auto
      }

      .show-hide-toggle__icon {
        color: var(--color-icon-default)
      }

      .snackbar {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: .75rem 1rem;
        color: var(--color-text-default);
        min-width: 360px;
        width: -moz-fit-content;
        width: fit-content;
        background: var(--color-info-muted);
        border: 1px solid var(--color-info-default);
        border-radius: 6px
      }

      .site-origin {
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis
      }

      .site-origin .chip {
        max-width: 100%
      }

      [dir=ltr] .site-origin .chip__left-icon {
        padding: 4px 0 4px 8px
      }

      [dir=rtl] .site-origin .chip__left-icon {
        padding: 4px 8px 4px 0
      }

      .site-origin span {
        display: inline-block;
        vertical-align: middle;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        direction: rtl;
        max-width: 100%
      }

      .slider {
        display: inline-block;
        width: 100%
      }

      .slider__heading,
      .slider__footer {
        display: flex;
        justify-content: space-between
      }

      .slider__heading-title {
        display: flex;
        align-items: center
      }

      .slider__heading-title>p {
        font-size: 14px
      }

      [dir=ltr] .slider__heading-title>p {
        margin-left: 10px
      }

      [dir=rtl] .slider__heading-title>p {
        margin-right: 10px
      }

      .slider__heading-detail>p {
        font-size: 14px
      }

      .slider__footer-info {
        display: flex;
        align-items: center
      }

      .slider__footer-info>p {
        font-size: 12px
      }

      .slider__footer-edit>button {
        border: none;
        background: none;
        font-size: 12px;
        color: var(--color-primary-default)
      }

      .slider__footer-edit>button:focus {
        outline: none
      }

      .slider h6 {
        margin-inline-end: 6px
      }

      .tab button {
        min-width: 50px;
        background-color: unset;
        font-size: unset;
        color: unset
      }

      .tab--active {
        color: var(--color-text-default);
        border-bottom: 2px solid var(--color-primary-default)
      }

      .tabs {
        -moz-transform: translateZ(0)
      }

      .tabs__list {
        border-bottom: 1px solid var(--color-border-default);
        position: sticky;
        top: 0;
        z-index: 2
      }

      [dir=ltr] .transaction-insight-dropdown .dropdown__select,
      [dir=ltr] .transaction-insight-dropdown-wrapper:before {
        padding: 8px 20px 0 4px
      }

      [dir=rtl] .transaction-insight-dropdown .dropdown__select,
      [dir=rtl] .transaction-insight-dropdown-wrapper:before {
        padding: 8px 4px 0 20px
      }

      .transaction-insight-dropdown select,
      .transaction-insight-dropdown-wrapper:before {
        font-size: .75rem;
        overflow: hidden !important;
        white-space: nowrap;
        text-overflow: ellipsis
      }

      .transaction-insight-dropdown-wrapper:before {
        content: attr(title);
        visibility: hidden;
        pointer-events: none;
        display: inline-block;
        max-width: 150px
      }

      .transaction-insight-dropdown {
        cursor: pointer
      }

      .transaction-insight-dropdown,
      .transaction-insight-dropdown select {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
      }

      .transaction-insight-dropdown select {
        border: none;
        cursor: pointer
      }

      .transaction-insight-dropdown select:focus {
        outline: none
      }

      .transaction-insight-dropdown .dropdown__icon-caret-down {
        cursor: pointer
      }

      [dir=ltr] .transaction-insight-dropdown .dropdown__icon-caret-down {
        right: 4px
      }

      [dir=rtl] .transaction-insight-dropdown .dropdown__icon-caret-down {
        left: 4px
      }

      .MuiInput-input,
      .MuiInputBase-input {
        color: var(--color-text-default) !important
      }

      .MuiFormHelperText-root.Mui-error {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-error-default) !important
      }

      .toggle-button {
        display: flex;
        cursor: pointer
      }

      .toggle-button__status {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        display: grid
      }

      .toggle-button__label-off,
      .toggle-button__label-on {
        grid-area: 1/1/1/1
      }

      .toggle-button__label-off {
        visibility: hidden
      }

      .toggle-button__label-on,
      .toggle-button--off .toggle-button__label-off {
        visibility: visible
      }

      .toggle-button--off .toggle-button__label-on {
        visibility: hidden
      }

      .toggle-button--disabled {
        opacity: .5
      }

      .token-balance-component {
        display: flex;
        align-items: center
      }

      .token-balance-component__text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      [dir=ltr] .token-balance-component__suffix {
        padding-left: 4px
      }

      [dir=rtl] .token-balance-component__suffix {
        padding-right: 4px
      }

      .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme {
        background: var(--color-background-default);
        color: var(--color-text-default);
        box-shadow: var(--shadow-size-md) var(--color-shadow-default);
        padding: 12px 16px 11px
      }

      .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      [dir=ltr] .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content {
        text-align: left
      }

      [dir=rtl] .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content {
        text-align: right
      }

      .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content a {
        color: var(--color-primary-default)
      }

      .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content p {
        margin-bottom: 16px
      }

      .tippy-popper .tippy-tooltip.tippy-tooltip--mm-custom-theme .tippy-tooltip-content p:last-child {
        margin-bottom: 0
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
        border-top-color: var(--color-background-default)
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
        border-right-color: var(--color-background-default)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow],
      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
        border-left-color: var(--color-background-default)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
        border-right-color: var(--color-background-default)
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.tippy-tooltip--mm-custom-theme [x-arrow] {
        border-bottom-color: var(--color-background-default)
      }

      .truncated-definition-list__view-more {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: inline-block;
        padding: 0;
        width: auto
      }

      .typography {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography b,
      .typography strong {
        font-weight: 700
      }

      .typography--h1 {
        font-size: 2.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h2 {
        font-size: 2rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h3 {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h4 {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h5 {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h6 {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--paragraph {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h7 {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h8 {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--h9 {
        font-size: .5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .typography--color-background-default {
        color: var(--color-background-default)
      }

      .typography--color-background-alternative {
        color: var(--color-background-alternative)
      }

      .typography--color-text-default {
        color: var(--color-text-default)
      }

      .typography--color-text-alternative {
        color: var(--color-text-alternative)
      }

      .typography--color-text-muted {
        color: var(--color-text-muted)
      }

      .typography--color-icon-default {
        color: var(--color-icon-default)
      }

      .typography--color-icon-alternative {
        color: var(--color-icon-alternative)
      }

      .typography--color-icon-muted {
        color: var(--color-icon-muted)
      }

      .typography--color-border-default {
        color: var(--color-border-default)
      }

      .typography--color-border-muted {
        color: var(--color-border-muted)
      }

      .typography--color-overlay-default {
        color: var(--color-overlay-default)
      }

      .typography--color-overlay-inverse {
        color: var(--color-overlay-inverse)
      }

      .typography--color-primary-default {
        color: var(--color-primary-default)
      }

      .typography--color-primary-alternative {
        color: var(--color-primary-alternative)
      }

      .typography--color-primary-muted {
        color: var(--color-primary-muted)
      }

      .typography--color-primary-inverse {
        color: var(--color-primary-inverse)
      }

      .typography--color-primary-disabled {
        color: var(--color-primary-disabled)
      }

      .typography--color-error-default {
        color: var(--color-error-default)
      }

      .typography--color-error-alternative {
        color: var(--color-error-alternative)
      }

      .typography--color-error-muted {
        color: var(--color-error-muted)
      }

      .typography--color-error-inverse {
        color: var(--color-error-inverse)
      }

      .typography--color-error-disabled {
        color: var(--color-error-disabled)
      }

      .typography--color-warning-default {
        color: var(--color-warning-default)
      }

      .typography--color-warning-alternative {
        color: var(--color-warning-alternative)
      }

      .typography--color-warning-muted {
        color: var(--color-warning-muted)
      }

      .typography--color-warning-inverse {
        color: var(--color-warning-inverse)
      }

      .typography--color-warning-disabled {
        color: var(--color-warning-disabled)
      }

      .typography--color-success-default {
        color: var(--color-success-default)
      }

      .typography--color-success-alternative {
        color: var(--color-success-alternative)
      }

      .typography--color-success-muted {
        color: var(--color-success-muted)
      }

      .typography--color-success-inverse {
        color: var(--color-success-inverse)
      }

      .typography--color-success-disabled {
        color: var(--color-success-disabled)
      }

      .typography--color-info-default {
        color: var(--color-info-default)
      }

      .typography--color-info-alternative {
        color: var(--color-info-alternative)
      }

      .typography--color-info-muted {
        color: var(--color-info-muted)
      }

      .typography--color-info-inverse {
        color: var(--color-info-inverse)
      }

      .typography--color-info-disabled {
        color: var(--color-info-disabled)
      }

      .typography--color-mainnet {
        color: var(--mainnet)
      }

      .typography--color-goerli {
        color: var(--color-network-goerli-default)
      }

      .typography--color-sepolia {
        color: var(--color-network-sepolia-default)
      }

      .typography--color-goerli-inverse {
        color: var(--color-network-goerli-inverse)
      }

      .typography--color-sepolia-inverse {
        color: var(--color-network-sepolia-inverse)
      }

      .typography--color-linea-goerli {
        color: var(--color-network-linea-goerli-default)
      }

      .typography--color-linea-goerli-inverse {
        color: var(--color-network-linea-goerli-inverse)
      }

      .typography--color-linea-sepolia {
        color: var(--color-network-linea-sepolia-default)
      }

      .typography--color-linea-sepolia-inverse {
        color: var(--color-network-linea-sepolia-inverse)
      }

      .typography--color-linea-mainnet {
        color: var(--color-network-linea-mainnet-default)
      }

      .typography--color-linea-mainnet-inverse {
        color: var(--color-network-linea-mainnet-inverse)
      }

      .typography--color-localhost {
        color: var(--color-network-localhost-default)
      }

      .typography--color-transparent {
        color: var(--transparent)
      }

      .typography--color-flask-purple {
        color: var(--color-flask-default)
      }

      .typography--color-inherit {
        color: var(--inherit)
      }

      .typography--weight-bold {
        font-weight: 700
      }

      .typography--weight-medium {
        font-weight: medium
      }

      .typography--weight-normal {
        font-weight: 400
      }

      .typography--weight-100 {
        font-weight: 100
      }

      .typography--weight-200 {
        font-weight: 200
      }

      .typography--weight-300 {
        font-weight: 300
      }

      .typography--weight-400 {
        font-weight: 400
      }

      .typography--weight-500 {
        font-weight: 500
      }

      .typography--weight-600 {
        font-weight: 600
      }

      .typography--weight-700 {
        font-weight: 700
      }

      .typography--weight-800 {
        font-weight: 800
      }

      .typography--weight-900 {
        font-weight: 900
      }

      .typography--style-normal {
        font-style: normal
      }

      .typography--style-italic {
        font-style: italic
      }

      .typography--style-oblique {
        font-style: oblique
      }

      [dir=ltr] .typography--align-left {
        text-align: left
      }

      [dir=rtl] .typography--align-left,
      [dir=ltr] .typography--align-right {
        text-align: right
      }

      [dir=rtl] .typography--align-right {
        text-align: left
      }

      .typography--align-center {
        text-align: center
      }

      .typography--align-justify {
        text-align: justify
      }

      .typography--align-end {
        text-align: end
      }

      .typography--overflowwrap-normal {
        overflow-wrap: normal
      }

      .typography--overflowwrap-break-word {
        overflow-wrap: break-word
      }

      .typography--overflowwrap-anywhere {
        overflow-wrap: anywhere
      }

      .typography--spacing-1 {
        margin: 4px auto
      }

      .typography--spacing-2 {
        margin: 8px auto
      }

      .typography--spacing-3 {
        margin: 12px auto
      }

      .typography--spacing-4 {
        margin: 16px auto
      }

      .typography--spacing-5 {
        margin: 20px auto
      }

      .typography--spacing-6 {
        margin: 24px auto
      }

      .typography--spacing-7 {
        margin: 28px auto
      }

      .typography--spacing-8 {
        margin: 32px auto
      }

      .textarea {
        display: block;
        box-shadow: none;
        color: var(--color-text-default);
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem
      }

      .textarea--scrollable {
        overflow-y: scroll
      }

      .textarea--not-scrollable {
        overflow-y: hidden
      }

      .textarea--resize-none {
        resize: none
      }

      .textarea--resize-both {
        resize: both
      }

      .textarea--resize-horizontal {
        resize: horizontal
      }

      .textarea--resize-vertical {
        resize: vertical
      }

      .textarea--resize-initial {
        resize: initial
      }

      .textarea--resize-inherit {
        resize: inherit
      }

      .unit-input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        min-height: 54px;
        border: 1px solid var(--color-border-default);
        border-radius: 4px;
        background-color: var(--color-background-default);
        color: var(--color-text-default);
        padding: 8px 10px;
        position: relative
      }

      .unit-input input[type=number] {
        -moz-appearance: textfield
      }

      .unit-input input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none
      }

      .unit-input input[type=number]:hover::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none
      }

      .unit-input__inputs {
        flex: 1 0 auto;
        display: flex;
        flex-flow: column nowrap
      }

      .unit-input__input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        background: transparent;
        border: none;
        max-width: 15ch;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 16px;
        outline: none
      }

      .unit-input__input-container {
        display: flex;
        align-items: center;
        padding-bottom: 2px
      }

      .unit-input__suffix {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .unit-input__suffix {
        margin-left: 3px
      }

      [dir=rtl] .unit-input__suffix {
        margin-right: 3px
      }

      .unit-input--error {
        border-color: var(--color-error-default)
      }

      .url-icon {
        width: 24px;
        height: 24px;
        background-position: center;
        border-radius: 50%;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        flex: 0 0 auto;
        -moz-animation: fadein 1s;
        -webkit-animation: fadein 1s;
        -o-animation: fadein 1s
      }

      .url-icon__fallback {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--color-background-alternative);
        flex: 0 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 2px
      }

      @keyframes fadein {
        0% {
          opacity: 0
        }

        to {
          opacity: 1
        }
      }

      .update-nickname__wrapper {
        height: 620px;
        width: 360px;
        border-radius: 10px;
        max-height: 100vh;
        width: auto
      }

      .update-nickname__wrapper .popover-header {
        border-bottom: 1px solid var(--color-border-muted);
        margin-bottom: 16px;
        border-radius: 10px
      }

      @media screen and (max-width: 575px) {
        .update-nickname__wrapper {
          width: 96%;
          height: 96%
        }
      }

      [dir=ltr] .update-nickname__cancel {
        margin-right: 16px
      }

      [dir=rtl] .update-nickname__cancel {
        margin-left: 16px
      }

      .update-nickname__content {
        padding: 0 18px 20px;
        position: relative
      }

      .update-nickname__content__indenticon {
        margin-bottom: 16px
      }

      .update-nickname__content__text-area-wrapper {
        height: 96px !important
      }

      .update-nickname__content__text-area {
        line-height: initial !important
      }

      .update-nickname__content__address {
        margin-top: 8px;
        font-size: 13px;
        color: var(--color-text-alternative);
        margin-bottom: 16px;
        overflow-wrap: break-word
      }

      .update-nickname__content__label,
      .update-nickname__content__label--capitalized {
        text-transform: capitalize;
        margin-top: 16px;
        color: var(--color-text-default);
        font-size: 14px
      }

      .update-nickname__content__nickname-label {
        margin-bottom: 8px;
        color: var(--color-text-default);
        font-size: 14px
      }

      .disclosure {
        font-size: 14px
      }

      .disclosure__summary {
        position: relative;
        font-weight: 700;
        display: flex;
        cursor: pointer
      }

      .disclosure__summary::-webkit-details-marker,
      .disclosure__summary::marker {
        display: none;
        content: ""
      }

      .disclosure__content {
        padding-top: 10px;
        margin-inline-start: 12px;
        font-size: 14px
      }

      .disclosure__content.small {
        font-size: 12px
      }

      .disclosure details[open] .disclosure__summary.is-arrow .disclosure__summary--icon {
        transform: rotateX(0)
      }

      .disclosure__summary.is-arrow {
        display: flex;
        align-items: center;
        font-weight: 400
      }

      .disclosure__summary.is-arrow:hover {
        opacity: .5
      }

      [dir=ltr] .disclosure__summary.is-arrow+.disclosure__content {
        margin-left: 0
      }

      [dir=rtl] .disclosure__summary.is-arrow+.disclosure__content {
        margin-right: 0
      }

      .disclosure__summary.is-arrow .disclosure__summary--icon {
        transform: rotateX(180deg);
        transition: .1s transform
      }

      .deprecated-networks {
        position: fixed;
        bottom: 0;
        z-index: 1050
      }

      @media screen and (min-width: 576px) {
        .deprecated-networks {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .deprecated-networks {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .deprecated-networks {
          width: 62vw
        }
      }

      .collection-image-alt {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        padding: 2px;
        background: var(--color-overlay-alternative)
      }

      .custody-label {
        z-index: 1;
        letter-spacing: .5px;
        white-space: nowrap;
        max-width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block
      }

      .form-combo-field {
        width: 100%
      }

      .form-combo-field ::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: var(--color-icon-muted)
      }

      .form-combo-field ::-webkit-scrollbar {
        width: 0
      }

      .form-combo-field__value>div {
        outline: 0;
        width: 100%
      }

      .form-combo-field__value-dropdown-visible>div {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
      }

      .form-combo-field__dropdown {
        border: 1px solid var(--color-border-default);
        border-top-width: 0;
        position: absolute;
        overflow-y: scroll;
        z-index: 1;
        background-color: var(--color-background-default)
      }

      .form-combo-field__dropdown__scroll::-webkit-scrollbar {
        width: 8px
      }

      .form-combo-field__option {
        display: flex;
        flex-direction: column;
        padding: 10px 16px;
        line-height: normal;
        font-weight: 400
      }

      .form-combo-field__option:hover {
        background-color: var(--color-background-default-hover)
      }

      .form-combo-field__option-primary {
        padding-bottom: 4px
      }

      .form-combo-field__option-secondary {
        color: var(--color-text-alternative);
        font-size: 12px
      }

      .form-combo-field__option-primary,
      .form-combo-field__option-secondary {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
      }

      .custody-search-jwt__select {
        height: 54px;
        width: 100%;
        display: flex;
        align-items: center
      }

      .custody-search-jwt__select-title {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .note-header {
        line-height: 100%;
        margin: 0 0 5px
      }

      .note-header label {
        color: var(--black);
        margin: 0 0 4px
      }

      .note-field textarea {
        min-height: 90px;
        border-radius: 5px;
        padding: 10px;
        font-size: 12px;
        resize: none
      }

      .note-field textarea::placeholder {
        color: var(--color-icon-alternative)
      }

      .multichain-page-content {
        overflow: auto
      }

      .multichain-send-page {
        width: 408px
      }

      .multichain-send-page__account-picker {
        height: 62px
      }

      .multichain-send-page__recipient .tabs__list {
        border-bottom: 0;
        background-color: transparent;
        position: relative
      }

      .multichain-send-page__recipient .tabs__list .tab {
        width: 50%
      }

      .connections-page .tabs__list {
        display: flex;
        justify-content: center;
        margin-left: 16px;
        margin-right: 16px
      }

      .connections-page__no-site-connected-content {
        height: 100%
      }

      .permissions-page__tabs {
        padding: 0 16px
      }

      .permissions-page__tabs .tab {
        flex-grow: 1
      }

      .multichain-address-copy-button__address--wrap {
        word-break: break-word;
        min-height: 32px;
        height: auto
      }

      .custody-logo {
        height: 20px;
        background-color: var(--color-background-default);
        padding: 1px
      }

      .address-list-item__label {
        font-size: 14px !important
      }

      .address-list-item:hover,
      .address-list-item:focus-within {
        background: var(--color-background-default-hover)
      }

      .add-nft__close {
        color: var(--color-icon-default);
        background: none;
        flex: 0;
        align-self: flex-start
      }

      [dir=ltr] .add-nft__close {
        padding-right: 0
      }

      [dir=rtl] .add-nft__close {
        padding-left: 0
      }

      .multichain-account-list-item {
        position: relative;
        width: 100%
      }

      .multichain-account-list-item--clickable {
        cursor: pointer
      }

      .multichain-account-list-item:not(.multichain-account-list-item--clickable) {
        cursor: default
      }

      .multichain-account-list-item:not(.multichain-account-list-item--clickable) .multichain-account-list-item__account-name__button,
      .multichain-account-list-item:not(.multichain-account-list-item--clickable) .multichain-badge-status {
        cursor: default
      }

      .multichain-account-list-item:not(.multichain-account-list-item--selected):hover,
      .multichain-account-list-item:not(.multichain-account-list-item--selected):focus-within {
        background: var(--color-background-default-hover)
      }

      .multichain-account-list-item__account-name {
        max-width: 160px;
        min-width: 80px
      }

      .multichain-account-list-item__account-name__button:hover,
      .multichain-account-list-item__account-name__button:focus {
        opacity: 1
      }

      .multichain-account-list-item__asset {
        max-width: 130px;
        min-width: 60px;
        align-self: self-end
      }

      .multichain-account-list-item__account-name button,
      .multichain-account-list-item__asset,
      .multichain-account-list-item__tooltip {
        font-size: 14px !important
      }

      .multichain-account-list-item__avatar {
        margin-inline-end: 2px
      }

      .multichain-account-list-item__selected-indicator {
        width: 4px;
        height: calc(100% - 8px);
        position: absolute;
        top: 4px
      }

      [dir=ltr] .multichain-account-list-item__selected-indicator {
        left: 4px
      }

      [dir=rtl] .multichain-account-list-item__selected-indicator {
        right: 4px
      }

      .multichain-account-list-item__content {
        overflow: hidden;
        flex: 1
      }

      .multichain-account-list-item__tooltip {
        display: inline
      }

      .multichain-account-list-item .currency-display-component {
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline
      }

      [dir=ltr] .multichain-account-list-item .currency-display-component__prefix {
        padding-right: unset
      }

      [dir=rtl] .multichain-account-list-item .currency-display-component__prefix {
        padding-left: unset
      }

      .multichain-account-list-item .currency-display-component__suffix {
        font-size: 12px !important
      }

      .list-item-custody-logo {
        height: 32px;
        padding: 1px;
        margin-top: 5px
      }

      [dir=ltr] .list-item-custody-logo {
        margin-right: 8px
      }

      [dir=rtl] .list-item-custody-logo {
        margin-left: 8px
      }

      .multichain-account-list-item-menu__popover {
        z-index: 1051;
        overflow: hidden;
        min-width: 225px;
        max-width: 225px
      }

      .multichain-account-menu-popover__dialog {
        max-height: 100%
      }

      .multichain-account-menu-popover .popover-content {
        border-radius: 0
      }

      .multichain-account-menu-popover__list {
        overflow: auto
      }

      .multichain-account-menu-popover__list--menu-item-hidden,
      .multichain-account-menu-popover__list--menu-item-hidden-account {
        opacity: .5
      }

      .multichain-account-picker:not([disabled]):hover,
      .multichain-account-picker:not([disabled]):focus {
        box-shadow: none;
        background: var(--color-background-default-hover)
      }

      .multichain-account-picker-container {
        overflow: hidden
      }

      .activity-list-item {
        cursor: pointer
      }

      .activity-list-item__content-container {
        overflow: hidden
      }

      .activity-list-item__primary-currency {
        max-width: 130px
      }

      @media screen and (min-width: 576px) {
        .activity-list-item__primary-currency {
          max-width: max-content
        }
      }

      .multichain-app-header {
        flex-flow: column nowrap;
        z-index: 55;
        min-height: 68px
      }

      .multichain-app-header__contents {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        height: 68px
      }

      @media screen and (max-width: 575px) {
        .multichain-app-header__contents {
          height: 100%;
          grid-template-columns: 64px 2fr 64px
        }
      }

      @media screen and (min-width: 576px) {
        .multichain-app-header__contents {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .multichain-app-header__contents {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .multichain-app-header__contents {
          width: 62vw
        }
      }

      .multichain-app-header__contents__network-picker {
        max-width: 250px
      }

      .multichain-app-header__contents__container {
        width: -moz-fit-content;
        width: fit-content
      }

      .multichain-app-header__address-copy-button:not([disabled]):hover,
      .multichain-app-header__address-copy-button:not([disabled]):focus {
        box-shadow: none;
        background: var(--color-background-default-hover)
      }

      .multichain-app-header__lock-contents {
        flex-flow: row nowrap;
        height: 68px
      }

      @media screen and (max-width: 575px) {
        .multichain-app-header__lock-contents {
          height: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .multichain-app-header__lock-contents {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .multichain-app-header__lock-contents {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .multichain-app-header__lock-contents {
          width: 62vw
        }
      }

      .multichain-app-header-shadow {
        box-shadow: var(--shadow-size-md) var(--color-shadow-default)
      }

      .multichain-app-header-logo {
        height: 75px;
        flex: 0 0 auto
      }

      .app-header__metafox-logo--icon {
        height: 32px
      }

      @media screen and (min-width: 576px) {
        .app-header__metafox-logo--icon {
          display: none
        }
      }

      @media screen and (max-width: 575px) {
        .app-header__metafox-logo--horizontal {
          display: none
        }
      }

      .multichain-connected-accounts-menu__popover {
        z-index: 1051;
        overflow: hidden;
        min-width: 225px;
        max-width: 225px
      }

      .multichain-connected-site-menu {
        height: 24px;
        width: 24px;
        padding: 0
      }

      .multichain-connected-site-menu__badge {
        height: 12px;
        width: 12px
      }

      .multichain-connected-site-menu__badge.not-connected {
        height: 8px;
        width: 8px
      }

      .multichain-connected-site-menu__badge.not-connected:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: var(--color-background-default);
        z-index: -1;
        border-radius: 50%
      }

      .multichain-token-list-item__container-cell:hover,
      .multichain-token-list-item__container-cell:focus-within {
        background-color: var(--color-background-default-hover)
      }

      .multichain-network-list-item {
        position: relative;
        cursor: pointer
      }

      .multichain-network-list-item:not(.multichain-network-list-item--selected):hover,
      .multichain-network-list-item:not(.multichain-network-list-item--selected):focus-within {
        background: var(--color-background-default-hover)
      }

      .multichain-network-list-item a:hover,
      .multichain-network-list-item a:focus {
        color: inherit
      }

      .multichain-network-list-item:hover .multichain-network-list-item__delete,
      .multichain-network-list-item:focus .multichain-network-list-item__delete,
      .multichain-network-list-item:focus-within .multichain-network-list-item__delete {
        visibility: visible
      }

      .multichain-network-list-item__network-name {
        width: 100%;
        flex: 1;
        overflow: hidden;
        text-align: start
      }

      .multichain-network-list-item__network-name button:hover {
        opacity: 1
      }

      .multichain-network-list-item__tooltip {
        display: inline
      }

      .multichain-network-list-item__selected-indicator {
        width: 4px;
        height: calc(100% - 8px);
        position: absolute;
        top: 4px
      }

      [dir=ltr] .multichain-network-list-item__selected-indicator {
        left: 4px
      }

      [dir=rtl] .multichain-network-list-item__selected-indicator {
        right: 4px
      }

      .multichain-network-list-item__delete {
        visibility: hidden
      }

      .multichain-network-list-menu-content-wrapper__dialog {
        max-height: 100%
      }

      .multichain-network-list-menu {
        max-height: 100%;
        overflow: auto
      }

      .multichain-product-tour-menu {
        width: 344px;
        box-shadow: none;
        top: 10px !important
      }

      [dir=ltr] .multichain-product-tour-menu {
        left: -7px !important
      }

      [dir=rtl] .multichain-product-tour-menu {
        right: -7px !important
      }

      .multichain-product-tour-menu--rtl {
        left: 6px !important;
        right: 6px !important
      }

      .multichain-product-tour-menu__permissions-page-tour {
        top: 0 !important
      }

      [dir=ltr] .multichain-product-tour-menu__permissions-page-tour {
        left: auto !important
      }

      [dir=rtl] .multichain-product-tour-menu__permissions-page-tour {
        right: auto !important
      }

      .multichain-product-tour-menu__arrow,
      .multichain-product-tour-menu__arrow:before {
        position: absolute;
        width: 12px;
        height: 12px;
        background: inherit
      }

      .multichain-product-tour-menu__arrow {
        width: 40px;
        height: 40px;
        visibility: hidden;
        top: 0
      }

      .multichain-product-tour-menu__arrow:before {
        display: block;
        background-color: inherit;
        visibility: visible;
        content: "";
        top: -7px
      }

      [dir=ltr] .multichain-product-tour-menu__arrow:before {
        transform: rotate(45deg);
        border-radius: 2px 0 0
      }

      [dir=rtl] .multichain-product-tour-menu__arrow:before {
        transform: rotate(-45deg);
        border-radius: 0 2px 0 0
      }

      .multichain-product-tour-menu__header {
        position: relative
      }

      .multichain-product-tour-menu__previous-icon {
        position: absolute;
        top: 0
      }

      [dir=ltr] .multichain-product-tour-menu__previous-icon {
        left: 0
      }

      [dir=rtl] .multichain-product-tour-menu__previous-icon {
        right: 0
      }

      .multichain-product-tour-menu__button:hover {
        color: var(--color-primary-default)
      }

      .multichain-product-tour-menu__button:active {
        opacity: .5;
        background-color: var(--color-primary-inverse)
      }

      .nft-item__container {
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 8px;
        cursor: unset
      }

      .nft-item__badge-wrapper {
        max-width: 100%;
        position: relative;
        align-self: center;
        cursor: unset
      }

      .nft-item__badge-wrapper__clickable {
        cursor: pointer
      }

      .nft-item__item-image {
        border-radius: 8px;
        padding: 0;
        width: 100%;
        height: 100%
      }

      .multichain-badge-status {
        padding: 0
      }

      .multichain-badge-status__badge {
        height: 16px;
        width: 16px;
        z-index: 1
      }

      .multichain-badge-status .mm-badge-wrapper__badge-container {
        z-index: 1
      }

      .multichain-badge-status__badge-not-connected {
        height: 10px;
        width: 10px
      }

      .multichain-badge-status__badge-not-connected:after {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: var(--color-background-default);
        z-index: -1;
        border-radius: 50%
      }

      .import-tokens-modal .tabs ul {
        border-bottom: 0
      }

      .import-tokens-modal .tabs li {
        width: 50%
      }

      .import-tokens-modal__body::-webkit-scrollbar {
        display: none
      }

      .import-tokens-modal__body {
        overflow-y: auto
      }

      .import-tokens-modal__confirmation-list {
        overflow-y: scroll;
        overflow: auto;
        height: 332px
      }

      @media screen and (max-width: 575px) {
        .import-tokens-modal__confirmation-list {
          height: 320px
        }
      }

      .import-tokens-modal__tabs {
        padding-left: 16px;
        padding-right: 16px;
        justify-content: center
      }

      .import-tokens-modal__modal-dialog-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 16px !important
      }

      .import-tokens-modal__autodetect {
        vertical-align: unset
      }

      .import-tokens-modal__search-list {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll;
        max-width: 100%;
        overflow: auto;
        max-height: 400px
      }

      .import-tokens-modal__button-link {
        font-size: 12px
      }

      .import-tokens-modal__active-tab {
        color: var(--color-primary-default)
      }

      .import-tokens-modal__button-tab {
        font-weight: 500
      }

      .import-tokens-modal__button-search {
        outline-color: var(--color-primary-default);
        padding-left: 16px;
        padding-right: 16px
      }

      .import-tokens-modal__custom-token-form__container {
        overflow: auto;
        height: 384px
      }

      @media screen and (max-width: 575px) {
        .import-tokens-modal__custom-token-form__container {
          height: 370px
        }
      }

      .import-tokens-modal__custom-token-form__text-outline-success {
        outline-color: var(--color-primary-default)
      }

      .import-tokens-modal__custom-token-form__text-outline-error {
        outline-color: var(--color-error-default)
      }

      .import-tokens-modal__custom-token-form input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none
      }

      .import-tokens-modal__custom-token-form input[type=number]:hover::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none
      }

      .import-tokens-modal__custom-token-form .import-tokens-modal__decimal-warning {
        margin-top: 5px
      }

      .import-tokens-modal__token-name {
        flex: 1
      }

      .import-tokens-modal__token-balance {
        flex: 0 0 30%
      }

      .import-tokens-modal__confirm-token-list {
        flex-flow: column nowrap
      }

      .import-tokens-modal__confirm-token-list-item {
        flex-flow: row nowrap
      }

      .import-tokens-modal__confirm-token-list-item-wrapper {
        flex-grow: 1
      }

      .import-tokens-modal__confirm-token-list-item-wrapper__text {
        max-width: 130px
      }

      .import-tokens-modal__nft-address-error-link {
        display: contents;
        font-size: inherit
      }

      .asset-picker-amount__balance>*,
      .asset-picker-amount__balance>div>* {
        font-size: .75rem;
        padding: 0
      }

      .asset-picker-amount__input-nft {
        height: 66px;
        aspect-ratio: 1/1;
        box-sizing: border-box;
        border-color: inherit;
        border-width: 1px
      }

      [dir=ltr] .asset-picker-amount__input-nft {
        margin: -5px -5px -5px 0;
        border-radius: 0 8px 8px 0
      }

      [dir=rtl] .asset-picker-amount__input-nft {
        margin: -5px 0 -5px -5px;
        border-radius: 8px 0 0 8px
      }

      .asset-picker-amount__input-nft>div>div>input {
        text-overflow: hidden;
        margin: auto;
        text-align: center;
        max-width: 5ch
      }

      .asset-picker-amount__input {
        flex-grow: 1;
        border: none
      }

      [dir=ltr] .asset-picker-amount__input {
        float: right
      }

      [dir=rtl] .asset-picker-amount__input {
        float: left
      }

      .asset-picker-amount__input .unit-input__inputs>div {
        max-width: 125px;
        white-space: nowrap;
        overflow: scroll;
        text-overflow: ellipsis
      }

      .asset-picker-amount__input .unit-input__inputs>.currency-input__conversion-component>span {
        color: var(--color-text-alternative);
        font-size: .875rem
      }

      .asset-picker-amount__input .unit-input__inputs>div.currency-input__conversion-component {
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline
      }

      .asset-picker-amount__input .unit-input__inputs>div.unit-input__input-container>* {
        color: var(--color-text-default);
        font-size: .875rem
      }

      [dir=ltr] .asset-picker-amount__input>.unit-input__inputs>div {
        margin-left: auto
      }

      [dir=rtl] .asset-picker-amount__input>.unit-input__inputs>div {
        margin-right: auto
      }

      [dir=ltr] .asset-picker-amount__input>.unit-input__inputs>div>input {
        text-align: right
      }

      [dir=rtl] .asset-picker-amount__input>.unit-input__inputs>div>input {
        text-align: left
      }

      [dir=ltr] .asset-picker-amount__input__swap {
        margin-left: 4px
      }

      [dir=rtl] .asset-picker-amount__input__swap {
        margin-right: 4px
      }

      button.asset-picker-amount__max-clear:hover:not(.--disabled) {
        text-decoration: none
      }

      .asset-picker {
        min-width: 80px;
        height: 30px;
        flex-grow: 1
      }

      [dir=ltr] .asset-picker {
        text-align: left
      }

      [dir=rtl] .asset-picker {
        text-align: right
      }

      .asset-picker:hover:not(.asset-picker--disabled),
      .asset-picker:active {
        box-shadow: none;
        background-color: transparent
      }

      .asset-picker:hover {
        cursor: pointer
      }

      .asset-picker__symbol {
        text-overflow: ellipsis;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden
      }

      .asset-picker-modal__search-list {
        max-width: 100%;
        overflow: auto;
        max-height: 200px
      }

      .asset-picker-modal__search-list:hover {
        border-color: var(--color-primary-default)
      }

      .asset-picker-modal__autodetect {
        vertical-align: unset
      }

      .asset-picker-modal .multichain-asset-picker-list-item {
        position: relative;
        cursor: pointer;
        overflow-y: auto;
        max-height: 564px
      }

      .asset-picker-modal .multichain-asset-picker-list-item:not(.multichain-asset-picker-list-item--selected):hover,
      .asset-picker-modal .multichain-asset-picker-list-item:not(.multichain-asset-picker-list-item--selected):focus-within {
        background: var(--color-background-default-hover)
      }

      .asset-picker-modal .multichain-asset-picker-list-item__selected-indicator {
        width: 4px;
        height: calc(100% - 8px);
        position: absolute;
        top: 4px
      }

      [dir=ltr] .asset-picker-modal .multichain-asset-picker-list-item__selected-indicator {
        left: 4px
      }

      [dir=rtl] .asset-picker-modal .multichain-asset-picker-list-item__selected-indicator {
        right: 4px
      }

      .asset-picker-modal .tokens-main-view-modal {
        max-height: 564px;
        overflow: auto
      }

      .asset-picker-modal .modal-tab__main-view {
        flex: 1 1 66.5%;
        max-height: 564px;
        background: var(--color-background-default);
        min-width: 0;
        display: flex;
        flex-direction: column;
        overflow: auto
      }

      .asset-picker-modal .modal-tab__main-view .asset-picker-modal .modal-tab__tab {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        flex-grow: 1;
        color: var(--color-icon-default);
        font-weight: 500
      }

      .asset-picker-modal .modal-tab__main-view .asset-picker-modal .modal-tab__tab--active {
        color: var(--color-primary-default)
      }

      .asset-picker-modal .modal-tab__main-view .asset-picker-modal .modal-tab__tab button {
        padding: 8px
      }

      .asset-picker-modal .modal-tab__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-bottom: 0;
        padding: 16px
      }

      .notification-detail__icon {
        padding-top: 6px
      }

      .notification-detail__right-container {
        flex-shrink: 0
      }

      .notification-detail-collection__image {
        width: 32px;
        height: 32px
      }

      .notification-detail-nft__image {
        width: 112px;
        height: 112px
      }

      .notification-list-item-icon__image {
        width: 32px;
        height: 32px
      }

      .notification-list-item {
        position: relative;
        background-color: transparent
      }

      .notification-list-item__icon {
        padding-top: 6px
      }

      .notification-list-item--unread {
        background-color: #0376c90d
      }

      .notification-list-item__unread-dot__wrapper {
        position: absolute;
        top: 24px
      }

      [dir=ltr] .notification-list-item__unread-dot__wrapper {
        left: 9px
      }

      [dir=rtl] .notification-list-item__unread-dot__wrapper {
        right: 9px
      }

      .notification-list-item__unread-dot__dot {
        width: 6px;
        height: 6px
      }

      .notification-list-item__right-container {
        flex-shrink: 0
      }

      .toasts-container {
        position: sticky;
        bottom: 10px;
        margin-inline-start: 10px;
        margin-inline-end: 10px;
        z-index: 200;
        display: flex;
        gap: 10px;
        width: 90%;
        flex-direction: column;
        max-width: 600px
      }

      .toast-text {
        word-break: break-word
      }

      .ramps-card {
        padding: 8px 12px
      }

      .ramps-card__cta-button {
        width: -moz-fit-content;
        width: fit-content;
        color: var(--brand-colors-grey-grey800);
        background-color: var(--brand-colors-white-white000)
      }

      .ramps-card__title {
        color: var(--brand-colors-white-white000)
      }

      .ramps-card__body {
        color: var(--brand-colors-white-white000);
        width: 80%
      }

      .ramps-card-token {
        background-color: var(--color-info-default)
      }

      .ramps-card-nft {
        background-color: var(--color-flask-default)
      }

      .ramps-card-activity {
        background-color: var(--color-error-alternative)
      }

      .asset__container {
        background-color: var(--color-background-default)
      }

      .asset__overview {
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default)
      }

      .asset-navigation {
        display: flex;
        align-items: center;
        padding: 16px;
        height: 64px
      }

      .asset-breadcrumb {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        background-color: inherit
      }

      .asset-breadcrumb__asset {
        font-weight: 700
      }

      [dir=ltr] .asset-options__button {
        padding: 2px 0 2px 8px
      }

      [dir=rtl] .asset-options__button {
        padding: 2px 8px 2px 0
      }

      .confirm-approve-content {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%;
        font-style: normal;
        flex: 1 1 auto
      }

      .confirm-approve-content__warning {
        padding: 0 24px 16px
      }

      .confirm-approve-content__approval-asset-link {
        color: var(--color-primary-default)
      }

      .confirm-approve-content__approval-asset-title {
        cursor: pointer
      }

      .confirm-approve-content__icon-display-content {
        height: 40px;
        margin-top: 16px;
        padding: 12px 12px 14px;
        border: 1px solid var(--color-border-muted);
        box-sizing: border-box;
        border-radius: 100px;
        align-items: center;
        position: relative
      }

      .confirm-approve-content__metafoxlogo,
      .confirm-approve-content__siteinfo {
        position: absolute
      }

      .confirm-approve-content__address-display-content {
        display: flex;
        height: 27px;
        padding: 12px 12px 14px;
        background-color: var(--color-background-alternative);
        border-radius: 100px;
        align-items: center;
        justify-content: center
      }

      .confirm-approve-content__siteimage-identicon {
        width: 24px;
        height: 24px;
        margin-top: 4px;
        box-shadow: none;
        background: none
      }

      [dir=ltr] .confirm-approve-content__address-identicon {
        margin: 4px 8px 0 4px
      }

      [dir=rtl] .confirm-approve-content__address-identicon {
        margin: 4px 4px 0 8px
      }

      [dir=ltr] .confirm-approve-content__copy-address,
      [dir=ltr] .confirm-approve-content__etherscan-link {
        padding: 0 0 0 8px
      }

      [dir=rtl] .confirm-approve-content__copy-address,
      [dir=rtl] .confirm-approve-content__etherscan-link {
        padding: 0 8px 0 0
      }

      .confirm-approve-content__etherscan-link img {
        width: 9px;
        height: 9px
      }

      [dir=ltr] .confirm-approve-content .app-header__logo-container {
        margin-right: 0
      }

      [dir=rtl] .confirm-approve-content .app-header__logo-container {
        margin-left: 0
      }

      .confirm-approve-content .app-header__metafox-logo--icon {
        height: 33px;
        width: 33px
      }

      .confirm-approve-content__full-tx-content {
        display: flex;
        flex-flow: column;
        align-items: center;
        max-width: 100%;
        font-style: normal
      }

      .confirm-approve-content__card-wrapper {
        width: 100%
      }

      .confirm-approve-content__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 22px;
        padding-left: 24px;
        padding-right: 24px
      }

      .confirm-approve-content__description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 16px;
        color: var(--color-text-alternative);
        text-align: center;
        padding-left: 24px;
        padding-right: 24px
      }

      .confirm-approve-content__card,
      .confirm-approve-content__card--no-border {
        display: flex;
        flex-flow: column;
        border-bottom: 1px solid var(--color-border-default);
        position: relative;
        padding-left: 24px;
        padding-right: 24px
      }

      .confirm-approve-content__card__bold-text,
      .confirm-approve-content__card--no-border__bold-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700
      }

      .confirm-approve-content__card__thin-text,
      .confirm-approve-content__card--no-border__thin-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .confirm-approve-content__card--no-border {
        border-bottom: none
      }

      .confirm-approve-content__card-header {
        display: flex;
        flex-flow: row;
        margin-top: 20px;
        align-items: center;
        position: relative;
        justify-content: flex-end
      }

      .confirm-approve-content__card-header__symbol {
        width: auto
      }

      .confirm-approve-content__card-header__symbol--aligned {
        width: 100%
      }

      .confirm-approve-content__card-header__title,
      .confirm-approve-content__card-header__title-value {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700
      }

      .confirm-approve-content__card-header__title {
        width: 100%
      }

      [dir=ltr] .confirm-approve-content__card-header__title {
        margin-left: 16px
      }

      [dir=rtl] .confirm-approve-content__card-header__title {
        margin-right: 16px
      }

      .confirm-approve-content__card-header__title--aligned {
        position: absolute;
        width: auto
      }

      [dir=ltr] .confirm-approve-content__card-header__title--aligned {
        margin-left: 27px
      }

      [dir=rtl] .confirm-approve-content__card-header__title--aligned {
        margin-right: 27px
      }

      .confirm-approve-content__card-content {
        margin-top: 6px;
        margin-bottom: 12px
      }

      [dir=ltr] .confirm-approve-content__card-content--aligned {
        margin-left: 42px
      }

      [dir=rtl] .confirm-approve-content__card-content--aligned {
        margin-right: 42px
      }

      .confirm-approve-content__transaction-total-symbol {
        width: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 16px
      }

      .confirm-approve-content__transaction-total-symbol__x {
        display: flex;
        justify-content: center;
        align-items: center
      }

      .confirm-approve-content__transaction-total-symbol__x div {
        width: 22px;
        height: 2px;
        background: var(--color-primary-default);
        position: absolute
      }

      [dir=ltr] .confirm-approve-content__transaction-total-symbol__x div:first-of-type {
        transform: rotate(45deg)
      }

      [dir=rtl] .confirm-approve-content__transaction-total-symbol__x div:first-of-type {
        transform: rotate(-45deg)
      }

      [dir=ltr] .confirm-approve-content__transaction-total-symbol__x div:last-of-type {
        transform: rotate(-45deg)
      }

      [dir=rtl] .confirm-approve-content__transaction-total-symbol__x div:last-of-type {
        transform: rotate(45deg)
      }

      .confirm-approve-content__transaction-total-symbol__circle {
        width: 14px;
        height: 14px;
        border: 2px solid var(--color-primary-default);
        border-radius: 50%;
        background: var(--color-background-default);
        position: absolute
      }

      .confirm-approve-content__ledger-instruction-wrapper {
        padding-left: 10px;
        padding-right: 10px
      }

      .confirm-approve-content__transaction-details-content {
        display: flex;
        flex-flow: row;
        justify-content: space-between
      }

      .confirm-approve-content__transaction-details-content .confirm-approve-content__small-text {
        width: 160px
      }

      .confirm-approve-content__transaction-details-content__fee {
        display: flex;
        flex-flow: column;
        align-items: flex-end
      }

      [dir=ltr] .confirm-approve-content__transaction-details-content__fee {
        text-align: right
      }

      [dir=rtl] .confirm-approve-content__transaction-details-content__fee {
        text-align: left
      }

      .confirm-approve-content__transaction-details-content__primary-fee {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-text-default)
      }

      .confirm-approve-content__transaction-details-content__secondary-fee,
      .confirm-approve-content__transaction-details-content__labelled-fee {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-muted)
      }

      .confirm-approve-content__transaction-details-content__labelled-fee {
        display: flex;
        justify-content: space-between
      }

      .confirm-approve-content__transaction-details-content__labelled-fee h6.typography--h6 {
        font-weight: 400
      }

      .confirm-approve-content__transaction-details-extra-content {
        display: flex;
        flex-flow: column;
        width: 100%
      }

      .confirm-approve-content__view-full-tx-button-wrapper {
        display: flex;
        flex-flow: row;
        margin-bottom: 16px;
        justify-content: center
      }

      .confirm-approve-content__view-full-tx-button-wrapper i {
        display: flex;
        color: var(--color-primary-default);
        align-items: center
      }

      [dir=ltr] .confirm-approve-content__view-full-tx-button-wrapper i {
        margin-left: 6px
      }

      [dir=rtl] .confirm-approve-content__view-full-tx-button-wrapper i {
        margin-right: 6px
      }

      .confirm-approve-content__view-full-tx-button {
        display: flex;
        flex-flow: row
      }

      .confirm-approve-content__edit-submission-button-container {
        display: flex;
        flex-flow: row;
        border-bottom: 1px solid var(--color-border-muted);
        width: 100%;
        justify-content: center;
        padding: 15px 24px 30px
      }

      .confirm-approve-content__large-text {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .confirm-approve-content__medium-link-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        color: var(--color-primary-default)
      }

      .confirm-approve-content__medium-text,
      .confirm-approve-content__label {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .confirm-approve-content__label {
        font-weight: 700
      }

      [dir=ltr] .confirm-approve-content__label {
        margin-right: 4px
      }

      [dir=rtl] .confirm-approve-content__label {
        margin-left: 4px
      }

      .confirm-approve-content__small-text,
      .confirm-approve-content__small-blue-text,
      .confirm-approve-content__info-row {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .confirm-approve-content__small-blue-text {
        color: var(--color-primary-default)
      }

      .confirm-approve-content__verify-contract-details {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        padding: 0
      }

      .confirm-approve-content__info-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px
      }

      .confirm-approve-content__data,
      .confirm-approve-content__permission {
        width: 100%
      }

      .confirm-approve-content__permission .flex-row {
        margin-top: 14px
      }

      .confirm-approve-content__data__data-block {
        overflow-wrap: break-word;
        margin-top: 12px
      }

      [dir=ltr] .confirm-approve-content__data__data-block {
        margin-right: 16px
      }

      [dir=rtl] .confirm-approve-content__data__data-block {
        margin-left: 16px
      }

      .confirm-approve-content__footer {
        display: flex;
        align-items: flex-end;
        margin-top: 16px
      }

      [dir=ltr] .confirm-approve-content__footer {
        padding-left: 34px;
        padding-right: 24px
      }

      [dir=rtl] .confirm-approve-content__footer {
        padding-right: 34px;
        padding-left: 24px
      }

      [dir=ltr] .confirm-approve-content__footer .confirm-approve-content__small-text {
        margin-left: 16px
      }

      [dir=rtl] .confirm-approve-content__footer .confirm-approve-content__small-text {
        margin-right: 16px
      }

      .confirm-approve-content__custom-nonce-warning {
        width: 100%;
        height: 30px
      }

      .confirm-approve-content--full {
        height: auto
      }

      .confirmation-footer {
        grid-area: footer
      }

      .confirmation-footer__actions {
        display: flex;
        border-top: 1px solid var(--color-border-muted);
        background-color: var(--color-background-default);
        padding: 16px
      }

      [dir=ltr] .confirmation-footer__actions .button:first-child {
        margin-right: 16px
      }

      [dir=rtl] .confirmation-footer__actions .button:first-child {
        margin-left: 16px
      }

      [dir=ltr] .confirmation-footer__actions .button.centered {
        margin-right: 0
      }

      [dir=rtl] .confirmation-footer__actions .button.centered {
        margin-left: 0
      }

      .confirmation-network-switch__center-icon {
        position: relative;
        height: 48px
      }

      .confirmation-network-switch__icon {
        width: 48px
      }

      .confirmation-network-switch__check {
        width: 32px;
        height: 32px;
        color: var(--color-primary-inverse);
        background-color: var(--color-primary-default);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute
      }

      .confirmation-network-switch__check:before {
        content: "";
        position: absolute;
        top: 25%
      }

      [dir=ltr] .confirmation-network-switch__check:before {
        left: 35%
      }

      [dir=rtl] .confirmation-network-switch__check:before {
        right: 35%
      }

      [dir=ltr] [dir=rtl] .confirmation-network-switch__arrow {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .confirmation-network-switch__arrow {
        transform: rotate(-180deg)
      }

      .confirmation-network-switch__dashed-line {
        width: 130px;
        border-bottom: 1px solid var(--color-border-muted);
        border-style: dashed
      }

      .confirmation-page {
        width: 100%;
        height: 100%;
        position: relative;
        background: var(--color-background-default);
        display: grid;
        flex-direction: column;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas: "navigation""content""footer"
      }

      .confirmation-page a {
        color: var(--color-primary-default)
      }

      .confirmation-page__content {
        display: flex;
        flex-direction: column;
        grid-area: content;
        min-width: 0
      }

      .confirmation-page__content>:last-child {
        margin-bottom: 16px
      }

      .confirmation-page__navigation {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        grid-area: navigation;
        background-color: var(--color-background-alternative);
        border-bottom: 1px solid var(--color-border-muted);
        padding: 6px 16px 5px;
        color: var(--color-text-alternative);
        display: grid;
        grid-template-columns: 1fr minmax(0, auto) minmax(0, auto);
        align-items: center
      }

      .confirmation-page__navigation-button {
        background-color: var(--color-background-default);
        border-radius: 100px;
        color: var(--color-text-alternative);
        font-size: .875rem;
        height: 20px;
        width: 20px;
        padding: 0
      }

      .confirmation-page__navigation-button:disabled {
        cursor: not-allowed;
        background-color: var(--color-background-alternative);
        color: var(--color-text-muted)
      }

      [dir=ltr] .confirmation-page__navigation .confirmation-page__navigation-button:last-child {
        margin-left: 8px
      }

      [dir=rtl] .confirmation-page__navigation .confirmation-page__navigation-button:last-child {
        margin-right: 8px
      }

      .confirmation-page .chip {
        max-width: 100%;
        height: 40px
      }

      .confirmation-page .chip__label {
        word-break: break-all
      }

      .confirmation-page .actionable-message {
        margin-top: 0
      }

      .gas-display {
        overflow-y: auto;
        flex: 1
      }

      .gas-display .transaction-detail-rows {
        padding: 10px
      }

      .gas-display .transaction-detail-rows .transaction-detail-item:not(:first-child) {
        border-top: 1px solid var(--color-border-default)
      }

      .gas-display__title__estimate {
        font-size: 12px;
        line-height: inherit
      }

      .gas-display__gas-fee-warning {
        color: var(--color-warning-default)
      }

      .gas-display__gas-fee-label {
        position: relative;
        white-space: nowrap
      }

      .gas-display__warning-message {
        height: 120px
      }

      .gas-display__total-amount,
      .gas-display__total-value {
        position: relative
      }

      @media screen and (max-width: 575px) {
        .gas-display__confirm-approve-content__warning {
          position: fixed;
          bottom: 80px;
          z-index: 1026
        }

        [dir=ltr] .gas-display__confirm-approve-content__warning {
          padding: 0 32px 16px 16px
        }

        [dir=rtl] .gas-display__confirm-approve-content__warning {
          padding: 0 16px 16px 32px
        }
      }

      .gas-display__link {
        text-transform: lowercase
      }

      .currency-display {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 54px;
        border: 1px solid var(--color-border-default);
        border-radius: 4px;
        background-color: var(--color-background-default);
        color: var(--color-text-muted);
        padding: 8px 10px;
        position: relative
      }

      .currency-display__primary-row {
        display: flex
      }

      .currency-display__input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-muted);
        border: none;
        max-width: 22ch
      }

      .currency-display__primary-currency {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        color: var(--color-text-muted);
        font-weight: 400
      }

      .currency-display__converted-row {
        display: flex
      }

      .currency-display__converted-value,
      .currency-display__converted-currency {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-muted)
      }

      .currency-display__input-wrapper {
        position: relative;
        display: flex;
        flex: 1;
        max-width: 100%
      }

      .currency-display__input-wrapper input[type=number] {
        -moz-appearance: textfield
      }

      .currency-display__input-wrapper input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none
      }

      .currency-display__input-wrapper input[type=number]:hover::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none
      }

      .currency-display__currency-symbol {
        margin-top: 1px;
        color: var(--color-text-muted)
      }

      .currency-display .react-numeric-input input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none
      }

      .currency-display .react-numeric-input input[type=number]:hover::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none
      }

      .send__header {
        position: relative;
        display: flex;
        justify-content: center;
        border-bottom: none;
        padding: 14px 0 3px
      }

      .send__header .page-container__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center
      }

      .send__header .page-container__header-close-text {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        width: min-content;
        font-size: .75rem;
        white-space: nowrap
      }

      [dir=ltr] .send__header .page-container__header-close-text {
        right: 1rem
      }

      [dir=rtl] .send__header .page-container__header-close-text {
        left: 1rem
      }

      .send__dialog {
        margin: 1rem;
        cursor: pointer
      }

      .send__error-dialog {
        margin: 1rem
      }

      .send__warning-container {
        padding-left: 16px;
        padding-right: 16px
      }

      .send__warning-container__link {
        color: var(--color-primary-default)
      }

      .send__to-row {
        margin: 0;
        padding: .5rem;
        flex: 0 0 auto
      }

      .send__select-recipient-wrapper {
        flex: 1 1 auto;
        height: 0
      }

      .send__select-recipient-wrapper__list__link {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 1rem;
        border-radius: 0;
        align-items: center;
        justify-content: flex-start
      }

      .send__select-recipient-wrapper__list__back-caret {
        display: block
      }

      [dir=ltr] .send__select-recipient-wrapper__list__back-caret {
        margin-right: 8px
      }

      [dir=rtl] .send__select-recipient-wrapper__list__back-caret {
        margin-left: 8px
      }

      [dir=ltr] [dir=rtl] .send__select-recipient-wrapper__list__back-caret {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .send__select-recipient-wrapper__list__back-caret {
        transform: rotate(-180deg)
      }

      .send__select-recipient-wrapper__recent-group-wrapper__load-more {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: .5rem;
        text-align: center;
        border-bottom: 1px solid var(--color-border-muted);
        justify-content: flex-start
      }

      .send__select-recipient-wrapper__group-item,
      .send__select-recipient-wrapper__group-item--selected {
        align-items: center;
        cursor: pointer;
        padding: 16px
      }

      .send__select-recipient-wrapper__group-item:hover,
      .send__select-recipient-wrapper__group-item--selected:hover {
        background-color: var(--color-background-hover)
      }

      .send__select-recipient-wrapper__group-item .identicon,
      .send__select-recipient-wrapper__group-item--selected .identicon {
        flex: 0 0 auto
      }

      [dir=ltr] .send__select-recipient-wrapper__group-item .identicon,
      [dir=ltr] .send__select-recipient-wrapper__group-item--selected .identicon {
        margin-right: 1rem
      }

      [dir=rtl] .send__select-recipient-wrapper__group-item .identicon,
      [dir=rtl] .send__select-recipient-wrapper__group-item--selected .identicon {
        margin-left: 1rem
      }

      .send__select-recipient-wrapper__group-item__content,
      .send__select-recipient-wrapper__group-item--selected__content {
        flex: 1 1 auto;
        width: 0
      }

      .send__select-recipient-wrapper__group-item__title,
      .send__select-recipient-wrapper__group-item__subtitle,
      .send__select-recipient-wrapper__group-item--selected__title,
      .send__select-recipient-wrapper__group-item--selected__subtitle {
        display: flex;
        flex-direction: row;
        align-items: center
      }

      .send__select-recipient-wrapper__group-item__title .confusable__point,
      .send__select-recipient-wrapper__group-item--selected__title .confusable__point {
        text-overflow: ellipsis
      }

      .send__select-recipient-wrapper__group-item--selected {
        border: 2px solid var(--color-primary-default);
        border-radius: 8px
      }

      .ens-input__wrapper {
        flex: 1 1 auto;
        width: 0;
        align-items: center;
        background: var(--color-background-default);
        border-radius: .5rem;
        padding: .75rem .5rem;
        border: 1px solid var(--color-border-muted);
        transition: border-color .15s ease-in-out
      }

      .ens-input__wrapper:focus-within {
        border-color: var(--color-border-default)
      }

      [dir=ltr] .ens-input__wrapper__status-icon {
        margin: 4px 8px 4px 4px
      }

      [dir=rtl] .ens-input__wrapper__status-icon {
        margin: 4px 4px 4px 8px
      }

      .ens-input__wrapper__input {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        flex: 1 1 auto;
        width: 0;
        border: 0;
        outline: none;
        color: var(--color-text-default);
        background-color: var(--color-background-default)
      }

      .ens-input__wrapper__input::placeholder {
        color: var(--color-text-muted)
      }

      .ens-input__wrapper__action-icon-button {
        background: none;
        border: none;
        padding: 0 8px;
        height: 24px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center
      }

      .ens-input__wrapper--valid {
        border-color: var(--color-primary-default)
      }

      .ens-input__wrapper--valid .ens-input__wrapper__input {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default)
      }

      .ens-input__selected-input__title {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        word-wrap: break-word;
        white-space: inherit !important
      }

      .ens-input__selected-input__subtitle {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        margin-top: .25rem
      }

      .token-allowance-container__icon-display-content {
        width: -moz-fit-content;
        width: fit-content;
        height: 40px;
        box-sizing: border-box;
        border-radius: 100px;
        position: relative
      }

      .token-allowance-container__icon-display-content__siteimage-identicon {
        width: 24px;
        height: 24px;
        box-shadow: none;
        background: none
      }

      .token-allowance-container a.token-allowance-container__verify-link {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding: 0
      }

      .token-allowance-container a.token-allowance-container__view-details {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline-start: 108px;
        margin-inline-end: 108px
      }

      .token-allowance-container__card-wrapper,
      .token-allowance-container__data {
        width: 100%
      }

      .token-allowance-container__full-tx-content {
        max-width: 100%
      }

      .token-allowance-container__custom-nonce-warning {
        width: 100%;
        height: 30px
      }

      .advanced-gas-controls__row {
        margin-bottom: 20px
      }

      .advanced-gas-controls .info-tooltip {
        display: inline-block
      }

      .advanced-gas-controls .form-field__row--error .form-field__heading-title h6 {
        color: var(--color-error-default)
      }

      .advanced-gas-controls .form-field__row--error .form-field__heading-title h6 path {
        fill: var(--color-error-default)
      }

      .advanced-gas-controls h6 {
        padding-bottom: 6px;
        margin-inline-end: 6px
      }

      .advanced-gas-controls path {
        fill: var(--color-icon-alternative)
      }

      .advanced-gas-fee-popover .form-field__heading-title>h6 {
        font-size: .75rem
      }

      .advanced-gas-fee-popover .popover-header {
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid var(--color-border-muted)
      }

      .advanced-gas-fee-popover .popover-footer {
        border-top: none
      }

      .advanced-gas-fee-gas-limit {
        display: flex;
        align-items: center;
        white-space: nowrap;
        border-top: 1px solid var(--color-border-muted);
        padding-top: 16px
      }

      [dir=ltr] .advanced-gas-fee-gas-limit>* {
        margin-right: 4px
      }

      [dir=rtl] .advanced-gas-fee-gas-limit>* {
        margin-left: 4px
      }

      .advanced-gas-fee-gas-limit a.advanced-gas-fee-gas-limit__edit-link {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        width: auto
      }

      .advanced-gas-fee-defaults {
        border-top: 1px solid var(--color-border-muted)
      }

      .advanced-gas-fee-inputs .form-field {
        margin-bottom: 4px
      }

      .advanced-gas-fee-inputs .form-field__heading-title>h6 {
        font-size: .75rem
      }

      .base-fee-input a.base-fee-input__edit-link {
        display: inline;
        font-size: .75rem;
        padding: 0;
        white-space: nowrap
      }

      .priority-fee-input {
        border-top: 1px solid var(--color-border-default);
        padding-top: 16px
      }

      .advanced-gas-fee-input-subtext {
        margin-top: 2px;
        color: var(--color-text-alternative);
        font-size: .625rem
      }

      .advanced-gas-fee-input-subtext__label {
        font-weight: 700
      }

      [dir=ltr] .advanced-gas-fee-input-subtext__label {
        margin-right: 4px
      }

      [dir=rtl] .advanced-gas-fee-input-subtext__label {
        margin-left: 4px
      }

      .advanced-gas-fee-input-subtext__value {
        position: relative
      }

      [dir=ltr] .advanced-gas-fee-input-subtext__level {
        margin-left: 2px
      }

      [dir=rtl] .advanced-gas-fee-input-subtext__level {
        margin-right: 2px
      }

      .advanced-gas-fee-input-subtext__up,
      .advanced-gas-fee-input-subtext__down {
        padding-top: 2px
      }

      [dir=ltr] .advanced-gas-fee-input-subtext__icon {
        margin-right: 8px
      }

      [dir=rtl] .advanced-gas-fee-input-subtext__icon {
        margin-left: 8px
      }

      .inline-alert {
        padding: 2px
      }

      .inline-alert__danger {
        color: var(--color-error-default)
      }

      .inline-alert__info {
        color: var(--color-info-default)
      }

      .inline-alert__warning {
        color: var(--color-warning-default)
      }

      .approve-content-card-container__card,
      .approve-content-card-container__card--no-border {
        border-bottom: 1px solid var(--color-border-default);
        position: relative;
        padding-inline-start: 24px;
        padding-inline-end: 24px
      }

      .approve-content-card-container__card--no-border {
        border-bottom: none
      }

      .approve-content-card-container__card-header {
        position: relative
      }

      .approve-content-card-container__card-header__symbol {
        width: auto
      }

      .approve-content-card-container__card-header__symbol--aligned,
      .approve-content-card-container__card-header__title {
        width: 100%
      }

      .approve-content-card-container__card-header__title--aligned {
        margin-inline-start: 27px;
        position: absolute;
        width: auto
      }

      .approve-content-card-container__card-content--aligned {
        margin-inline-start: 42px
      }

      .approve-content-card-container__transaction-details-extra-content,
      .approve-content-card-container__data {
        width: 100%
      }

      .approve-content-card-container__data__data-block {
        overflow-wrap: break-word
      }

      .confirmation-warning-modal__content ul {
        padding-inline-start: 1rem;
        margin-block-start: 0;
        list-style: disc outside
      }

      .confirmation-warning-modal__content li {
        display: list-item
      }

      .confirm-page-container-warning {
        background-color: var(--color-warning-muted);
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--color-border-muted);
        padding: 12px 24px
      }

      .confirm-page-container-warning__icon {
        flex: 0 0 auto;
        color: var(--color-warning-default)
      }

      [dir=ltr] .confirm-page-container-warning__icon {
        margin-right: 8px
      }

      [dir=rtl] .confirm-page-container-warning__icon {
        margin-left: 8px
      }

      .confirm-page-container-warning__warning {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .confirm-page-container-summary {
        padding: 16px 24px;
        background-color: var(--color-background-alternative);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly
      }

      .confirm-page-container-summary__origin,
      .confirm-page-container-summary__action-row {
        padding-bottom: 8px
      }

      .confirm-page-container-summary__origin {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .confirm-page-container-summary__action-row {
        display: flex;
        justify-content: space-between
      }

      .confirm-page-container-summary__action {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        padding: 3px 8px;
        border: 1px solid var(--color-border-default);
        border-radius: 4px;
        display: inline-flex;
        align-items: center
      }

      .confirm-page-container-summary__action__name {
        text-transform: uppercase
      }

      .confirm-page-container-summary__action .info-tooltip {
        margin-inline-start: 4px
      }

      .confirm-page-container-summary__action .info-tooltip__tooltip-container {
        margin-bottom: -3px
      }

      .confirm-page-container-summary__action__contract-address {
        margin-inline-end: 4px
      }

      .confirm-page-container-summary__action__contract-address-btn {
        background: none;
        border: none;
        padding: 0;
        margin-inline-end: 4px;
        color: var(--color-primary-default)
      }

      .confirm-page-container-summary__nonce {
        color: var(--color-text-alternative)
      }

      .confirm-page-container-summary__title {
        display: flex;
        align-items: center
      }

      .confirm-page-container-summary__icon {
        flex: 0 0 auto
      }

      [dir=ltr] .confirm-page-container-summary__icon {
        margin-right: 8px
      }

      [dir=rtl] .confirm-page-container-summary__icon {
        margin-left: 8px
      }

      .confirm-page-container-summary--border {
        border-bottom: 1px solid var(--color-border-muted)
      }

      .confirm-page-container-content {
        overflow-y: auto;
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column
      }

      .confirm-page-container-content--with-top-border {
        border-top: 1px solid var(--color-border-muted)
      }

      .confirm-page-container-content__details {
        box-sizing: border-box
      }

      .confirm-page-container-content__gas-fee {
        border-bottom: 1px solid var(--color-border-muted)
      }

      .confirm-page-container-content__gas-fee .advanced-gas-inputs__gas-edit-rows {
        margin-bottom: 16px
      }

      .confirm-page-container-content__tab {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        text-transform: uppercase
      }

      .confirm-page-container-content__tab button {
        font-size: unset;
        color: var(--color-text-alternative);
        text-transform: uppercase;
        max-width: 170px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .confirm-page-container-content__tab .dropdown__select {
        color: var(--color-text-alternative);
        text-transform: uppercase
      }

      .confirm-page-container-content__tab .dropdown__select option {
        text-transform: none
      }

      .confirm-page-container-content__tab .dropdown__icon-caret-down {
        top: 40%
      }

      .confirm-page-container-content .page-container__footer {
        margin-top: auto
      }

      .confirm-page-container-content__currency-container,
      .confirm-page-container-content__total-amount,
      .confirm-page-container-content__total-value {
        position: relative
      }

      .confirm-page-container-header {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto
      }

      .confirm-page-container-header__row {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--color-border-muted);
        padding: 4px 13px;
        flex: 0 0 auto;
        align-items: center
      }

      .confirm-page-container-header__row .network-display {
        height: 25px
      }

      [dir=ltr] .confirm-page-container-header__row .network-display {
        margin-right: 0
      }

      [dir=rtl] .confirm-page-container-header__row .network-display {
        margin-left: 0
      }

      .confirm-page-container-header__back-button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-primary-default)
      }

      [dir=ltr] [dir=rtl] .confirm-page-container-header__back-button-container img {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .confirm-page-container-header__back-button-container img {
        transform: rotate(-180deg)
      }

      .confirm-page-container-header__back-button {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      [dir=ltr] .confirm-page-container-header__back-button {
        padding-left: 5px
      }

      [dir=rtl] .confirm-page-container-header__back-button {
        padding-right: 5px
      }

      .confirm-page-container-header__address-container {
        display: flex;
        align-items: center;
        margin-top: 2px;
        margin-bottom: 2px
      }

      .confirm-page-container-header__address {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .confirm-page-container-header__address {
        margin-left: 6px
      }

      [dir=rtl] .confirm-page-container-header__address {
        margin-right: 6px
      }

      .confirm-detail-row {
        padding: 14px 0;
        margin: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
      }

      .confirm-detail-row__label {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500;
        color: var(--color-text-alternative);
        text-transform: uppercase
      }

      .confirm-detail-row__details {
        flex: 1;
        text-align: end;
        min-width: 0
      }

      .confirm-detail-row__primary {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        justify-content: flex-end
      }

      .confirm-detail-row__secondary {
        color: var(--color-text-alternative);
        justify-content: flex-end
      }

      .confirm-detail-row__header-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 6px;
        color: var(--color-text-default)
      }

      .confirm-detail-row__header-text--edit {
        color: var(--color-primary-default);
        cursor: pointer
      }

      .confirm-detail-row__header-text--total {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .confirm-detail-row .advanced-gas-inputs__gas-edit-rows {
        margin-bottom: 16px
      }

      .confirm-detail-row .custom-nonce-input input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 90px
      }

      .confirm-page-container-navigation {
        display: flex;
        justify-content: space-between;
        font: inherit;
        padding: 4px 10px;
        border-bottom: 1px solid var(--color-border-muted);
        flex: 0 0 auto
      }

      .confirm-page-container-navigation__container {
        display: flex
      }

      .confirm-page-container-navigation__arrow {
        cursor: pointer;
        display: flex;
        padding-left: 4px;
        padding-right: 4px;
        background: none;
        border: none;
        color: var(--color-icon-default)
      }

      .confirm-page-container-navigation__arrow:hover {
        transform: scale(1.1)
      }

      .confirm-page-container-navigation__arrow:active {
        transform: scale(.95)
      }

      .confirm-page-container-navigation__textcontainer {
        text-align: center
      }

      .confirm-page-container-navigation__navtext {
        font-size: .5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700
      }

      .confirm-page-container-navigation__longtext {
        font-size: .5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .confirm-page-container-navigation__imageflip {
        transform: scaleX(-1)
      }

      .confirm-page-container__dialog {
        margin: 12px 16px
      }

      .page-container__content-component-wrapper {
        height: 100%
      }

      .page-container__link {
        background: transparent;
        border: 0 transparent;
        display: inline;
        padding: 0;
        font-size: .75rem
      }

      .confirm-footer_page-footer {
        box-shadow: var(--shadow-size-md) var(--color-shadow-default);
        z-index: 1
      }

      .confirm_header__wrapper {
        box-shadow: var(--shadow-size-md) var(--color-shadow-default);
        height: 64px;
        z-index: 1
      }

      .confirm_header__avatar-network {
        margin-top: -4px
      }

      [dir=ltr] .confirm_header__avatar-network {
        margin-left: -12px
      }

      [dir=rtl] .confirm_header__avatar-network {
        margin-right: -12px
      }

      .confirm-scroll-to-bottom__button {
        bottom: 12px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        height: 36px;
        width: 36px;
        box-shadow: var(--shadow-size-md) var(--color-shadow-default);
        z-index: 201
      }

      .confirm-scroll-to-bottom__button:hover {
        background-color: var(--color-primary-default);
        color: var(--color-primary-inverse);
        opacity: .95
      }

      .confirm_nav__reject_all {
        background-color: var(--color-error-muted);
        color: #d73847;
        font-size: 12px;
        height: 20px;
        padding-left: 8px !important;
        padding-right: 8px !important
      }

      .confirm_nav__reject_all:hover {
        background-color: var(--color-error-muted) !important;
        box-shadow: none !important;
        color: #d73847 !important
      }

      .confirm_nav__reject_all>span {
        font-size: 10px
      }

      .confirm_nav__left_btn,
      .confirm_nav__right_btn {
        height: 20px;
        width: 20px;
        min-width: 20px
      }

      .confirm_nav__left_btn>span,
      .confirm_nav__right_btn>span {
        font-size: 12px
      }

      .contract-details-modal {
        width: 100% !important;
        max-width: 408px
      }

      .contract-details-modal__content {
        border-bottom: 1px solid var(--color-border-muted)
      }

      .contract-details-modal__content__contract__identicon {
        margin: 16px;
        box-shadow: none;
        background: none
      }

      .contract-details-modal__content__contract .name {
        margin: 5px
      }

      .custom-nonce__content {
        height: 49px;
        border: 1px solid var(--color-border-muted);
        box-sizing: border-box
      }

      .custom-nonce__header {
        flex: 1
      }

      .custom-nonce__value {
        flex: 0
      }

      .edit-gas-display__top-tooltip {
        text-align: center
      }

      .edit-gas-display__top-tooltip .info-tooltip {
        display: inline-block
      }

      .edit-gas-display__top-tooltip .info-tooltip img {
        height: 10px;
        width: 10px
      }

      .edit-gas-display button.edit-gas-display__dapp-acknowledgement-button {
        margin: 40px auto 0;
        display: block;
        color: var(--color-warning-default);
        border: 1px solid var(--color-warning-default);
        text-transform: unset;
        width: auto;
        background: transparent
      }

      .edit-gas-display .radio-group {
        margin: 20px auto
      }

      .edit-gas-display .advanced-gas-controls {
        margin-top: 20px
      }

      .edit-gas-display__scroll-bottom {
        margin-bottom: -20px;
        margin-top: 20px
      }

      .edit-gas-fee-button {
        display: flex;
        align-items: baseline;
        justify-content: flex-end
      }

      .edit-gas-fee-button button {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        color: var(--color-primary-default);
        background: transparent;
        border: 0;
        padding-inline-end: 0;
        white-space: pre
      }

      .edit-gas-fee-button__icon {
        font-size: 16px
      }

      [dir=ltr] .edit-gas-fee-button__icon {
        margin-right: 2px
      }

      [dir=rtl] .edit-gas-fee-button__icon {
        margin-left: 2px
      }

      .edit-gas-fee-button__label {
        font-size: 12px
      }

      [dir=ltr] .edit-gas-fee-button__label {
        margin-right: 4px
      }

      [dir=rtl] .edit-gas-fee-button__label {
        margin-left: 4px
      }

      .edit-gas-fee-button .info-tooltip {
        align-self: center
      }

      [dir=ltr] .edit-gas-fee-button .info-tooltip {
        margin-left: 6px
      }

      [dir=rtl] .edit-gas-fee-button .info-tooltip {
        margin-right: 6px
      }

      .edit-gas-fee-button__tooltip p {
        color: var(--color-text-alternative)
      }

      .edit-gas-fee-button__tooltip b {
        color: var(--color-text-default);
        display: inline-block;
        min-width: 60%
      }

      .tippy-tooltip .tippy-tooltip-content .edit-gas-fee-button__tooltip {
        min-width: 170px
      }

      .edit-gas-fee-popover {
        height: 500px
      }

      .edit-gas-fee-popover__wrapper {
        border-top: 1px solid var(--color-border-default);
        height: 100%
      }

      .edit-gas-fee-popover__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px 12px
      }

      .edit-gas-fee-popover__content .error-message {
        margin-top: 0;
        margin-bottom: 12px
      }

      .edit-gas-fee-popover__content__header {
        color: var(--color-text-alternative);
        font-size: 10px;
        font-weight: 700;
        margin: 0 12px
      }

      .edit-gas-fee-popover__content__header-option {
        display: inline-block;
        width: 36%
      }

      .edit-gas-fee-popover__content__header-time {
        display: inline-block;
        width: 24%
      }

      .edit-gas-fee-popover__content__header-max-fee {
        display: inline-block;
        width: 30%
      }

      .edit-gas-fee-popover__content__separator {
        border-top: 1px solid var(--color-border-default);
        margin: 8px 12px
      }

      .edit-gas-fee-popover__network-status {
        margin-top: 36px
      }

      .edit-gas-fee-popover__know-more a {
        color: var(--color-primary-default)
      }

      .edit-gas-item {
        border-radius: 24px;
        background: var(--color-background-default);
        color: var(--color-text-alternative);
        cursor: pointer;
        font-size: 12px;
        display: flex;
        align-items: center;
        margin: 12px 0;
        padding: 4px 12px;
        height: 32px;
        width: 100%
      }

      .edit-gas-item:hover:not([disabled]) {
        background-color: var(--color-background-default-hover)
      }

      .edit-gas-item--selected {
        background-color: var(--color-primary-muted)
      }

      .edit-gas-item--selected:hover:not([disabled]) {
        background-color: var(--color-primary-muted)
      }

      .edit-gas-item button.edit-gas-item--disabled[disabled] {
        opacity: .25;
        pointer-events: none
      }

      .edit-gas-item__name {
        display: inline-flex;
        align-items: center;
        color: var(--color-text-default);
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        width: 36%
      }

      .edit-gas-item__name__sufix {
        font-weight: 400
      }

      [dir=ltr] .edit-gas-item__name__sufix {
        margin-left: 4px
      }

      [dir=rtl] .edit-gas-item__name__sufix {
        margin-right: 4px
      }

      .edit-gas-item__icon {
        font-size: 20px;
        line-height: 1
      }

      [dir=ltr] .edit-gas-item__icon {
        margin-right: 4px
      }

      [dir=rtl] .edit-gas-item__icon {
        margin-left: 4px
      }

      .edit-gas-item__icon-custom {
        font-size: 22px;
        line-height: 1
      }

      .edit-gas-item__maxfee {
        position: relative
      }

      .edit-gas-item__time-estimate {
        display: inline-block;
        width: 24%
      }

      [dir=ltr] .edit-gas-item__time-estimate {
        text-align: left
      }

      [dir=rtl] .edit-gas-item__time-estimate {
        text-align: right
      }

      .edit-gas-item__fee-estimate {
        display: inline-block;
        width: 30%;
        white-space: nowrap
      }

      .edit-gas-item__tooltip {
        display: inline-block;
        width: 10%
      }

      [dir=ltr] .edit-gas-item__tooltip {
        text-align: right
      }

      [dir=rtl] .edit-gas-item__tooltip {
        text-align: left
      }

      .edit-gas-item__tooltip .info-tooltip {
        display: inline-block
      }

      .edit-gas-item__time-estimate-low,
      .edit-gas-item__fee-estimate-high {
        color: var(--color-warning-default)
      }

      .edit-gas-item__time-estimate-medium,
      .edit-gas-item__time-estimate-high {
        color: var(--color-success-default)
      }

      .network-statistics {
        margin: 24px 12px 12px
      }

      .network-statistics__info {
        border-top: 1px solid var(--color-border-muted);
        border-bottom: 1px solid var(--color-border-muted);
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center
      }

      .network-statistics__field {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1
      }

      [dir=ltr] .network-statistics__field:not(:last-child) {
        border-right: 1px solid var(--color-border-muted)
      }

      [dir=rtl] .network-statistics__field:not(:last-child) {
        border-left: 1px solid var(--color-border-muted)
      }

      .network-statistics__field-data {
        color: var(--color-text-alternative);
        font-size: 12px;
        text-align: center
      }

      .network-statistics__field-label {
        color: var(--color-text-default);
        font-size: 10px;
        font-weight: 700;
        margin-top: 4px
      }

      .network-statistics__tooltip-label {
        font-weight: 700
      }

      .status-slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 56px
      }

      .status-slider__line {
        height: 4px;
        width: 100%;
        border-radius: 100px;
        display: block
      }

      [dir=ltr] .status-slider__line {
        background-image: linear-gradient(to right, var(--color-primary-default), var(--color-error-default))
      }

      [dir=rtl] .status-slider__line {
        background-image: linear-gradient(to left, var(--color-primary-default), var(--color-error-default))
      }

      .status-slider__label {
        font-size: 10px;
        font-weight: 700;
        margin-top: 4px;
        text-align: center
      }

      .status-slider__arrow-container {
        width: 100%
      }

      [dir=ltr] .status-slider__arrow-container {
        margin-left: -10px
      }

      [dir=rtl] .status-slider__arrow-container {
        margin-right: -10px
      }

      .status-slider__arrow-border {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--color-background-default);
        position: relative;
        margin-bottom: -2px
      }

      .status-slider__arrow {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
        position: absolute;
        bottom: 3px
      }

      [dir=ltr] .status-slider__arrow {
        left: -5px
      }

      [dir=rtl] .status-slider__arrow {
        right: -5px
      }

      .edit-gas-tooltip__container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-width: 160px
      }

      .edit-gas-tooltip__container img {
        margin-bottom: 8px
      }

      .edit-gas-tooltip__container__message {
        width: 100%
      }

      .edit-gas-tooltip__container__dialog {
        background-color: var(--color-warning-default);
        border-radius: 30px;
        margin: 4px 0;
        text-align: center;
        padding: 4px
      }

      .edit-gas-tooltip__container__label {
        white-space: nowrap;
        min-width: 50%
      }

      .edit-gas-tooltip__container__value {
        min-width: 50%
      }

      .edit-gas-tooltip__container p {
        margin-bottom: 0 !important
      }

      .edit-gas-tooltip__container__values {
        width: 100%;
        margin-top: 8px
      }

      .edit-gas-tooltip__container__values div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
      }

      [dir=ltr] .edit-gas-tooltip__container__values div {
        text-align: left
      }

      [dir=rtl] .edit-gas-tooltip__container__values div {
        text-align: right
      }

      .edit-gas-popover__edit-gas-display {
        position: relative
      }

      .gas-details-item__gas-fee-warning {
        color: var(--color-warning-default)
      }

      .gas-details-item__currency-container,
      .gas-details-item__gasfee-label {
        position: relative;
        white-space: nowrap
      }

      .typography.gas-timing {
        color: var(--color-text-alternative)
      }

      .typography.gas-timing .info-tooltip {
        display: inline-block;
        margin-inline-start: 4px
      }

      .typography.gas-timing .info-tooltip path {
        fill: var(--color-error-default)
      }

      .multi-layer-fee-message {
        padding-top: 24px
      }

      .review-spending-cap__heading {
        width: 100%
      }

      .review-spending-cap__heading-title__tooltip {
        width: 180px
      }

      .review-spending-cap__heading-title__tooltip__question-icon {
        color: var(--color-icon-muted)
      }

      .review-spending-cap__heading-detail {
        flex-grow: 1;
        align-self: center
      }

      .review-spending-cap__value {
        word-break: break-word
      }

      .set-approval-for-all-warning__content__header {
        border-bottom: 1px solid var(--color-border-muted)
      }

      .set-approval-for-all-warning__content__header__warning-icon {
        padding-top: 7px;
        color: var(--color-error-default)
      }

      [dir=ltr] .set-approval-for-all-warning__content__header__warning-icon {
        margin-right: 10px
      }

      [dir=rtl] .set-approval-for-all-warning__content__header__warning-icon {
        margin-left: 10px
      }

      .set-approval-for-all-warning__content__account {
        border-bottom: 1px solid var(--color-border-muted)
      }

      .set-approval-for-all-warning__footer {
        width: 100%;
        height: 100px
      }

      .signature-request-header {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        padding: 1rem;
        border-bottom: 1px solid var(--color-border-default);
        justify-content: space-between
      }

      .signature-request-header--account,
      .signature-request-header--network {
        flex: 1;
        display: flex;
        align-items: center
      }

      .signature-request-header--account .account-list-item__top-row {
        display: flex;
        align-items: center
      }

      .signature-request-header--account .account-list-item__account-name {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500
      }

      .signature-request-header--account .account-list-item__top-row {
        margin: 0
      }

      .signature-request-message {
        flex: 1 60%;
        max-height: 231px;
        position: relative
      }

      .signature-request-message__root {
        flex: 1 100%;
        overflow: auto
      }

      @media screen and (min-width: 576px) {
        .signature-request-message__root {
          width: auto
        }
      }

      .signature-request-message__scroll-button {
        position: absolute;
        bottom: 12px;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        cursor: pointer
      }

      [dir=ltr] .signature-request-message__scroll-button {
        right: 28px
      }

      [dir=rtl] .signature-request-message__scroll-button {
        left: 28px
      }

      .signature-request-data__node {
        align-items: center
      }

      .signature-request-data__node__value {
        white-space: pre-line;
        overflow: hidden;
        word-wrap: break-word
      }

      [dir=rtl] .signature-request-data__node__value__address {
        direction: ltr;
        text-align: right
      }

      [dir=rtl] .signature-request-data__node__value__address span {
        display: block;
        direction: rtl
      }

      .signature-request {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        min-width: 0;
        width: 408px;
        min-height: 100%;
        height: max-content;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        border-radius: 8px
      }

      @media screen and (min-width: 576px) {
        .signature-request {
          max-height: max-content;
          min-height: 570px;
          flex: 0 0 auto;
          margin-left: auto;
          margin-right: auto
        }
      }

      .signature-request__reject-all-button {
        padding-bottom: 20px
      }

      .signature-request__origin {
        margin-top: 16px
      }

      .signature-request-header {
        flex: 1
      }

      .signature-request-header .network-display {
        justify-content: flex-end
      }

      [dir=ltr] .signature-request-header .network-display {
        margin-left: auto
      }

      [dir=rtl] .signature-request-header .network-display {
        margin-right: auto
      }

      .signature-request-content {
        flex: 1 40%;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: min-content
      }

      .signature-request-content__info {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 0 12px 4px
      }

      .signature-request-content__info--bolded {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500
      }

      a.signature-request-content__verify-contract-details {
        padding: 0
      }

      .signature-request-siwe-header {
        display: flex;
        padding: 16px;
        justify-content: center;
        align-items: center;
        flex-direction: column
      }

      .signature-request-siwe-header__tooltip__container {
        display: flex !important
      }

      .signature-request-siwe-header .account-list-item {
        margin: 8px 0 0
      }

      .signature-request-siwe-header .account-list-item__top-row {
        align-items: center;
        margin: 0
      }

      .signature-request-siwe-header .account-list-item__account-name {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 500
      }

      [dir=ltr] .signature-request-siwe-header .chip__right-icon {
        padding: 4px 8px 4px 0
      }

      [dir=rtl] .signature-request-siwe-header .chip__right-icon {
        padding: 4px 0 4px 8px
      }

      .signature-request-siwe-message {
        flex: 1 100%;
        border-radius: 8px;
        padding: 8px 16px;
        margin: 16px;
        border: 1px solid var(--color-border-muted)
      }

      .signature-request-siwe-message__sub-text {
        white-space: pre-line;
        overflow: hidden
      }

      .signature-request-siwe-icon {
        border-radius: 100%;
        height: 32px;
        width: 32px
      }

      .signature-request-siwe {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        min-width: 0;
        background-color: var(--color-background-default);
        margin-right: auto;
        margin-left: auto;
        overflow-y: auto
      }

      @media screen and (min-width: 576px) {
        .signature-request-siwe {
          width: 408px;
          max-height: 82vh;
          min-height: 570px;
          flex: 0 0 auto;
          border-radius: 8px;
          box-shadow: var(--shadow-size-sm) var(--color-shadow-default)
        }
      }

      .signature-request-siwe__warning-popover .page-container__footer {
        border-top: none;
        padding: 0;
        display: block
      }

      .signature-request-siwe__warning-popover .popover-footer {
        padding: inherit;
        display: block
      }

      .signature-request-siwe__warning-popover__checkbox-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 8px 16px 24px
      }

      .signature-request-siwe__warning-popover__checkbox-wrapper__label {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        margin-inline-start: 8px;
        margin-top: 1px;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        cursor: pointer
      }

      .signature-request-siwe__warning-popover__checkbox-wrapper .check-box {
        color: var(--color-error-default)
      }

      .request-signature__container {
        width: 380px;
        border-radius: 8px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        display: flex;
        flex-flow: column nowrap;
        z-index: 25;
        align-items: center;
        position: relative;
        height: 100%;
        margin-left: auto;
        margin-right: auto
      }

      @media screen and (max-width: 575px) {
        .request-signature__container {
          width: 100%;
          top: 0;
          box-shadow: none
        }
      }

      @media screen and (min-width: 576px) {
        .request-signature__container {
          height: 650px
        }
      }

      .request-signature__container__reject {
        padding-bottom: 20px
      }

      .request-signature__typed-container {
        padding: 17px
      }

      .request-signature__typed-container h1 {
        font-weight: 900;
        margin-bottom: 5px
      }

      .request-signature__typed-container * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .request-signature__typed-container>div {
        margin-bottom: 10px
      }

      .request-signature__content__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        justify-content: center;
        color: var(--color-default-text);
        z-index: 3
      }

      .request-signature__account,
      .request-signature__navigation {
        width: 100%
      }

      .request-signature__body {
        display: flex;
        flex-flow: column;
        flex: 1 1 0;
        min-height: 0;
        max-width: 100%;
        overflow-y: auto;
        overflow-x: hidden
      }

      .request-signature__body>* {
        flex: 0 0 auto;
        min-height: 0
      }

      .request-signature__origin {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 16px
      }

      .request-signature__notice,
      .request-signature__warning {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-top: 21px;
        margin-bottom: 11px;
        width: 100%
      }

      .request-signature__notice {
        color: var(--color-text-alternative);
        padding: 0 10px
      }

      .request-signature__rows {
        border-top: 1px solid var(--color-border-default);
        display: flex;
        flex-flow: column
      }

      .request-signature__row {
        display: flex;
        flex-flow: column
      }

      .request-signature__row-title {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 80px;
        color: var(--color-text-alternative);
        margin-top: 12px;
        width: 100%
      }

      [dir=ltr] .request-signature__row-title {
        margin-left: 18px
      }

      [dir=rtl] .request-signature__row-title {
        margin-right: 18px
      }

      .request-signature__row-value {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        width: 100%;
        overflow-wrap: break-word;
        border-bottom: 1px solid var(--color-border-default);
        padding: 6px 18px 15px;
        white-space: pre-wrap
      }

      .request-signature__help-link {
        cursor: pointer;
        text-decoration: underline;
        color: var(--color-primary-default);
        margin-inline-start: 3px
      }

      .transaction-alerts {
        margin: 15px
      }

      [dir=ltr] .transaction-alerts {
        text-align: left
      }

      [dir=rtl] .transaction-alerts {
        text-align: right
      }

      .transaction-alerts>*:first-of-type {
        margin-top: 20px
      }

      .transaction-alerts>*:not(:first-of-type) {
        margin-top: 12px
      }

      .transaction-alerts strong {
        font-weight: 700
      }

      .transaction-alerts__pending-transactions a {
        color: var(--color-primary-default)
      }

      .transaction-alerts__link {
        background: transparent;
        border: 0 transparent;
        display: inline;
        padding: 0;
        font-size: .75rem
      }

      .transaction-alerts .security-provider-banner-message {
        margin-left: 0;
        margin-right: 0
      }

      .copy-raw-data {
        display: flex;
        align-items: center
      }

      .copy-raw-data__button {
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        margin-top: 5px;
        background-color: transparent
      }

      .copy-raw-data__button:hover,
      .copy-raw-data__button:active {
        background-color: var(--color-background-default-hover)
      }

      .copy-raw-data__icon {
        padding-inline-end: 6px
      }

      .copy-raw-data__label {
        color: var(--color-text-alternative)
      }

      .tx-insight-component-address {
        display: flex;
        align-items: center;
        overflow: visible
      }

      [dir=ltr] .tx-insight-component-address__sender-icon {
        padding-right: 5px
      }

      [dir=rtl] .tx-insight-component-address__sender-icon {
        padding-left: 5px
      }

      .tx-insight-component-address__name {
        cursor: pointer
      }

      .transaction-detail {
        margin: 15px;
        padding: 0 12px;
        border-radius: 8px;
        border: 1px solid var(--color-border-default);
        position: relative
      }

      .transaction-detail .transaction-detail-edit {
        text-align: end;
        padding-top: 20px
      }

      .transaction-detail .transaction-detail-edit button {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        background: transparent;
        border: 0;
        padding-inline-end: 0;
        text-transform: uppercase
      }

      .transaction-detail-rows {
        margin-top: 10px
      }

      .transaction-detail-item {
        color: var(--color-text-alternative);
        margin-bottom: 8px
      }

      .transaction-detail-item__row {
        display: flex;
        justify-content: space-between;
        grid-gap: 5px
      }

      .transaction-detail-item__row-subText {
        display: flex;
        align-items: center
      }

      [dir=ltr] .transaction-detail-item__row-subText .currency-display-component {
        margin-left: 4px
      }

      [dir=rtl] .transaction-detail-item__row-subText .currency-display-component {
        margin-right: 4px
      }

      .transaction-detail-item__detail-values {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 52%
      }

      .transaction-detail-item__detail-values--flex-width {
        width: auto
      }

      .transaction-detail-item .info-tooltip {
        display: inline-block;
        margin-inline-start: 4px
      }

      .transaction-detail-item .info-tooltip path {
        fill: var(--color-icon-alternative)
      }

      .transaction-detail-item .currency-display-component {
        display: inline
      }

      .transaction-detail-item:first-of-type {
        padding-top: 0
      }

      .transaction-detail-item:first-child {
        padding-top: 0
      }

      .transaction-detail-item:last-child {
        padding-bottom: 0;
        border-bottom: 0
      }

      .confirm-add-suggested-nft__card {
        margin: 16px;
        box-shadow: var(--shadow-size-md) var(--color-shadow-default)
      }

      .confirm-add-suggested-nft__header {
        border-bottom: 1px solid var(--color-border-muted)
      }

      .confirm-add-suggested-nft__content {
        overflow-y: auto;
        flex: 1
      }

      .confirm-add-suggested-nft__nft-list {
        padding: 8px;
        display: flex;
        flex-flow: column nowrap;
        width: 100%
      }

      .confirm-add-suggested-nft__nft-list-item:last-child {
        margin-bottom: 0
      }

      .confirm-add-suggested-nft__nft-image {
        width: 48px;
        border-radius: 8px;
        flex: 0 0 auto
      }

      [dir=ltr] .confirm-add-suggested-nft__nft-image {
        margin-right: 12px
      }

      [dir=rtl] .confirm-add-suggested-nft__nft-image {
        margin-left: 12px
      }

      .confirm-add-suggested-nft__nft-image-default {
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        border-radius: 8px;
        padding: 0 !important
      }

      [dir=ltr] .confirm-add-suggested-nft__nft-image-default {
        margin-right: 12px
      }

      [dir=rtl] .confirm-add-suggested-nft__nft-image-default {
        margin-left: 12px
      }

      .confirm-add-suggested-nft__nft-sub-details {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .confirm-add-suggested-nft__nft-name {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        align-self: flex-start
      }

      .confirm-add-suggested-nft__nft-tokenid {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .confirm-add-suggested-nft__nft-remove-tooltip {
        background-color: #000;
        color: #fff
      }

      .confirm-add-suggested-nft__nft-single-image {
        border-radius: inherit;
        width: 100%
      }

      .confirm-add-suggested-nft__nft-single-image-default {
        border-radius: inherit
      }

      .confirm-add-suggested-nft__nft-single-sub-details {
        overflow: hidden;
        text-overflow: ellipsis
      }

      .confirm-add-suggested-token {
        padding: 16px
      }

      .confirm-add-suggested-token__header {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex
      }

      .confirm-add-suggested-token__token {
        flex: 1;
        min-width: 0
      }

      .confirm-add-suggested-token__balance {
        flex: 0 0 30%;
        min-width: 0
      }

      .confirm-add-suggested-token__token-list {
        display: flex;
        flex-flow: column nowrap
      }

      .confirm-add-suggested-token__token-list-item {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin-top: 8px;
        box-sizing: border-box
      }

      .confirm-add-suggested-token__data {
        display: flex;
        align-items: center;
        padding: 8px
      }

      .confirm-add-suggested-token__name {
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .confirm-add-suggested-token__token-icon {
        flex: 0 0 auto
      }

      [dir=ltr] .confirm-add-suggested-token__token-icon {
        margin-right: 12px
      }

      [dir=rtl] .confirm-add-suggested-token__token-icon {
        margin-left: 12px
      }

      .request-decrypt-message__container {
        width: 380px;
        border-radius: 8px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        display: flex;
        flex-flow: column nowrap;
        z-index: 25;
        align-items: center;
        position: relative;
        height: 100%
      }

      @media screen and (max-width: 575px) {
        .request-decrypt-message__container {
          width: 100%;
          top: 0;
          box-shadow: none
        }
      }

      @media screen and (min-width: 576px) {
        .request-decrypt-message__container {
          height: 620px
        }
      }

      .request-decrypt-message__typed-container {
        padding: 17px
      }

      .request-decrypt-message__typed-container h1 {
        font-weight: 900;
        margin-bottom: 5px
      }

      .request-decrypt-message__typed-container * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .request-decrypt-message__typed-container>div {
        margin-bottom: 10px
      }

      .request-decrypt-message__header {
        height: 64px;
        width: 100%;
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 auto
      }

      .request-decrypt-message__header-background {
        position: absolute;
        background-color: var(--color-background-alternative);
        z-index: 2;
        width: 100%;
        height: 100%
      }

      .request-decrypt-message__header__text {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        z-index: 3;
        text-align: center
      }

      .request-decrypt-message__header__tip-container {
        width: 100%;
        display: flex;
        justify-content: center
      }

      .request-decrypt-message__header__tip {
        height: 25px;
        width: 25px;
        background: var(--color-background-alternative);
        position: absolute;
        bottom: -8px;
        z-index: 1
      }

      [dir=ltr] .request-decrypt-message__header__tip {
        transform: rotate(45deg)
      }

      [dir=rtl] .request-decrypt-message__header__tip {
        transform: rotate(-45deg)
      }

      .request-decrypt-message__account-info {
        display: flex;
        justify-content: space-between;
        margin-top: 18px;
        margin-bottom: 20px
      }

      .request-decrypt-message__account {
        color: var(--color-text-alternative)
      }

      [dir=ltr] .request-decrypt-message__account {
        margin-left: 17px
      }

      [dir=rtl] .request-decrypt-message__account {
        margin-right: 17px
      }

      .request-decrypt-message__account-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .request-decrypt-message__account-item {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 22px;
        background-color: var(--color-background-default);
        width: 124px
      }

      .request-decrypt-message__account-item .account-list-item {
        margin-top: 6px
      }

      .request-decrypt-message__account-item .account-list-item__account-name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 80px
      }

      .request-decrypt-message__account-item .account-list-item__top-row {
        margin: 0
      }

      .request-decrypt-message__balance {
        color: var(--color-text-alternative);
        width: 124px
      }

      [dir=ltr] .request-decrypt-message__balance {
        margin-right: 17px
      }

      [dir=rtl] .request-decrypt-message__balance {
        margin-left: 17px
      }

      .request-decrypt-message__balance-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .request-decrypt-message__balance-text {
        text-align: right
      }

      [dir=rtl] .request-decrypt-message__balance-text {
        text-align: left
      }

      .request-decrypt-message__balance-value {
        margin-top: 2.5px
      }

      [dir=ltr] .request-decrypt-message__balance-value {
        text-align: right
      }

      [dir=rtl] .request-decrypt-message__balance-value {
        text-align: left
      }

      .request-decrypt-message__request-icon {
        margin-top: 25px
      }

      .request-decrypt-message__body {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        flex: 1 1 auto;
        height: 0
      }

      .request-decrypt-message__notice {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 11px;
        width: 100%
      }

      .request-decrypt-message__message {
        overflow-wrap: break-word;
        margin: 20px;
        overflow: hidden;
        border: 1px solid var(--color-border-alternative);
        padding: 5px;
        border-radius: 5px;
        position: relative
      }

      .request-decrypt-message__message-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 115px
      }

      .request-decrypt-message__message-cover {
        background-color: var(--color-background-default);
        opacity: .75;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0
      }

      .request-decrypt-message__message-lock {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        cursor: pointer
      }

      .request-decrypt-message__message-lock__container {
        padding: 16px;
        background-color: var(--color-background-default);
        position: absolute;
        top: 50%;
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
      }

      [dir=ltr] .request-decrypt-message__message-lock__container {
        left: 50%;
        transform: translate(-50%, -50%)
      }

      [dir=rtl] .request-decrypt-message__message-lock__container {
        right: 50%;
        transform: translate(50%, -50%)
      }

      .request-decrypt-message__message-lock__container__icon {
        color: var(--color-icon-default);
        display: flex;
        margin-bottom: 16px
      }

      .request-decrypt-message__message-lock__container__text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .request-decrypt-message__message-lock--pressed {
        display: none
      }

      .request-decrypt-message__message-copy {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        justify-content: space-evenly;
        margin-left: 20px;
        margin-right: 20px;
        display: flex;
        cursor: pointer
      }

      .request-decrypt-message__message-copy-text {
        display: inline
      }

      [dir=ltr] .request-decrypt-message__message-copy-text {
        margin-right: 10px
      }

      [dir=rtl] .request-decrypt-message__message-copy-text {
        margin-left: 10px
      }

      [dir=ltr] .request-decrypt-message__message-copy-tooltip {
        float: right
      }

      [dir=rtl] .request-decrypt-message__message-copy-tooltip {
        float: left
      }

      .request-decrypt-message__visual {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        position: relative;
        margin: 0 20px
      }

      .request-decrypt-message__visual section {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1
      }

      .request-decrypt-message__visual-identicon {
        width: 48px;
        height: 48px
      }

      .request-decrypt-message__visual-identicon--default {
        background-color: var(--color-background-alternative);
        color: var(--color-text-default);
        width: 48px;
        height: 48px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700
      }

      .request-encryption-public-key__container {
        width: 380px;
        border-radius: 8px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        display: flex;
        flex-flow: column nowrap;
        z-index: 25;
        align-items: center;
        position: relative;
        height: 100%
      }

      @media screen and (max-width: 575px) {
        .request-encryption-public-key__container {
          width: 100%;
          top: 0;
          box-shadow: none
        }
      }

      @media screen and (min-width: 576px) {
        .request-encryption-public-key__container {
          height: 620px
        }
      }

      .request-encryption-public-key__typed-container {
        padding: 17px
      }

      .request-encryption-public-key__typed-container h1 {
        font-weight: 900;
        margin-bottom: 5px
      }

      .request-encryption-public-key__typed-container * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .request-encryption-public-key__typed-container>div {
        margin-bottom: 10px
      }

      .request-encryption-public-key__header {
        height: 64px;
        width: 100%;
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 auto
      }

      .request-encryption-public-key__header-background {
        position: absolute;
        background-color: var(--color-background-alternative);
        z-index: 2;
        width: 100%;
        height: 100%
      }

      .request-encryption-public-key__header__text {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        z-index: 3;
        text-align: center
      }

      .request-encryption-public-key__header__tip-container {
        width: 100%;
        display: flex;
        justify-content: center
      }

      .request-encryption-public-key__header__tip {
        height: 25px;
        width: 25px;
        background: var(--color-background-alternative);
        position: absolute;
        bottom: -8px;
        z-index: 1
      }

      [dir=ltr] .request-encryption-public-key__header__tip {
        transform: rotate(45deg)
      }

      [dir=rtl] .request-encryption-public-key__header__tip {
        transform: rotate(-45deg)
      }

      .request-encryption-public-key__account-info {
        display: flex;
        justify-content: space-between;
        margin-top: 18px;
        margin-bottom: 20px
      }

      .request-encryption-public-key__account {
        color: var(--color-text-alternative)
      }

      [dir=ltr] .request-encryption-public-key__account {
        margin-left: 17px
      }

      [dir=rtl] .request-encryption-public-key__account {
        margin-right: 17px
      }

      .request-encryption-public-key__account-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .request-encryption-public-key__account-item {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 22px;
        background-color: var(--color-background-default);
        width: 124px
      }

      .request-encryption-public-key__account-item .account-list-item {
        margin-top: 6px
      }

      .request-encryption-public-key__account-item .account-list-item__account-name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 80px
      }

      .request-encryption-public-key__account-item .account-list-item__top-row {
        margin: 0
      }

      .request-encryption-public-key__balance {
        color: var(--color-text-alternative);
        width: 124px
      }

      [dir=ltr] .request-encryption-public-key__balance {
        margin-right: 17px
      }

      [dir=rtl] .request-encryption-public-key__balance {
        margin-left: 17px
      }

      .request-encryption-public-key__balance-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .request-encryption-public-key__balance-text {
        text-align: right
      }

      [dir=rtl] .request-encryption-public-key__balance-text {
        text-align: left
      }

      .request-encryption-public-key__balance-value {
        margin-top: 2.5px
      }

      [dir=ltr] .request-encryption-public-key__balance-value {
        text-align: right
      }

      [dir=rtl] .request-encryption-public-key__balance-value {
        text-align: left
      }

      .request-encryption-public-key__request-icon {
        margin-top: 25px
      }

      .request-encryption-public-key__body {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        flex: 1 1 auto;
        height: 0
      }

      .request-encryption-public-key__notice {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-top: 41px;
        margin-bottom: 11px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        color: var(--color-text-alternative)
      }

      .request-encryption-public-key__visual {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        position: relative;
        margin: 0 20px
      }

      .request-encryption-public-key__visual section {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .request-encryption-public-key__visual-identicon {
        width: 48px;
        height: 48px
      }

      .request-encryption-public-key__visual-identicon--default {
        background-color: var(--color-background-alternative);
        color: var(--color-text-alternative);
        width: 48px;
        height: 48px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700
      }

      .connected-accounts__footer {
        overflow: hidden;
        margin-bottom: 8px
      }

      .connected-accounts__footer a,
      .connected-accounts__footer a:hover {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .connected-sites h2 {
        text-overflow: ellipsis
      }

      [dir=ltr] .connected-sites h2 {
        margin-right: 10px
      }

      [dir=rtl] .connected-sites h2 {
        margin-left: 10px
      }

      .connected-sites__confirmation {
        flex-direction: column
      }

      [dir=ltr] .connected-sites__confirmation button:first-child {
        margin-right: 24px
      }

      [dir=rtl] .connected-sites__confirmation button:first-child {
        margin-left: 24px
      }

      .connected-sites__footer-row {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
      }

      .connected-sites__footer-row+.connected-sites__footer-row {
        margin-top: 15px
      }

      .connected-sites a {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .connected-sites a:hover {
        color: var(--color-primary-alternative)
      }

      .new-account-wrapper {
        background-color: var(--color-background-default)
      }

      @media screen and (min-width: 576px) {
        .new-account-wrapper {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .new-account-wrapper {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .new-account-wrapper {
          width: 62vw
        }
      }

      .hw-tutorial {
        overflow: visible;
        display: block;
        padding: 15px 30px
      }

      .hw-connect,
      .hw-connect__header__title-wrapper {
        width: 100%
      }

      .hw-connect__QR-subtitle {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 10px;
        color: var(--color-text-default)
      }

      .hw-connect__btn-wrapper {
        flex: 1;
        flex-direction: row;
        display: flex
      }

      .hw-connect__connect-btn {
        width: 315px;
        margin: 20px
      }

      .hw-connect__connect-btn.disabled {
        cursor: not-allowed;
        opacity: .5
      }

      .hw-connect__external-btn-first {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 5px 10px;
        width: auto;
        display: inline;
        margin-top: 10px
      }

      [dir=ltr] .hw-connect__external-btn-first {
        margin-right: 20px
      }

      [dir=rtl] .hw-connect__external-btn-first {
        margin-left: 20px
      }

      .hw-connect__external-btn {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 5px 10px;
        width: auto;
        display: inline;
        margin-top: 10px
      }

      .hw-connect__btn {
        background: var(--color-background-alternative);
        border: 1px solid var(--color-border-muted);
        height: 148px;
        width: 199px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        padding: 0
      }

      [dir=ltr] .hw-connect__btn {
        margin-right: 15px
      }

      [dir=rtl] .hw-connect__btn {
        margin-left: 15px
      }

      .hw-connect__btn__img {
        width: 136px
      }

      .hw-connect__btn.selected {
        border-color: var(--color-primary-default);
        width: 199px
      }

      [dir=ltr] .hw-connect__btn:first-child {
        margin-left: 20px
      }

      [dir=rtl] .hw-connect__btn:first-child {
        margin-right: 20px
      }

      [dir=ltr] .hw-connect__btn:last-child {
        margin-right: 20px
      }

      [dir=rtl] .hw-connect__btn:last-child {
        margin-left: 20px
      }

      .hw-connect__hdPath {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-direction: row;
        margin-top: 15px;
        margin-bottom: 30px
      }

      .hw-connect__hdPath__title {
        display: flex;
        margin-top: 10px
      }

      [dir=ltr] .hw-connect__hdPath__title {
        margin-right: 15px
      }

      [dir=rtl] .hw-connect__hdPath__title {
        margin-left: 15px
      }

      .hw-connect__hdPath__select {
        display: flex;
        flex: 1
      }

      .hw-connect__unlock-title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        padding-top: 10px;
        font-weight: 400;
        margin-bottom: 15px
      }

      .hw-connect__msg-link {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: var(--color-primary-default);
        background: unset
      }

      .hw-connect__error {
        color: var(--color-warning-default);
        margin: 20px 20px 10px;
        display: block;
        text-align: center
      }

      .hw-connect__step-asset {
        margin: 0 auto 20px;
        display: flex
      }

      .hw-account-list {
        display: flex;
        flex: 1;
        flex-flow: column;
        width: 100%
      }

      .hw-account-list__title_wrapper {
        display: flex;
        flex-direction: row;
        flex: 1
      }

      .hw-account-list__title {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 23px;
        align-self: flex-start;
        color: var(--color-text-muted);
        font-weight: 700;
        display: flex;
        flex: 1
      }

      .hw-account-list__device {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 23px;
        align-self: flex-end;
        color: var(--color-text-muted);
        display: flex
      }

      .hw-account-list__item {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        flex-direction: row;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid var(--color-border-muted);
        background-color: var(--color-background-default)
      }

      .hw-account-list__item:hover {
        background-color: var(--color-background-default-hover)
      }

      .hw-account-list__item__index {
        display: flex;
        width: 24px
      }

      .hw-account-list__item__checkbox {
        display: flex;
        flex: 1
      }

      .hw-account-list__item__checkbox input {
        margin-top: 13px
      }

      .hw-account-list__item__label {
        display: flex;
        flex: 1;
        padding-top: 10px;
        padding-bottom: 10px
      }

      [dir=ltr] .hw-account-list__item__label {
        padding-left: 10px
      }

      [dir=rtl] .hw-account-list__item__label {
        padding-right: 10px
      }

      .hw-account-list__item__balance {
        display: flex;
        flex: 1;
        justify-content: center
      }

      .hw-account-list__item__link {
        display: flex;
        margin-top: 13px
      }

      .hw-account-list__item__link img {
        width: 15px;
        height: 15px
      }

      .hw-list-pagination {
        display: flex;
        align-self: flex-end;
        margin-top: 10px
      }

      .hw-list-pagination__button {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        background: var(--color-background-default);
        height: 19px;
        display: flex;
        color: var(--color-primary-default);
        border: none;
        min-width: 46px;
        padding: 0;
        text-transform: uppercase
      }

      [dir=ltr] .hw-list-pagination__button {
        margin-right: 0;
        margin-left: 16px
      }

      [dir=rtl] .hw-list-pagination__button {
        margin-left: 0;
        margin-right: 16px
      }

      .new-external-account-form.footer {
        width: 520px
      }

      .new-external-account-form.unsupported-browser {
        height: 210px;
        overflow: auto;
        scrollbar-width: none
      }

      .new-external-account-form.unsupported-browser::-webkit-scrollbar {
        display: none
      }

      .new-external-account-form.account-list {
        height: auto;
        padding-left: 20px;
        padding-right: 20px
      }

      .new-external-account-form__buttons {
        margin-top: 39px;
        display: flex;
        width: 100%;
        justify-content: space-between
      }

      [dir=ltr] .new-external-account-form__button:not(:last-child) {
        margin-right: 16px
      }

      [dir=rtl] .new-external-account-form__button:not(:last-child) {
        margin-left: 16px
      }

      .hw-forget-device-container {
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 22px
      }

      .hw-forget-device-container a {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .switch-ledger-path-popover__content {
        padding: 0 24px 48px
      }

      .switch-ledger-path-popover__footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
      }

      [dir=ltr] .switch-ledger-path-popover__footer button:first-of-type {
        margin-right: 15px
      }

      [dir=rtl] .switch-ledger-path-popover__footer button:first-of-type {
        margin-left: 15px
      }

      .desktop-pairing__countdown-timer {
        font-size: 12px
      }

      .desktop-pairing__countdown-timer-seconds {
        color: var(--color-primary-default);
        min-width: 180px
      }

      .desktop-pairing__otp {
        letter-spacing: 10px
      }

      .desktop-pairing__tooltip-wrapper {
        width: 100%
      }

      .desktop-pairing__clickable:hover {
        cursor: pointer
      }

      .desktop-pairing__icon path {
        fill: var(--color-icon-default)
      }

      .error-page {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        font-style: normal;
        font-weight: 400;
        padding: 35px 10px 10px;
        height: 100%
      }

      .error-page__header {
        font-size: 2.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        text-align: center
      }

      .error-page__subheader {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 10px 0;
        width: 100%;
        max-width: 720px;
        text-align: center
      }

      .error-page__details {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        overflow-y: auto;
        width: 100%;
        max-width: 720px;
        padding-top: 10px
      }

      .error-page__stack {
        overflow-x: auto;
        background-color: var(--color-background-alternative)
      }

      .error-page__link-text {
        color: var(--color-primary-default)
      }

      .home__container {
        display: flex;
        min-height: 100%
      }

      .home__main-view {
        flex: 1 1 66.5%;
        background: var(--color-background-default);
        min-width: 0;
        display: flex;
        flex-direction: column
      }

      .home__balance-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex: 0 0 auto
      }

      .home__main-view .home__tabs {
        border: none;
        padding: 0 16px
      }

      .home__main-view .home__tab {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        flex-grow: 1;
        color: var(--color-icon-default);
        font-weight: 500
      }

      .home__main-view .home__tab--active {
        color: var(--color-primary-default)
      }

      .home__main-view .home__tab button {
        padding: 8px
      }

      .home__connect-status-text {
        display: flex;
        flex-direction: column;
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding-left: 24px;
        padding-right: 24px;
        color: var(--color-text-default)
      }

      .home__connect-status-text div {
        margin-bottom: 20px
      }

      .home__connect-status-text div:last-child {
        margin-bottom: 0
      }

      .home__connected-status-popover {
        width: 329px;
        margin-top: -15px
      }

      .home__connected-status-popover .popover-header {
        padding-bottom: 20px
      }

      .home__connected-status-popover .popover-header__title {
        padding-bottom: 0
      }

      .home__connected-status-popover .popover-content {
        overflow-y: auto
      }

      .home__connected-status-popover .popover-arrow {
        top: -6px
      }

      [dir=ltr] .home__connected-status-popover .popover-arrow {
        left: 24px
      }

      [dir=rtl] .home__connected-status-popover .popover-arrow {
        right: 24px
      }

      .home__connected-status-popover .popover-footer {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        border-top: 0;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px
      }

      .home__connected-status-popover .popover-footer :only-child {
        margin: 0
      }

      .home__connected-status-popover .popover-footer button {
        height: 39px;
        width: 133px;
        border-radius: 39px;
        padding: 0
      }

      .home__connected-status-popover .popover-footer a,
      .home__connected-status-popover .popover-footer a:hover {
        color: var(--color-primary-alternative);
        cursor: pointer
      }

      .home__connected-status-popover-bg {
        height: 55px;
        width: 120px;
        border-radius: 34px;
        position: absolute;
        top: 73px;
        opacity: 1;
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
        background: none
      }

      .home__connected-status-popover-bg-container {
        height: 100%;
        width: 100%
      }

      .home__support {
        padding: 10px 0 20px;
        text-align: center
      }

      .home__support a {
        color: var(--color-primary-default)
      }

      .home__new-network-notification {
        margin-bottom: 50px
      }

      .home__new-network-notification {
        display: flex;
        flex-direction: row;
        align-items: center
      }

      .home__new-network-notification-icon {
        padding-top: 8px;
        color: var(--color-success-default)
      }

      [dir=ltr] .home__new-network-notification-icon {
        margin-right: 8px
      }

      [dir=rtl] .home__new-network-notification-icon {
        margin-left: 8px
      }

      .home__new-network-notification-close {
        color: var(--color-icon-default);
        background: none
      }

      [dir=ltr] .home__new-network-notification-close {
        margin-left: 20px
      }

      [dir=rtl] .home__new-network-notification-close {
        margin-right: 20px
      }

      [dir=ltr] .home__error-message {
        left: 8px
      }

      [dir=rtl] .home__error-message {
        right: 8px
      }

      .home__new-nft-notification {
        margin-bottom: 24px
      }

      [dir=ltr] .home__new-nft-notification {
        margin-right: 8px
      }

      [dir=rtl] .home__new-nft-notification {
        margin-left: 8px
      }

      .home__new-nft-notification-icon {
        padding-top: 6px;
        color: var(--color-success-default)
      }

      [dir=ltr] .home__new-nft-notification-icon {
        margin-right: 10px
      }

      [dir=rtl] .home__new-nft-notification-icon {
        margin-left: 10px
      }

      .home__new-nft-notification-close {
        color: var(--color-icon-default);
        background: none
      }

      [dir=ltr] .home__new-nft-notification-close {
        margin-left: 44px
      }

      [dir=rtl] .home__new-nft-notification-close {
        margin-right: 44px
      }

      .home__new-tokens-imported-notification {
        padding: 8px;
        bottom: 16px !important
      }

      @media screen and (min-width: 576px) {
        .home__new-tokens-imported-notification {
          margin-bottom: 50px;
          margin-inline-end: 8px
        }

        [dir=ltr] .home__new-tokens-imported-notification {
          margin-right: 40%
        }

        [dir=rtl] .home__new-tokens-imported-notification {
          margin-left: 40%
        }
      }

      @media screen and (max-width: 575px) {
        .home__new-tokens-imported-notification {
          left: 5%;
          right: 5% !important
        }
      }

      .home__new-tokens-imported-notification-title,
      .home__new-tokens-imported-notification-message {
        text-align: start
      }

      .home__new-tokens-imported-notification-icon {
        font-size: 24px;
        margin-inline-end: 12px;
        color: var(--color-success-default)
      }

      .home__new-tokens-imported-notification-close {
        color: var(--color-icon-default);
        background: none;
        margin-inline-start: 32px
      }

      .home__new-network-added {
        border-radius: 10px;
        text-align: center
      }

      .home__new-network-added__check-circle {
        color: var(--color-success-default);
        margin-top: 20px
      }

      .home__new-network-added__switch-to-button {
        margin-bottom: 16px
      }

      .home__subheader-link {
        display: flex;
        padding: 12px 0;
        justify-content: center;
        color: var(--color-primary-default);
        align-items: center;
        cursor: pointer
      }

      .home__subheader-link--tooltip-content-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px
      }

      .home__subheader-link--tooltip-content-header-text {
        font-size: 18px;
        line-height: 22.82px;
        font-weight: 700
      }

      .home__subheader-link--tooltip-content-header-button {
        background-color: var(--color-primary-default);
        color: var(--color-primary-inverse);
        border: 0
      }

      .home__subheader-link--tooltip-content-text-bold {
        font-weight: 700
      }

      .home__subheader-link--tooltip-theme {
        background-color: var(--color-primary-default) !important
      }

      .home__subheader-link--tooltip-theme .tippy-tooltip-content {
        color: var(--color-primary-inverse) !important
      }

      .home__subheader-link--tooltip-theme .arrow-regular {
        border-bottom-color: var(--color-primary-default) !important
      }

      .home__subheader-link--text {
        font-weight: 400;
        font-size: 12px;
        line-height: 140.62%
      }

      [dir=ltr] .home__subheader-link--text {
        margin-left: 8px
      }

      [dir=rtl] .home__subheader-link--text {
        margin-right: 8px
      }

      .custody-account-list {
        flex: 1;
        overflow: auto
      }

      .custody-account-list__item {
        border-bottom: 1px solid var(--color-border-muted)
      }

      [dir=ltr] .custody-account-list__item input {
        margin: 12px 0 0 4px
      }

      [dir=rtl] .custody-account-list__item input {
        margin: 12px 4px 0 0
      }

      .custody-account-list__item__title {
        flex-flow: row
      }

      .custody-account-list__item__name {
        display: block;
        white-space: nowrap;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden
      }

      .custody-account-list__item__clipboard {
        background-color: transparent
      }

      .custody-account-list__item:first-child {
        border-top: 1px solid var(--color-border-muted)
      }

      .custody-account-list__item:last-child {
        border: 0
      }

      .custody-account-list__item:hover {
        background-color: var(--color-background-hover)
      }

      .custody-account-list__buttons {
        border-top: 1px solid var(--color-border-muted)
      }

      [dir=ltr] .custody-account-list__button:not(:last-child) {
        margin-right: 16px
      }

      [dir=rtl] .custody-account-list__button:not(:last-child) {
        margin-left: 16px
      }

      .institutional-entity-done__img {
        max-width: 250px;
        max-height: 80px;
        margin-top: 40px;
        margin-bottom: 20px
      }

      .add_custodian_token_confirm__token,
      .add_custodian_token_confirm__url {
        height: auto;
        overflow-wrap: break-word;
        opacity: .8
      }

      .interactive-replacement-token-page {
        opacity: .8
      }

      .interactive-replacement-token-page__item {
        border-bottom: 1px solid --color-border-default
      }

      .interactive-replacement-token-page__item-clipboard {
        background-color: transparent
      }

      .interactive-replacement-token-page__item:first-child {
        margin-top: 12px
      }

      .interactive-replacement-token-page__item:last-child {
        border: 0
      }

      .interactive-replacement-token-page__item:hover {
        background-color: var(--color-background-hover)
      }

      .recovery-phrase-continue {
        max-width: 320px
      }

      .first-view-main-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        padding: 0 10px
      }

      .first-view-main-wrapper>.first-view-main {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
      }

      .import-account {
        display: flex;
        flex-flow: column nowrap;
        margin: 60px 0 30px;
        position: relative;
        max-width: initial
      }

      @media screen and (max-width: 575px) {
        .import-account {
          margin: 24px;
          display: flex;
          flex-flow: column nowrap;
          width: calc(100vw - 80px)
        }

        .import-account__title {
          width: initial !important
        }

        .first-view-main {
          height: 100%;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          margin-top: 12px
        }

        .first-view-phone-invisible {
          display: none
        }

        .first-time-flow__input {
          width: 100%
        }
      }

      .import-account__back-button {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 18px;
        color: var(--color-text-default);
        position: absolute;
        top: -25px
      }

      .import-account__link {
        display: inline;
        padding: 0;
        font-size: inherit
      }

      .reveal-seed__tab {
        display: flex;
        flex: 1
      }

      .reveal-seed__active-tab {
        color: var(--color-primary-default)
      }

      .notifications {
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: var(--color-background-default)
      }

      .notifications__header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 65px 24px 15px;
        border-bottom: 1px solid var(--color-border-muted)
      }

      @media screen and (max-width: 575px) {
        .notifications__header {
          padding: 10px 20px
        }
      }

      .notifications__header__title-container {
        display: flex;
        flex-flow: row;
        align-items: center;
        flex: 0 0 auto
      }

      .notifications__header__title-container__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      [dir=ltr] .notifications__header__title-container__title {
        margin-left: 26px
      }

      [dir=rtl] .notifications__header__title-container__title {
        margin-right: 26px
      }

      @media screen and (max-width: 575px) {
        .notifications__header__title-container__title {
          font-size: .875rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400;
          font-weight: 700
        }

        [dir=ltr] .notifications__header__title-container__title {
          margin-left: 16px
        }

        [dir=rtl] .notifications__header__title-container__title {
          margin-right: 16px
        }
      }

      .notifications__header_button {
        width: auto
      }

      @media screen and (max-width: 575px) {
        .notifications__header_button {
          font-size: .75rem;
          padding: 3.5px 1rem
        }
      }

      .notifications__container {
        display: flex;
        overflow: auto;
        flex-direction: column;
        flex: 1 1 auto
      }

      @media screen and (max-width: 575px) {
        .notifications__container {
          height: 100%
        }
      }

      .notifications__container__text {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-muted);
        text-align: center
      }

      @media screen and (max-width: 575px) {
        .notifications__container__text {
          font-size: .875rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400
        }
      }

      .notifications .empty {
        justify-content: center;
        align-items: center
      }

      .notifications__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid var(--color-border-muted);
        cursor: pointer
      }

      [dir=ltr] .notifications__item {
        padding: 16px 32px 16px 16px
      }

      [dir=rtl] .notifications__item {
        padding: 16px 16px 16px 32px
      }

      .notifications__item:hover {
        background-color: var(--color-background-default-hover)
      }

      .notifications__item__unread-dot {
        content: " ";
        align-self: flex-start;
        margin-top: 6px;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-radius: 50%
      }

      .notifications__item .unread {
        flex-shrink: 0;
        background-color: var(--color-primary-default)
      }

      .notifications__item__details {
        display: flex;
        flex-direction: column
      }

      [dir=ltr] .notifications__item__details {
        margin-left: 12px
      }

      [dir=rtl] .notifications__item__details {
        margin-right: 12px
      }

      .notifications__item__details__infos {
        color: var(--color-text-muted);
        font-size: 12px;
        margin-top: 6px
      }

      .recovery-phrase {
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .recovery-phrase__header {
        max-width: 420px
      }

      .recovery-phrase__tips {
        flex-direction: column;
        max-width: 420px;
        margin: 0 auto
      }

      .recovery-phrase__tips ul {
        list-style: disc;
        margin-bottom: 24px
      }

      [dir=ltr] .recovery-phrase__tips ul {
        margin-left: 20px
      }

      [dir=rtl] .recovery-phrase__tips ul {
        margin-right: 20px
      }

      .recovery-phrase__chips {
        display: grid;
        justify-items: center;
        align-items: center;
        row-gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
      }

      @media screen and (min-width: 576px) {
        .recovery-phrase__chips {
          grid-template-columns: 1fr 1fr 1fr
        }
      }

      .recovery-phrase__chips--hidden {
        filter: blur(5px)
      }

      .recovery-phrase__secret {
        position: relative;
        width: 100%
      }

      .recovery-phrase__secret-blocker {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: var(--color-overlay-alternative);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        padding: 8px 0 18px;
        border-radius: 4px;
        color: var(--color-overlay-inverse)
      }

      .recovery-phrase__secret-blocker--text {
        margin-top: 32px
      }

      .recovery-phrase__chip-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center
      }

      .recovery-phrase__chip-item__number {
        font-size: 1rem
      }

      .recovery-phrase__footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%
      }

      @media screen and (max-width: 575px) {
        .recovery-phrase__footer {
          margin-inline-start: 40px;
          margin-inline-end: 40px;
          margin-bottom: 40px
        }
      }

      .recovery-phrase__footer__confirm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%
      }

      @media screen and (min-width: 768px) {
        .recovery-phrase__footer__confirm {
          margin-top: 20px
        }
      }

      .recovery-phrase__footer__confirm--button {
        align-self: center;
        width: 100%;
        max-width: 300px
      }

      .recovery-phrase__footer--button {
        align-self: center
      }

      @media screen and (min-width: 576px) {
        .recovery-phrase__footer--button {
          max-width: 300px
        }
      }

      .recovery-phrase__footer__copy-and-hide {
        width: 100%;
        display: flex;
        flex-direction: column
      }

      .recovery-phrase__footer__copy-and-hide__area {
        display: flex;
        flex-direction: row;
        justify-content: space-between
      }

      @media screen and (min-width: 576px) {
        .recovery-phrase__footer__copy-and-hide__area {
          justify-content: space-around
        }
      }

      .recovery-phrase__footer__copy-and-hide__button {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        background-color: transparent;
        border: none;
        width: 32%;
        color: var(--color-primary-default);
        cursor: pointer;
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0
      }

      .recovery-phrase__footer__copy-and-hide__button__hide-seed {
        justify-content: flex-start
      }

      .recovery-phrase__footer__copy-and-hide__button__copy-to-clipboard {
        justify-content: flex-end
      }

      @media screen and (max-width: 575px) {
        .recovery-phrase__footer__copy-and-hide__button {
          justify-content: center;
          width: 100%
        }
      }

      .recovery-phrase__footer__copy-and-hide__button svg {
        width: 15px
      }

      .recovery-phrase__footer__copy-and-hide__button:active {
        color: var(--color-text-default);
        background-color: transparent;
        border: none;
        transform: scale(.97)
      }

      .recovery-phrase__chip {
        justify-content: center;
        border-radius: 13px;
        height: 32px;
        width: 120px
      }

      .recovery-phrase__chip--with-input {
        width: 120px;
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        border-width: 2px;
        border-radius: 13px;
        height: 32px
      }

      @media screen and (min-width: 576px) {
        .recovery-phrase__confirm {
          display: flex;
          flex-direction: column;
          align-items: center
        }
      }

      .onboarding-app-header {
        align-items: center;
        background: var(--color-background-default);
        position: relative;
        z-index: 12;
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
        flex: 0 0 auto
      }

      @media screen and (max-width: 575px) {
        .onboarding-app-header {
          padding: 16px;
          z-index: 26
        }
      }

      @media screen and (min-width: 576px) {
        .onboarding-app-header {
          height: 75px;
          justify-content: center
        }
      }

      .onboarding-app-header__metafox-logo--icon {
        height: 32px
      }

      @media screen and (min-width: 576px) {
        .onboarding-app-header__metafox-logo--icon {
          display: none
        }
      }

      @media screen and (max-width: 575px) {
        .onboarding-app-header__metafox-logo--horizontal {
          display: none
        }
      }

      .onboarding-app-header__contents {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        justify-content: space-between
      }

      @media screen and (max-width: 575px) {
        .onboarding-app-header__contents {
          height: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .onboarding-app-header__contents {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .onboarding-app-header__contents {
          width: 90vw
        }
      }

      @media screen and (min-width: 1280px) {
        .onboarding-app-header__contents {
          width: 62vw
        }
      }

      .onboarding-app-header__logo-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 0 0 auto
      }

      [dir=ltr] .onboarding-app-header__logo-container {
        margin-right: 1rem
      }

      [dir=rtl] .onboarding-app-header__logo-container {
        margin-left: 1rem
      }

      .secure-your-wallet__video {
        max-width: 100%
      }

      .secure-your-wallet__list {
        list-style: disc inside
      }

      .skip-srp-backup-popover {
        width: 365px
      }

      .skip-srp-backup-popover__icon {
        display: block;
        margin-top: 16px;
        margin-bottom: 16px
      }

      [dir=ltr] .skip-srp-backup-popover__checkbox {
        margin: 8px 12px 0 0
      }

      [dir=rtl] .skip-srp-backup-popover__checkbox {
        margin: 8px 0 0 12px
      }

      .skip-srp-backup-popover__label {
        display: flex
      }

      .skip-srp-backup-popover__footer button {
        width: 140px;
        margin: 0 10px
      }

      .privacy-settings {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
      }

      @media screen and (max-width: 575px) {
        .privacy-settings {
          margin-bottom: 24px
        }
      }

      @media screen and (min-width: 576px) {
        .privacy-settings {
          margin-bottom: 40px
        }
      }

      .privacy-settings__header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        max-width: 500px;
        margin: 24px
      }

      .privacy-settings__settings {
        display: flex;
        flex-direction: column;
        max-width: 620px;
        margin-bottom: 20px
      }

      @media screen and (min-width: 576px) {
        .privacy-settings__settings {
          margin-inline-start: 48px;
          margin-inline-end: 48px
        }
      }

      .privacy-settings__settings a {
        color: var(--color-primary-default)
      }

      .privacy-settings__settings a:hover {
        cursor: pointer;
        color: var(--color-primary-default)
      }

      .privacy-settings__setting {
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 430px
      }

      [dir=ltr] .privacy-settings__setting {
        text-align: left
      }

      [dir=rtl] .privacy-settings__setting {
        text-align: right
      }

      [dir=ltr] .privacy-settings__setting__toggle {
        margin-left: 42px
      }

      [dir=rtl] .privacy-settings__setting__toggle {
        margin-right: 42px
      }

      .privacy-settings__network {
        position: relative
      }

      .privacy-settings__network .dropdown-menu-item {
        font-size: 14px !important;
        padding: 8px !important
      }

      .create-password__weak {
        color: var(--color-error-default)
      }

      .create-password__average {
        color: var(--color-warning-alternative)
      }

      .create-password__strong {
        color: var(--color-success-alternative)
      }

      .create-password__wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
      }

      .create-password__link-text {
        color: var(--color-primary-default)
      }

      @media screen and (min-width: 576px) {
        .create-password__form {
          max-width: 320px
        }
      }

      .create-password__form--password-button {
        color: var(--color-primary-default)
      }

      .create-password__form--checkmark i {
        color: var(--color-success-default)
      }

      .create-password__form__terms-label {
        display: flex
      }

      .create-password__form .form-field__input {
        height: 50px;
        width: 100%
      }

      .create-password__analytics-iframe {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -9999px
      }

      [dir=ltr] .create-password__analytics-iframe {
        left: -9999px
      }

      [dir=rtl] .create-password__analytics-iframe {
        right: -9999px
      }

      .creation-successful {
        max-width: 600px
      }

      @media screen and (min-width: 576px) {
        .creation-successful {
          display: flex;
          flex-direction: column;
          align-items: center
        }
      }

      .creation-successful img {
        align-self: center
      }

      .creation-successful ul {
        list-style-type: disc;
        max-width: 500px
      }

      [dir=ltr] .creation-successful li {
        margin-left: 25px
      }

      [dir=rtl] .creation-successful li {
        margin-right: 25px
      }

      .creation-successful li a {
        justify-content: flex-start;
        padding: 0
      }

      .creation-successful__bold {
        font-weight: 700
      }

      .creation-successful__actions {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center
      }

      .creation-successful__actions button {
        margin-top: 14px;
        max-width: 280px;
        padding: 16px 0
      }

      .carousel .control-arrow,
      .carousel.carousel-slider .control-arrow {
        transition: all .25s ease-in;
        opacity: .4;
        filter: alpha(opacity=40);
        position: absolute;
        z-index: 2;
        top: 20px;
        background: none;
        border: 0;
        font-size: 32px;
        cursor: pointer
      }

      .carousel .control-arrow:focus,
      .carousel .control-arrow:hover {
        opacity: 1;
        filter: alpha(opacity=100)
      }

      .carousel .control-arrow:before,
      .carousel.carousel-slider .control-arrow:before {
        margin: 0 5px;
        display: inline-block;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        content: ""
      }

      .carousel .control-disabled.control-arrow {
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: inherit;
        display: none
      }

      [dir=ltr] .carousel .control-prev.control-arrow {
        left: 0
      }

      [dir=rtl] .carousel .control-prev.control-arrow {
        right: 0
      }

      [dir=ltr] .carousel .control-prev.control-arrow:before {
        border-right: 8px solid #fff
      }

      [dir=rtl] .carousel .control-prev.control-arrow:before {
        border-left: 8px solid #fff
      }

      [dir=ltr] .carousel .control-next.control-arrow {
        right: 0
      }

      [dir=rtl] .carousel .control-next.control-arrow {
        left: 0
      }

      [dir=ltr] .carousel .control-next.control-arrow:before {
        border-left: 8px solid #fff
      }

      [dir=rtl] .carousel .control-next.control-arrow:before {
        border-right: 8px solid #fff
      }

      .carousel-root {
        outline: none
      }

      .carousel {
        position: relative;
        width: 100%
      }

      .carousel * {
        box-sizing: border-box
      }

      .carousel img {
        width: 100%;
        display: inline-block;
        pointer-events: none
      }

      .carousel .carousel {
        position: relative
      }

      .carousel .control-arrow {
        outline: 0;
        border: 0;
        background: none;
        top: 50%;
        margin-top: -13px;
        font-size: 18px
      }

      .carousel .thumbs-wrapper {
        margin: 20px;
        overflow: hidden
      }

      .carousel .thumbs {
        transition: all .15s ease-in;
        transform: translateZ(0);
        position: relative;
        list-style: none;
        white-space: nowrap
      }

      .carousel .thumb {
        transition: border .15s ease-in;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        border: 3px solid #fff;
        padding: 2px
      }

      [dir=ltr] .carousel .thumb {
        margin-right: 6px
      }

      [dir=rtl] .carousel .thumb {
        margin-left: 6px
      }

      .carousel .thumb:focus {
        border: 3px solid #ccc;
        outline: none
      }

      .carousel .thumb.selected,
      .carousel .thumb:hover {
        border: 3px solid #333
      }

      .carousel .thumb img {
        vertical-align: top
      }

      .carousel.carousel-slider {
        position: relative;
        margin: 0;
        overflow: hidden
      }

      .carousel.carousel-slider .control-arrow {
        top: 0;
        color: #fff;
        font-size: 26px;
        bottom: 0;
        margin-top: 0;
        padding: 5px
      }

      .carousel.carousel-slider .control-arrow:hover {
        background: #0003
      }

      .carousel .slider-wrapper {
        overflow: hidden;
        margin: auto;
        width: 100%;
        transition: height .15s ease-in
      }

      .carousel .slider-wrapper.axis-horizontal .slider {
        -ms-box-orient: horizontal;
        display: -moz-flex;
        display: flex
      }

      .carousel .slider-wrapper.axis-horizontal .slider .slide {
        flex-direction: column;
        flex-flow: column
      }

      .carousel .slider-wrapper.axis-vertical {
        -ms-box-orient: horizontal;
        display: -moz-flex;
        display: flex
      }

      .carousel .slider-wrapper.axis-vertical .slider {
        flex-direction: column
      }

      .carousel .slider {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        width: 100%
      }

      .carousel .slider.animated {
        transition: all .35s ease-in-out
      }

      .carousel .slide {
        min-width: 100%;
        margin: 0;
        position: relative;
        text-align: center
      }

      .carousel .slide img {
        width: 100%;
        vertical-align: top;
        border: 0
      }

      .carousel .slide iframe {
        display: inline-block;
        width: calc(100% - 80px);
        margin: 0 40px 40px;
        border: 0
      }

      .carousel .slide .legend {
        transition: all .5s ease-in-out;
        position: absolute;
        bottom: 40px;
        width: 90%;
        border-radius: 10px;
        background: #000;
        color: #fff;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        opacity: .25;
        transition: opacity .35s ease-in-out
      }

      [dir=ltr] .carousel .slide .legend {
        left: 50%;
        margin-left: -45%
      }

      [dir=rtl] .carousel .slide .legend {
        right: 50%;
        margin-right: -45%
      }

      .carousel .control-dots {
        position: absolute;
        bottom: 0;
        margin: 10px 0;
        padding: 0;
        text-align: center;
        width: 100%;
        z-index: 1
      }

      @media (min-width: 960px) {
        .carousel .control-dots {
          bottom: 0
        }
      }

      .carousel .control-dots .dot {
        transition: opacity .25s ease-in;
        opacity: .3;
        filter: alpha(opacity=30);
        background: #fff;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        cursor: pointer;
        display: inline-block;
        margin: 0 8px
      }

      [dir=ltr] .carousel .control-dots .dot {
        box-shadow: 1px 1px 2px #000000e6
      }

      [dir=rtl] .carousel .control-dots .dot {
        box-shadow: -1px 1px 2px #000000e6
      }

      .carousel .control-dots .dot.selected,
      .carousel .control-dots .dot:hover {
        opacity: 1;
        filter: alpha(opacity=100)
      }

      .carousel .carousel-status {
        position: absolute;
        top: 0;
        padding: 5px;
        font-size: 10px;
        color: #fff
      }

      [dir=ltr] .carousel .carousel-status {
        right: 0;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .9)
      }

      [dir=rtl] .carousel .carousel-status {
        left: 0;
        text-shadow: -1px 1px 1px rgba(0, 0, 0, .9)
      }

      .carousel:hover .slide .legend {
        opacity: 1
      }

      .onboarding-welcome .control-dots .dot {
        background: var(--color-icon-muted);
        box-shadow: none
      }

      .onboarding-welcome .control-dots .dot.selected {
        background: var(--color-icon-default)
      }

      .onboarding-welcome .carousel.carousel-slider .control-arrow {
        opacity: 1;
        color: var(--color-icon-default)
      }

      @media screen and (min-width: 576px) {
        .onboarding-welcome .carousel.carousel-slider .control-arrow {
          padding: 40px
        }
      }

      [dir=ltr] .onboarding-welcome .carousel .control-next.control-arrow:before {
        border-left-color: var(--color-icon-default)
      }

      [dir=rtl] .onboarding-welcome .carousel .control-next.control-arrow:before {
        border-right-color: var(--color-icon-default)
      }

      [dir=ltr] .onboarding-welcome .carousel .control-prev.control-arrow:before {
        border-right-color: var(--color-icon-default)
      }

      [dir=rtl] .onboarding-welcome .carousel .control-prev.control-arrow:before {
        border-left-color: var(--color-icon-default)
      }

      .onboarding-welcome .carousel.carousel-slider .control-arrow:hover {
        background: none
      }

      .onboarding-welcome__mascot {
        width: 250px;
        height: 250px;
        margin: 20px auto
      }

      .onboarding-welcome__image {
        text-align: center;
        margin: 20px auto
      }

      .onboarding-welcome__buttons {
        max-width: 300px;
        margin: 40px auto 0
      }

      .onboarding-welcome__buttons li {
        margin-bottom: 24px
      }

      .onboarding-welcome__terms-checkbox {
        margin: 0;
        align-self: flex-start
      }

      .import-srp {
        margin-bottom: 24px
      }

      .import-srp__header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 24px
      }

      .import-srp__description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px
      }

      .import-srp__description a {
        color: var(--color-primary-default)
      }

      .import-srp__description a:hover {
        cursor: pointer;
        color: var(--color-primary-default)
      }

      .import-srp__actions {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto
      }

      [dir=ltr] .import-srp__actions {
        text-align: left
      }

      [dir=rtl] .import-srp__actions {
        text-align: right
      }

      .import-srp__confirm-button {
        max-width: 327px;
        margin: 24px auto auto
      }

      .onboarding-pin-extension .control-dots .dot {
        background: var(--color-icon-muted);
        box-shadow: none
      }

      .onboarding-pin-extension .control-dots .dot.selected {
        background: var(--color-icon-default)
      }

      .onboarding-pin-extension__diagram {
        margin: 24px auto;
        max-width: 799px;
        height: 320px
      }

      .onboarding-pin-extension__buttons {
        max-width: 50%;
        margin: 40px auto 0
      }

      @media screen and (min-width: 576px) {
        .onboarding-metametrics {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center
        }
      }

      .onboarding-metametrics p {
        align-self: baseline
      }

      .onboarding-metametrics ul {
        margin: 24px 0 0;
        width: 100%
      }

      .onboarding-metametrics ul li {
        padding-bottom: 20px;
        display: flex
      }

      .onboarding-metametrics ul li>span {
        width: 90%
      }

      .onboarding-metametrics__terms a {
        color: var(--color-primary-default)
      }

      .onboarding-metametrics__buttons {
        margin-top: 24px
      }

      @media screen and (min-width: 576px) {
        .onboarding-metametrics__buttons {
          margin-top: 40px
        }
      }

      .onboarding-metametrics__buttons button {
        margin-bottom: 24px;
        width: 50%
      }

      @media screen and (min-width: 576px) {
        .onboarding-metametrics__buttons button {
          width: 200px
        }
      }

      .onboarding-flow {
        background-color: var(--color-background-default);
        padding: 0 16px;
        width: 100%
      }

      .onboarding-flow__wrapper {
        margin: 24px auto;
        padding: 32px 16px;
        max-width: 600px;
        border: 1px solid var(--color-border-muted);
        border-radius: 24px
      }

      @media screen and (min-width: 576px) {
        .onboarding-flow__wrapper {
          margin: 64px auto 40px;
          padding: 32px
        }
      }

      .onboarding-flow__twitter-button {
        margin-bottom: 40px;
        vertical-align: middle
      }

      [dir=ltr] .onboarding-flow__twitter-button__icon {
        margin-left: 4px
      }

      [dir=rtl] .onboarding-flow__twitter-button__icon {
        margin-right: 4px
      }

      .permissions-connect-choose-account__content {
        overflow-y: auto
      }

      .permissions-connect-choose-account__footer .page-container__footer {
        border-top: 0
      }

      .snap-install {
        box-shadow: none
      }

      .snap-install__content {
        position: relative
      }

      .snap-install__content__loader-container {
        height: 100%
      }

      .snap-install__scroll-button-area {
        position: sticky;
        right: 0;
        left: 0;
        bottom: 0;
        height: 48px
      }

      [dir=ltr] .snap-install__scroll-button-area {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-background-alternative) 100%)
      }

      [dir=rtl] .snap-install__scroll-button-area {
        background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, var(--color-background-alternative) 100%)
      }

      .snap-install__scroll-button {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: auto
      }

      .snap-install .page-container__footer {
        width: 100%;
        border-top: 0
      }

      .snap-update {
        box-shadow: none
      }

      .snap-update__content {
        position: relative
      }

      .snap-update__content__loader-container {
        height: 100%
      }

      .snap-update__scroll-button-area {
        position: sticky;
        right: 0;
        left: 0;
        bottom: 0;
        height: 48px
      }

      [dir=ltr] .snap-update__scroll-button-area {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-background-alternative) 100%)
      }

      [dir=rtl] .snap-update__scroll-button-area {
        background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, var(--color-background-alternative) 100%)
      }

      .snap-update__scroll-button {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: auto
      }

      .snap-update .page-container__footer {
        width: 100%;
        border-top: 0
      }

      .snap-update .page-container__footer button {
        padding: .75rem
      }

      .snap-result {
        box-shadow: none
      }

      .snap-result .page-container__footer {
        width: 100%;
        border-top: 0
      }

      .snaps-connect .page-container__footer {
        border-top: 0
      }

      .permissions-connect {
        width: 100%;
        height: 100%;
        position: relative;
        background: var(--color-background-default);
        display: flex;
        flex-direction: column
      }

      @media screen and (min-width: 576px) {
        .permissions-connect .page-container {
          max-height: none;
          min-height: auto
        }
      }

      .permissions-connect__top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 16px 16px 0;
        align-items: center
      }

      .permissions-connect__back {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-icon-default);
        font-weight: 700;
        cursor: pointer
      }

      .permissions-connect__page-count {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        grid-column: 2;
        justify-self: flex-end;
        font-weight: 700
      }

      .info-tab__logo-wrapper {
        margin-bottom: 20px;
        display: flex;
        justify-content: center
      }

      .info-tab__logo {
        height: 80px
      }

      .info-tab__item {
        padding: 10px 0
      }

      .info-tab__link-header {
        padding-bottom: 15px
      }

      @media screen and (max-width: 575px) {
        .info-tab__link-header {
          padding-bottom: 5px
        }
      }

      .info-tab__link-text {
        width: max-content;
        padding: 0
      }

      .info-tab__link-item {
        padding: 15px 0
      }

      @media screen and (max-width: 575px) {
        .info-tab__link-item {
          padding: 5px 0
        }
      }

      .info-tab__version-number {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding-top: 5px;
        color: var(--color-text-muted)
      }

      .info-tab__separator {
        margin: 15px 0;
        width: 80px;
        border: none;
        height: 1px;
        background-color: var(--color-border-muted)
      }

      .info-tab__about {
        color: var(--color-text-muted);
        margin-bottom: 15px
      }

      .info-tab__tag {
        margin-inline-start: 8px
      }

      .alerts-tab__body {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: grid;
        grid-template-columns: 8fr 30px max-content;
        grid-template-rows: 1fr 1fr;
        align-items: center;
        display: block
      }

      .alerts-tab__description-container {
        display: flex
      }

      .alerts-tab__description-container>* {
        padding: 0 8px
      }

      .alerts-tab__description {
        display: flex;
        align-items: center
      }

      .alerts-tab__description__icon {
        color: var(--color-icon-alternative)
      }

      .alerts-tab__item {
        border-bottom: 1px solid var(--color-border-muted);
        padding: 16px 32px;
        display: flex;
        justify-content: space-between;
        align-items: center
      }

      .settings-page-developer-options__icon-check {
        transition: opacity .3s ease-in-out;
        opacity: 0
      }

      .settings-page-developer-options__icon-check:not([hidden]) {
        opacity: 1
      }

      .networks-tab__imageclose {
        cursor: pointer;
        color: var(--color-icon-default)
      }

      .networks-tab__content--with-networks-list-popup-footer {
        padding-bottom: 80px;
        isolation: isolate
      }

      @media screen and (min-width: 576px) {
        .networks-tab__content {
          display: grid;
          grid-template-columns: 1fr 1fr
        }
      }

      .networks-tab__content__icon-check {
        max-width: 24px;
        flex: 0 0 24px
      }

      .networks-tab__content__custom-image {
        border: 1px solid var(--color-border-muted)
      }

      .networks-tab__content__icon-with-fallback {
        display: flex;
        align-items: center;
        padding: 0;
        max-width: 24px;
        flex: 0 0 24px;
        color: var(--color-text-alternative)
      }

      .networks-tab__content__icon-with-fallback--color-background-default {
        background: var(--color-background-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-background-alternative {
        background: var(--color-background-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-text-default {
        background: var(--color-text-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-text-alternative {
        background: var(--color-text-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-text-muted {
        background: var(--color-text-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-icon-default {
        background: var(--color-icon-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-icon-alternative {
        background: var(--color-icon-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-icon-muted {
        background: var(--color-icon-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-border-default {
        background: var(--color-border-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-border-muted {
        background: var(--color-border-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-overlay-default {
        background: var(--color-overlay-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-overlay-inverse {
        background: var(--color-overlay-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-primary-default {
        background: var(--color-primary-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-primary-alternative {
        background: var(--color-primary-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-primary-muted {
        background: var(--color-primary-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-primary-inverse {
        background: var(--color-primary-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-primary-disabled {
        background: var(--color-primary-disabled);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-error-default {
        background: var(--color-error-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-error-alternative {
        background: var(--color-error-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-error-muted {
        background: var(--color-error-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-error-inverse {
        background: var(--color-error-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-error-disabled {
        background: var(--color-error-disabled);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-warning-default {
        background: var(--color-warning-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-warning-alternative {
        background: var(--color-warning-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-warning-muted {
        background: var(--color-warning-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-warning-inverse {
        background: var(--color-warning-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-warning-disabled {
        background: var(--color-warning-disabled);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-success-default {
        background: var(--color-success-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-success-alternative {
        background: var(--color-success-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-success-muted {
        background: var(--color-success-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-success-inverse {
        background: var(--color-success-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-success-disabled {
        background: var(--color-success-disabled);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-info-default {
        background: var(--color-info-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-info-alternative {
        background: var(--color-info-alternative);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-info-muted {
        background: var(--color-info-muted);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-info-inverse {
        background: var(--color-info-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-info-disabled {
        background: var(--color-info-disabled);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-mainnet {
        background: var(--mainnet);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-goerli {
        background: var(--color-network-goerli-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-sepolia {
        background: var(--color-network-sepolia-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-goerli-inverse {
        background: var(--color-network-goerli-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-sepolia-inverse {
        background: var(--color-network-sepolia-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-linea-goerli {
        background: var(--color-network-linea-goerli-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-linea-goerli-inverse {
        background: var(--color-network-linea-goerli-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-linea-sepolia {
        background: var(--color-network-linea-sepolia-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-linea-sepolia-inverse {
        background: var(--color-network-linea-sepolia-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-linea-mainnet {
        background: var(--color-network-linea-mainnet-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-linea-mainnet-inverse {
        background: var(--color-network-linea-mainnet-inverse);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-localhost {
        background: var(--color-network-localhost-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-transparent {
        background: var(--transparent);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-flask-purple {
        background: var(--color-flask-default);
        color: var(--color-primary-inverse)
      }

      .networks-tab__content__icon-with-fallback--color-inherit {
        background: var(--inherit);
        color: var(--color-primary-inverse)
      }

      .networks-tab__body {
        display: flex;
        flex-direction: column
      }

      @media screen and (min-width: 576px) {
        .networks-tab__body {
          margin-inline-end: 16px;
          margin-bottom: 24px
        }
      }

      .networks-tab__subheader {
        display: none
      }

      @media screen and (min-width: 576px) {
        .networks-tab__subheader {
          font-size: 1.125rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400;
          padding: 16px 4px;
          border-bottom: 1px solid var(--color-border-default);
          height: 72px;
          align-items: center;
          display: flex;
          gap: 8px;
          flex-flow: row nowrap
        }
      }

      .networks-tab__sub-header-text {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-muted)
      }

      .networks-tab__network-form {
        padding: 16px 24px
      }

      @media screen and (min-width: 576px) {
        .networks-tab__network-form {
          padding: 16px
        }
      }

      .networks-tab__network-form .page-container__footer {
        border-top: none
      }

      .networks-tab__network-form .page-container__footer footer {
        padding: 10px 0
      }

      .networks-tab__networks-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px 24px
      }

      @media screen and (min-width: 576px) {
        .networks-tab__networks-list {
          padding: 16px;
          min-width: 160px
        }

        [dir=ltr] .networks-tab__networks-list {
          border-right: 1px solid var(--color-border-muted)
        }

        [dir=rtl] .networks-tab__networks-list {
          border-left: 1px solid var(--color-border-muted)
        }
      }

      .networks-tab__networks-list__custom-search-network {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      @media screen and (min-width: 576px) {
        .networks-tab__networks-list__custom-search-network {
          font-size: 1rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400
        }
      }

      .networks-tab__networks-list-popup-footer {
        display: flex;
        justify-content: center;
        padding: 16px 24px;
        border-top: 1px solid var(--color-border-default);
        position: fixed;
        bottom: 0;
        width: 100%;
        background: var(--color-background-default)
      }

      [dir=ltr] .networks-tab__networks-list-popup-footer {
        left: 0
      }

      [dir=rtl] .networks-tab__networks-list-popup-footer {
        right: 0
      }

      @media screen and (min-width: 576px) {
        .networks-tab__networks-list-popup-footer {
          display: none
        }
      }

      .networks-tab__add-network-header-button-wrapper {
        justify-content: center
      }

      .networks-tab__add-network-header-button-wrapper .button {
        width: 138px;
        padding: 10px
      }

      @media screen and (max-width: 575px) {
        .networks-tab__add-network-header-button-wrapper {
          display: none
        }
      }

      @media screen and (max-width: 575px) {
        .networks-tab__networks-list--selection {
          display: none
        }
      }

      .networks-tab__networks-list-item {
        display: flex;
        gap: 4px;
        padding-top: 4px;
        padding-bottom: 4px
      }

      .networks-tab__networks-list-name {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        flex-grow: 1
      }

      [dir=ltr] .networks-tab__networks-list-name {
        margin-left: 8px
      }

      [dir=rtl] .networks-tab__networks-list-name {
        margin-right: 8px
      }

      .networks-tab__networks-list-name:hover {
        cursor: pointer
      }

      .networks-tab__networks-list-name svg {
        margin-inline-start: 15px;
        padding-top: 3px
      }

      @media screen and (max-width: 575px) {
        .networks-tab__networks-list-name {
          color: var(--color-text-default)
        }
      }

      .networks-tab__networks-list-name--selected {
        font-weight: 700;
        color: var(--color-text-default)
      }

      @media screen and (max-width: 575px) {
        .networks-tab__networks-list-name--selected {
          font-weight: 400;
          color: var(--color-text-default)
        }
      }

      .networks-tab__networks-list-name--disabled {
        color: var(--color-text-muted)
      }

      @media screen and (max-width: 575px) {
        .networks-tab__networks-list-name--disabled {
          color: var(--color-text-default)
        }
      }

      .networks-tab__network-form-footer {
        display: flex;
        flex-flow: row nowrap;
        padding: 12px 0
      }

      .networks-tab__network-form-footer .btn--rounded {
        white-space: nowrap
      }

      [dir=ltr] .networks-tab__network-form-footer .btn-secondary {
        margin-left: auto
      }

      [dir=rtl] .networks-tab__network-form-footer .btn-secondary {
        margin-right: auto
      }

      [dir=ltr] .networks-tab__network-form-footer .btn-primary {
        margin-left: 16px
      }

      [dir=rtl] .networks-tab__network-form-footer .btn-primary,
      [dir=ltr] .networks-tab__network-form-footer .btn-danger {
        margin-right: 16px
      }

      [dir=rtl] .networks-tab__network-form-footer .btn-danger {
        margin-left: 16px
      }

      .networks-tab__add-network-form {
        padding: 16px 24px;
        grid-column: span 2
      }

      @media screen and (min-width: 576px) {
        .networks-tab__add-network-form {
          max-width: 400px;
          padding: 16px
        }
      }

      .networks-tab__add-network-form__alert {
        margin-top: 0
      }

      .networks-tab__restrict-height {
        max-height: 578px;
        overflow-y: auto
      }

      .networks-tab__add-network-form-footer {
        display: flex;
        flex-flow: row;
        padding: 12px 0;
        width: 60%
      }

      [dir=ltr] .networks-tab__add-network-form-footer .btn-secondary {
        margin-right: .5rem
      }

      [dir=rtl] .networks-tab__add-network-form-footer .btn-secondary,
      [dir=ltr] .networks-tab__add-network-form-footer .btn-primary {
        margin-left: .5rem
      }

      [dir=rtl] .networks-tab__add-network-form-footer .btn-primary {
        margin-right: .5rem
      }

      .settings-tab__error {
        padding-bottom: 20px;
        text-align: center;
        color: var(--color-error-default)
      }

      .settings-tab__rpc-save-button {
        align-self: flex-end;
        padding: 5px;
        cursor: pointer;
        width: 25%
      }

      .settings-tab__button--red {
        border-color: var(--color-error-muted);
        color: var(--color-error-default)
      }

      .settings-tab__button--red:active {
        background: var(--color-error-muted-pressed);
        border-color: var(--color-error-default)
      }

      .settings-tab__button--red:hover {
        border-color: var(--color-error-default)
      }

      .settings-tab__radio-buttons,
      .settings-tab__radio-button {
        display: flex;
        align-items: center
      }

      [dir=ltr] .settings-tab__radio-button:not(:last-child) {
        margin-right: 16px
      }

      [dir=rtl] .settings-tab__radio-button:not(:last-child) {
        margin-left: 16px
      }

      [dir=ltr] .settings-tab__radio-label {
        padding-left: 4px
      }

      [dir=rtl] .settings-tab__radio-label {
        padding-right: 4px
      }

      .address-book-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%
      }

      .address-book {
        flex: .4 1 100%
      }

      @media screen and (max-width: 575px) {
        .address-book {
          flex: 1;
          max-width: 100%
        }

        .address-book__container {
          min-height: 100%
        }
      }

      .address-book__header {
        display: flex;
        align-items: center
      }

      .address-book__header--edit {
        display: flex;
        justify-content: space-between
      }

      .address-book__header--edit .button {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        justify-content: flex-end;
        color: var(--color-error-default)
      }

      .address-book__container {
        margin: 0 auto;
        min-height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
      }

      .address-book__icon {
        margin: 0 auto 16px;
        display: block
      }

      .address-book__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 600;
        margin-bottom: .5em
      }

      .address-book__sub-title {
        font-size: small;
        margin-bottom: .5em
      }

      .address-book__link {
        background-color: transparent;
        color: var(--color-primary-default)
      }

      .address-book__input {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        border: 1px solid var(--color-border-muted);
        border-radius: 6px;
        color: var(--color-text-muted);
        padding: .875rem 1rem;
        margin-top: .25rem
      }

      .address-book__input:focus-within {
        border-color: var(--color-primary-default)
      }

      .address-book__input--address {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .address-book__view-contact__text-area-wrapper {
        height: 96px !important
      }

      .address-book__view-contact__text-area {
        line-height: initial !important
      }

      .address-book__view-contact__address {
        height: 90px !important
      }

      .address-book__view-contact__address textarea {
        padding-top: 10px !important
      }

      .address-book__view-contact__group {
        display: flex;
        flex-flow: column nowrap;
        padding: 1.5rem 1.5rem 0
      }

      .address-book__view-contact__group__label,
      .address-book__view-contact__group__label--capitalized {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        margin-top: .75rem
      }

      .address-book__view-contact__group__label--capitalized {
        text-transform: capitalize
      }

      .address-book__view-contact__group__value,
      .address-book__view-contact__group__static-address {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        flex-flow: row nowrap;
        color: var(--color-text-muted);
        word-break: break-word
      }

      .address-book__view-contact__group__value--address,
      .address-book__view-contact__group__static-address--address {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .address-book__view-contact__group__value--copy-icon,
      .address-book__view-contact__group__static-address--copy-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        background: none
      }

      [dir=ltr] .address-book__view-contact__group__value--copy-icon,
      [dir=ltr] .address-book__view-contact__group__static-address--copy-icon {
        padding-left: 0;
        margin-left: 10px
      }

      [dir=rtl] .address-book__view-contact__group__value--copy-icon,
      [dir=rtl] .address-book__view-contact__group__static-address--copy-icon {
        padding-right: 0;
        margin-right: 10px
      }

      .address-book__view-contact__group__static-address {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .address-book__view-contact__group__static-address--copy-icon {
        cursor: pointer
      }

      .address-book__view-contact__group__static-address--copy-icon:hover {
        color: var(--color-text-default)
      }

      .address-book__view-contact__group .unit-input__input {
        max-width: 100%;
        width: 100%
      }

      .address-book__edit-contact {
        display: flex;
        flex-flow: column nowrap;
        padding-bottom: 0 !important;
        height: 100%
      }

      .address-book__edit-contact__content {
        flex: 1 1 auto
      }

      .address-book__edit-contact__content>div {
        padding-top: 0
      }

      .address-book__add-contact {
        display: flex;
        flex-flow: column nowrap;
        padding-bottom: 0 !important;
        height: 100%;
        padding-top: 0
      }

      .address-book__add-contact__content {
        flex: 1 1 auto;
        height: 100%;
        padding-top: 0
      }

      .address-book__add-contact__content__username {
        padding-top: 0
      }

      .address-book__add-contact__error {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-error-default)
      }

      [dir=ltr] .address-book__add-contact__error {
        left: 8px
      }

      [dir=rtl] .address-book__add-contact__error {
        right: 8px
      }

      @media screen and (max-width: 575px) {
        .address-book-add-button__button--hidden {
          display: none
        }
      }

      .address-book--hidden {
        display: none
      }

      .address-book-contact-content {
        flex: .4 1 100%
      }

      @media screen and (max-width: 575px) {
        .address-book-contact-content {
          flex: 1
        }
      }

      .settings-page {
        position: relative;
        background: var(--color-background-default);
        display: flex;
        flex-flow: column nowrap
      }

      .settings-page__content-padded {
        padding: 16px
      }

      .settings-page__error-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-error-default)
      }

      .settings-page__header__title-container {
        display: grid;
        align-items: center;
        grid-template-columns: 197px 1fr 1fr
      }

      @media screen and (max-width: 575px) {
        .settings-page__header__title-container {
          grid-template-rows: 1fr 1fr;
          grid-template-columns: .5fr 2fr .5fr;
          gap: 16px;
          grid-template-areas: "back title close""search search search"
        }

        .settings-page__header__title-container__back-button {
          grid-area: back
        }

        .settings-page__header__title-container__title {
          grid-area: title;
          text-align: center
        }

        .settings-page__header__title-container__close-button {
          grid-area: close
        }

        .settings-page__header__title-container__search {
          grid-area: search
        }
      }

      @media screen and (min-width: 576px) {
        .settings-page__header__title-container__title {
          width: 197px
        }
      }

      @media screen and (max-width: 575px) {
        .settings-page__header__title-container__title {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          max-width: 250px
        }
      }

      .settings-page__header__search {
        width: 330px
      }

      .settings-page__header__search__list {
        background: var(--color-background-default);
        box-sizing: border-box;
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        border-radius: 6px;
        position: absolute;
        width: 330px;
        z-index: 10
      }

      .settings-page__header__search__list>div:hover {
        background: var(--color-background-default-hover)
      }

      .settings-page__header__search__list__item {
        transition: .2s ease-in-out;
        display: grid;
        align-items: center;
        padding: 16px;
        border-top: 1px solid var(--color-border-muted);
        cursor: pointer;
        grid-template-columns: 16px max-content 24px auto;
        gap: 8px
      }

      .settings-page__header__search__list__item__icon {
        height: 15px;
        width: 15px
      }

      [dir=ltr] .settings-page__header__search__list__item__icon {
        margin-right: 16px
      }

      [dir=rtl] .settings-page__header__search__list__item__icon {
        margin-left: 16px
      }

      .settings-page__header__search__list__item__request,
      .settings-page__header__search__list__item__tab,
      .settings-page__header__search__list__item__section,
      .settings-page__header__search__list__item__no-matching {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-icon-default)
      }

      .settings-page__header__search__list__item__highlight {
        color: var(--color-warning-inverse);
        background-color: var(--color-warning-default)
      }

      @media screen and (max-width: 575px) {
        [dir=ltr] .settings-page__header__search__list__item__section-multiple-lines {
          margin-left: 10px
        }

        [dir=rtl] .settings-page__header__search__list__item__section-multiple-lines {
          margin-right: 10px
        }
      }

      [dir=ltr] [dir=rtl] .settings-page__header__search__list__item__caret {
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .settings-page__header__search__list__item__caret {
        transform: rotate(-180deg)
      }

      .settings-page__header__search__list__item__link {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: inline;
        color: var(--color-primary-default)
      }

      [dir=ltr] .settings-page__header__search__list__item__link {
        margin-left: 3px
      }

      [dir=rtl] .settings-page__header__search__list__item__link {
        margin-right: 3px
      }

      .settings-page__header .app-header__logo-container {
        display: flex
      }

      .settings-page__header .app-header__metafox-logo--icon {
        height: 24px
      }

      @media screen and (max-width: 575px) {

        .settings-page__subheader,
        .settings-page__subheader--link {
          display: none
        }
      }

      .settings-page__subheader--link {
        cursor: pointer
      }

      [dir=ltr] .settings-page__subheader--link {
        margin-right: 4px
      }

      [dir=rtl] .settings-page__subheader--link {
        margin-left: 4px
      }

      .settings-page__subheader--link:hover {
        cursor: pointer;
        color: var(--color-primary-default)
      }

      .settings-page__subheader--break {
        margin-inline-start: 4px;
        white-space: nowrap;
        width: 100%;
        max-width: calc(100% - 210px);
        overflow: hidden;
        text-overflow: ellipsis
      }

      .settings-page__sub-header {
        height: 72px;
        border-bottom: 1px solid var(--color-border-muted);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0
      }

      @media screen and (max-width: 575px) {
        .settings-page__sub-header {
          height: 69px;
          position: relative;
          text-align: center
        }
      }

      .settings-page__sub-header-text {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      @media screen and (max-width: 575px) {
        .settings-page__sub-header-text {
          font-size: 1rem;
          font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
          line-height: 140%;
          font-style: normal;
          font-weight: 400;
          width: 100%
        }
      }

      .settings-page__security-tab-sub-header {
        font-weight: 500;
        font-size: 16px;
        color: var(--color-icon-alternative)
      }

      .settings-page__security-tab-sub-header__bold {
        font-weight: 700;
        font-size: 18px;
        color: var(--color-text-default)
      }

      [dir=ltr] .settings-page__back-button {
        margin-right: 8px
      }

      [dir=rtl] .settings-page__back-button {
        margin-left: 8px
      }

      [dir=ltr] [dir=rtl] .settings-page__back-button {
        margin: 0 0 0 8px;
        transform: rotate(180deg)
      }

      [dir=rtl] [dir=rtl] .settings-page__back-button {
        margin: 0 8px 0 0;
        transform: rotate(-180deg)
      }

      .settings-page__content {
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        overflow: auto
      }

      .settings-page__content__tabs {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto
      }

      @media screen and (min-width: 576px) {
        .settings-page__content__tabs {
          flex: 0 0 40%;
          max-width: 197px
        }
      }

      @media screen and (min-width: 576px) {
        .settings-page__content__tabs .tab-bar__tab {
          max-height: 50px
        }
      }

      @media screen and (min-width: 576px) {
        .settings-page__content__tabs .tab-bar__tab__caret {
          display: none
        }
      }

      .settings-page__content__modules {
        overflow-y: auto;
        flex: 1 1 auto;
        display: flex;
        flex-flow: column
      }

      @media screen and (max-width: 575px) {
        .settings-page__content__modules {
          display: none
        }
      }

      .settings-page__body {
        padding: 24px
      }

      .settings-page__content-row {
        padding: 10px 0 20px
      }

      @media screen and (max-width: 575px) {
        .settings-page__content-row {
          flex-wrap: wrap
        }
      }

      .settings-page__content-item {
        min-width: 0;
        display: flex;
        flex-direction: column
      }

      @media screen and (max-width: 575px) {
        .settings-page__content-item {
          height: initial
        }
      }

      .settings-page__content-item--without-height {
        height: initial
      }

      .settings-page__content-item--disabled {
        cursor: not-allowed;
        opacity: .5
      }

      .settings-page__content-item .dialog {
        margin-top: 10px
      }

      .settings-page__content-item__identicon {
        display: flex;
        flex-direction: row;
        align-items: baseline
      }

      .settings-page__content-item__identicon__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background: unset;
        border: 1px solid transparent
      }

      .settings-page__content-item__identicon__item__icon--active {
        height: 40px;
        width: 40px;
        border-radius: 40px;
        border: 2px solid var(--color-primary-default);
        display: flex;
        justify-content: center;
        align-items: center
      }

      .settings-page__content-item__description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        margin-top: 8px;
        margin-bottom: 12px;
        color: var(--color-text-default);
        font-size: 14px;
        font-weight: 400
      }

      [dir=ltr] .settings-page__content-row-experimental {
        padding: 16px 0 16px 12px
      }

      [dir=rtl] .settings-page__content-row-experimental {
        padding: 16px 12px 16px 0
      }

      .settings-page__content-label {
        text-transform: capitalize
      }

      .settings-page__content-unordered-list {
        margin-top: 1rem;
        list-style: disc
      }

      [dir=ltr] .settings-page__content-unordered-list {
        padding-left: 2.5rem
      }

      [dir=rtl] .settings-page__content-unordered-list {
        padding-right: 2.5rem
      }

      .settings-page__content-description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .settings-page__content-description a {
        color: var(--color-primary-default)
      }

      .settings-page__content-item-col {
        max-width: 300px;
        display: flex;
        flex-direction: column;
        margin-top: 8px
      }

      @media screen and (max-width: 575px) {
        .settings-page__content-item-col {
          max-width: 100%
        }
      }

      .settings-page__content-item-col .eth-sign-toggle .toggle-button__status {
        text-transform: capitalize
      }

      .settings-page__button {
        cursor: pointer
      }

      [dir=ltr] .settings-page__copy-icon {
        padding-left: 4px
      }

      [dir=rtl] .settings-page__copy-icon {
        padding-right: 4px
      }

      .settings-page__button-group {
        display: flex
      }

      [dir=ltr] .settings-page__button-group {
        margin-left: auto
      }

      [dir=rtl] .settings-page__button-group {
        margin-right: auto
      }

      .settings-page__address-book-button {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 0
      }

      [dir=ltr] .settings-page__address-book-button+.settings-page__address-book-button {
        margin-left: 1.875rem
      }

      [dir=rtl] .settings-page__address-book-button+.settings-page__address-book-button {
        margin-right: 1.875rem
      }

      .settings-page__inline-link {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: initial;
        padding: 0
      }

      @media screen and (max-width: 575px) {
        .settings-page--selected .settings-page__content__tabs {
          display: none
        }
      }

      @media screen and (max-width: 575px) {
        .settings-page--selected .settings-page__content__modules {
          display: block
        }
      }

      .settings-page .toggle-button {
        direction: ltr
      }

      [dir=rtl] .settings-page .toggle-button {
        justify-content: flex-end
      }

      .snaps {
        width: 100%;
        flex-flow: column nowrap
      }

      @media screen and (max-width: 575px) {
        .snaps {
          height: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .snaps {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .snaps {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .snaps {
          width: 62vw
        }
      }

      .snaps__content {
        padding: 0
      }

      @media screen and (min-width: 768px) {
        .snaps__content__list__wrapper {
          margin-top: 24px;
          margin-left: 24px;
          margin-right: 24px
        }
      }

      .snaps__content__list__container--no-snaps_inner {
        max-width: 164px;
        align-self: flex-end
      }

      .snaps__content__list__no-snaps_icon {
        font-size: 48px
      }

      .snaps__content__list__container--no-snaps_banner-tip {
        max-width: 390px
      }

      .snap-view {
        width: 100%;
        flex-flow: column nowrap
      }

      @media screen and (max-width: 575px) {
        .snap-view {
          height: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .snap-view {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .snap-view {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .snap-view {
          width: 62vw
        }
      }

      @media screen and (max-width: 575px) {
        .snap-view__content {
          padding: 0 16px 16px
        }
      }

      .snap-view__content__permissions .permission-cell {
        margin: 0
      }

      .snap-view__content .connected-sites-list__content-row {
        border-top: none;
        padding: 0 0 8px
      }

      .snap-view__content .connected-sites-list__content-row .snap-view__content .connected-sites-list__content-row-link-button {
        padding: 0;
        padding-inline-start: 0;
        color: var(--color-error-default);
        font-size: 14px
      }

      .snap-view__content .connected-sites-list__content-row a {
        font-size: 14px;
        color: var(--color-error-default)
      }

      .snap-view__content .connected-sites-list__content-row a:hover {
        color: var(--color-error-alternative)
      }

      .snap-view__content .connected-sites-list__subject-info a.btn-link {
        font-size: 14px;
        color: var(--color-error-default)
      }

      .snap-view__content .connected-sites-list__subject-icon {
        flex-shrink: 0
      }

      .snap-view__content .connected-sites-list__subject-name {
        font-size: 14px
      }

      .snap-view__content__remove-button .mm-box--color-error-default,
      .snap-view__content__remove-button:hover .mm-box--color-error-default {
        color: inherit
      }

      @media screen and (min-width: 576px) {
        .create-snap-account-page {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .create-snap-account-page {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .create-snap-account-page {
          width: 62vw
        }
      }

      .smart-transaction-status-page {
        text-align: center
      }

      @media screen and (min-width: 768px) {
        .smart-transaction-status-page {
          max-width: 640px;
          margin: auto auto 16px;
          overflow: hidden
        }
      }

      @media screen and (min-width: 768px) {
        .smart-transaction-status-page__description {
          max-width: 480px
        }
      }

      .smart-transaction-status-page__loading-bar-container {
        width: 100%;
        height: 3px;
        background: var(--color-background-alternative);
        display: flex;
        margin-top: 16px
      }

      @media screen and (min-width: 768px) {
        .smart-transaction-status-page__loading-bar-container {
          max-width: 260px
        }
      }

      .smart-transaction-status-page__loading-bar {
        height: 3px;
        background: var(--color-primary-default);
        transition: width .5s linear
      }

      .smart-transaction-status-page__footer {
        grid-area: footer
      }

      .smart-transaction-status-page__countdown {
        width: 25px
      }

      .smart-transaction-status-page .simulation-details-layout {
        margin-left: 0;
        margin-right: 0;
        width: 100%
      }

      [dir=ltr] .smart-transaction-status-page .simulation-details-layout {
        text-align: left
      }

      [dir=rtl] .smart-transaction-status-page .simulation-details-layout {
        text-align: right
      }

      .smart-transaction-status-page__background-animation {
        position: relative;
        background-repeat: repeat
      }

      [dir=ltr] .smart-transaction-status-page__background-animation {
        left: -88px;
        background-position: 0 0
      }

      [dir=rtl] .smart-transaction-status-page__background-animation {
        right: -88px;
        background-position: 100% 0
      }

      .smart-transaction-status-page__background-animation--top {
        width: 1634px;
        height: 54px;
        background-size: 817px 54px;
        background-image: url(/images/transaction-background-top.svg);
        animation: shift 19s linear infinite
      }

      .smart-transaction-status-page__background-animation--bottom {
        width: 1600px;
        height: 62px;
        background-size: 800px 62px;
        background-image: url(/images/transaction-background-bottom.svg);
        animation: shift 22s linear infinite
      }

      @media screen and (min-width: 576px) {
        .remove-snap-account-page {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .remove-snap-account-page {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .remove-snap-account-page {
          width: 62vw
        }
      }

      .snap-account-card .multichain-account-list-item {
        pointer-events: none
      }

      .snap-account-card-remove .multichain-account-list-item {
        background-color: var(--color-transparent);
        pointer-events: none
      }

      .snap-account-card-remove .multichain-account-list-item__selected-indicator {
        background-color: var(--color-error-default)
      }

      .awaiting-swap {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .awaiting-swap__content {
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 100%;
        padding-left: 32px;
        padding-right: 32px
      }

      .awaiting-swap div {
        text-align: center;
        display: flex;
        justify-content: center
      }

      .awaiting-swap__status-image {
        margin-top: 12px;
        margin-bottom: 16px
      }

      .awaiting-swap__header {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .awaiting-swap__main-description {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        margin-top: 16px;
        width: 100%
      }

      .awaiting-swap__time-estimate {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        margin-top: 20px;
        font-style: italic
      }

      .awaiting-swap__time-estimate>span {
        display: flex
      }

      .awaiting-swap__time-estimate--invisible {
        visibility: hidden
      }

      .awaiting-swap__time-estimate-text {
        font-weight: 700
      }

      [dir=ltr] .awaiting-swap__time-estimate-text {
        margin-right: 2px
      }

      [dir=rtl] .awaiting-swap__time-estimate-text {
        margin-left: 2px
      }

      .awaiting-swap__support-link {
        color: var(--color-primary-default);
        margin-top: 24px;
        cursor: pointer
      }

      .awaiting-swap__support-link {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .awaiting-swap__amount-and-symbol {
        color: var(--color-text-default);
        font-weight: 700
      }

      .awaiting-signatures {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .awaiting-signatures__content {
        flex-flow: column
      }

      .awaiting-signatures div {
        text-align: center;
        display: flex;
        justify-content: center
      }

      .awaiting-signatures__steps {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 16px auto 12px
      }

      .awaiting-signatures__steps li {
        margin-bottom: 4px;
        display: flex;
        align-items: center
      }

      [dir=ltr] .awaiting-signatures__steps li svg {
        margin-right: 4px
      }

      [dir=rtl] .awaiting-signatures__steps li svg {
        margin-left: 4px
      }

      @keyframes shift {
        to {
          background-position: 100% 0
        }
      }

      .smart-transaction-status {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .smart-transaction-status__loading-bar-container {
        height: 3px;
        background: var(--color-background-alternative);
        display: flex;
        margin-top: 12px;
        margin-bottom: 28px
      }

      .smart-transaction-status__loading-bar {
        height: 3px;
        background: var(--color-primary-default);
        transition: width .5s linear
      }

      .smart-transaction-status div {
        text-align: center
      }

      .smart-transaction-status__content {
        flex-flow: column;
        width: 100%
      }

      .smart-transaction-status__background-animation {
        position: relative;
        background-repeat: repeat
      }

      [dir=ltr] .smart-transaction-status__background-animation {
        left: -88px;
        background-position: 0 0
      }

      [dir=rtl] .smart-transaction-status__background-animation {
        right: -88px;
        background-position: 100% 0
      }

      .smart-transaction-status__background-animation--top {
        width: 1634px;
        height: 54px;
        background-size: 817px 54px;
        background-image: url(/images/transaction-background-top.svg);
        animation: shift 19s linear infinite
      }

      .smart-transaction-status__background-animation--bottom {
        width: 1600px;
        height: 62px;
        background-size: 800px 62px;
        background-image: url(/images/transaction-background-bottom.svg);
        animation: shift 22s linear infinite
      }

      .smart-transaction-status a {
        color: var(--color-primary-default)
      }

      .smart-transaction-status__support-link {
        color: var(--color-primary-default);
        margin-top: 24px;
        cursor: pointer
      }

      .smart-transaction-status__cancel-swap-link {
        font-size: .75rem
      }

      .smart-transaction-status__swaps-footer .btn-secondary {
        color: var(--color-text-alternative);
        border: 1px solid var(--color-border-default)
      }

      .smart-transaction-status__remaining-time {
        font-variant-numeric: tabular-nums
      }

      .build-quote {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%;
        padding-top: 4px
      }

      .build-quote__content {
        display: flex;
        height: 100%;
        flex-direction: column;
        padding-left: 24px;
        padding-right: 24px
      }

      .build-quote__content {
        display: flex
      }

      .build-quote__dropdown-swap-to-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 12px
      }

      .build-quote__dropdown-input-pair-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        margin-bottom: 12px;
        flex: .5 1 auto;
        max-height: 56px
      }

      .build-quote__title,
      .build-quote__input-label {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-text-default);
        margin-top: 3px
      }

      .build-quote__swap-arrows-row {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 12px;
        height: 24px;
        position: relative
      }

      [dir=ltr] .build-quote__swap-arrows-row {
        padding-right: 16px
      }

      [dir=rtl] .build-quote__swap-arrows-row {
        padding-left: 16px
      }

      .build-quote__swap-arrows {
        display: flex;
        flex: 0 0 auto;
        height: 24px;
        cursor: pointer;
        background: unset;
        color: var(--color-icon-muted)
      }

      .build-quote__max-button {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .build-quote__balance-message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        color: var(--color-text-muted);
        margin-top: 4px;
        display: flex;
        flex-flow: column;
        height: 18px
      }

      .build-quote__balance-message--error div:first-of-type {
        font-weight: 700;
        color: var(--color-text-default)
      }

      .build-quote__balance-message--error .build-quote__form-error:first-of-type {
        font-weight: 700;
        color: var(--color-error-default)
      }

      .build-quote__balance-message--error div:last-of-type {
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .build-quote__slippage-buttons-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 32px
      }

      .build-quote__open-dropdown,
      .build-quote__open-to-dropdown {
        max-height: 330px;
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        position: absolute;
        width: 100%
      }

      .build-quote .dropdown-input-pair .searchable-item-list__item--add-token {
        display: none
      }

      .build-quote .dropdown-input-pair__to .searchable-item-list__item--add-token {
        display: flex
      }

      .build-quote .dropdown-input-pair__input div {
        border: 1px solid var(--color-border-default)
      }

      [dir=ltr] .build-quote .dropdown-input-pair__input div {
        border-left: 0
      }

      [dir=rtl] .build-quote .dropdown-input-pair__input div {
        border-right: 0
      }

      .build-quote__open-to-dropdown {
        max-height: 194px
      }

      @media screen and (min-width: 576px) {
        .build-quote__open-to-dropdown {
          max-height: 276px
        }
      }

      .build-quote__token-message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        color: var(--color-text-alternative);
        margin-top: 4px
      }

      .build-quote__token-message .info-tooltip {
        display: inline-block
      }

      .build-quote__token-etherscan-link {
        color: var(--color-primary-default);
        cursor: pointer
      }

      .build-quote__token-tooltip-container {
        display: flex !important
      }

      .build-quote__bold {
        font-weight: 700
      }

      .build-quote__underline {
        text-decoration: underline
      }

      .build-quote .dropdown-input-pair__to .dropdown-search-list {
        width: 100%
      }

      .smart-transactions-popover {
        transform: translateY(-100%);
        animation: slide-in .5s forwards
      }

      .smart-transactions-popover__content {
        flex-direction: column
      }

      .smart-transactions-popover__content ul {
        list-style: inside
      }

      .smart-transactions-popover__content a {
        color: var(--color-primary-default);
        cursor: pointer
      }

      .smart-transactions-popover__footer {
        flex-direction: column;
        flex: 1;
        align-items: center;
        border-top: 0
      }

      .smart-transactions-popover__footer button {
        border-radius: 50px
      }

      .smart-transactions-popover__footer a {
        font-size: inherit;
        padding-bottom: 0
      }

      .prepare-swap-page {
        display: flex;
        flex-flow: column;
        flex: 1;
        width: 100%
      }

      .prepare-swap-page__content {
        display: flex;
        height: 100%;
        flex-direction: column;
        margin-left: 16px;
        margin-right: 16px
      }

      @media screen and (min-width: 576px) {
        .prepare-swap-page__content {
          margin-left: 24px;
          margin-right: 24px
        }
      }

      .prepare-swap-page__swap-from-content {
        padding: 24px 16px 20px;
        border-radius: 6px 6px 0 0;
        box-shadow: none;
        border: 1px solid var(--color-border-muted);
        margin-top: 16px;
        position: relative
      }

      [dir=ltr] .prepare-swap-page__swap-from-content .dropdown-input-pair__input input {
        text-align: right
      }

      [dir=rtl] .prepare-swap-page__swap-from-content .dropdown-input-pair__input input {
        text-align: left
      }

      [dir=ltr] .prepare-swap-page__swap-from-content .MuiInputBase-root {
        padding-right: 0
      }

      [dir=rtl] .prepare-swap-page__swap-from-content .MuiInputBase-root {
        padding-left: 0
      }

      .prepare-swap-page__swap-to-content {
        padding: 28px 16px 20px;
        border-radius: 0 0 6px 6px;
        box-shadow: none;
        border: 1px solid var(--color-border-muted);
        border-top: 0
      }

      .prepare-swap-page__switch-tokens {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 7px;
        background: var(--color-background-default);
        border: 1px solid var(--color-border-muted);
        transition: all .3s ease-in-out;
        cursor: pointer
      }

      .prepare-swap-page__switch-tokens .mm-icon {
        color: var(--color-icon-alternative);
        transition: all .3s ease-in-out
      }

      .prepare-swap-page__switch-tokens:hover {
        background: var(--color-background-default-hover)
      }

      .prepare-swap-page__switch-tokens:hover .mm-icon {
        color: var(--color-icon-default)
      }

      .prepare-swap-page__switch-tokens:active {
        background: var(--color-background-default-pressed)
      }

      .prepare-swap-page__switch-tokens:active .mm-icon {
        color: var(--color-icon-default)
      }

      [dir=ltr] .prepare-swap-page__switch-tokens--rotate {
        transform: rotate(360deg)
      }

      [dir=rtl] .prepare-swap-page__switch-tokens--rotate {
        transform: rotate(-360deg)
      }

      .prepare-swap-page__switch-tokens--disabled {
        cursor: not-allowed
      }

      .prepare-swap-page__max-balance {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      [dir=ltr] .prepare-swap-page__max-balance {
        padding-left: 4px
      }

      [dir=rtl] .prepare-swap-page__max-balance {
        padding-right: 4px
      }

      .prepare-swap-page__balance-message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        color: var(--color-text-alternative);
        margin-top: 4px;
        display: flex;
        flex-flow: row;
        height: 18px
      }

      .prepare-swap-page__balance-message--error div:first-of-type {
        font-weight: 700;
        color: var(--color-text-default)
      }

      .prepare-swap-page__balance-message--error .prepare-swap-page__form-error:first-of-type {
        font-weight: 700;
        color: var(--color-error-default)
      }

      .prepare-swap-page__balance-message--error div:last-of-type {
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .prepare-swap-page .dropdown-search-list {
        background-color: var(--color-background-alternative);
        border-radius: 100px
      }

      .prepare-swap-page .dropdown-search-list__select-default {
        color: var(--color-text-default)
      }

      .prepare-swap-page .dropdown-search-list__labels {
        flex: auto;
        max-width: 110px
      }

      .prepare-swap-page .dropdown-search-list__labels--with-icon {
        max-width: 95px
      }

      .prepare-swap-page .dropdown-search-list__closed-primary-label {
        font-weight: 500
      }

      .prepare-swap-page .dropdown-search-list__selector-closed-container {
        border: 0;
        border-radius: 100px;
        height: 32px;
        max-height: 32px;
        max-width: 165px;
        width: auto
      }

      .prepare-swap-page .dropdown-search-list__selector-closed-icon {
        width: 24px;
        height: 24px
      }

      [dir=ltr] .prepare-swap-page .dropdown-search-list__selector-closed-icon {
        margin-right: 8px
      }

      [dir=rtl] .prepare-swap-page .dropdown-search-list__selector-closed-icon {
        margin-left: 8px
      }

      .prepare-swap-page .dropdown-search-list__selector-closed {
        height: 32px;
        max-width: 140px
      }

      .prepare-swap-page .dropdown-search-list__selector-closed div {
        display: flex
      }

      .prepare-swap-page .dropdown-search-list__selector-closed__item-labels {
        width: 100%
      }

      [dir=ltr] .prepare-swap-page .dropdown-search-list__selector-closed__item-labels {
        margin-left: 0
      }

      [dir=rtl] .prepare-swap-page .dropdown-search-list__selector-closed__item-labels {
        margin-right: 0
      }

      .prepare-swap-page .dropdown-input-pair {
        height: 32px;
        width: auto
      }

      .prepare-swap-page .dropdown-input-pair__selector--closed {
        height: 32px
      }

      [dir=ltr] .prepare-swap-page .dropdown-input-pair__selector--closed {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px
      }

      [dir=rtl] .prepare-swap-page .dropdown-input-pair__selector--closed {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px
      }

      .prepare-swap-page .dropdown-input-pair .searchable-item-list__item--add-token {
        display: none
      }

      .prepare-swap-page .dropdown-input-pair__to {
        display: flex;
        justify-content: space-between;
        align-items: center
      }

      .prepare-swap-page .dropdown-input-pair__to .searchable-item-list__item--add-token {
        display: flex
      }

      .prepare-swap-page .dropdown-input-pair__input div {
        border: 0
      }

      .prepare-swap-page .dropdown-input-pair__two-line-input input {
        padding-bottom: 0
      }

      .prepare-swap-page__token-etherscan-link {
        color: var(--color-primary-default);
        cursor: pointer
      }

      .prepare-swap-page__bold {
        font-weight: 700
      }

      .prepare-swap-page__underline {
        text-decoration: underline
      }

      .prepare-swap-page__from-token-amount {
        border: 0;
        outline: none
      }

      .prepare-swap-page__from-token-amount input {
        font-weight: var(--typography-s-heading-lg-font-weight);
        font-size: var(--typography-s-heading-lg-font-size);
        overflow: hidden;
        text-overflow: ellipsis
      }

      [dir=ltr] .prepare-swap-page__from-token-amount input {
        padding-right: 0;
        text-align: right
      }

      [dir=rtl] .prepare-swap-page__from-token-amount input {
        padding-left: 0;
        text-align: left
      }

      .prepare-swap-page__from-token-amount--lg input {
        font-weight: var(--typography-s-heading-lg-font-weight);
        font-size: var(--typography-s-heading-lg-font-size)
      }

      .prepare-swap-page__from-token-amount--md input {
        font-weight: var(--typography-s-heading-md-font-weight);
        font-size: var(--typography-s-heading-md-font-size)
      }

      .prepare-swap-page__from-token-amount--sm input {
        font-weight: var(--typography-s-heading-sm-font-weight);
        font-size: var(--typography-s-heading-sm-font-size)
      }

      .prepare-swap-page__receive-amount-container {
        overflow: hidden
      }

      .prepare-swap-page__receive-amount {
        font-weight: var(--typography-s-heading-lg-font-weight);
        font-size: var(--typography-s-heading-lg-font-size);
        overflow: hidden;
        text-overflow: ellipsis
      }

      .prepare-swap-page__receive-amount--lg {
        font-weight: var(--typography-s-heading-lg-font-weight);
        font-size: var(--typography-s-heading-lg-font-size)
      }

      .prepare-swap-page__receive-amount--md {
        font-weight: var(--typography-s-heading-md-font-weight);
        font-size: var(--typography-s-heading-md-font-size)
      }

      .prepare-swap-page__receive-amount--sm {
        font-weight: var(--typography-s-heading-sm-font-weight);
        font-size: var(--typography-s-heading-sm-font-size)
      }

      .prepare-swap-page footer .btn-primary {
        width: 100%
      }

      .review-quote {
        display: flex;
        flex-flow: column;
        height: 100%
      }

      .review-quote__overview {
        width: 100%
      }

      .review-quote .main-quote-summary__exchange-rate-display {
        width: auto
      }

      .review-quote:after {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        content: url(/images/transaction-background-top.svg) url(/images/transaction-background-bottom.svg)
      }

      .review-quote__content {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%;
        flex: 1
      }

      @media screen and (max-width: 575px) {
        .review-quote__content {
          overflow-y: auto;
          max-height: 420px
        }
      }

      .review-quote__bold {
        font-weight: 700
      }

      .review-quote__countdown-timer-container {
        display: flex;
        justify-content: center;
        margin-top: 8px
      }

      .review-quote__thin-swaps-footer {
        max-height: 82px
      }

      @media screen and (min-width: 576px) {
        .review-quote__thin-swaps-footer {
          height: 72px
        }
      }

      .review-quote__footer footer {
        padding: 16px 0
      }

      .review-quote__footer footer .btn-primary {
        width: 100%
      }

      .review-quote__edit-limit {
        white-space: nowrap
      }

      @keyframes slide-in {
        to {
          transform: translateY(0)
        }
      }

      .notification-page {
        display: flex;
        flex-flow: column;
        height: 100%
      }

      .notification-page__content {
        flex: 1
      }

      .notification-page__warning-icon {
        font-size: 54px
      }

      .countdown-timer {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        justify-content: center
      }

      @media screen and (min-width: 576px) {
        .countdown-timer {
          margin: 0
        }
      }

      .countdown-timer__timer-container {
        display: flex;
        color: var(--color-text-alternative)
      }

      [dir=ltr] .countdown-timer__timer-container {
        padding-right: 3px
      }

      [dir=rtl] .countdown-timer__timer-container {
        padding-left: 3px
      }

      .countdown-timer__timer-container>span {
        display: flex
      }

      [dir=ltr] .countdown-timer__timer-container>span {
        padding-left: 4px
      }

      [dir=rtl] .countdown-timer__timer-container>span {
        padding-right: 4px
      }

      .countdown-timer__timer-container--warning .countdown-timer__time {
        color: var(--color-error-default)
      }

      .countdown-timer__time {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        width: 24px
      }

      [dir=ltr] .countdown-timer__time {
        margin-left: 4px;
        margin-right: 2px
      }

      [dir=rtl] .countdown-timer__time {
        margin-right: 4px;
        margin-left: 2px
      }

      .countdown-timer div {
        display: flex;
        align-items: center
      }

      .dropdown-input-pair {
        display: flex;
        width: 312px;
        height: 60px;
        position: relative
      }

      .dropdown-input-pair__input {
        margin: 0 !important
      }

      .dropdown-input-pair__input input {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding-top: 6px
      }

      .dropdown-input-pair__input div {
        border: 1px solid var(--color-border-default);
        height: 60px
      }

      [dir=ltr] .dropdown-input-pair__input div {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left-color: transparent
      }

      [dir=rtl] .dropdown-input-pair__input div {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right-color: transparent
      }

      .dropdown-input-pair__input input::-webkit-outer-spin-button,
      .dropdown-input-pair__input input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
      }

      .dropdown-input-pair__input input[type=number] {
        -moz-appearance: textfield
      }

      .dropdown-input-pair__list--full-width {
        width: 100%
      }

      .dropdown-input-pair__left-value {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        color: var(--color-text-alternative)
      }

      [dir=ltr] .dropdown-input-pair__left-value {
        right: 16px
      }

      [dir=rtl] .dropdown-input-pair__left-value {
        left: 16px
      }

      .dropdown-input-pair__left-value--two-lines {
        align-items: unset;
        top: 34px
      }

      [dir=ltr] .dropdown-input-pair__left-value--two-lines {
        right: inherit;
        left: 157px
      }

      [dir=rtl] .dropdown-input-pair__left-value--two-lines {
        left: inherit;
        right: 157px
      }

      .dropdown-input-pair .dropdown-input-pair__selector--closed {
        height: 60px;
        width: 142px
      }

      [dir=ltr] .dropdown-input-pair .dropdown-input-pair__selector--closed {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
      }

      [dir=rtl] .dropdown-input-pair .dropdown-input-pair__selector--closed {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
      }

      .dropdown-input-pair__two-line-input div {
        align-items: flex-start
      }

      .dropdown-input-pair__two-line-input input {
        padding-top: 14px
      }

      .dropdown-search-list__search-list-open {
        margin: 24px;
        box-shadow: none;
        border-radius: 6px;
        min-height: 297px;
        width: 100%
      }

      .dropdown-search-list__token-container {
        margin: 0;
        min-height: auto;
        border: 1px solid var(--color-border-default);
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 6px;
        width: 100%
      }

      .dropdown-search-list--open {
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        border: 1px solid var(--color-border-default)
      }

      .dropdown-search-list__close-area {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%
      }

      [dir=ltr] .dropdown-search-list__close-area {
        left: 0
      }

      [dir=rtl] .dropdown-search-list__close-area {
        right: 0
      }

      .dropdown-search-list__selector-closed-container {
        display: flex;
        width: 100%;
        position: relative;
        align-items: center;
        max-height: 60px;
        transition: .2s ease-in-out;
        border-radius: 6px;
        box-shadow: none;
        border: 1px solid var(--color-border-default);
        height: 60px
      }

      .dropdown-search-list__selector-closed-container:hover {
        background: var(--color-background-default-hover)
      }

      .dropdown-search-list__caret {
        position: absolute;
        color: var(--color-icon-default)
      }

      [dir=ltr] .dropdown-search-list__caret {
        right: 16px
      }

      [dir=rtl] .dropdown-search-list__caret {
        left: 16px
      }

      .dropdown-search-list__selector-closed {
        display: flex;
        flex-flow: row nowrap;
        padding: 16px 12px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        align-items: center;
        flex: 1;
        height: 60px
      }

      .dropdown-search-list__selector-closed i {
        font-size: 1.2em
      }

      .dropdown-search-list__selector-closed .dropdown-search-list__item-labels {
        width: 100%
      }

      .dropdown-search-list__selector-closed-icon {
        width: 34px;
        height: 34px
      }

      .dropdown-search-list__closed-primary-label {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .dropdown-search-list__search-list--open {
        box-shadow: var(--shadow-size-md) var(--color-shadow-default);
        border: 1px solid var(--color-border-muted)
      }

      .dropdown-search-list__default-dropdown-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: var(--color-background-alternative);
        flex: 0 1 auto
      }

      .dropdown-search-list__labels {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex: 1
      }

      .dropdown-search-list__item-labels {
        display: flex;
        flex-direction: column;
        justify-content: center
      }

      [dir=ltr] .dropdown-search-list__item-labels {
        margin-left: 8px
      }

      [dir=rtl] .dropdown-search-list__item-labels {
        margin-right: 8px
      }

      .dropdown-search-list__select-default {
        color: var(--color-text-muted)
      }

      .dropdown-search-list__placeholder {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        padding: 16px;
        color: var(--color-text-alternative);
        min-height: 300px;
        position: relative;
        z-index: 1002;
        background: var(--color-background-default);
        border-radius: 6px;
        min-height: 194px;
        overflow: hidden;
        text-overflow: ellipsis
      }

      .dropdown-search-list__placeholder .searchable-item-list__item--add-token {
        padding: 8px 0
      }

      .dropdown-search-list__loading-item {
        transition: .2s ease-in-out;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        padding: 16px 12px;
        box-sizing: border-box;
        cursor: pointer;
        border-top: 1px solid var(--color-border-muted);
        position: relative;
        z-index: 1;
        background: var(--color-background-default)
      }

      [dir=ltr] .dropdown-search-list__loading-item-text-container {
        margin-left: 4px
      }

      [dir=rtl] .dropdown-search-list__loading-item-text-container {
        margin-right: 4px
      }

      .dropdown-search-list__loading-item-text {
        font-weight: 700
      }

      .exchange-rate-display {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: var(--color-text-default);
        width: 100%;
        flex-wrap: wrap
      }

      [dir=ltr] .exchange-rate-display span {
        margin-right: 4px
      }

      [dir=rtl] .exchange-rate-display span {
        margin-left: 4px
      }

      .exchange-rate-display__bold {
        font-weight: 700
      }

      .exchange-rate-display__quote-rate {
        cursor: pointer
      }

      .exchange-rate-display__quote-rate--no-link {
        cursor: text
      }

      .fee-card {
        width: 100%;
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .fee-card .transaction-detail-rows {
        margin-top: 8px
      }

      .fee-card .transaction-detail-rows .transaction-detail-item:last-of-type {
        margin-bottom: 8px
      }

      .fee-card__savings-and-quotes-header {
        display: flex;
        position: relative;
        align-items: center
      }

      .fee-card__savings-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-primary-default)
      }

      .fee-card__quote-link-container {
        display: flex;
        align-items: center;
        cursor: pointer
      }

      .fee-card__quote-link-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      [dir=ltr] .fee-card__quote-link-text {
        padding-right: 4px
      }

      [dir=rtl] .fee-card__quote-link-text {
        padding-left: 4px
      }

      .fee-card__caret-right {
        color: var(--color-primary-default);
        width: 6px;
        height: 6px;
        display: flex;
        justify-content: center;
        align-items: center
      }

      [dir=ltr] .fee-card__caret-right {
        margin-left: 6px
      }

      [dir=rtl] .fee-card__caret-right {
        margin-right: 6px
      }

      [dir=ltr] .fee-card__caret-right i {
        transform: rotate(90deg)
      }

      [dir=rtl] .fee-card__caret-right i {
        transform: rotate(-90deg)
      }

      .fee-card__main .transaction-detail {
        border-top: 1px solid var(--color-border-muted);
        border-bottom: 1px solid var(--color-border-muted);
        margin-bottom: 12px
      }

      .fee-card__row-header {
        display: flex;
        align-items: center;
        margin-top: 8px;
        justify-content: space-between
      }

      .fee-card__row-header:first-of-type {
        margin-top: 0
      }

      .fee-card__row-header div {
        display: flex;
        align-items: center
      }

      [dir=ltr] .fee-card__row-header-text,
      [dir=ltr] .fee-card__row-header-text--bold {
        margin-right: 4px
      }

      [dir=rtl] .fee-card__row-header-text,
      [dir=rtl] .fee-card__row-header-text--bold {
        margin-left: 4px
      }

      .fee-card__row-header-text--bold {
        color: var(--color-text-default)
      }

      .fee-card__row-header-text {
        display: block;
        white-space: nowrap
      }

      .fee-card__row-header-text .info-tooltip {
        padding-bottom: 2px
      }

      [dir=ltr] .fee-card__row-header-text .info-tooltip {
        padding-left: 4px
      }

      [dir=rtl] .fee-card__row-header-text .info-tooltip {
        padding-right: 4px
      }

      .fee-card__row,
      .fee-card__top-bordered-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px
      }

      .fee-card__top-bordered-row {
        border-top: 1px solid var(--color-border-muted);
        padding-top: 12px
      }

      .fee-card__row-label {
        display: flex;
        align-items: flex-start
      }

      .fee-card__row-label img {
        height: 10px;
        width: 10px;
        cursor: pointer
      }

      .fee-card__info-tooltip-container {
        height: 10px;
        width: 10px;
        justify-content: center
      }

      .fee-card__info-tooltip-container div {
        display: flex !important;
        height: 10px
      }

      .fee-card__info-tooltip-paragraph {
        margin-bottom: 8px
      }

      .fee-card__info-tooltip-paragraph:last-of-type {
        margin-bottom: 0
      }

      [dir=ltr] .fee-card__row-fee {
        margin-right: 4px
      }

      [dir=rtl] .fee-card__row-fee {
        margin-left: 4px
      }

      .fee-card__link,
      .fee-card__link:hover,
      .fee-card__edit-link {
        color: var(--color-primary-default);
        cursor: pointer
      }

      [dir=ltr] .fee-card__edit-link {
        padding-left: 6px
      }

      [dir=rtl] .fee-card__edit-link {
        padding-right: 6px
      }

      .fee-card__total-box {
        border-top: 1px solid var(--color-border-muted);
        padding: 12px 16px 16px
      }

      .fee-card__total-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700
      }

      .fee-card__total-secondary {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        font-weight: 700;
        color: var(--color-text-alternative);
        margin-top: 4px
      }

      .fee-card__row-header-secondary,
      .fee-card__row-header-secondary--bold {
        color: var(--color-text-alternative)
      }

      [dir=ltr] .fee-card__row-header-secondary,
      [dir=ltr] .fee-card__row-header-secondary--bold {
        margin-right: 12px
      }

      [dir=rtl] .fee-card__row-header-secondary,
      [dir=rtl] .fee-card__row-header-secondary--bold {
        margin-left: 12px
      }

      .fee-card__row-header-primary {
        color: var(--color-text-alternative)
      }

      .fee-card__row-header-primary--bold {
        color: var(--color-text-default)
      }

      .fee-card__row-header-text--bold,
      .fee-card__row-header-secondary--bold,
      .fee-card__row-header-primary--bold,
      .fee-card__bold {
        font-weight: 700
      }

      .fee-card__tilde {
        font-family: Roboto, Helvetica, Arial, sans-serif
      }

      [dir=ltr] .fee-card__tilde {
        margin-right: -3.5px
      }

      [dir=rtl] .fee-card__tilde {
        margin-left: -3.5px
      }

      .info-tooltip>div {
        display: flex;
        align-items: center
      }

      [dir=ltr] .info-tooltip>div {
        margin-right: 4px
      }

      [dir=rtl] .info-tooltip>div {
        margin-left: 4px
      }

      .loading-swaps-quotes {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .loading-swaps-quotes__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-height: 445px
      }

      .loading-swaps-quotes__quote-counter {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        margin-top: 3px;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 4px
      }

      .loading-swaps-quotes__quote-name-check {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-text-default);
        display: flex;
        justify-content: center;
        width: 100%;
        text-transform: capitalize
      }

      .loading-swaps-quotes__background-1,
      .loading-swaps-quotes__background-2 {
        width: 265.18px;
        height: 221.02px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        animation: spin 38s linear infinite
      }

      .loading-swaps-quotes__background-2 {
        width: 182.8px;
        height: 195.39px;
        animation: spin 42s linear infinite
      }

      .loading-swaps-quotes__mascot-container {
        position: absolute
      }

      .loading-swaps-quotes__animation {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 60%;
        width: 316px
      }

      .loading-swaps-quotes__loading-bar-container {
        width: 248px;
        height: 3px;
        background: var(--color-background-alternative);
        display: flex;
        margin-top: 16px
      }

      .loading-swaps-quotes__loading-bar {
        height: 3px;
        background: var(--color-primary-default);
        transition: width .5s linear
      }

      .main-quote-summary {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        color: var(--color-text-default);
        margin-top: 28px;
        margin-bottom: 56px
      }

      .main-quote-summary__source-row,
      .main-quote-summary__destination-row {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .main-quote-summary__source-row {
        align-items: center
      }

      .main-quote-summary__source-row-value,
      .main-quote-summary__source-row-symbol {
        max-width: calc(50% - 13px)
      }

      .main-quote-summary__source-row-value {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
      }

      [dir=ltr] .main-quote-summary__source-row-value {
        margin-right: 5px
      }

      [dir=rtl] .main-quote-summary__source-row-value {
        margin-left: 5px
      }

      .main-quote-summary__source-row-symbol {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
      }

      [dir=ltr] .main-quote-summary__source-row-symbol {
        margin-left: 5px
      }

      [dir=rtl] .main-quote-summary__source-row-symbol {
        margin-right: 5px
      }

      .main-quote-summary__destination-row {
        margin-top: 6px
      }

      .main-quote-summary__destination-row-symbol {
        color: var(--color-text-default)
      }

      [dir=ltr] .main-quote-summary__destination-row-symbol {
        margin-left: 5px
      }

      [dir=rtl] .main-quote-summary__destination-row-symbol {
        margin-right: 5px
      }

      .main-quote-summary__icon,
      .main-quote-summary__icon-fallback {
        height: 16px;
        width: 16px
      }

      .main-quote-summary__icon-fallback {
        padding-top: 0;
        font-size: 12px;
        line-height: 16px
      }

      .main-quote-summary__down-arrow {
        margin-top: 5px;
        color: var(--color-icon-muted)
      }

      .main-quote-summary__details {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 310px;
        position: relative
      }

      .main-quote-summary__quote-details-top {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%
      }

      .main-quote-summary__quote-large {
        display: flex;
        align-items: flex-start;
        margin-top: 8px;
        height: 50px
      }

      .main-quote-summary__quote-large-number {
        font-size: 50px;
        line-height: 48px
      }

      .main-quote-summary__quote-large-white {
        font-size: 40px;
        text-overflow: ellipsis;
        width: 295px;
        overflow: hidden;
        white-space: nowrap
      }

      .main-quote-summary__exchange-rate-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 287px;
        margin-top: 14px
      }

      .main-quote-summary__exchange-rate-display {
        color: var(--color-text-alternative)
      }

      .searchable-item-list {
        background: var(--color-background-default);
        width: 100%;
        position: relative
      }

      .searchable-item-list__search>div {
        border: none;
        border-bottom: 1px solid var(--color-border-muted);
        border-radius: 0;
        height: 55px;
        font-size: 12px
      }

      .searchable-item-list__search>div input {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        line-height: 100%
      }

      .searchable-item-list__search>div input::placeholder {
        color: var(--color-text-muted);
        opacity: 1
      }

      .searchable-item-list__list-container {
        display: flex;
        flex-direction: column;
        overflow-y: auto
      }

      .searchable-item-list__item {
        transition: .2s ease-in-out;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding: 8px 12px;
        box-sizing: border-box;
        cursor: pointer;
        border-top: 1px solid var(--color-border-muted);
        position: relative;
        min-height: 50px
      }

      .searchable-item-list__item:first-of-type {
        border-top: none
      }

      .searchable-item-list__item:last-of-type {
        border-bottom: none
      }

      .searchable-item-list__item:hover,
      .searchable-item-list__item:focus {
        background: var(--color-background-default-hover)
      }

      .searchable-item-list__item--selected {
        border: 1px solid var(--color-primary-default) !important
      }

      .searchable-item-list__item--disabled {
        opacity: .4;
        cursor: auto
      }

      .searchable-item-list__item--add-token {
        min-height: auto;
        opacity: 1;
        pointer-events: none
      }

      .searchable-item-list__item--add-token:hover {
        background: none
      }

      .searchable-item-list__item--add-token .actionable-message {
        margin: 0
      }

      .searchable-item-list__item--add-token .actionable-message__message {
        color: var(--color-text-default)
      }

      [dir=ltr] .searchable-item-list__item--add-token .actionable-message__message {
        text-align: left
      }

      [dir=rtl] .searchable-item-list__item--add-token .actionable-message__message {
        text-align: right
      }

      .searchable-item-list__item--add-token .actionable-message a {
        pointer-events: auto;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .searchable-item-list__item .btn-primary {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: auto;
        padding: 7px 11px
      }

      .searchable-item-list__item>img {
        margin-top: -2px
      }

      .searchable-item-list__primary-label {
        display: flex;
        flex-direction: row;
        align-items: center;
        min-width: 0;
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        font-weight: 700;
        padding-top: 4px;
        padding-bottom: 3px
      }

      .searchable-item-list__item-name {
        direction: ltr;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .searchable-item-list__labels {
        display: flex;
        justify-content: space-between;
        flex: 1;
        -moz-animation: fadein 1s;
        -webkit-animation: fadein 1s;
        -o-animation: fadein 1s
      }

      .searchable-item-list__item-labels {
        display: flex;
        flex-direction: column;
        justify-content: center
      }

      [dir=ltr] .searchable-item-list__item-labels {
        margin-left: 12px
      }

      [dir=rtl] .searchable-item-list__item-labels {
        margin-right: 12px
      }

      .searchable-item-list__right-labels {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        max-width: 100%;
        flex: 1 1 auto
      }

      .searchable-item-list__secondary-label,
      .searchable-item-list__right-primary-label {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        color: var(--color-text-alternative);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-bottom: 4px
      }

      .searchable-item-list__right-primary-label {
        margin-top: 3px
      }

      .searchable-item-list__right-secondary-label {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        color: var(--color-text-alternative);
        opacity: .5;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
      }

      .searchable-item-list__list-container {
        z-index: 1002;
        background: var(--color-background-default)
      }

      .searchable-item-list__search {
        z-index: 1001
      }

      .searchable-item-list__item--highlighted {
        background: var(--color-background-alternative)
      }

      .searchable-item-list__identicon {
        margin-top: -2px
      }

      .quote-details {
        display: flex;
        flex-flow: column;
        padding-left: 16px;
        padding-right: 16px
      }

      .quote-details__detail-header {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        margin-bottom: 2px;
        display: flex
      }

      .quote-details__detail-content {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default)
      }

      .quote-details__detail-content>div {
        justify-content: flex-start
      }

      .quote-details__conversion-rate {
        color: var(--color-text-default);
        justify-content: flex-start;
        align-items: center;
        height: inherit
      }

      .quote-details__conversion-rate .view-quote__conversion-rate-eth-label {
        color: var(--color-text-default)
      }

      .quote-details__conversion-rate i {
        color: var(--color-primary-default)
      }

      [dir=ltr] .quote-details__conversion-rate * {
        margin-right: 4px
      }

      [dir=rtl] .quote-details__conversion-rate * {
        margin-left: 4px
      }

      [dir=ltr] .quote-details__popover-wrap .popover-content {
        margin-left: 24px
      }

      [dir=rtl] .quote-details__popover-wrap .popover-content {
        margin-right: 24px
      }

      .quote-details__light-grey {
        color: var(--color-text-muted)
      }

      .quote-details__row {
        height: 60px;
        padding-top: 16px;
        padding-bottom: 16px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        border-top: 1px solid var(--color-background-alternative)
      }

      .quote-details__row--high {
        min-height: 60px;
        height: inherit
      }

      .quote-details .view-quote__conversion-rate-token-label {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        font-weight: 700
      }

      [dir=ltr] .quote-details .view-quote__conversion-rate-token-label {
        margin-left: 2px
      }

      [dir=rtl] .quote-details .view-quote__conversion-rate-token-label {
        margin-right: 2px
      }

      .quote-details__metafox-logo {
        width: 17px
      }

      [dir=ltr] .quote-details__metafox-logo {
        margin-right: 4px
      }

      [dir=rtl] .quote-details__metafox-logo {
        margin-left: 4px
      }

      [dir=ltr] .quote-details .info-tooltip {
        margin-left: 2px
      }

      [dir=rtl] .quote-details .info-tooltip {
        margin-right: 2px
      }

      .quote-details--high {
        min-height: 60px;
        height: inherit
      }

      .quote-details__font-small {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400
      }

      .quote-details__bold {
        font-weight: 700
      }

      .select-quote-popover__button {
        height: 39px;
        width: 140px
      }

      .select-quote-popover__popover-wrap {
        height: 100%
      }

      @media screen and (min-width: 576px) {
        .select-quote-popover__popover-wrap {
          height: 620px;
          width: 348px
        }
      }

      .select-quote-popover__popover-wrap .popover-content {
        height: 100%;
        padding-left: 8px;
        padding-right: 8px
      }

      .select-quote-popover__popover-wrap .swaps__footer {
        padding: 16px 24px
      }

      .select-quote-popover__popover-bg {
        height: 100%;
        width: 100%;
        background: var(--color-background-alternative);
        opacity: 1
      }

      @media screen and (min-width: 576px) {
        .select-quote-popover__popover-bg {
          opacity: .5
        }
      }

      .select-quote-popover__sort-list {
        display: flex;
        flex-direction: column;
        align-items: center
      }

      .select-quote-popover__column-headers,
      .select-quote-popover__row {
        display: flex;
        align-items: center;
        width: 100%
      }

      [dir=ltr] .select-quote-popover__column-headers,
      [dir=ltr] .select-quote-popover__row {
        padding-left: 20px
      }

      [dir=rtl] .select-quote-popover__column-headers,
      [dir=rtl] .select-quote-popover__row {
        padding-right: 20px
      }

      [dir=ltr] .select-quote-popover__column-headers>*+*,
      [dir=ltr] .select-quote-popover__row>*+* {
        margin-left: 8px
      }

      [dir=rtl] .select-quote-popover__column-headers>*+*,
      [dir=rtl] .select-quote-popover__row>*+* {
        margin-right: 8px
      }

      .select-quote-popover__column-headers {
        font-size: .625rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-text-default);
        height: 43px;
        margin-bottom: 4px
      }

      .select-quote-popover__column-header {
        cursor: pointer;
        font-size: 12px
      }

      .select-quote-popover__row {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
        color: var(--color-text-default);
        height: 49px;
        border: 1px solid transparent;
        margin-bottom: 8px;
        border-radius: 8px;
        background: var(--color-background-alternative)
      }

      [dir=ltr] .select-quote-popover__row {
        padding-right: 12px
      }

      [dir=rtl] .select-quote-popover__row {
        padding-left: 12px
      }

      .select-quote-popover__row:hover {
        border: 1px solid var(--color-primary-default)
      }

      [dir=ltr] .select-quote-popover__row:hover {
        padding-right: 11px;
        padding-left: 19.5px
      }

      [dir=rtl] .select-quote-popover__row:hover {
        padding-left: 11px;
        padding-right: 19.5px
      }

      .select-quote-popover__row--no-hover:hover {
        border: 1px solid var(--color-background-alternative);
        width: 100%
      }

      [dir=ltr] .select-quote-popover__row--no-hover:hover {
        padding-right: 12px;
        padding-left: 20px
      }

      [dir=rtl] .select-quote-popover__row--no-hover:hover {
        padding-left: 12px;
        padding-right: 20px
      }

      .select-quote-popover__row--selected {
        color: var(--color-primary-inverse);
        box-shadow: var(--shadow-size-lg) var(--color-shadow-default);
        border-radius: 8px;
        height: 64px
      }

      [dir=ltr] .select-quote-popover__row--selected {
        background: linear-gradient(90deg, var(--color-primary-default) 0%, var(--color-primary-alternative) 101.32%)
      }

      [dir=rtl] .select-quote-popover__row--selected {
        background: linear-gradient(-90deg, var(--color-primary-default) 0%, var(--color-primary-alternative) 101.32%)
      }

      .select-quote-popover__row--selected:hover {
        width: 100%
      }

      [dir=ltr] .select-quote-popover__row--selected:hover {
        background: linear-gradient(90deg, var(--color-primary-default) 0%, var(--color-primary-alternative) 101.32%);
        padding-left: 20px;
        padding-right: 12px
      }

      [dir=rtl] .select-quote-popover__row--selected:hover {
        background: linear-gradient(-90deg, var(--color-primary-default) 0%, var(--color-primary-alternative) 101.32%);
        padding-right: 20px;
        padding-left: 12px
      }

      .select-quote-popover__row--selected .select-quote-popover__caret-right {
        color: var(--color-primary-inverse)
      }

      .select-quote-popover__row--selected .select-quote-popover__caret-right:hover {
        color: var(--color-icon-alternative)
      }

      .select-quote-popover__row--selected .select-quote-popover__zero-slippage {
        color: var(--color-primary-inverse)
      }

      .select-quote-popover__receiving {
        display: flex;
        flex-direction: column;
        width: 88px
      }

      .select-quote-popover__network-fees {
        width: 99px
      }

      .select-quote-popover__quote-source {
        width: 28px;
        display: flex;
        align-items: flex-end
      }

      [dir=ltr] .select-quote-popover__quote-source {
        margin-right: 3px
      }

      [dir=rtl] .select-quote-popover__quote-source {
        margin-left: 3px
      }

      .select-quote-popover__caret-right {
        color: var(--color-text-alternative);
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center
      }

      [dir=ltr] .select-quote-popover__caret-right i {
        transform: rotate(90deg)
      }

      [dir=rtl] .select-quote-popover__caret-right i {
        transform: rotate(-90deg)
      }

      .select-quote-popover__caret-right:hover {
        border-radius: 8px;
        background: var(--color-primary-inverse);
        border: 1px solid var(--color-primary-default)
      }

      .select-quote-popover__receiving-value {
        display: flex;
        align-items: center
      }

      [dir=ltr] .select-quote-popover__receiving-value svg {
        margin-right: 2px
      }

      [dir=rtl] .select-quote-popover__receiving-value svg {
        margin-left: 2px
      }

      .select-quote-popover__receiving-value-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .select-quote-popover__zero-slippage {
        font-size: 12px;
        line-height: 100%;
        color: var(--color-text-muted);
        font-weight: 400
      }

      .select-quote-popover__quote-source-toggle {
        height: 12px
      }

      [dir=ltr] .select-quote-popover__quote-source-toggle {
        margin-left: 2px
      }

      [dir=rtl] .select-quote-popover__quote-source-toggle {
        margin-right: 2px
      }

      .select-quote-popover__network-fees-header {
        display: flex;
        flex-direction: row;
        align-items: flex-end
      }

      .select-quote-popover__network-fees-header>span {
        width: 77px
      }

      .select-quote-popover__network-fees-header>div {
        height: 12px
      }

      .select-quote-popover__network-fees-header>svg {
        margin-bottom: 2px
      }

      .select-quote-popover__receiving-symbol {
        color: var(--color-text-alternative)
      }

      .select-quote-popover__receiving-symbol>div {
        width: 12px;
        height: 12px
      }

      .select-quote-popover__receiving-label {
        display: flex;
        align-items: center
      }

      .select-quote-popover__receiving-label img {
        height: 10px;
        width: 10px;
        margin-top: 2px
      }

      [dir=ltr] .select-quote-popover__receiving-label>div {
        margin-left: 3px
      }

      [dir=rtl] .select-quote-popover__receiving-label>div {
        margin-right: 3px
      }

      .select-quote-popover__quote-source-label {
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-primary-inverse);
        border-radius: 5px;
        padding: 4px 4px 2px;
        font-size: 10px;
        font-weight: 700
      }

      .select-quote-popover__quote-source-label--blue {
        background: var(--color-primary-default)
      }

      .select-quote-popover__quote-source-label--orange {
        background: var(--color-warning-default)
      }

      .select-quote-popover__quote-source-label--green {
        background: var(--color-success-default)
      }

      .slippage-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
      }

      .slippage-buttons__header {
        display: flex;
        align-items: center;
        color: var(--color-primary-default);
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        background: unset
      }

      .slippage-buttons__header--open {
        margin-bottom: 8px
      }

      .slippage-buttons__header-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        font-weight: 900
      }

      [dir=ltr] .slippage-buttons__header-text {
        margin-right: 6px
      }

      [dir=rtl] .slippage-buttons__header-text {
        margin-left: 6px
      }

      [dir=ltr] .slippage-buttons__content {
        padding-left: 10px
      }

      [dir=rtl] .slippage-buttons__content {
        padding-right: 10px
      }

      .slippage-buttons__dropdown-content,
      .slippage-buttons__buttons-prefix {
        display: flex;
        align-items: center
      }

      [dir=ltr] .slippage-buttons__buttons-prefix {
        margin-right: 8px
      }

      [dir=rtl] .slippage-buttons__buttons-prefix {
        margin-left: 8px
      }

      .slippage-buttons__prefix-text {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-default);
        font-weight: 900
      }

      [dir=ltr] .slippage-buttons__prefix-text {
        margin-right: 4px
      }

      [dir=rtl] .slippage-buttons__prefix-text {
        margin-left: 4px
      }

      .slippage-buttons__error-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-error-default);
        margin-top: 8px
      }

      .slippage-buttons__button-group .slippage-buttons__button-group-custom-button {
        cursor: text;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-width: 72px
      }

      [dir=ltr] .slippage-buttons__button-group .slippage-buttons__button-group-custom-button {
        margin-right: 0
      }

      [dir=rtl] .slippage-buttons__button-group .slippage-buttons__button-group-custom-button {
        margin-left: 0
      }

      .slippage-buttons__custom-input {
        display: flex;
        justify-content: center
      }

      .slippage-buttons__custom-input input {
        border: none;
        width: 64px;
        text-align: center;
        background: var(--color-primary-default);
        color: var(--color-primary-inverse);
        font-weight: inherit
      }

      .slippage-buttons__custom-input input::placeholder {
        color: var(--color-primary-inverse)
      }

      .slippage-buttons__custom-input input::-webkit-outer-spin-button,
      .slippage-buttons__custom-input input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
      }

      .slippage-buttons__custom-input input[type=number] {
        -moz-appearance: textfield
      }

      .slippage-buttons__custom-input--danger input {
        background: var(--color-error-default)
      }

      .slippage-buttons__percentage-suffix {
        position: absolute
      }

      [dir=ltr] .slippage-buttons__percentage-suffix {
        right: 5px
      }

      [dir=rtl] .slippage-buttons__percentage-suffix {
        left: 5px
      }

      .swaps-footer {
        width: 100%;
        z-index: 50;
        position: sticky;
        bottom: 0;
        background-color: var(--color-background-default)
      }

      .swaps-footer--warning .btn-primary {
        background: var(--color-error-default);
        border-color: var(--color-error-default)
      }

      @media screen and (max-width: 575px) {
        .swaps-footer--border .swaps-footer__custom-page-container-footer-class {
          border-top: 1px solid var(--color-border-muted)
        }
      }

      .swaps-footer__custom-page-container-footer-class {
        border-top: none
      }

      @media screen and (min-width: 576px) {
        .swaps-footer__custom-page-container-footer-class {
          height: 96px
        }
      }

      .swaps-footer__custom-page-container-footer-button-class {
        border-radius: 100px;
        height: 39px;
        width: 140px
      }

      .swaps-footer__custom-page-container-footer-button-class--single {
        width: 307px
      }

      .swaps-footer__bottom-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        margin-bottom: 16px;
        cursor: pointer;
        display: flex;
        justify-content: center
      }

      @media screen and (min-width: 576px) {
        .swaps-footer__bottom-text {
          margin-top: 0
        }
      }

      .view-quote {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .view-quote:after {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        content: url(/images/transaction-background-top.svg) url(/images/transaction-background-bottom.svg)
      }

      .view-quote__content {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px
      }

      .view-quote__content_modal>div:not(.view-quote__warning-wrapper) {
        opacity: .6;
        pointer-events: none
      }

      @media screen and (max-width: 575px) {
        .view-quote__content {
          overflow-y: auto;
          max-height: 420px
        }
      }

      @media screen and (min-width: 576px) {
        .view-quote {
          width: 348px
        }
      }

      .view-quote__price-difference-warning-wrapper {
        width: 100%
      }

      .view-quote__price-difference-warning-wrapper.low .actionable-message:before,
      .view-quote__price-difference-warning-wrapper.medium .actionable-message:before,
      .view-quote__price-difference-warning-wrapper.high .actionable-message:before {
        background: none
      }

      .view-quote__price-difference-warning-wrapper.low .actionable-message .actionable-message__message,
      .view-quote__price-difference-warning-wrapper.medium .actionable-message .actionable-message__message,
      .view-quote__price-difference-warning-wrapper.high .actionable-message .actionable-message__message {
        color: inherit
      }

      .view-quote__price-difference-warning-wrapper.low .actionable-message button,
      .view-quote__price-difference-warning-wrapper.medium .actionable-message button,
      .view-quote__price-difference-warning-wrapper.high .actionable-message button {
        font-size: .625rem;
        padding: 4px 12px;
        border-radius: 42px
      }

      .view-quote__price-difference-warning-wrapper.low .actionable-message button {
        background: var(--color-primary-default);
        color: var(--color-primary-inverse)
      }

      .view-quote__price-difference-warning-wrapper.medium .actionable-message {
        border-color: var(--color-warning-default);
        background: var(--color-warning-muted)
      }

      .view-quote__price-difference-warning-wrapper.medium .actionable-message button {
        background: var(--color-warning-default)
      }

      .view-quote__price-difference-warning-wrapper.high .actionable-message {
        border-color: var(--color-error-default);
        background: var(--color-error-muted)
      }

      .view-quote__price-difference-warning-wrapper.high .actionable-message button {
        background: var(--color-error-default);
        color: var(--color-error-inverse)
      }

      .view-quote__price-difference-warning-contents {
        display: flex
      }

      [dir=ltr] .view-quote__price-difference-warning-contents {
        text-align: left
      }

      [dir=rtl] .view-quote__price-difference-warning-contents {
        text-align: right
      }

      .view-quote__price-difference-warning-contents-title {
        font-weight: 700
      }

      .view-quote__price-difference-warning-contents-actions {
        text-align: end;
        padding-top: 10px
      }

      .view-quote__price-difference-warning-contents i {
        margin-inline-start: 10px
      }

      .view-quote__warning-wrapper {
        width: 100%;
        align-items: center;
        justify-content: center;
        max-width: 340px;
        margin-top: 8px;
        margin-bottom: 8px
      }

      @media screen and (min-width: 576px) {
        .view-quote__warning-wrapper {
          display: flex
        }

        .view-quote__warning-wrapper--thin {
          min-height: 36px
        }
      }

      .view-quote__bold {
        font-weight: 700
      }

      .view-quote__countdown-timer-container {
        display: flex;
        justify-content: center;
        margin-top: 8px
      }

      .view-quote__fee-card-container {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 311px;
        margin-bottom: 8px
      }

      @media screen and (min-width: 576px) {
        .view-quote__fee-card-container {
          margin-bottom: 0
        }
      }

      .view-quote__metamask-rate {
        display: flex
      }

      .view-quote__metamask-rate-text {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      [dir=ltr] .view-quote__metamask-rate-info-icon {
        margin-left: 4px
      }

      [dir=rtl] .view-quote__metamask-rate-info-icon {
        margin-right: 4px
      }

      .view-quote__thin-swaps-footer {
        max-height: 82px
      }

      @media screen and (min-width: 576px) {
        .view-quote__thin-swaps-footer {
          height: 72px
        }
      }

      .create-new-swap button {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        background-color: transparent
      }

      .view-on-block-explorer button {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        background-color: transparent
      }

      @media screen and (max-width: 575px) {
        .transaction-settings__content {
          height: 100%
        }
      }

      .transaction-settings__button-group .transaction-settings__button-group-custom-button {
        cursor: text;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-width: 72px
      }

      [dir=ltr] .transaction-settings__button-group .transaction-settings__button-group-custom-button {
        margin-right: 0
      }

      [dir=rtl] .transaction-settings__button-group .transaction-settings__button-group-custom-button {
        margin-left: 0
      }

      .transaction-settings__custom-input {
        display: flex;
        justify-content: center
      }

      .transaction-settings__custom-input input {
        border: none;
        width: 64px;
        text-align: center;
        background: var(--color-primary-default);
        color: var(--color-primary-inverse);
        font-weight: inherit;
        outline: none
      }

      .transaction-settings__custom-input input::placeholder {
        color: var(--color-primary-inverse)
      }

      .transaction-settings__custom-input input::-webkit-outer-spin-button,
      .transaction-settings__custom-input input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
      }

      .transaction-settings__custom-input input[type=number] {
        -moz-appearance: textfield
      }

      .transaction-settings__custom-input--danger input {
        background: var(--color-error-default)
      }

      .transaction-settings__percentage-suffix {
        position: absolute
      }

      [dir=ltr] .transaction-settings__percentage-suffix {
        right: 5px
      }

      [dir=rtl] .transaction-settings__percentage-suffix {
        left: 5px
      }

      .list-with-search .searchable-item-list__list-container {
        max-height: 320px;
        overflow-y: auto
      }

      [dir=ltr] .list-with-search .searchable-item-list__list-container {
        padding-right: 8px
      }

      [dir=rtl] .list-with-search .searchable-item-list__list-container {
        padding-left: 8px
      }

      @media screen and (min-width: 576px) {
        .list-with-search .searchable-item-list__list-container {
          max-height: 600px
        }
      }

      .list-with-search__text-search {
        outline: none
      }

      .list-with-search .mm-button-icon .mm-icon--size-lg {
        --size: 20px
      }

      .popover-custom-background {
        height: 100%;
        width: 100%;
        background: var(--color-background-alternative);
        opacity: .6
      }

      .mascot-background-animation {
        display: flex;
        flex-flow: column;
        align-items: center;
        flex: 1;
        width: 100%
      }

      .mascot-background-animation__background-1,
      .mascot-background-animation__background-2 {
        width: 120px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        animation: spin 38s linear infinite
      }

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

      .mascot-background-animation__background-2 {
        width: 120px;
        height: 128px;
        animation: spin 42s linear infinite
      }

      .mascot-background-animation__mascot-container {
        position: relative
      }

      .mascot-background-animation__animation {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 40px;
        margin-bottom: 40px
      }

      .swaps {
        display: flex;
        justify-content: center;
        width: 100%
      }

      @media screen and (min-width: 576px) {
        .swaps {
          z-index: 12
        }
      }

      .swaps__error-message {
        margin-left: 24px;
        margin-right: 24px
      }

      @media screen and (min-width: 576px) {
        .swaps__error-message {
          margin-left: 20px;
          margin-right: 20px
        }
      }

      .swaps__container {
        display: flex;
        flex-flow: column;
        align-items: center;
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto
      }

      @media screen and (min-width: 576px) {
        .swaps__container {
          width: 460px;
          background: var(--color-background-default);
          box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
          border: 1px solid var(--color-border-muted);
          border-radius: 8px;
          height: 620px
        }
      }

      .swaps__content {
        display: flex;
        flex-flow: column;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%
      }

      @media screen and (max-width: 575px) {
        .swaps__content--overflow {
          overflow: scroll
        }
      }

      @media screen and (min-width: 576px) {
        .swaps__content {
          width: 348px
        }
      }

      @media screen and (min-width: 576px) {
        .swaps__content--redesign-enabled {
          width: 100%
        }
      }

      .swaps__title {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        color: var(--color-text-default);
        margin-top: -5px;
        flex: 1;
        text-align: center
      }

      .swaps__header {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        background: var(--color-background-alternative);
        width: 100%;
        flex-direction: row;
        position: sticky;
        top: 0;
        z-index: 1
      }

      @media screen and (min-width: 576px) {
        .swaps__header {
          padding-top: 12px;
          padding-bottom: 12px;
          height: 66px
        }
      }

      .swaps__header-cancel {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer;
        flex: 1
      }

      [dir=ltr] .swaps__header-cancel {
        padding-right: 24px;
        text-align: right
      }

      [dir=rtl] .swaps__header-cancel {
        padding-left: 24px;
        text-align: left
      }

      .swaps__header-edit {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer;
        flex: 1
      }

      [dir=ltr] .swaps__header-edit {
        padding-left: 24px
      }

      [dir=rtl] .swaps__header-edit {
        padding-right: 24px
      }

      .actionable-message__message .swaps__notification-close-button {
        background-color: transparent;
        position: absolute;
        top: 2px
      }

      [dir=ltr] .actionable-message__message .swaps__notification-close-button {
        right: 0
      }

      [dir=rtl] .actionable-message__message .swaps__notification-close-button {
        left: 0
      }

      .actionable-message__message .swaps__notification-close-button:after {
        position: absolute;
        content: "×";
        font-size: 29px;
        font-weight: 200;
        color: var(--color-text-default);
        background-color: transparent;
        top: 0;
        cursor: pointer
      }

      [dir=ltr] .actionable-message__message .swaps__notification-close-button:after {
        right: 12px
      }

      [dir=rtl] .actionable-message__message .swaps__notification-close-button:after {
        left: 12px
      }

      .swaps__notification-title {
        font-weight: 700
      }

      [dir=ltr] .swaps__notification-title {
        margin-right: 14px
      }

      [dir=rtl] .swaps__notification-title {
        margin-left: 14px
      }

      .mm-modal__custom-scrollbar ::-webkit-scrollbar {
        width: 6px
      }

      .mm-modal__custom-scrollbar ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--color-icon-muted)
      }

      .token-details__title {
        text-transform: capitalize
      }

      .token-details__closeButton {
        width: 10px;
        margin-top: -17px;
        margin-inline-end: -8px
      }

      [dir=ltr] .token-details__closeButton {
        float: right
      }

      [dir=rtl] .token-details__closeButton {
        float: left
      }

      .token-details__closeButton:after {
        font-size: 24px;
        content: "×";
        color: var(--color-icon-default)
      }

      .token-details__token-value {
        font-size: 32px
      }

      .token-details__token-address {
        width: 222px
      }

      .token-details__copy-icon {
        margin-inline-start: 62px
      }

      [dir=ltr] .token-details__copy-icon {
        float: right
      }

      [dir=rtl] .token-details__copy-icon {
        float: left
      }

      @media screen and (min-width: 576px) {
        .token-details__copy-icon {
          margin-inline-start: 112px
        }
      }

      .token-details__hide-token-button {
        width: 319px;
        height: 39px;
        margin-top: 70px
      }

      @media screen and (min-width: 576px) {
        .token-details__hide-token-button {
          margin-inline-start: 20px
        }
      }

      .unlock-page {
        color: var(--color-text-default);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 357px;
        padding: 30px;
        font-weight: 400
      }

      .unlock-page__container {
        display: flex;
        align-self: stretch;
        justify-content: center;
        flex: 1 0 auto;
        background: var(--color-background-default)
      }

      .unlock-page__mascot-container {
        margin-top: 24px;
        position: relative
      }

      .unlock-page__mascot-container__beta {
        background: var(--brand-colors-blue-blue500);
        color: var(--brand-colors-white-white000);
        padding: 3px 6px;
        font-size: 16px;
        position: absolute;
        bottom: 10px;
        border-radius: 10px;
        text-transform: uppercase
      }

      [dir=ltr] .unlock-page__mascot-container__beta {
        right: 0
      }

      [dir=rtl] .unlock-page__mascot-container__beta {
        left: 0
      }

      .unlock-page__title {
        font-size: 2rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 5px;
        font-weight: 800;
        color: var(--color-text-alternative)
      }

      .unlock-page__form {
        width: 100%;
        margin: 56px 0 8px
      }

      .unlock-page__links {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        font-size: .75rem
      }

      .unlock-page__link {
        font-size: unset;
        font-weight: 700
      }

      .unlock-page__support {
        margin-top: 25px;
        font-size: .75rem
      }

      .unlock-page__support a {
        color: var(--color-primary-default)
      }

      .critical-error {
        max-width: 600px;
        border-radius: 4px;
        background-color: var(--color-warning-muted);
        color: var(--color-text-default);
        display: flex;
        gap: 8px;
        line-height: 24px
      }

      [dir=ltr] .critical-error {
        border-left: var(--color-warning-default) 4px solid;
        padding: 12px 12px 12px 8px
      }

      [dir=rtl] .critical-error {
        border-right: var(--color-warning-default) 4px solid;
        padding: 12px 8px 12px 12px
      }

      .critical-error__container {
        padding: 20px;
        margin: 0 auto
      }

      .critical-error__footer {
        display: inline-flex;
        flex-wrap: wrap
      }

      .critical-error__footer>span {
        flex: 0 0 auto;
        max-width: 100%;
        padding-inline-end: 8px
      }

      .critical-error__icon {
        padding-top: 4px
      }

      .critical-error__icon svg {
        fill: var(--color-warning-default)
      }

      .critical-error__link {
        cursor: pointer;
        text-decoration: none;
        color: var(--color-primary-default)
      }

      .critical-error__link:hover {
        color: var(--color-primary-alternative)
      }

      .critical-error__link-restart {
        align-items: center;
        display: flex;
        margin: 8px 0 24px;
        padding: 8px 0
      }

      .loading-logo {
        width: 10rem;
        height: 10rem;
        align-self: center;
        margin: 10rem 0 0
      }

      .loading-spinner {
        width: 2rem;
        height: 2rem;
        align-self: center;
        margin-top: 1rem
      }

      .new-account-modal__footer,
      .send__select-recipient-wrapper__list__link,
      .send__select-recipient-wrapper__group-item,
      .send__select-recipient-wrapper__group-item--selected,
      .ens-input,
      .ens-input__wrapper {
        display: flex;
        flex-flow: row nowrap
      }

      .new-account-modal__content,
      .send__select-recipient-wrapper,
      .send__select-recipient-wrapper__recent-group-wrapper,
      .send__select-recipient-wrapper__group,
      .send__select-recipient-wrapper__group-item__content,
      .send__select-recipient-wrapper__group-item--selected__content,
      .ens-input__wrapper--valid .ens-input__wrapper__input {
        display: flex;
        flex-flow: column nowrap
      }

      .send__select-recipient-wrapper__list__back-caret {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
      }

      .ens-input__selected-input__title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
      }

      .flex-column {
        display: flex;
        flex-direction: column
      }

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

      .pointer {
        cursor: pointer
      }

      .cursor-pointer {
        cursor: pointer;
        transform-origin: center center;
        transition: transform 50ms ease-in-out
      }

      .cursor-pointer:hover {
        transform: scale(1.05)
      }

      .cursor-pointer:active {
        transform: scale(.97)
      }

      .drop-menu-item {
        display: flex;
        align-items: center
      }

      .network-component--disabled {
        cursor: not-allowed
      }

      .network-component--disabled .fa-caret-down {
        opacity: 0
      }

      .network-component.pointer {
        border: 1px solid var(--color-border-muted);
        border-radius: 82px;
        padding: 6px 3px;
        flex: 0 0 auto;
        display: flex
      }

      .network-component.pointer.ethereum-network .menu-icon-circle div {
        background-color: #038789b3 !important
      }

      .network-component.pointer.goerli-test-network .menu-icon-circle div {
        background-color: #3099f2b3 !important
      }

      .network-component.pointer.sepolia-test-network .menu-icon-circle div {
        background-color: #cfb5f0b3 !important
      }

      .network-component.pointer.linea-test-network .menu-icon-circle div {
        background-color: #000000b3 !important
      }

      .network-component.pointer.localhost-network .menu-icon-circle div {
        background-color: #038789b3 !important
      }

      .dropdown-menu-item .menu-icon-circle,
      .dropdown-menu-item .menu-icon-circle--active {
        margin: 0 14px
      }

      .dropdown-menu-item .fa.delete {
        color: var(--color-icon-default);
        display: none
      }

      [dir=ltr] .dropdown-menu-item .fa.delete {
        margin-right: 10px
      }

      [dir=rtl] .dropdown-menu-item .fa.delete {
        margin-left: 10px
      }

      .dropdown-menu-item:hover .fa.delete {
        display: inherit
      }

      .network-droppo {
        background-color: var(--color-background-default);
        border-radius: 4px
      }

      [dir=ltr] .network-droppo {
        right: 2px
      }

      [dir=rtl] .network-droppo {
        left: 2px
      }

      [dir=ltr] .network-droppo .color-indicator {
        margin: 0 14px 0 4px
      }

      [dir=rtl] .network-droppo .color-indicator {
        margin: 0 4px 0 14px
      }

      @media screen and (min-width: 576px) {
        [dir=ltr] .network-droppo {
          right: calc((100% - 85vw)/2 + 2px)
        }

        [dir=rtl] .network-droppo {
          left: calc((100% - 85vw)/2 + 2px)
        }
      }

      @media screen and (min-width: 768px) {
        [dir=ltr] .network-droppo {
          right: calc((100% - 80vw)/2 + 2px)
        }

        [dir=rtl] .network-droppo {
          left: calc((100% - 80vw)/2 + 2px)
        }
      }

      @media screen and (min-width: 1280px) {
        [dir=ltr] .network-droppo {
          right: calc((100% - 65vw)/2 + 2px)
        }

        [dir=rtl] .network-droppo {
          left: calc((100% - 65vw)/2 + 2px)
        }
      }

      .network-name-item {
        flex: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
      }

      .network-check__transparent {
        opacity: 0;
        width: 24px
      }

      .menu-icon-circle,
      .menu-icon-circle--active {
        background: none;
        border-radius: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid transparent;
        margin: 0 4px
      }

      .menu-icon-circle--active {
        border: 1px solid var(--color-border-default);
        background: var(--color-background-default)
      }

      .menu-icon-circle div,
      .menu-icon-circle--active div {
        height: 12px;
        width: 12px;
        border-radius: 17px
      }

      .menu-icon-circle--active div {
        opacity: 1
      }

      .network-dropdown-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
      }

      .network-dropdown-list {
        max-height: 330px;
        overflow-y: auto;
        margin-bottom: 8px
      }

      .network-dropdown-divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
        background-color: var(--color-border-default)
      }

      .network-dropdown-title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 25px;
        width: 120px;
        color: var(--color-text-default);
        text-align: center
      }

      .network-dropdown-content {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        min-height: 36px;
        width: 265px;
        color: var(--color-text-default)
      }

      .network-dropdown-content--link {
        color: var(--color-primary-default);
        cursor: pointer;
        text-decoration: underline
      }

      .network-dropdown-content--link:hover {
        color: var(--color-primary-alternative)
      }

      .network-dropdown-content--dismiss {
        position: absolute;
        top: 63px;
        padding: 2px 8px;
        width: auto
      }

      [dir=ltr] .network-dropdown-content--dismiss {
        right: 10px
      }

      [dir=rtl] .network-dropdown-content--dismiss {
        left: 10px
      }

      .network-caret {
        margin: 0 8px
      }

      .network-loading-spinner {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        position: relative;
        height: 16px;
        width: 16px
      }

      [dir=ltr] .network-loading-spinner {
        margin-left: 5px
      }

      [dir=rtl] .network-loading-spinner {
        margin-right: 5px
      }

      .network-loading-spinner img {
        height: 26px;
        position: absolute;
        top: -5px
      }

      [dir=ltr] .network-loading-spinner img {
        left: -6px
      }

      [dir=rtl] .network-loading-spinner img {
        right: -6px
      }

      .network__add-network-button {
        padding: 0 16px
      }

      .app {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow-x: hidden;
        position: relative;
        align-items: center
      }

      .app.os-mac.browser-chrome:after {
        content: "";
        position: fixed;
        top: 0;
        width: 1px;
        height: 1px;
        background-color: var(--color-background-alternative);
        animation: emptySpinningDiv 1s infinite linear
      }

      [dir=ltr] .app.os-mac.browser-chrome:after {
        left: 0
      }

      [dir=rtl] .app.os-mac.browser-chrome:after {
        right: 0
      }

      @keyframes emptySpinningDiv {
        0% {
          transform: rotate(0)
        }

        to {
          transform: rotate(1turn)
        }
      }

      .main-container {
        z-index: 18
      }

      .main-container::-webkit-scrollbar {
        display: none
      }

      .main-container-wrapper {
        display: flex;
        justify-content: center;
        flex: 1 0 auto;
        min-height: 0;
        width: 100%
      }

      @media screen and (min-width: 576px) {
        .lap-visible {
          display: flex
        }

        .phone-visible {
          display: none
        }

        .main-container {
          width: 85vw;
          min-height: 90vh;
          box-shadow: var(--shadow-size-xs) var(--color-shadow-default)
        }
      }

      @media screen and (min-width: 768px) {
        .main-container {
          width: 80vw;
          min-height: 82vh;
          box-shadow: var(--shadow-size-xs) var(--color-shadow-default)
        }
      }

      @media screen and (min-width: 1280px) {
        .main-container {
          width: 62vw;
          min-height: 82vh;
          box-shadow: var(--shadow-size-xs) var(--color-shadow-default)
        }
      }

      @media screen and (max-width: 575px) {
        .lap-visible {
          display: none
        }

        .phone-visible {
          display: flex
        }

        .main-container {
          width: 100%;
          overflow-y: auto;
          background-color: var(--color-background-default)
        }

        .main-container-wrapper {
          flex: 1
        }
      }

      .fiat-amount {
        text-transform: uppercase
      }

      .token-balance__amount {
        padding: 0 6px
      }

      .first-view-main {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
      }

      @media screen and (max-width: 575px) {
        .first-view-main {
          height: 100%
        }
      }

      @media screen and (min-width: 576px) {
        .first-view-main {
          width: 85vw
        }
      }

      @media screen and (min-width: 768px) {
        .first-view-main {
          width: 80vw
        }
      }

      @media screen and (min-width: 1280px) {
        .first-view-main {
          width: 62vw
        }
      }

      .unlock-screen-container {
        z-index: 18;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1 0 auto;
        background: var(--color-background-alternative);
        width: 100%
      }

      .unlock-screen {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1 0 auto
      }

      .first-view-main-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        padding: 0 10px;
        background: var(--color-background-default)
      }

      .send-screen-wrapper {
        display: flex;
        flex-flow: column nowrap;
        z-index: 25
      }

      @media screen and (max-width: 575px) {
        .send-screen-wrapper {
          width: 100%;
          overflow-y: auto
        }
      }

      .send-screen-wrapper section {
        flex: 0 0 auto
      }

      .send-screen-card {
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        padding: 46px 40.5px 26px;
        position: relative;
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
        width: 498px;
        flex: 1 0 auto
      }

      @media screen and (max-width: 575px) {
        .send-screen-card {
          top: 0;
          width: 100%;
          box-shadow: none;
          padding: 12px
        }
      }

      .send-screen section {
        margin: 4px 16px
      }

      .send-screen input {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%
      }

      .send-eth-icon {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        border: 1px solid var(--color-border-muted);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        position: absolute;
        top: -35px;
        z-index: 25;
        padding: 4px;
        background-color: var(--color-background-default)
      }

      @media screen and (max-width: 575px) {
        .send-eth-icon {
          position: relative;
          top: 0
        }
      }

      .send-screen-input-wrapper {
        width: 95%;
        position: relative
      }

      [dir=ltr] .send-screen-input-wrapper .fa-bolt {
        padding-right: 4px
      }

      [dir=rtl] .send-screen-input-wrapper .fa-bolt {
        padding-left: 4px
      }

      .send-screen-input-wrapper .send-screen-gas-input {
        border: 1px solid transparent
      }

      .send-screen-input-wrapper__error-message {
        display: none
      }

      .send-screen-input-wrapper--error input,
      .send-screen-input-wrapper--error .send-screen-gas-input {
        border-color: var(--color-error-default) !important
      }

      .send-screen-input-wrapper--error .send-screen-input-wrapper__error-message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: block;
        position: absolute;
        bottom: 4px;
        color: var(--color-error-default)
      }

      [dir=ltr] .send-screen-input-wrapper--error .send-screen-input-wrapper__error-message {
        left: 8px
      }

      [dir=rtl] .send-screen-input-wrapper--error .send-screen-input-wrapper__error-message {
        right: 8px
      }

      .send-screen-input-wrapper .send-screen-input-wrapper__error-message {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: block;
        position: absolute;
        bottom: 4px;
        color: var(--color-error-default)
      }

      [dir=ltr] .send-screen-input-wrapper .send-screen-input-wrapper__error-message {
        left: 8px
      }

      [dir=rtl] .send-screen-input-wrapper .send-screen-input-wrapper__error-message {
        right: 8px
      }

      .send-screen-input {
        width: 100%
      }

      .send-screen-gas-input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        height: 41px;
        border-radius: 3px;
        background-color: var(--color-background-default);
        border-width: 0;
        border-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--color-text-alternative)
      }

      [dir=ltr] .send-screen-gas-input {
        padding-left: 10px;
        padding-right: 12px
      }

      [dir=rtl] .send-screen-gas-input {
        padding-right: 10px;
        padding-left: 12px
      }

      .send-screen-amount-labels,
      .send-screen-gas-labels {
        display: flex;
        flex-direction: row;
        justify-content: space-between
      }

      .currency-toggle__item {
        color: var(--color-primary-default);
        cursor: pointer
      }

      .currency-toggle__item--selected {
        color: var(--color-text-default);
        cursor: default
      }

      .send-screen-gas-input-customize {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-primary-default);
        cursor: pointer
      }

      .gas-tooltip-close-area {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%
      }

      [dir=ltr] .gas-tooltip-close-area {
        left: 0
      }

      [dir=rtl] .gas-tooltip-close-area {
        right: 0
      }

      .gas-tooltip-arrow {
        height: 25px;
        width: 25px;
        z-index: 1200;
        background: var(--color-background-default);
        position: absolute;
        top: 294px;
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default)
      }

      [dir=ltr] .gas-tooltip-arrow {
        transform: rotate(45deg);
        left: 107px
      }

      [dir=rtl] .gas-tooltip-arrow {
        transform: rotate(-45deg);
        right: 107px
      }

      .gas-tooltip {
        display: flex;
        justify-content: center
      }

      .gas-tooltip-label {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .gas-tooltip-header {
        padding-bottom: 12px
      }

      .gas-tooltip-input-label {
        margin-bottom: 5px
      }

      .gas-tooltip-input-label i {
        color: var(--color-icon-muted)
      }

      [dir=ltr] .gas-tooltip-input-label i {
        margin-left: 6px
      }

      [dir=rtl] .gas-tooltip-input-label i {
        margin-right: 6px
      }

      .gas-tooltip-input-detail {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 4px;
        color: var(--color-text-muted)
      }

      [dir=ltr] .gas-tooltip-input-detail {
        right: 26px
      }

      [dir=rtl] .gas-tooltip-input-detail {
        left: 26px
      }

      .gas-tooltip-input-arrows {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        top: 0;
        width: 17px;
        height: 28px;
        border: 1px solid var(--color-icon-muted);
        display: flex;
        flex-direction: column;
        color: var(--color-text-muted);
        padding: 1px 4px;
        cursor: pointer
      }

      [dir=ltr] .gas-tooltip-input-arrows {
        right: 4px;
        border-left: 0
      }

      [dir=rtl] .gas-tooltip-input-arrows {
        left: 4px;
        border-right: 0
      }

      .token-gas__amount {
        display: inline-block
      }

      [dir=ltr] .token-gas__amount {
        margin-right: 4px
      }

      [dir=rtl] .token-gas__amount {
        margin-left: 4px
      }

      .token-gas__symbol {
        display: inline-block
      }

      .send-screen__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .send-screen__subtitle {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin: 10px 0 20px
      }

      .send-screen__send-button,
      .send-screen__cancel-button {
        width: 163px;
        text-align: center
      }

      .send-screen__send-button__disabled {
        opacity: .5;
        cursor: auto
      }

      .send-token {
        display: flex;
        flex-flow: column nowrap;
        z-index: 25
      }

      .send-token__content {
        width: 498px;
        height: 605px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        padding: 46px 40.5px 26px;
        position: relative;
        align-items: center;
        display: flex;
        flex-flow: column nowrap;
        flex: 1 0 auto
      }

      @media screen and (max-width: 575px) {
        .send-token__content {
          top: 0;
          width: 100%;
          box-shadow: none;
          padding: 12px
        }
      }

      .send-token .identicon {
        position: absolute;
        top: -35px;
        z-index: 25
      }

      @media screen and (max-width: 575px) {
        .send-token .identicon {
          position: relative;
          top: 0;
          flex: 0 0 auto
        }
      }

      .send-token__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative)
      }

      .send-token__description,
      .send-token__balance-text,
      .send-token__token-symbol {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 10px;
        text-align: center
      }

      .send-token__token-balance {
        font-size: 2.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-top: 13px
      }

      [dir=ltr] .send-token__token-balance .token-balance__amount {
        padding-right: 12px
      }

      [dir=rtl] .send-token__token-balance .token-balance__amount {
        padding-left: 12px
      }

      .send-token__button-group {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        flex: 0 0 auto
      }

      @media screen and (max-width: 575px) {
        .send-token__button-group {
          margin-top: 24px
        }
      }

      .send-token__button-group button {
        width: 163px
      }

      .confirm-send-token__hero-amount-wrapper {
        width: 100%
      }

      .send-v2__container {
        width: 380px;
        border-radius: 8px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
        display: flex;
        flex-flow: column nowrap;
        z-index: 25;
        align-items: center;
        position: relative
      }

      @media screen and (max-width: 575px) {
        .send-v2__container {
          width: 100%;
          top: 0;
          box-shadow: none;
          flex: 1 1 auto
        }
      }

      .send-v2__send-header-icon-container {
        z-index: 25
      }

      @media screen and (max-width: 575px) {
        .send-v2__send-header-icon-container {
          position: relative;
          top: 0
        }
      }

      .send-v2__send-header-icon {
        border-radius: 50%;
        width: 48px;
        height: 48px;
        border: 1px solid var(--color-border-muted);
        z-index: 25;
        padding: 4px;
        background-color: var(--color-background-default)
      }

      .send-v2__arrow-background {
        background-color: var(--color-background-default);
        height: 14px;
        width: 14px;
        position: absolute;
        top: 52px;
        border-radius: 50%;
        z-index: 100
      }

      [dir=ltr] .send-v2__arrow-background {
        left: 199px
      }

      [dir=rtl] .send-v2__arrow-background {
        right: 199px
      }

      @media screen and (max-width: 575px) {
        .send-v2__arrow-background {
          top: 36px
        }
      }

      .send-v2__header {
        height: 88px;
        width: 380px;
        background-color: var(--color-background-alternative);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center
      }

      @media screen and (max-width: 575px) {
        .send-v2__header {
          height: 59px;
          width: 100vw
        }
      }

      .send-v2__header-tip {
        height: 25px;
        width: 25px;
        background-color: var(--color-background-alternative);
        position: absolute;
        top: 75px
      }

      [dir=ltr] .send-v2__header-tip {
        transform: rotate(45deg);
        left: 178px
      }

      [dir=rtl] .send-v2__header-tip {
        transform: rotate(-45deg);
        right: 178px
      }

      @media screen and (max-width: 575px) {
        .send-v2__header-tip {
          top: 46px;
          left: 0;
          right: 0;
          margin: 0 auto
        }
      }

      .send-v2__title {
        font-size: 1.5rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        text-align: center;
        margin-top: 25px
      }

      .send-v2__copy {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        text-align: center;
        margin-top: 10px;
        width: 287px
      }

      .send-v2__error {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-error-default)
      }

      [dir=ltr] .send-v2__error {
        left: 8px
      }

      [dir=rtl] .send-v2__error {
        right: 8px
      }

      .send-v2__error-amount {
        margin-top: 5px
      }

      .send-v2__warning {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-warning-default)
      }

      [dir=ltr] .send-v2__warning {
        left: 8px
      }

      [dir=rtl] .send-v2__warning {
        right: 8px
      }

      .send-v2__error-border {
        color: var(--color-error-default)
      }

      @media screen and (max-width: 575px) {
        .send-v2__form {
          margin: 0;
          flex: 1 1 auto
        }
      }

      .send-v2__form-header,
      .send-v2__form-header-copy {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center
      }

      .send-v2__form-row {
        margin: 1rem 1rem 0;
        position: relative;
        display: flex;
        flex-flow: row;
        flex: 1 0 auto;
        justify-content: space-between;
        align-items: center
      }

      .send-v2__form-field-container {
        display: flex;
        flex-direction: column;
        width: 277px
      }

      .send-v2__form-field {
        flex: 1 1 auto;
        min-width: 0
      }

      .send-v2__form-field .currency-display,
      .send-v2__form-field .currency-display__currency-symbol,
      .send-v2__form-field .currency-display__converted-value,
      .send-v2__form-field .currency-display__converted-currency,
      .send-v2__form-field .account-list-item__account-secondary-balance {
        color: var(--color-text-alternative)
      }

      .send-v2__form-label {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        color: var(--color-text-alternative);
        width: 95px;
        flex: 0 0 auto
      }

      .send-v2__from-dropdown,
      .send-v2__asset-dropdown {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        border: 1px solid var(--color-border-muted);
        border-radius: 4px;
        background-color: var(--color-background-default);
        color: var(--color-text-default);
        position: relative
      }

      .send-v2__from-dropdown__close-area,
      .send-v2__asset-dropdown__close-area {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%
      }

      [dir=ltr] .send-v2__from-dropdown__close-area,
      [dir=ltr] .send-v2__asset-dropdown__close-area {
        left: 0
      }

      [dir=rtl] .send-v2__from-dropdown__close-area,
      [dir=rtl] .send-v2__asset-dropdown__close-area {
        right: 0
      }

      .send-v2__from-dropdown__list,
      .send-v2__asset-dropdown__list {
        z-index: 1050;
        position: absolute;
        height: 220px;
        width: 100%;
        border: 1px solid var(--color-border-muted);
        border-radius: 4px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        margin-top: 11px;
        overflow-y: scroll
      }

      [dir=ltr] .send-v2__from-dropdown__list,
      [dir=ltr] .send-v2__asset-dropdown__list {
        margin-left: -1px
      }

      [dir=rtl] .send-v2__from-dropdown__list,
      [dir=rtl] .send-v2__asset-dropdown__list {
        margin-right: -1px
      }

      .send-v2__from-dropdown {
        height: 73px
      }

      .send-v2__asset-dropdown {
        height: 54px;
        border: none;
        position: relative
      }

      .send-v2__asset-dropdown__single-asset {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding: 8px
      }

      .send-v2__asset-dropdown__caret {
        color: var(--color-icon-default);
        padding: 0 10px
      }

      .send-v2__asset-dropdown__asset {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding: 0 8px;
        cursor: pointer;
        max-width: 100%;
        overflow: hidden
      }

      .send-v2__asset-dropdown__asset-icon .identicon {
        border: 1px solid var(--color-border-muted)
      }

      .send-v2__asset-dropdown__asset-data {
        display: flex;
        flex-flow: column nowrap;
        flex-grow: 1;
        overflow: hidden
      }

      [dir=ltr] .send-v2__asset-dropdown__asset-data {
        margin-left: 8px
      }

      [dir=rtl] .send-v2__asset-dropdown__asset-data {
        margin-right: 8px
      }

      @media screen and (max-width: 575px) {
        .send-v2__asset-dropdown__asset-data {
          width: 60%
        }
      }

      .send-v2__asset-dropdown__symbol {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .send-v2__asset-dropdown__name {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

      .send-v2__asset-dropdown__name__label {
        min-width: 52px
      }

      [dir=ltr] .send-v2__asset-dropdown__name__label {
        margin-right: .25rem
      }

      [dir=rtl] .send-v2__asset-dropdown__name__label {
        margin-left: .25rem
      }

      .send-v2__asset-dropdown__close-area {
        z-index: 2000
      }

      .send-v2__asset-dropdown__list {
        z-index: 2050;
        position: absolute;
        height: 220px;
        width: 100%;
        border: 1px solid var(--color-border-muted);
        border-radius: 4px;
        background-color: var(--color-background-default);
        box-shadow: var(--shadow-size-sm) var(--color-shadow-default);
        top: 65px;
        box-sizing: content-box;
        overflow-y: scroll;
        margin-top: 0;
        padding: 4px 0
      }

      [dir=ltr] .send-v2__asset-dropdown__list {
        left: 0
      }

      [dir=rtl] .send-v2__asset-dropdown__list {
        right: 0
      }

      .send-v2__asset-dropdown__list .send-v2__asset-dropdown__asset {
        padding: 8px
      }

      .send-v2__asset-dropdown__input-wrapper {
        border: 1px solid var(--color-border-muted);
        border-radius: 4px;
        height: 100%
      }

      .send-v2__asset-dropdown__input-wrapper--opened {
        position: relative;
        z-index: 2050
      }

      .send-v2__asset-dropdown__input-wrapper .send-v2__asset-dropdown__asset {
        height: 100%
      }

      .send-v2__asset-dropdown__input-wrapper .send-v2__asset-dropdown__asset:hover {
        background-color: var(--color-background-default-hover)
      }

      .send-v2__asset-dropdown__input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        z-index: 1025;
        position: relative;
        height: 54px;
        width: 100%;
        border: none;
        border-radius: 4px;
        background-color: var(--color-background-default);
        color: var(--color-text-alternative);
        padding: 10px
      }

      .send-v2__memo-text-area__input,
      .send-v2__hex-data__input {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        z-index: 1025;
        position: relative;
        height: 54px;
        width: 100%;
        border: 1px solid var(--color-border-muted);
        border-radius: 4px;
        background-color: var(--color-background-default);
        color: var(--color-text-alternative);
        padding: 10px
      }

      .send-v2__amount-max {
        font-size: .75rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        position: relative;
        display: inline-block;
        width: 56px;
        height: 20px;
        margin-top: 5px;
        border-radius: 100px
      }

      .send-v2__amount-max__button {
        width: 56px;
        height: 20px;
        position: absolute;
        border: 1px solid var(--color-primary-default);
        border-radius: 100px;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-primary-default);
        background: var(--color-background-default)
      }

      .send-v2__amount-max__button__disabled {
        opacity: .5;
        cursor: auto
      }

      input:checked+.send-v2__amount-max__button {
        background-color: var(--color-primary-default);
        border: 1px solid var(--color-primary-default);
        color: var(--color-primary-inverse)
      }

      .send-v2__amount-max input {
        opacity: 0;
        width: 0;
        height: 0
      }

      .send-v2__sliders-icon-container {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: 24px;
        border: 1px solid var(--color-primary-default);
        border-radius: 4px;
        background-color: var(--color-background-default);
        position: absolute;
        top: 14px;
        cursor: pointer
      }

      [dir=ltr] .send-v2__sliders-icon-container {
        right: 15px
      }

      [dir=rtl] .send-v2__sliders-icon-container {
        left: 15px
      }

      .send-v2__sliders-icon {
        color: var(--color-primary-default)
      }

      .send-v2__memo-text-area__input {
        padding: 6px 10px
      }

      .send-v2__footer {
        height: 92px;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-top: 1px solid var(--color-border-muted);
        background: var(--color-background-default);
        padding: 0 12px;
        flex-shrink: 0
      }

      .send-v2__next-btn,
      .send-v2__cancel-btn {
        width: 163px;
        margin: 0 4px
      }

      .send-v2__gas-modal-card {
        width: 360px;
        display: flex;
        flex-flow: column;
        align-items: flex-start
      }

      [dir=ltr] .send-v2__gas-modal-card {
        padding-left: 20px
      }

      [dir=rtl] .send-v2__gas-modal-card {
        padding-right: 20px
      }

      .send-v2__gas-modal-card__title {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 26px;
        color: var(--color-text-alternative);
        margin-top: 17px
      }

      .send-v2__gas-modal-card__copy {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        height: 38px;
        width: 314px;
        color: var(--color-text-alternative);
        margin-top: 17px
      }

      .send-v2__gas-modal-card .gas-tooltip-input-arrows {
        font-size: 1.125rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        width: 32px;
        height: 54px;
        color: var(--color-text-alternative);
        padding: 0;
        display: flex;
        justify-content: space-around;
        align-items: center
      }

      [dir=ltr] .send-v2__gas-modal-card .gas-tooltip-input-arrows {
        border-left: 1px solid var(--color-border-muted);
        right: 0
      }

      [dir=rtl] .send-v2__gas-modal-card .gas-tooltip-input-arrows {
        border-right: 1px solid var(--color-border-muted);
        left: 0
      }

      .send-v2__gas-modal-card .gas-tooltip-input-arrow-wrapper {
        align-items: center;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center
      }

      .send-v2__gas-modal-card input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none
      }

      .send-v2__gas-modal-card input[type=number]:hover::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none
      }

      .advanced-gas-options-btn {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        justify-content: flex-end;
        color: var(--color-primary-default);
        cursor: pointer;
        margin-top: 5px
      }

      .sliders-icon-container {
        font-size: 1rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: 24px;
        border: 1px solid var(--color-primary-default);
        border-radius: 4px;
        background-color: var(--color-background-default);
        position: absolute;
        top: 14px;
        cursor: pointer
      }

      [dir=ltr] .sliders-icon-container {
        right: 15px
      }

      [dir=rtl] .sliders-icon-container {
        left: 15px
      }

      .gas-fee-reset {
        font-size: .875rem;
        font-family: Euclid Circular B, Roboto, Helvetica, Arial, sans-serif;
        line-height: 140%;
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        border-radius: 4px;
        background-color: var(--color-background-default);
        position: absolute;
        top: 14px;
        cursor: pointer;
        color: var(--color-primary-default)
      }

      [dir=ltr] .gas-fee-reset {
        right: 12px
      }

      [dir=rtl] .gas-fee-reset {
        left: 12px
      }

      .sliders-icon {
        color: var(--color-primary-default)
      }

      .tippy-touch {
        cursor: pointer !important
      }

      .tippy-notransition {
        transition: none !important
      }

      .tippy-popper {
        max-width: 400px;
        perspective: 800px;
        z-index: 9999;
        outline: 0;
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        pointer-events: none
      }

      .tippy-popper.html-template {
        max-width: 96%;
        max-width: calc(100% - 20px)
      }

      .tippy-popper[x-placement^=top] [x-arrow] {
        border-top: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        bottom: -7px;
        margin: 0 9px
      }

      .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
        border-top: 5px solid #333;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -5px
      }

      .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
        border-top: 10px solid #333;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -10px
      }

      [dir=ltr] .tippy-popper[x-placement^=top] [x-circle] {
        transform-origin: 0 33%
      }

      [dir=rtl] .tippy-popper[x-placement^=top] [x-circle] {
        transform-origin: 100% 33%
      }

      .tippy-popper[x-placement^=top] [x-circle].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=top] [x-circle].enter {
        transform: scale(1) translate(-50%, -55%)
      }

      [dir=rtl] .tippy-popper[x-placement^=top] [x-circle].enter {
        transform: scale(1) translate(50%, -55%)
      }

      .tippy-popper[x-placement^=top] [x-circle].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=top] [x-circle].leave {
        transform: scale(.15) translate(-50%, -50%)
      }

      [dir=rtl] .tippy-popper[x-placement^=top] [x-circle].leave {
        transform: scale(.15) translate(50%, -50%)
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
        border-top: 7px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: #000000b3
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
        border-top: 7px solid rgba(0, 0, 0, .7);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-top: 5px solid rgba(0, 0, 0, .7);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent
      }

      .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-top: 10px solid rgba(0, 0, 0, .7);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent
      }

      .tippy-popper[x-placement^=top] [data-animation=perspective] {
        transform-origin: bottom
      }

      .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
        opacity: 1;
        transform: translateY(-10px) rotateX(0)
      }

      .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
        opacity: 0;
        transform: translateY(0) rotateX(90deg)
      }

      .tippy-popper[x-placement^=top] [data-animation=fade].enter {
        opacity: 1;
        transform: translateY(-10px)
      }

      .tippy-popper[x-placement^=top] [data-animation=fade].leave {
        opacity: 0;
        transform: translateY(-10px)
      }

      .tippy-popper[x-placement^=top] [data-animation=shift].enter {
        opacity: 1;
        transform: translateY(-10px)
      }

      .tippy-popper[x-placement^=top] [data-animation=shift].leave {
        opacity: 0;
        transform: translateY(0)
      }

      .tippy-popper[x-placement^=top] [data-animation=scale].enter {
        opacity: 1;
        transform: translateY(-10px) scale(1)
      }

      .tippy-popper[x-placement^=top] [data-animation=scale].leave {
        opacity: 0;
        transform: translateY(0) scale(0)
      }

      .tippy-popper[x-placement^=bottom] [x-arrow] {
        border-bottom: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        top: -7px;
        margin: 0 9px
      }

      .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
        border-bottom: 5px solid #333;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        top: -5px
      }

      .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
        border-bottom: 10px solid #333;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        top: -10px
      }

      [dir=ltr] .tippy-popper[x-placement^=bottom] [x-circle] {
        transform-origin: 0 -50%
      }

      [dir=rtl] .tippy-popper[x-placement^=bottom] [x-circle] {
        transform-origin: 100% -50%
      }

      .tippy-popper[x-placement^=bottom] [x-circle].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=bottom] [x-circle].enter {
        transform: scale(1) translate(-50%, -45%)
      }

      [dir=rtl] .tippy-popper[x-placement^=bottom] [x-circle].enter {
        transform: scale(1) translate(50%, -45%)
      }

      .tippy-popper[x-placement^=bottom] [x-circle].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=bottom] [x-circle].leave {
        transform: scale(.15) translate(-50%, -5%)
      }

      [dir=rtl] .tippy-popper[x-placement^=bottom] [x-circle].leave {
        transform: scale(.15) translate(50%, -5%)
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
        border-bottom: 7px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-bottom: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: #000000b3
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
        border-bottom: 7px solid rgba(0, 0, 0, .7);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-bottom: 5px solid rgba(0, 0, 0, .7);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent
      }

      .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-bottom: 10px solid rgba(0, 0, 0, .7);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent
      }

      .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
        transform-origin: top
      }

      .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
        opacity: 1;
        transform: translateY(10px) rotateX(0)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
        opacity: 0;
        transform: translateY(0) rotateX(-90deg)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
        opacity: 1;
        transform: translateY(10px)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
        opacity: 0;
        transform: translateY(10px)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
        opacity: 1;
        transform: translateY(10px)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
        opacity: 0;
        transform: translateY(0)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
        opacity: 1;
        transform: translateY(10px) scale(1)
      }

      .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
        opacity: 0;
        transform: translateY(0) scale(0)
      }

      .tippy-popper[x-placement^=left] [x-arrow] {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        margin: 6px 0
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [x-arrow] {
        border-left: 7px solid #333;
        right: -7px
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [x-arrow] {
        border-right: 7px solid #333;
        left: -7px
      }

      .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
        border-left: 5px solid #333;
        right: -5px
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
        border-right: 5px solid #333;
        left: -5px
      }

      .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
        border-left: 10px solid #333;
        right: -10px
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
        border-right: 10px solid #333;
        left: -10px
      }

      .tippy-popper[x-placement^=left] [x-circle] {
        transform-origin: 50% 0
      }

      .tippy-popper[x-placement^=left] [x-circle].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [x-circle].enter {
        transform: scale(1) translate(-50%, -50%)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [x-circle].enter {
        transform: scale(1) translate(50%, -50%)
      }

      .tippy-popper[x-placement^=left] [x-circle].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [x-circle].leave {
        transform: scale(.15) translate(-50%, -50%)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [x-circle].leave {
        transform: scale(.15) translate(50%, -50%)
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
        border-left: 7px solid #fff
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
        border-right: 7px solid #fff
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-left: 5px solid #fff
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-right: 5px solid #fff
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-left: 10px solid #fff
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-right: 10px solid #fff
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: #000000b3
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
        border-left: 7px solid rgba(0, 0, 0, .7)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
        border-right: 7px solid rgba(0, 0, 0, .7)
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-left: 5px solid rgba(0, 0, 0, .7)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-right: 5px solid rgba(0, 0, 0, .7)
      }

      .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-left: 10px solid rgba(0, 0, 0, .7)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-right: 10px solid rgba(0, 0, 0, .7)
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=perspective] {
        transform-origin: right
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=perspective] {
        transform-origin: left
      }

      .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
        transform: translate(-10px) rotateY(0)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
        transform: translate(10px) rotateY(0)
      }

      .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
        transform: translate(0) rotateY(-90deg)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
        transform: translate(0) rotateY(90deg)
      }

      .tippy-popper[x-placement^=left] [data-animation=fade].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=fade].enter {
        transform: translate(-10px)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=fade].enter {
        transform: translate(10px)
      }

      .tippy-popper[x-placement^=left] [data-animation=fade].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=fade].leave {
        transform: translate(-10px)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=fade].leave {
        transform: translate(10px)
      }

      .tippy-popper[x-placement^=left] [data-animation=shift].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=shift].enter {
        transform: translate(-10px)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=shift].enter {
        transform: translate(10px)
      }

      .tippy-popper[x-placement^=left] [data-animation=shift].leave {
        opacity: 0;
        transform: translate(0)
      }

      .tippy-popper[x-placement^=left] [data-animation=scale].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=left] [data-animation=scale].enter {
        transform: translate(-10px) scale(1)
      }

      [dir=rtl] .tippy-popper[x-placement^=left] [data-animation=scale].enter {
        transform: translate(10px) scale(1)
      }

      .tippy-popper[x-placement^=left] [data-animation=scale].leave {
        opacity: 0;
        transform: translate(0) scale(0)
      }

      .tippy-popper[x-placement^=right] [x-arrow] {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        margin: 6px 0
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [x-arrow] {
        border-right: 7px solid #333;
        left: -7px
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [x-arrow] {
        border-left: 7px solid #333;
        right: -7px
      }

      .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
        border-right: 5px solid #333;
        left: -5px
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
        border-left: 5px solid #333;
        right: -5px
      }

      .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
        border-right: 10px solid #333;
        left: -10px
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
        border-left: 10px solid #333;
        right: -10px
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [x-circle] {
        transform-origin: -50% 0
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [x-circle] {
        transform-origin: 150% 0
      }

      .tippy-popper[x-placement^=right] [x-circle].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [x-circle].enter {
        transform: scale(1) translate(-50%, -50%)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [x-circle].enter {
        transform: scale(1) translate(50%, -50%)
      }

      .tippy-popper[x-placement^=right] [x-circle].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [x-circle].leave {
        transform: scale(.15) translate(-50%, -50%)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [x-circle].leave {
        transform: scale(.15) translate(50%, -50%)
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
        border-right: 7px solid #fff
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
        border-left: 7px solid #fff
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-right: 5px solid #fff
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
        border-left: 5px solid #fff
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-right: 10px solid #fff
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
        border-left: 10px solid #fff
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: #000000b3
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
        border-right: 7px solid rgba(0, 0, 0, .7)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
        border-left: 7px solid rgba(0, 0, 0, .7)
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-right: 5px solid rgba(0, 0, 0, .7)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
        border-left: 5px solid rgba(0, 0, 0, .7)
      }

      .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
      }

      [dir=ltr] .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-right: 10px solid rgba(0, 0, 0, .7)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
        border-left: 10px solid rgba(0, 0, 0, .7)
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=perspective] {
        transform-origin: left
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=perspective] {
        transform-origin: right
      }

      .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
        transform: translate(10px) rotateY(0)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
        transform: translate(-10px) rotateY(0)
      }

      .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
        transform: translate(0) rotateY(90deg)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
        transform: translate(0) rotateY(-90deg)
      }

      .tippy-popper[x-placement^=right] [data-animation=fade].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=fade].enter {
        transform: translate(10px)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=fade].enter {
        transform: translate(-10px)
      }

      .tippy-popper[x-placement^=right] [data-animation=fade].leave {
        opacity: 0
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=fade].leave {
        transform: translate(10px)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=fade].leave {
        transform: translate(-10px)
      }

      .tippy-popper[x-placement^=right] [data-animation=shift].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=shift].enter {
        transform: translate(10px)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=shift].enter {
        transform: translate(-10px)
      }

      .tippy-popper[x-placement^=right] [data-animation=shift].leave {
        opacity: 0;
        transform: translate(0)
      }

      .tippy-popper[x-placement^=right] [data-animation=scale].enter {
        opacity: 1
      }

      [dir=ltr] .tippy-popper[x-placement^=right] [data-animation=scale].enter {
        transform: translate(10px) scale(1)
      }

      [dir=rtl] .tippy-popper[x-placement^=right] [data-animation=scale].enter {
        transform: translate(-10px) scale(1)
      }

      .tippy-popper[x-placement^=right] [data-animation=scale].leave {
        opacity: 0;
        transform: translate(0) scale(0)
      }

      .tippy-popper .tippy-tooltip.transparent-theme {
        background-color: #000000b3
      }

      .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
        background-color: transparent
      }

      .tippy-popper .tippy-tooltip.light-theme {
        color: #26323d;
        box-shadow: 0 4px 20px 4px #00143c1a, 0 4px 80px -8px #00143c33;
        background-color: #fff
      }

      .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
        background-color: transparent
      }

      .tippy-tooltip {
        position: relative;
        color: #fff;
        border-radius: 4px;
        font-size: .95rem;
        padding: .4rem .8rem;
        text-align: center;
        will-change: transform;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #333
      }

      .tippy-tooltip--small {
        padding: .25rem .5rem;
        font-size: .8rem
      }

      .tippy-tooltip--big {
        padding: .6rem 1.2rem;
        font-size: 1.2rem
      }

      .tippy-tooltip[data-animatefill] {
        overflow: hidden;
        background-color: transparent
      }

      .tippy-tooltip[data-interactive] {
        pointer-events: auto
      }

      .tippy-tooltip[data-inertia] {
        transition-timing-function: cubic-bezier(.53, 2, .36, .85)
      }

      .tippy-tooltip [x-arrow] {
        position: absolute;
        width: 0;
        height: 0
      }

      .tippy-tooltip [x-circle] {
        position: absolute;
        will-change: transform;
        background-color: #333;
        border-radius: 50%;
        width: 130%;
        width: calc(110% + 2rem);
        top: 50%;
        z-index: -1;
        overflow: hidden;
        transition: all ease
      }

      [dir=ltr] .tippy-tooltip [x-circle] {
        left: 50%
      }

      [dir=rtl] .tippy-tooltip [x-circle] {
        right: 50%
      }

      .tippy-tooltip [x-circle]:before {
        content: "";
        padding-top: 90%
      }

      [dir=ltr] .tippy-tooltip [x-circle]:before {
        float: left
      }

      [dir=rtl] .tippy-tooltip [x-circle]:before {
        float: right
      }

      @media (max-width: 450px) {
        .tippy-popper {
          max-width: 96%;
          max-width: calc(100% - 20px)
        }
      }

      :root {
        --brand-colors-white-white000: #ffffff;
        --brand-colors-white-white010: #fcfcfc;
        --brand-colors-black-black000: #000000;
        --brand-colors-grey-grey030: #fafbfc;
        --brand-colors-grey-grey040: #f2f4f6;
        --brand-colors-grey-grey100: #d6d9dc;
        --brand-colors-grey-grey200: #bbc0c5;
        --brand-colors-grey-grey300: #9fa6ae;
        --brand-colors-grey-grey400: #848c96;
        --brand-colors-grey-grey500: #6a737d;
        --brand-colors-grey-grey600: #535a61;
        --brand-colors-grey-grey700: #3b4046;
        --brand-colors-grey-grey750: #2e3339;
        --brand-colors-grey-grey800: #24272a;
        --brand-colors-grey-grey900: #141618;
        --brand-colors-blue-blue000: #eaf6ff;
        --brand-colors-blue-blue100: #a7d9fe;
        --brand-colors-blue-blue200: #75c4fd;
        --brand-colors-blue-blue300: #43aefc;
        --brand-colors-blue-blue400: #1098fc;
        --brand-colors-blue-blue500: #0376c9;
        --brand-colors-blue-blue600: #0260a4;
        --brand-colors-blue-blue700: #024272;
        --brand-colors-blue-blue800: #01253f;
        --brand-colors-blue-blue900: #00080d;
        --brand-colors-orange-orange000: #fef5ef;
        --brand-colors-orange-orange100: #fde2cf;
        --brand-colors-orange-orange200: #fbc49d;
        --brand-colors-orange-orange300: #faa66c;
        --brand-colors-orange-orange400: #f8883b;
        --brand-colors-orange-orange500: #f66a0a;
        --brand-colors-orange-orange600: #bf5208;
        --brand-colors-orange-orange700: #954005;
        --brand-colors-orange-orange800: #632b04;
        --brand-colors-orange-orange900: #321602;
        --brand-colors-green-green000: #f3fcf5;
        --brand-colors-green-green100: #d6ffdf;
        --brand-colors-green-green200: #afecbd;
        --brand-colors-green-green300: #86e29b;
        --brand-colors-green-green400: #5dd879;
        --brand-colors-green-green500: #28a745;
        --brand-colors-green-green600: #1c8234;
        --brand-colors-green-green700: #145523;
        --brand-colors-green-green800: #0a2c12;
        --brand-colors-green-green900: #041007;
        --brand-colors-red-red000: #fcf2f3;
        --brand-colors-red-red100: #f7d5d8;
        --brand-colors-red-red200: #f1b9be;
        --brand-colors-red-red300: #e88f97;
        --brand-colors-red-red400: #e06470;
        --brand-colors-red-red500: #d73847;
        --brand-colors-red-red600: #b92534;
        --brand-colors-red-red700: #8e1d28;
        --brand-colors-red-red800: #64141c;
        --brand-colors-red-red900: #3a0c10;
        --brand-colors-purple-purple500: #8b45b6;
        --brand-colors-violet-violet300: #cfb5f0;
        --brand-colors-yellow-yellow000: #fffdf8;
        --brand-colors-yellow-yellow100: #fefcde;
        --brand-colors-yellow-yellow200: #fff2c5;
        --brand-colors-yellow-yellow300: #ffeaa3;
        --brand-colors-yellow-yellow400: #ffdf70;
        --brand-colors-yellow-yellow500: #ffd33d;
        --brand-colors-yellow-yellow600: #ffc70a;
        --font-family-euclid-circular-b: "Euclid Circular B", sans-serif;
        --font-family-roboto: "Roboto", sans-serif;
        --font-family-sans: "Euclid Circular B", "Roboto", sans-serif;
        --font-size-base: 16px;
        --font-size-1: .625rem;
        --font-size-2: .75rem;
        --font-size-3: .875rem;
        --font-size-4: 1rem;
        --font-size-5: 1.125rem;
        --font-size-6: 1.5rem;
        --font-size-7: 2rem;
        --font-size-8: 3rem;
        --line-height-1: 1rem;
        --line-height-2: 1.25rem;
        --line-height-3: 1.375rem;
        --line-height-4: 1.5rem;
        --line-height-5: 2rem;
        --line-height-6: 2.5rem;
        --line-height-7: 3.5rem;
        --font-weight-regular: 400;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --letter-spacing-0: 0;
        --letter-spacing-1: 2.5%;
        --typography-s-display-md-font-family: var(--font-family-sans);
        --typography-s-display-md-font-size: var(--font-size-7);
        --typography-s-display-md-line-height: var(--line-height-6);
        --typography-s-display-md-font-weight: var(--font-weight-bold);
        --typography-s-display-md-letter-spacing: var(--letter-spacing-0);
        --typography-s-heading-lg-font-family: var(--font-family-sans);
        --typography-s-heading-lg-font-size: var(--font-size-6);
        --typography-s-heading-lg-line-height: var(--line-height-5);
        --typography-s-heading-lg-font-weight: var(--font-weight-bold);
        --typography-s-heading-lg-letter-spacing: var(--letter-spacing-0);
        --typography-s-heading-md-font-family: var(--font-family-sans);
        --typography-s-heading-md-font-size: var(--font-size-5);
        --typography-s-heading-md-line-height: var(--line-height-4);
        --typography-s-heading-md-font-weight: var(--font-weight-bold);
        --typography-s-heading-md-letter-spacing: var(--letter-spacing-0);
        --typography-s-heading-sm-font-family: var(--font-family-sans);
        --typography-s-heading-sm-font-size: var(--font-size-4);
        --typography-s-heading-sm-line-height: var(--line-height-4);
        --typography-s-heading-sm-font-weight: var(--font-weight-bold);
        --typography-s-heading-sm-letter-spacing: var(--letter-spacing-0);
        --typography-s-heading-sm-regular-font-family: var(--font-family-sans);
        --typography-s-heading-sm-regular-font-size: var(--font-size-4);
        --typography-s-heading-sm-regular-line-height: var(--line-height-4);
        --typography-s-heading-sm-regular-font-weight: var(--font-weight-regular);
        --typography-s-heading-sm-regular-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-lg-medium-font-family: var(--font-family-sans);
        --typography-s-body-lg-medium-font-size: var(--font-size-4);
        --typography-s-body-lg-medium-line-height: var(--line-height-4);
        --typography-s-body-lg-medium-font-weight: var(--font-weight-medium);
        --typography-s-body-lg-medium-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-lg-regular-font-family: var(--font-family-sans);
        --typography-s-body-lg-regular-font-size: var(--font-size-4);
        --typography-s-body-lg-regular-line-height: var(--line-height-4);
        --typography-s-body-lg-regular-font-weight: var(--font-weight-medium);
        --typography-s-body-lg-regular-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-md-bold-font-family: var(--font-family-sans);
        --typography-s-body-md-bold-font-size: var(--font-size-3);
        --typography-s-body-md-bold-line-height: var(--line-height-3);
        --typography-s-body-md-bold-font-weight: var(--font-weight-bold);
        --typography-s-body-md-bold-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-md-medium-font-family: var(--font-family-sans);
        --typography-s-body-md-medium-font-size: var(--font-size-3);
        --typography-s-body-md-medium-line-height: var(--line-height-3);
        --typography-s-body-md-medium-font-weight: var(--font-weight-medium);
        --typography-s-body-md-medium-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-md-font-family: var(--font-family-sans);
        --typography-s-body-md-font-size: var(--font-size-3);
        --typography-s-body-md-line-height: var(--line-height-3);
        --typography-s-body-md-font-weight: var(--font-weight-regular);
        --typography-s-body-md-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-sm-bold-font-family: var(--font-family-sans);
        --typography-s-body-sm-bold-font-size: var(--font-size-2);
        --typography-s-body-sm-bold-line-height: var(--line-height-2);
        --typography-s-body-sm-bold-font-weight: var(--font-weight-bold);
        --typography-s-body-sm-bold-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-sm-medium-font-family: var(--font-family-sans);
        --typography-s-body-sm-medium-font-size: var(--font-size-2);
        --typography-s-body-sm-medium-line-height: var(--line-height-2);
        --typography-s-body-sm-medium-font-weight: var(--font-weight-medium);
        --typography-s-body-sm-medium-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-sm-font-family: var(--font-family-sans);
        --typography-s-body-sm-font-size: var(--font-size-2);
        --typography-s-body-sm-line-height: var(--line-height-2);
        --typography-s-body-sm-font-weight: var(--font-weight-regular);
        --typography-s-body-sm-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-xs-medium-font-family: var(--font-family-sans);
        --typography-s-body-xs-medium-font-size: var(--font-size-1);
        --typography-s-body-xs-medium-line-height: var(--line-height-1);
        --typography-s-body-xs-medium-font-weight: var(--font-weight-medium);
        --typography-s-body-xs-medium-letter-spacing: var(--letter-spacing-0);
        --typography-s-body-xs-font-family: var(--font-family-sans);
        --typography-s-body-xs-font-size: var(--font-size-1);
        --typography-s-body-xs-line-height: var(--line-height-1);
        --typography-s-body-xs-font-weight: var(--font-weight-regular);
        --typography-s-body-xs-letter-spacing: var(--letter-spacing-0);
        --typography-l-display-md-font-family: var(--font-family-sans);
        --typography-l-display-md-font-size: var(--font-size-8);
        --typography-l-display-md-line-height: var(--line-height-7);
        --typography-l-display-md-font-weight: var(--font-weight-medium);
        --typography-l-display-md-letter-spacing: var(--letter-spacing-0);
        --typography-l-heading-lg-font-family: var(--font-family-sans);
        --typography-l-heading-lg-font-size: var(--font-size-7);
        --typography-l-heading-lg-line-height: var(--line-height-6);
        --typography-l-heading-lg-font-weight: var(--font-weight-bold);
        --typography-l-heading-lg-letter-spacing: var(--letter-spacing-0);
        --typography-l-heading-md-font-family: var(--font-family-sans);
        --typography-l-heading-md-font-size: var(--font-size-6);
        --typography-l-heading-md-line-height: var(--line-height-5);
        --typography-l-heading-md-font-weight: var(--font-weight-bold);
        --typography-l-heading-md-letter-spacing: var(--letter-spacing-0);
        --typography-l-heading-sm-font-family: var(--font-family-sans);
        --typography-l-heading-sm-font-size: var(--font-size-5);
        --typography-l-heading-sm-line-height: var(--line-height-4);
        --typography-l-heading-sm-font-weight: var(--font-weight-bold);
        --typography-l-heading-sm-letter-spacing: var(--letter-spacing-0);
        --typography-l-heading-sm-regular-font-family: var(--font-family-sans);
        --typography-l-heading-sm-regular-font-size: var(--font-size-5);
        --typography-l-heading-sm-regular-line-height: var(--line-height-4);
        --typography-l-heading-sm-regular-font-weight: var(--font-weight-regular);
        --typography-l-heading-sm-regular-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-lg-medium-font-family: var(--font-family-sans);
        --typography-l-body-lg-medium-font-size: var(--font-size-5);
        --typography-l-body-lg-medium-line-height: var(--line-height-4);
        --typography-l-body-lg-medium-font-weight: var(--font-weight-medium);
        --typography-l-body-lg-medium-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-md-bold-font-family: var(--font-family-sans);
        --typography-l-body-md-bold-font-size: var(--font-size-4);
        --typography-l-body-md-bold-line-height: var(--line-height-4);
        --typography-l-body-md-bold-font-weight: var(--font-weight-bold);
        --typography-l-body-md-bold-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-md-medium-font-family: var(--font-family-sans);
        --typography-l-body-md-medium-font-size: var(--font-size-4);
        --typography-l-body-md-medium-line-height: var(--line-height-4);
        --typography-l-body-md-medium-font-weight: var(--font-weight-medium);
        --typography-l-body-md-medium-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-md-font-family: var(--font-family-sans);
        --typography-l-body-md-font-size: var(--font-size-4);
        --typography-l-body-md-line-height: var(--line-height-4);
        --typography-l-body-md-font-weight: var(--font-weight-regular);
        --typography-l-body-md-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-sm-bold-font-family: var(--font-family-sans);
        --typography-l-body-sm-bold-font-size: var(--font-size-3);
        --typography-l-body-sm-bold-line-height: var(--line-height-3);
        --typography-l-body-sm-bold-font-weight: var(--font-weight-bold);
        --typography-l-body-sm-bold-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-sm-medium-font-family: var(--font-family-sans);
        --typography-l-body-sm-medium-font-size: var(--font-size-3);
        --typography-l-body-sm-medium-line-height: var(--line-height-3);
        --typography-l-body-sm-medium-font-weight: var(--font-weight-medium);
        --typography-l-body-sm-medium-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-sm-font-family: var(--font-family-sans);
        --typography-l-body-sm-font-size: var(--font-size-3);
        --typography-l-body-sm-line-height: var(--line-height-3);
        --typography-l-body-sm-font-weight: var(--font-weight-regular);
        --typography-l-body-sm-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-xs-medium-font-family: var(--font-family-sans);
        --typography-l-body-xs-medium-font-size: var(--font-size-2);
        --typography-l-body-xs-medium-line-height: var(--line-height-2);
        --typography-l-body-xs-medium-font-weight: var(--font-weight-medium);
        --typography-l-body-xs-medium-letter-spacing: var(--letter-spacing-0);
        --typography-l-body-xs-font-family: var(--font-family-sans);
        --typography-l-body-xs-font-size: var(--font-size-2);
        --typography-l-body-xs-line-height: var(--line-height-2);
        --typography-l-body-xs-font-weight: var(--font-weight-regular);
        --typography-l-body-xs-letter-spacing: var(--letter-spacing-0);
        --shadow-size-xs: 0 2px 4px 0;
        --shadow-size-sm: 0 2px 8px 0;
        --shadow-size-md: 0 2px 16px 0;
        --shadow-size-lg: 0 2px 40px 0
      }

      :root,
      [data-theme=light] {
        --color-background-default: var(--brand-colors-white-white000);
        --color-background-default-hover: #fafafa;
        --color-background-default-pressed: #ebebeb;
        --color-background-alternative: var(--brand-colors-grey-grey040);
        --color-background-alternative-hover: #edeff1;
        --color-background-alternative-pressed: #dfe0e2;
        --color-background-hover: #00000005;
        --color-background-pressed: #00000014;
        --color-text-default: var(--brand-colors-grey-grey800);
        --color-text-alternative: var(--brand-colors-grey-grey600);
        --color-text-muted: var(--brand-colors-grey-grey200);
        --color-icon-default: var(--brand-colors-grey-grey800);
        --color-icon-alternative: var(--brand-colors-grey-grey500);
        --color-icon-muted: var(--brand-colors-grey-grey200);
        --color-border-default: var(--brand-colors-grey-grey200);
        --color-border-muted: var(--brand-colors-grey-grey100);
        --color-overlay-default: #00000099;
        --color-overlay-alternative: #000000cc;
        --color-overlay-inverse: var(--brand-colors-white-white010);
        --color-shadow-default: #0000001a;
        --color-primary-default: var(--brand-colors-blue-blue500);
        --color-primary-default-hover: #0379ce;
        --color-primary-default-pressed: #036db9;
        --color-primary-alternative: var(--brand-colors-blue-blue600);
        --color-primary-muted: #0376c919;
        --color-primary-inverse: var(--brand-colors-white-white000);
        --color-primary-disabled: #0376c980;
        --color-primary-shadow: #0376c933;
        --color-secondary-default: var(--brand-colors-orange-orange500);
        --color-secondary-alternative: var(--brand-colors-orange-orange600);
        --color-secondary-muted: #f66a0a19;
        --color-secondary-inverse: var(--brand-colors-white-white000);
        --color-secondary-disabled: #f66a0a80;
        --color-error-default: var(--brand-colors-red-red500);
        --color-error-default-hover: #cd4250;
        --color-error-default-pressed: #c63441;
        --color-error-alternative: var(--brand-colors-red-red600);
        --color-error-muted: #d7384719;
        --color-error-inverse: var(--brand-colors-white-white000);
        --color-error-disabled: #d7384780;
        --color-error-shadow: #d7384766;
        --color-warning-default: var(--brand-colors-orange-orange600);
        --color-warning-default-hover: #c2540a;
        --color-warning-default-pressed: #a24507;
        --color-warning-alternative: var(--brand-colors-yellow-yellow600);
        --color-warning-muted: #bf520819;
        --color-warning-inverse: var(--brand-colors-white-white000);
        --color-warning-disabled: #ffd33d80;
        --color-success-default: var(--brand-colors-green-green600);
        --color-success-default-hover: #208838;
        --color-success-default-pressed: #1b7431;
        --color-success-alternative: var(--brand-colors-green-green500);
        --color-success-muted: #1c823419;
        --color-success-inverse: var(--brand-colors-white-white000);
        --color-success-disabled: #28a74580;
        --color-info-default: var(--brand-colors-blue-blue500);
        --color-info-alternative: var(--brand-colors-blue-blue600);
        --color-info-muted: #0376c919;
        --color-info-inverse: var(--brand-colors-white-white000);
        --color-info-disabled: #0376c980;
        --color-network-goerli-default: var(--brand-colors-blue-blue400);
        --color-network-goerli-inverse: var(--brand-colors-white-white010);
        --color-network-localhost-default: var(--brand-colors-grey-grey200);
        --color-network-localhost-inverse: var(--brand-colors-white-white010);
        --color-network-sepolia-default: var(--brand-colors-violet-violet300);
        --color-network-sepolia-inverse: var(--brand-colors-white-white010);
        --color-flask-default: var(--brand-colors-purple-purple500);
        --color-flask-inverse: var(--brand-colors-white-white010);
        --component-button-primary-shadow: var(--shadow-size-sm) var(--color-primary-shadow);
        --component-button-danger-shadow: var(--shadow-size-sm) var(--color-error-shadow)
      }

      [data-theme=dark] {
        --color-background-default: var(--brand-colors-grey-grey800);
        --color-background-default-hover: #282b2e;
        --color-background-default-pressed: #36383b;
        --color-background-alternative: var(--brand-colors-grey-grey900);
        --color-background-alternative-hover: #191b1d;
        --color-background-alternative-pressed: #27292a;
        --color-background-hover: #ffffff05;
        --color-background-pressed: #ffffff14;
        --color-text-default: var(--brand-colors-white-white000);
        --color-text-alternative: var(--brand-colors-grey-grey100);
        --color-text-muted: var(--brand-colors-grey-grey400);
        --color-icon-default: var(--brand-colors-white-white000);
        --color-icon-alternative: var(--brand-colors-grey-grey200);
        --color-icon-muted: var(--brand-colors-grey-grey400);
        --color-border-default: var(--brand-colors-grey-grey400);
        --color-border-muted: var(--brand-colors-grey-grey700);
        --color-overlay-default: #00000099;
        --color-overlay-alternative: #000000cc;
        --color-shadow-default: #00000080;
        --color-overlay-inverse: var(--brand-colors-white-white010);
        --color-primary-default: var(--brand-colors-blue-blue400);
        --color-primary-default-hover: #0092fa;
        --color-primary-default-pressed: #54b6fc;
        --color-primary-alternative: var(--brand-colors-blue-blue300);
        --color-primary-muted: #1098fc26;
        --color-primary-inverse: var(--brand-colors-grey-grey900);
        --color-primary-disabled: #1098fc80;
        --color-primary-shadow: #0376c933;
        --color-secondary-default: var(--brand-colors-orange-orange400);
        --color-secondary-alternative: var(--brand-colors-orange-orange300);
        --color-secondary-muted: #f8883b26;
        --color-secondary-inverse: var(--brand-colors-grey-grey900);
        --color-secondary-disabled: #f8883b80;
        --color-error-default: #ff5263;
        --color-error-default-hover: #ff4d58;
        --color-error-default-pressed: #f9868e;
        --color-error-alternative: var(--brand-colors-red-red300);
        --color-error-muted: #ff526326;
        --color-error-inverse: var(--brand-colors-grey-grey900);
        --color-error-disabled: #d7384780;
        --color-error-shadow: #ff526366;
        --color-warning-default: var(--brand-colors-yellow-yellow500);
        --color-warning-default-hover: #ffc60a;
        --color-warning-default-pressed: #ffeaa3d1;
        --color-warning-alternative: var(--brand-colors-yellow-yellow400);
        --color-warning-muted: #ffd33d26;
        --color-warning-inverse: var(--brand-colors-grey-grey900);
        --color-warning-disabled: #ffd33d80;
        --color-success-default: var(--brand-colors-green-green500);
        --color-success-default-hover: #05b82f;
        --color-success-default-pressed: #6aec88;
        --color-success-alternative: var(--brand-colors-green-green400);
        --color-success-muted: #28a74526;
        --color-success-inverse: var(--brand-colors-grey-grey900);
        --color-success-disabled: #28a74580;
        --color-info-default: var(--brand-colors-blue-blue400);
        --color-info-alternative: var(--brand-colors-blue-blue300);
        --color-info-muted: #1098fc26;
        --color-info-inverse: var(--brand-colors-grey-grey900);
        --color-info-disabled: #0376c980
      }