     /* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUtiZTaR.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUJiZTaR.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUliZTaR.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUhiZTaR.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9osUZiZQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

      .text-black {
        color: #232323;
      }
      .text-white {
        color: #fff;
      }
      .text-main {
        color: #a12327;
      }
      .text-sub {
        color: #052158;
      }
      .text-red {
        color: #e6312e;
      }
      .bg-black {
        background-color: #232323;
      }
      .bg-white {
        background-color: #fff;
      }
      .bg-main {
        background-color: #a12327;
      }
      .bg-sub {
        background-color: #052158;
      }
      .bg-red {
        background-color: #e6312e;
      }
      .bg-gray {
        background-color: #e4ebf4;
      }
      .bg-gray2 {
        background-color: #f0f4f8;
      }
      .bg-gray3 {
        background-color: #e3e9f0;
      }
      .bg-beige {
        background-color: #fbf2d9;
      }
      .border-main {
        border-color: #a12327 !important;
      }
      .border-sub {
        border-color: #052158 !important;
      }
      .border-red {
        border-color: #e6312e !important;
      }
      .border-gray {
        border-color: #e4ebf4 !important;
      }
      .border-gray2 {
        border-color: #f0f4f8 !important;
      }
      .border-blue {
        border-color: #b1c3e6 !important;
      }
      :root {
        --blue: #007bff;
        --indigo: #6610f2;
        --purple: #6f42c1;
        --pink: #e83e8c;
        --red: #dc3545;
        --orange: #fd7e14;
        --yellow: #ffc107;
        --green: #28a745;
        --teal: #20c997;
        --cyan: #17a2b8;
        --white: #fff;
        --gray: #6c757d;
        --gray-dark: #343a40;
        --primary: #a12327;
        --secondary: #052158;
        --success: #28a745;
        --info: #17a2b8;
        --warning: #ffc107;
        --danger: #dc3545;
        --light: #e8e8e8;
        --dark: #343a40;
        --breakpoint-xs: 0;
        --breakpoint-flow-sm: 470px;
        --breakpoint-sm: 576px;
        --breakpoint-md: 768px;
        --breakpoint-lg: 992px;
        --breakpoint-xl: 1200px;
        --font-family-sans-serif: source-han-sans-japanese, sans-serif;
        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
      }
      html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      }
      article,
      aside,
      figcaption,
      figure,
      footer,
      header,
      hgroup,
      main,
      nav,
      section {
        display: block;
      }
      body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
          Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
          Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.74;
        color: #212529;
        text-align: left;
        background-color: #fff;
      }
      [tabindex="-1"]:focus:not(:focus-visible) {
        outline: 0 !important;
      }
      hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
      }
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
      }
      p {
        margin-top: 0;
        margin-bottom: 1rem;
      }
      abbr[data-original-title],
      abbr[title] {
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
        cursor: help;
        border-bottom: 0;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
      }
      address {
        font-style: normal;
        line-height: inherit;
      }
      address,
      dl,
      ol,
      ul {
        margin-bottom: 1rem;
      }
      dl,
      ol,
      ul {
        margin-top: 0;
      }
      ol ol,
      ol ul,
      ul ol,
      ul ul {
        margin-bottom: 0;
      }
      dt {
        font-weight: 700;
      }
      dd {
        margin-bottom: 0.5rem;
        margin-left: 0;
      }
      blockquote {
        margin: 0 0 1rem;
      }
      b,
      strong {
        font-weight: bolder;
      }
      small {
        font-size: 80%;
      }
      sub,
      sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
      }
      sub {
        bottom: -0.25em;
      }
      sup {
        top: -0.5em;
      }
      a {
        color: #6793e6;
        background-color: transparent;
      }
      a,
      a:hover {
        text-decoration: none;
      }
      a:hover {
        color: #0056b3;
      }
      a:not([href]):not([class]),
      a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
      }
      code,
      kbd,
      pre,
      samp {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
          Courier New, monospace;
        font-size: 1em;
      }
      pre {
        margin-top: 0;
        margin-bottom: 1rem;
        overflow: auto;
        -ms-overflow-style: scrollbar;
      }
      figure {
        margin: 0 0 1rem;
      }
      img {
        border-style: none;
      }
      img,
      svg {
        vertical-align: middle;
      }
      svg {
        overflow: hidden;
      }
      table {
        border-collapse: collapse;
      }
      caption {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        color: #6c757d;
        text-align: left;
        caption-side: bottom;
      }
      th {
        text-align: inherit;
        text-align: -webkit-match-parent;
      }
      label {
        display: inline-block;
        margin-bottom: 0.5rem;
      }
      button {
        border-radius: 0;
      }
      button:focus:not(:focus-visible) {
        outline: 0;
      }
      button,
      input,
      optgroup,
      select,
      textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
      }
      button,
      input {
        overflow: visible;
      }
      button,
      select {
        text-transform: none;
      }
      [role="button"] {
        cursor: pointer;
      }
      select {
        word-wrap: normal;
      }
      [type="button"],
      [type="reset"],
      [type="submit"],
      button {
        -webkit-appearance: button;
      }
      [type="button"]:not(:disabled),
      [type="reset"]:not(:disabled),
      [type="submit"]:not(:disabled),
      button:not(:disabled) {
        cursor: pointer;
      }
      [type="button"]::-moz-focus-inner,
      [type="reset"]::-moz-focus-inner,
      [type="submit"]::-moz-focus-inner,
      button::-moz-focus-inner {
        padding: 0;
        border-style: none;
      }
      input[type="checkbox"],
      input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
      }
      textarea {
        overflow: auto;
        resize: vertical;
      }
      fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
      }
      legend {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        line-height: inherit;
        color: inherit;
        white-space: normal;
      }
      progress {
        vertical-align: baseline;
      }
      [type="number"]::-webkit-inner-spin-button,
      [type="number"]::-webkit-outer-spin-button {
        height: auto;
      }
      [type="search"] {
        outline-offset: -2px;
        -webkit-appearance: none;
      }
      [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
      }
      ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button;
      }
      output {
        display: inline-block;
      }
      summary {
        display: list-item;
        cursor: pointer;
      }
      template {
        display: none;
      }
      [hidden] {
        display: none !important;
      }
      .h1,
      .h2,
      .h3,
      .h4,
      .h5,
      .h6,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
      }
      .h1,
      h1 {
        font-size: 2.5rem;
      }
      .h2,
      h2 {
        font-size: 2rem;
      }
      .h3,
      h3 {
        font-size: 1.75rem;
      }
      .h4,
      h4 {
        font-size: 1.5rem;
      }
      .h5,
      h5 {
        font-size: 1.25rem;
      }
      .h6,
      h6 {
        font-size: 1rem;
      }
      .lead {
        font-size: 1.25rem;
        font-weight: 300;
      }
      .display-1 {
        font-size: 6rem;
      }
      .display-1,
      .display-2 {
        font-weight: 300;
        line-height: 1.2;
      }
      .display-2 {
        font-size: 5.5rem;
      }
      .display-3 {
        font-size: 4.5rem;
      }
      .display-3,
      .display-4 {
        font-weight: 300;
        line-height: 1.2;
      }
      .display-4 {
        font-size: 3.5rem;
      }
      hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
      }
      .small,
      small {
        font-size: 0.875em;
        font-weight: 400;
      }
      .mark,
      mark {
        padding: 0.2em;
        background-color: #fcf8e3;
      }
      .list-inline,
      .list-unstyled {
        padding-left: 0;
        list-style: none;
      }
      .list-inline-item {
        display: inline-block;
      }
      .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
      }
      .initialism {
        font-size: 90%;
        text-transform: uppercase;
      }
      .blockquote {
        margin-bottom: 1rem;
        font-size: 1.25rem;
      }
      .blockquote-footer {
        display: block;
        font-size: 0.875em;
        color: #6c757d;
      }
      .blockquote-footer:before {
        content: "\2014\A0";
      }
      .container,
      .container-fluid,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl {
        width: 100%;
        padding-right: 1.2rem;
        padding-left: 1.2rem;
        margin-right: auto;
        margin-left: auto;
      }
      @media (min-width: 576px) {
        .container,
        .container-flow-sm,
        .container-sm {
          max-width: 540px;
        }
      }
      @media (min-width: 768px) {
        .container,
        .container-flow-sm,
        .container-md,
        .container-sm {
          max-width: 720px;
        }
      }
      @media (min-width: 992px) {
        .container,
        .container-flow-sm,
        .container-lg,
        .container-md,
        .container-sm {
          max-width: 960px;
        }
      }
      @media (min-width: 1200px) {
        .container,
        .container-flow-sm,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
          max-width: 95%;
        }
      }
      .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.2rem;
        margin-left: -1.2rem;
      }
      .no-gutters {
        margin-right: 0;
        margin-left: 0;
      }
      .no-gutters > .col,
      .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
      }
      .col,
      .col-1,
      .col-2,
      .col-3,
      .col-4,
      .col-5,
      .col-6,
      .col-7,
      .col-8,
      .col-9,
      .col-10,
      .col-11,
      .col-12,
      .col-auto,
      .col-flow-sm,
      .col-flow-sm-1,
      .col-flow-sm-2,
      .col-flow-sm-3,
      .col-flow-sm-4,
      .col-flow-sm-5,
      .col-flow-sm-6,
      .col-flow-sm-7,
      .col-flow-sm-8,
      .col-flow-sm-9,
      .col-flow-sm-10,
      .col-flow-sm-11,
      .col-flow-sm-12,
      .col-flow-sm-auto,
      .col-lg,
      .col-lg-1,
      .col-lg-2,
      .col-lg-3,
      .col-lg-4,
      .col-lg-5,
      .col-lg-6,
      .col-lg-7,
      .col-lg-8,
      .col-lg-9,
      .col-lg-10,
      .col-lg-11,
      .col-lg-12,
      .col-lg-auto,
      .col-md,
      .col-md-1,
      .col-md-2,
      .col-md-3,
      .col-md-4,
      .col-md-5,
      .col-md-6,
      .col-md-7,
      .col-md-8,
      .col-md-9,
      .col-md-10,
      .col-md-11,
      .col-md-12,
      .col-md-auto,
      .col-sm,
      .col-sm-1,
      .col-sm-2,
      .col-sm-3,
      .col-sm-4,
      .col-sm-5,
      .col-sm-6,
      .col-sm-7,
      .col-sm-8,
      .col-sm-9,
      .col-sm-10,
      .col-sm-11,
      .col-sm-12,
      .col-sm-auto,
      .col-xl,
      .col-xl-1,
      .col-xl-2,
      .col-xl-3,
      .col-xl-4,
      .col-xl-5,
      .col-xl-6,
      .col-xl-7,
      .col-xl-8,
      .col-xl-9,
      .col-xl-10,
      .col-xl-11,
      .col-xl-12,
      .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 1.2rem;
        padding-left: 1.2rem;
      }
      .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
      }
      .row-cols-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .row-cols-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
      }
      .row-cols-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
      }
      .row-cols-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
      }
      .row-cols-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
      }
      .row-cols-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
      }
      .col-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
      }
      .col-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
      }
      .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
      }
      .col-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
      }
      .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
      }
      .col-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
      }
      .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
      }
      .col-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
      }
      .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .order-first {
        order: -1;
      }
      .order-last {
        order: 13;
      }
      .order-0 {
        order: 0;
      }
      .order-1 {
        order: 1;
      }
      .order-2 {
        order: 2;
      }
      .order-3 {
        order: 3;
      }
      .order-4 {
        order: 4;
      }
      .order-5 {
        order: 5;
      }
      .order-6 {
        order: 6;
      }
      .order-7 {
        order: 7;
      }
      .order-8 {
        order: 8;
      }
      .order-9 {
        order: 9;
      }
      .order-10 {
        order: 10;
      }
      .order-11 {
        order: 11;
      }
      .order-12 {
        order: 12;
      }
      .offset-1 {
        margin-left: 8.33333333%;
      }
      .offset-2 {
        margin-left: 16.66666667%;
      }
      .offset-3 {
        margin-left: 25%;
      }
      .offset-4 {
        margin-left: 33.33333333%;
      }
      .offset-5 {
        margin-left: 41.66666667%;
      }
      .offset-6 {
        margin-left: 50%;
      }
      .offset-7 {
        margin-left: 58.33333333%;
      }
      .offset-8 {
        margin-left: 66.66666667%;
      }
      .offset-9 {
        margin-left: 75%;
      }
      .offset-10 {
        margin-left: 83.33333333%;
      }
      .offset-11 {
        margin-left: 91.66666667%;
      }
      @media (min-width: 470px) {
        .col-flow-sm {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
        }
        .row-cols-flow-sm-1 > * {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .row-cols-flow-sm-2 > * {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .row-cols-flow-sm-3 > * {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
        }
        .row-cols-flow-sm-4 > * {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .row-cols-flow-sm-5 > * {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .row-cols-flow-sm-6 > * {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%;
        }
        .col-flow-sm-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
        }
        .col-flow-sm-1 {
          flex: 0 0 8.33333333%;
          max-width: 8.33333333%;
        }
        .col-flow-sm-2 {
          flex: 0 0 16.66666667%;
          max-width: 16.66666667%;
        }
        .col-flow-sm-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .col-flow-sm-4 {
          flex: 0 0 33.33333333%;
          max-width: 33.33333333%;
        }
        .col-flow-sm-5 {
          flex: 0 0 41.66666667%;
          max-width: 41.66666667%;
        }
        .col-flow-sm-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .col-flow-sm-7 {
          flex: 0 0 58.33333333%;
          max-width: 58.33333333%;
        }
        .col-flow-sm-8 {
          flex: 0 0 66.66666667%;
          max-width: 66.66666667%;
        }
        .col-flow-sm-9 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .col-flow-sm-10 {
          flex: 0 0 83.33333333%;
          max-width: 83.33333333%;
        }
        .col-flow-sm-11 {
          flex: 0 0 91.66666667%;
          max-width: 91.66666667%;
        }
        .col-flow-sm-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .order-flow-sm-first {
          order: -1;
        }
        .order-flow-sm-last {
          order: 13;
        }
        .order-flow-sm-0 {
          order: 0;
        }
        .order-flow-sm-1 {
          order: 1;
        }
        .order-flow-sm-2 {
          order: 2;
        }
        .order-flow-sm-3 {
          order: 3;
        }
        .order-flow-sm-4 {
          order: 4;
        }
        .order-flow-sm-5 {
          order: 5;
        }
        .order-flow-sm-6 {
          order: 6;
        }
        .order-flow-sm-7 {
          order: 7;
        }
        .order-flow-sm-8 {
          order: 8;
        }
        .order-flow-sm-9 {
          order: 9;
        }
        .order-flow-sm-10 {
          order: 10;
        }
        .order-flow-sm-11 {
          order: 11;
        }
        .order-flow-sm-12 {
          order: 12;
        }
        .offset-flow-sm-0 {
          margin-left: 0;
        }
        .offset-flow-sm-1 {
          margin-left: 8.33333333%;
        }
        .offset-flow-sm-2 {
          margin-left: 16.66666667%;
        }
        .offset-flow-sm-3 {
          margin-left: 25%;
        }
        .offset-flow-sm-4 {
          margin-left: 33.33333333%;
        }
        .offset-flow-sm-5 {
          margin-left: 41.66666667%;
        }
        .offset-flow-sm-6 {
          margin-left: 50%;
        }
        .offset-flow-sm-7 {
          margin-left: 58.33333333%;
        }
        .offset-flow-sm-8 {
          margin-left: 66.66666667%;
        }
        .offset-flow-sm-9 {
          margin-left: 75%;
        }
        .offset-flow-sm-10 {
          margin-left: 83.33333333%;
        }
        .offset-flow-sm-11 {
          margin-left: 91.66666667%;
        }
      }
      @media (min-width: 576px) {
        .col-sm {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
        }
        .row-cols-sm-1 > * {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .row-cols-sm-2 > * {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .row-cols-sm-3 > * {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
        }
        .row-cols-sm-4 > * {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .row-cols-sm-5 > * {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .row-cols-sm-6 > * {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%;
        }
        .col-sm-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
        }
        .col-sm-1 {
          flex: 0 0 8.33333333%;
          max-width: 8.33333333%;
        }
        .col-sm-2 {
          flex: 0 0 16.66666667%;
          max-width: 16.66666667%;
        }
        .col-sm-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .col-sm-4 {
          flex: 0 0 33.33333333%;
          max-width: 33.33333333%;
        }
        .col-sm-5 {
          flex: 0 0 41.66666667%;
          max-width: 41.66666667%;
        }
        .col-sm-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .col-sm-7 {
          flex: 0 0 58.33333333%;
          max-width: 58.33333333%;
        }
        .col-sm-8 {
          flex: 0 0 66.66666667%;
          max-width: 66.66666667%;
        }
        .col-sm-9 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .col-sm-10 {
          flex: 0 0 83.33333333%;
          max-width: 83.33333333%;
        }
        .col-sm-11 {
          flex: 0 0 91.66666667%;
          max-width: 91.66666667%;
        }
        .col-sm-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .order-sm-first {
          order: -1;
        }
        .order-sm-last {
          order: 13;
        }
        .order-sm-0 {
          order: 0;
        }
        .order-sm-1 {
          order: 1;
        }
        .order-sm-2 {
          order: 2;
        }
        .order-sm-3 {
          order: 3;
        }
        .order-sm-4 {
          order: 4;
        }
        .order-sm-5 {
          order: 5;
        }
        .order-sm-6 {
          order: 6;
        }
        .order-sm-7 {
          order: 7;
        }
        .order-sm-8 {
          order: 8;
        }
        .order-sm-9 {
          order: 9;
        }
        .order-sm-10 {
          order: 10;
        }
        .order-sm-11 {
          order: 11;
        }
        .order-sm-12 {
          order: 12;
        }
        .offset-sm-0 {
          margin-left: 0;
        }
        .offset-sm-1 {
          margin-left: 8.33333333%;
        }
        .offset-sm-2 {
          margin-left: 16.66666667%;
        }
        .offset-sm-3 {
          margin-left: 25%;
        }
        .offset-sm-4 {
          margin-left: 33.33333333%;
        }
        .offset-sm-5 {
          margin-left: 41.66666667%;
        }
        .offset-sm-6 {
          margin-left: 50%;
        }
        .offset-sm-7 {
          margin-left: 58.33333333%;
        }
        .offset-sm-8 {
          margin-left: 66.66666667%;
        }
        .offset-sm-9 {
          margin-left: 75%;
        }
        .offset-sm-10 {
          margin-left: 83.33333333%;
        }
        .offset-sm-11 {
          margin-left: 91.66666667%;
        }
      }
      @media (min-width: 768px) {
        .col-md {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
        }
        .row-cols-md-1 > * {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .row-cols-md-2 > * {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .row-cols-md-3 > * {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
        }
        .row-cols-md-4 > * {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .row-cols-md-5 > * {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .row-cols-md-6 > * {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%;
        }
        .col-md-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
        }
        .col-md-1 {
          flex: 0 0 8.33333333%;
          max-width: 8.33333333%;
        }
        .col-md-2 {
          flex: 0 0 16.66666667%;
          max-width: 16.66666667%;
        }
        .col-md-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .col-md-4 {
          flex: 0 0 33.33333333%;
          max-width: 33.33333333%;
        }
        .col-md-5 {
          flex: 0 0 41.66666667%;
          max-width: 41.66666667%;
        }
        .col-md-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .col-md-7 {
          flex: 0 0 58.33333333%;
          max-width: 58.33333333%;
        }
        .col-md-8 {
          flex: 0 0 66.66666667%;
          max-width: 66.66666667%;
        }
        .col-md-9 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .col-md-10 {
          flex: 0 0 83.33333333%;
          max-width: 83.33333333%;
        }
        .col-md-11 {
          flex: 0 0 91.66666667%;
          max-width: 91.66666667%;
        }
        .col-md-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .order-md-first {
          order: -1;
        }
        .order-md-last {
          order: 13;
        }
        .order-md-0 {
          order: 0;
        }
        .order-md-1 {
          order: 1;
        }
        .order-md-2 {
          order: 2;
        }
        .order-md-3 {
          order: 3;
        }
        .order-md-4 {
          order: 4;
        }
        .order-md-5 {
          order: 5;
        }
        .order-md-6 {
          order: 6;
        }
        .order-md-7 {
          order: 7;
        }
        .order-md-8 {
          order: 8;
        }
        .order-md-9 {
          order: 9;
        }
        .order-md-10 {
          order: 10;
        }
        .order-md-11 {
          order: 11;
        }
        .order-md-12 {
          order: 12;
        }
        .offset-md-0 {
          margin-left: 0;
        }
        .offset-md-1 {
          margin-left: 8.33333333%;
        }
        .offset-md-2 {
          margin-left: 16.66666667%;
        }
        .offset-md-3 {
          margin-left: 25%;
        }
        .offset-md-4 {
          margin-left: 33.33333333%;
        }
        .offset-md-5 {
          margin-left: 41.66666667%;
        }
        .offset-md-6 {
          margin-left: 50%;
        }
        .offset-md-7 {
          margin-left: 58.33333333%;
        }
        .offset-md-8 {
          margin-left: 66.66666667%;
        }
        .offset-md-9 {
          margin-left: 75%;
        }
        .offset-md-10 {
          margin-left: 83.33333333%;
        }
        .offset-md-11 {
          margin-left: 91.66666667%;
        }
      }
      @media (min-width: 992px) {
        .col-lg {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
        }
        .row-cols-lg-1 > * {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .row-cols-lg-2 > * {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .row-cols-lg-3 > * {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
        }
        .row-cols-lg-4 > * {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .row-cols-lg-5 > * {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .row-cols-lg-6 > * {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%;
        }
        .col-lg-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
        }
        .col-lg-1 {
          flex: 0 0 8.33333333%;
          max-width: 8.33333333%;
        }
        .col-lg-2 {
          flex: 0 0 16.66666667%;
          max-width: 16.66666667%;
        }
        .col-lg-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .col-lg-4 {
          flex: 0 0 33.33333333%;
          max-width: 33.33333333%;
        }
        .col-lg-5 {
          flex: 0 0 41.66666667%;
          max-width: 41.66666667%;
        }
        .col-lg-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .col-lg-7 {
          flex: 0 0 58.33333333%;
          max-width: 58.33333333%;
        }
        .col-lg-8 {
          flex: 0 0 66.66666667%;
          max-width: 66.66666667%;
        }
        .col-lg-9 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .col-lg-10 {
          flex: 0 0 83.33333333%;
          max-width: 83.33333333%;
        }
        .col-lg-11 {
          flex: 0 0 91.66666667%;
          max-width: 91.66666667%;
        }
        .col-lg-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .order-lg-first {
          order: -1;
        }
        .order-lg-last {
          order: 13;
        }
        .order-lg-0 {
          order: 0;
        }
        .order-lg-1 {
          order: 1;
        }
        .order-lg-2 {
          order: 2;
        }
        .order-lg-3 {
          order: 3;
        }
        .order-lg-4 {
          order: 4;
        }
        .order-lg-5 {
          order: 5;
        }
        .order-lg-6 {
          order: 6;
        }
        .order-lg-7 {
          order: 7;
        }
        .order-lg-8 {
          order: 8;
        }
        .order-lg-9 {
          order: 9;
        }
        .order-lg-10 {
          order: 10;
        }
        .order-lg-11 {
          order: 11;
        }
        .order-lg-12 {
          order: 12;
        }
        .offset-lg-0 {
          margin-left: 0;
        }
        .offset-lg-1 {
          margin-left: 8.33333333%;
        }
        .offset-lg-2 {
          margin-left: 16.66666667%;
        }
        .offset-lg-3 {
          margin-left: 25%;
        }
        .offset-lg-4 {
          margin-left: 33.33333333%;
        }
        .offset-lg-5 {
          margin-left: 41.66666667%;
        }
        .offset-lg-6 {
          margin-left: 50%;
        }
        .offset-lg-7 {
          margin-left: 58.33333333%;
        }
        .offset-lg-8 {
          margin-left: 66.66666667%;
        }
        .offset-lg-9 {
          margin-left: 75%;
        }
        .offset-lg-10 {
          margin-left: 83.33333333%;
        }
        .offset-lg-11 {
          margin-left: 91.66666667%;
        }
      }
      @media (min-width: 1200px) {
        .col-xl {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
        }
        .row-cols-xl-1 > * {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .row-cols-xl-2 > * {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .row-cols-xl-3 > * {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
        }
        .row-cols-xl-4 > * {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .row-cols-xl-5 > * {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .row-cols-xl-6 > * {
          flex: 0 0 16.6666666667%;
          max-width: 16.6666666667%;
        }
        .col-xl-auto {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
        }
        .col-xl-1 {
          flex: 0 0 8.33333333%;
          max-width: 8.33333333%;
        }
        .col-xl-2 {
          flex: 0 0 16.66666667%;
          max-width: 16.66666667%;
        }
        .col-xl-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .col-xl-4 {
          flex: 0 0 33.33333333%;
          max-width: 33.33333333%;
        }
        .col-xl-5 {
          flex: 0 0 41.66666667%;
          max-width: 41.66666667%;
        }
        .col-xl-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .col-xl-7 {
          flex: 0 0 58.33333333%;
          max-width: 58.33333333%;
        }
        .col-xl-8 {
          flex: 0 0 66.66666667%;
          max-width: 66.66666667%;
        }
        .col-xl-9 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .col-xl-10 {
          flex: 0 0 83.33333333%;
          max-width: 83.33333333%;
        }
        .col-xl-11 {
          flex: 0 0 91.66666667%;
          max-width: 91.66666667%;
        }
        .col-xl-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .order-xl-first {
          order: -1;
        }
        .order-xl-last {
          order: 13;
        }
        .order-xl-0 {
          order: 0;
        }
        .order-xl-1 {
          order: 1;
        }
        .order-xl-2 {
          order: 2;
        }
        .order-xl-3 {
          order: 3;
        }
        .order-xl-4 {
          order: 4;
        }
        .order-xl-5 {
          order: 5;
        }
        .order-xl-6 {
          order: 6;
        }
        .order-xl-7 {
          order: 7;
        }
        .order-xl-8 {
          order: 8;
        }
        .order-xl-9 {
          order: 9;
        }
        .order-xl-10 {
          order: 10;
        }
        .order-xl-11 {
          order: 11;
        }
        .order-xl-12 {
          order: 12;
        }
        .offset-xl-0 {
          margin-left: 0;
        }
        .offset-xl-1 {
          margin-left: 8.33333333%;
        }
        .offset-xl-2 {
          margin-left: 16.66666667%;
        }
        .offset-xl-3 {
          margin-left: 25%;
        }
        .offset-xl-4 {
          margin-left: 33.33333333%;
        }
        .offset-xl-5 {
          margin-left: 41.66666667%;
        }
        .offset-xl-6 {
          margin-left: 50%;
        }
        .offset-xl-7 {
          margin-left: 58.33333333%;
        }
        .offset-xl-8 {
          margin-left: 66.66666667%;
        }
        .offset-xl-9 {
          margin-left: 75%;
        }
        .offset-xl-10 {
          margin-left: 83.33333333%;
        }
        .offset-xl-11 {
          margin-left: 91.66666667%;
        }
      }
      @-webkit-keyframes spinner-border {
        to {
          -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
        }
      }
      @keyframes spinner-border {
        to {
          -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
        }
      }
      .spinner-border {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -0.125em;
        border: 0.25em solid;
        border-right: 0.25em solid transparent;
        border-radius: 50%;
        -webkit-animation: spinner-border 0.75s linear infinite;
        animation: spinner-border 0.75s linear infinite;
      }
      .spinner-border-sm {
        width: 1rem;
        height: 1rem;
        border-width: 0.2em;
      }
      @-webkit-keyframes spinner-grow {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0);
        }
        50% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
      @keyframes spinner-grow {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0);
        }
        50% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
      .spinner-grow {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -0.125em;
        background-color: currentcolor;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: spinner-grow 0.75s linear infinite;
        animation: spinner-grow 0.75s linear infinite;
      }
      .spinner-grow-sm {
        width: 1rem;
        height: 1rem;
      }
      @media (prefers-reduced-motion: reduce) {
        .spinner-border,
        .spinner-grow {
          -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
        }
      }
      .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 2px;
      }
      .card > hr {
        margin-right: 0;
        margin-left: 0;
      }
      .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
      }
      .card > .list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
      }
      .card > .list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
      }
      .card > .card-header + .list-group,
      .card > .list-group + .card-footer {
        border-top: 0;
      }
      .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
      }
      .card-title {
        margin-bottom: 0.75rem;
      }
      .card-subtitle {
        margin-top: -0.375rem;
      }
      .card-subtitle,
      .card-text:last-child {
        margin-bottom: 0;
      }
      .card-link:hover {
        text-decoration: none;
      }
      .card-link + .card-link {
        margin-left: 1.25rem;
      }
      .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      }
      .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
      }
      .card-footer {
        padding: 0.75rem 1.25rem;
        background-color: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
      }
      .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
      }
      .card-header-tabs {
        margin-bottom: -0.75rem;
        border-bottom: 0;
      }
      .card-header-pills,
      .card-header-tabs {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
      }
      .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: calc(0.25rem - 1px);
      }
      .card-img,
      .card-img-bottom,
      .card-img-top {
        flex-shrink: 0;
        width: 100%;
      }
      .card-img,
      .card-img-top {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
      }
      .card-img,
      .card-img-bottom {
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
      }
      .card-deck .card {
        margin-bottom: 15px;
      }
      @media (min-width: 576px) {
        .card-deck {
          display: flex;
          flex-flow: row wrap;
          margin-right: -15px;
          margin-left: -15px;
        }
        .card-deck .card {
          flex: 1 0;
          margin-right: 15px;
          margin-bottom: 0;
          margin-left: 15px;
        }
      }
      .card-group > .card {
        margin-bottom: 15px;
      }
      @media (min-width: 576px) {
        .card-group {
          display: flex;
          flex-flow: row wrap;
        }
        .card-group > .card {
          flex: 1 0;
          margin-bottom: 0;
        }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0;
        }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
        }
        .card-group > .card:not(:last-child) .card-header,
        .card-group > .card:not(:last-child) .card-img-top {
          border-top-right-radius: 0;
        }
        .card-group > .card:not(:last-child) .card-footer,
        .card-group > .card:not(:last-child) .card-img-bottom {
          border-bottom-right-radius: 0;
        }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
        }
        .card-group > .card:not(:first-child) .card-header,
        .card-group > .card:not(:first-child) .card-img-top {
          border-top-left-radius: 0;
        }
        .card-group > .card:not(:first-child) .card-footer,
        .card-group > .card:not(:first-child) .card-img-bottom {
          border-bottom-left-radius: 0;
        }
      }
      .card-columns .card {
        margin-bottom: 0.75rem;
      }
      @media (min-width: 576px) {
        .card-columns {
          -webkit-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
          orphans: 1;
          widows: 1;
        }
        .card-columns .card {
          display: inline-block;
          width: 100%;
        }
      }
      .accordion {
        overflow-anchor: none;
      }
      .accordion > .card {
        overflow: hidden;
      }
      .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
      }
      .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }
      .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px;
      }
      .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: 2px;
      }
      .page-link {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
      }
      .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
      }
      .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      }
      .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
      }
      .page-item:last-child .page-link {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
      }
      .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
      }
      .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #dee2e6;
      }
      .pagination-lg .page-link {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        line-height: 1.5;
      }
      .pagination-lg .page-item:first-child .page-link {
        border-top-left-radius: 0.3rem;
        border-bottom-left-radius: 0.3rem;
      }
      .pagination-lg .page-item:last-child .page-link {
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
      }
      .pagination-sm .page-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
      }
      .pagination-sm .page-item:first-child .page-link {
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
      }
      .pagination-sm .page-item:last-child .page-link {
        border-top-right-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
      }
      .alert {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
      }
      .alert-heading {
        color: inherit;
      }
      .alert-link {
        font-weight: 700;
      }
      .alert-dismissible {
        padding-right: 4rem;
      }
      .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 0.75rem 1.25rem;
        color: inherit;
      }
      .alert-primary {
        color: #541214;
        background-color: #ecd3d4;
        border-color: #e5c1c3;
      }
      .alert-primary hr {
        border-top-color: #ddafb2;
      }
      .alert-primary .alert-link {
        color: #2a090a;
      }
      .alert-secondary {
        color: #03112e;
        background-color: #cdd3de;
        border-color: #b9c1d0;
      }
      .alert-secondary hr {
        border-top-color: #aab3c6;
      }
      .alert-secondary .alert-link {
        color: #000;
      }
      .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
      }
      .alert-success hr {
        border-top-color: #b1dfbb;
      }
      .alert-success .alert-link {
        color: #0b2e13;
      }
      .alert-info {
        color: #0c5460;
        background-color: #d1ecf1;
        border-color: #bee5eb;
      }
      .alert-info hr {
        border-top-color: #abdde5;
      }
      .alert-info .alert-link {
        color: #062c33;
      }
      .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
      }
      .alert-warning hr {
        border-top-color: #ffe8a1;
      }
      .alert-warning .alert-link {
        color: #533f03;
      }
      .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
      }
      .alert-danger hr {
        border-top-color: #f1b0b7;
      }
      .alert-danger .alert-link {
        color: #491217;
      }
      .alert-light {
        color: #797979;
        background-color: #fafafa;
        border-color: #f9f9f9;
      }
      .alert-light hr {
        border-top-color: #ececec;
      }
      .alert-light .alert-link {
        color: #606060;
      }
      .alert-dark {
        color: #1b1e21;
        background-color: #d6d8d9;
        border-color: #c6c8ca;
      }
      .alert-dark hr {
        border-top-color: #b9bbbe;
      }
      .alert-dark .alert-link {
        color: #040505;
      }
      .align-baseline {
        vertical-align: baseline !important;
      }
      .align-top {
        vertical-align: top !important;
      }
      .align-middle {
        vertical-align: middle !important;
      }
      .align-bottom {
        vertical-align: bottom !important;
      }
      .align-text-bottom {
        vertical-align: text-bottom !important;
      }
      .align-text-top {
        vertical-align: text-top !important;
      }
      .bg-primary {
        background-color: #a12327 !important;
      }
      a.bg-primary:focus,
      a.bg-primary:hover,
      button.bg-primary:focus,
      button.bg-primary:hover {
        background-color: #771a1d !important;
      }
      .bg-secondary {
        background-color: #052158 !important;
      }
      a.bg-secondary:focus,
      a.bg-secondary:hover,
      button.bg-secondary:focus,
      button.bg-secondary:hover {
        background-color: #020f28 !important;
      }
      .bg-success {
        background-color: #28a745 !important;
      }
      a.bg-success:focus,
      a.bg-success:hover,
      button.bg-success:focus,
      button.bg-success:hover {
        background-color: #1e7e34 !important;
      }
      .bg-info {
        background-color: #17a2b8 !important;
      }
      a.bg-info:focus,
      a.bg-info:hover,
      button.bg-info:focus,
      button.bg-info:hover {
        background-color: #117a8b !important;
      }
      .bg-warning {
        background-color: #ffc107 !important;
      }
      a.bg-warning:focus,
      a.bg-warning:hover,
      button.bg-warning:focus,
      button.bg-warning:hover {
        background-color: #d39e00 !important;
      }
      .bg-danger {
        background-color: #dc3545 !important;
      }
      a.bg-danger:focus,
      a.bg-danger:hover,
      button.bg-danger:focus,
      button.bg-danger:hover {
        background-color: #bd2130 !important;
      }
      .bg-light {
        background-color: #e8e8e8 !important;
      }
      a.bg-light:focus,
      a.bg-light:hover,
      button.bg-light:focus,
      button.bg-light:hover {
        background-color: #cfcfcf !important;
      }
      .bg-dark {
        background-color: #343a40 !important;
      }
      a.bg-dark:focus,
      a.bg-dark:hover,
      button.bg-dark:focus,
      button.bg-dark:hover {
        background-color: #1d2124 !important;
      }
      .bg-white {
        background-color: #fff !important;
      }
      .bg-transparent {
        background-color: transparent !important;
      }
      .border {
        border: 1px solid #dee2e6 !important;
      }
      .border-top {
        border-top: 1px solid #dee2e6 !important;
      }
      .border-right {
        border-right: 1px solid #dee2e6 !important;
      }
      .border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
      }
      .border-left {
        border-left: 1px solid #dee2e6 !important;
      }
      .border-0 {
        border: 0 !important;
      }
      .border-top-0 {
        border-top: 0 !important;
      }
      .border-right-0 {
        border-right: 0 !important;
      }
      .border-bottom-0 {
        border-bottom: 0 !important;
      }
      .border-left-0 {
        border-left: 0 !important;
      }
      .border-primary {
        border-color: #a12327 !important;
      }
      .border-secondary {
        border-color: #052158 !important;
      }
      .border-success {
        border-color: #28a745 !important;
      }
      .border-info {
        border-color: #17a2b8 !important;
      }
      .border-warning {
        border-color: #ffc107 !important;
      }
      .border-danger {
        border-color: #dc3545 !important;
      }
      .border-light {
        border-color: #e8e8e8 !important;
      }
      .border-dark {
        border-color: #343a40 !important;
      }
      .border-white {
        border-color: #fff !important;
      }
      .rounded,
      .rounded-sm {
        border-radius: 2px !important;
      }
      .rounded-top {
        border-top-left-radius: 2px !important;
      }
      .rounded-right,
      .rounded-top {
        border-top-right-radius: 2px !important;
      }
      .rounded-bottom,
      .rounded-right {
        border-bottom-right-radius: 2px !important;
      }
      .rounded-bottom,
      .rounded-left {
        border-bottom-left-radius: 2px !important;
      }
      .rounded-left {
        border-top-left-radius: 2px !important;
      }
      .rounded-lg {
        border-radius: 6px !important;
      }
      .rounded-circle {
        border-radius: 50% !important;
      }
      .rounded-pill {
        border-radius: 50rem !important;
      }
      .rounded-0 {
        border-radius: 0 !important;
      }
      .clearfix:after {
        display: block;
        clear: both;
        content: "";
      }
      .d-none {
        display: none !important;
      }
      .d-inline {
        display: inline !important;
      }
      .d-inline-block {
        display: inline-block !important;
      }
      .d-block {
        display: block !important;
      }
      .d-table {
        display: table !important;
      }
      .d-table-row {
        display: table-row !important;
      }
      .d-table-cell {
        display: table-cell !important;
      }
      .d-flex {
        display: flex !important;
      }
      .d-inline-flex {
        display: inline-flex !important;
      }
      @media (min-width: 470px) {
        .d-flow-sm-none {
          display: none !important;
        }
        .d-flow-sm-inline {
          display: inline !important;
        }
        .d-flow-sm-inline-block {
          display: inline-block !important;
        }
        .d-flow-sm-block {
          display: block !important;
        }
        .d-flow-sm-table {
          display: table !important;
        }
        .d-flow-sm-table-row {
          display: table-row !important;
        }
        .d-flow-sm-table-cell {
          display: table-cell !important;
        }
        .d-flow-sm-flex {
          display: flex !important;
        }
        .d-flow-sm-inline-flex {
          display: inline-flex !important;
        }
      }
      @media (min-width: 576px) {
        .d-sm-none {
          display: none !important;
        }
        .d-sm-inline {
          display: inline !important;
        }
        .d-sm-inline-block {
          display: inline-block !important;
        }
        .d-sm-block {
          display: block !important;
        }
        .d-sm-table {
          display: table !important;
        }
        .d-sm-table-row {
          display: table-row !important;
        }
        .d-sm-table-cell {
          display: table-cell !important;
        }
        .d-sm-flex {
          display: flex !important;
        }
        .d-sm-inline-flex {
          display: inline-flex !important;
        }
      }
      @media (min-width: 768px) {
        .d-md-none {
          display: none !important;
        }
        .d-md-inline {
          display: inline !important;
        }
        .d-md-inline-block {
          display: inline-block !important;
        }
        .d-md-block {
          display: block !important;
        }
        .d-md-table {
          display: table !important;
        }
        .d-md-table-row {
          display: table-row !important;
        }
        .d-md-table-cell {
          display: table-cell !important;
        }
        .d-md-flex {
          display: flex !important;
        }
        .d-md-inline-flex {
          display: inline-flex !important;
        }
      }
      @media (min-width: 992px) {
        .d-lg-none {
          display: none !important;
        }
        .d-lg-inline {
          display: inline !important;
        }
        .d-lg-inline-block {
          display: inline-block !important;
        }
        .d-lg-block {
          display: block !important;
        }
        .d-lg-table {
          display: table !important;
        }
        .d-lg-table-row {
          display: table-row !important;
        }
        .d-lg-table-cell {
          display: table-cell !important;
        }
        .d-lg-flex {
          display: flex !important;
        }
        .d-lg-inline-flex {
          display: inline-flex !important;
        }
      }
      @media (min-width: 1200px) {
        .d-xl-none {
          display: none !important;
        }
        .d-xl-inline {
          display: inline !important;
        }
        .d-xl-inline-block {
          display: inline-block !important;
        }
        .d-xl-block {
          display: block !important;
        }
        .d-xl-table {
          display: table !important;
        }
        .d-xl-table-row {
          display: table-row !important;
        }
        .d-xl-table-cell {
          display: table-cell !important;
        }
        .d-xl-flex {
          display: flex !important;
        }
        .d-xl-inline-flex {
          display: inline-flex !important;
        }
      }
      @media print {
        .d-print-none {
          display: none !important;
        }
        .d-print-inline {
          display: inline !important;
        }
        .d-print-inline-block {
          display: inline-block !important;
        }
        .d-print-block {
          display: block !important;
        }
        .d-print-table {
          display: table !important;
        }
        .d-print-table-row {
          display: table-row !important;
        }
        .d-print-table-cell {
          display: table-cell !important;
        }
        .d-print-flex {
          display: flex !important;
        }
        .d-print-inline-flex {
          display: inline-flex !important;
        }
      }
      .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
      }
      .embed-responsive:before {
        display: block;
        content: "";
      }
      .embed-responsive .embed-responsive-item,
      .embed-responsive embed,
      .embed-responsive iframe,
      .embed-responsive object,
      .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
      .embed-responsive-21by9:before {
        padding-top: 42.85714286%;
      }
      .embed-responsive-16by9:before {
        padding-top: 56.25%;
      }
      .embed-responsive-4by3:before {
        padding-top: 75%;
      }
      .embed-responsive-1by1:before {
        padding-top: 100%;
      }
      .flex-row {
        flex-direction: row !important;
      }
      .flex-column {
        flex-direction: column !important;
      }
      .flex-row-reverse {
        flex-direction: row-reverse !important;
      }
      .flex-column-reverse {
        flex-direction: column-reverse !important;
      }
      .flex-wrap {
        flex-wrap: wrap !important;
      }
      .flex-nowrap {
        flex-wrap: nowrap !important;
      }
      .flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
      }
      .flex-fill {
        flex: 1 1 auto !important;
      }
      .flex-grow-0 {
        flex-grow: 0 !important;
      }
      .flex-grow-1 {
        flex-grow: 1 !important;
      }
      .flex-shrink-0 {
        flex-shrink: 0 !important;
      }
      .flex-shrink-1 {
        flex-shrink: 1 !important;
      }
      .justify-content-start {
        justify-content: flex-start !important;
      }
      .justify-content-end {
        justify-content: flex-end !important;
      }
      .justify-content-center {
        justify-content: center !important;
      }
      .justify-content-between {
        justify-content: space-between !important;
      }
      .justify-content-around {
        justify-content: space-around !important;
      }
      .align-items-start {
        align-items: flex-start !important;
      }
      .align-items-end {
        align-items: flex-end !important;
      }
      .align-items-center {
        align-items: center !important;
      }
      .align-items-baseline {
        align-items: baseline !important;
      }
      .align-items-stretch {
        align-items: stretch !important;
      }
      .align-content-start {
        align-content: flex-start !important;
      }
      .align-content-end {
        align-content: flex-end !important;
      }
      .align-content-center {
        align-content: center !important;
      }
      .align-content-between {
        align-content: space-between !important;
      }
      .align-content-around {
        align-content: space-around !important;
      }
      .align-content-stretch {
        align-content: stretch !important;
      }
      .align-self-auto {
        align-self: auto !important;
      }
      .align-self-start {
        align-self: flex-start !important;
      }
      .align-self-end {
        align-self: flex-end !important;
      }
      .align-self-center {
        align-self: center !important;
      }
      .align-self-baseline {
        align-self: baseline !important;
      }
      .align-self-stretch {
        align-self: stretch !important;
      }

      .b-group {
        display: flex;
        flex-wrap: wrap;
        gap: 5%;

      }
      .group-c {
        width: 100%;
        margin: 2% 0 2%;
        gap: 5%;
        position: relative;
        box-shadow: 0px 0px 10px #ddd;
        padding: 0px 1rem 1rem 1rem;

      }




      @media (min-width: 470px) {
        .flex-flow-sm-row {
          flex-direction: row !important;
        }
        .flex-flow-sm-column {
          flex-direction: column !important;
        }
        .flex-flow-sm-row-reverse {
          flex-direction: row-reverse !important;
        }
        .flex-flow-sm-column-reverse {
          flex-direction: column-reverse !important;
        }
        .flex-flow-sm-wrap {
          flex-wrap: wrap !important;
        }
        .flex-flow-sm-nowrap {
          flex-wrap: nowrap !important;
        }
        .flex-flow-sm-wrap-reverse {
          flex-wrap: wrap-reverse !important;
        }
        .flex-flow-sm-fill {
          flex: 1 1 auto !important;
        }
        .flex-flow-sm-grow-0 {
          flex-grow: 0 !important;
        }
        .flex-flow-sm-grow-1 {
          flex-grow: 1 !important;
        }
        .flex-flow-sm-shrink-0 {
          flex-shrink: 0 !important;
        }
        .flex-flow-sm-shrink-1 {
          flex-shrink: 1 !important;
        }
        .justify-content-flow-sm-start {
          justify-content: flex-start !important;
        }
        .justify-content-flow-sm-end {
          justify-content: flex-end !important;
        }
        .justify-content-flow-sm-center {
          justify-content: center !important;
        }
        .justify-content-flow-sm-between {
          justify-content: space-between !important;
        }
        .justify-content-flow-sm-around {
          justify-content: space-around !important;
        }
        .align-items-flow-sm-start {
          align-items: flex-start !important;
        }
        .align-items-flow-sm-end {
          align-items: flex-end !important;
        }
        .align-items-flow-sm-center {
          align-items: center !important;
        }
        .align-items-flow-sm-baseline {
          align-items: baseline !important;
        }
        .align-items-flow-sm-stretch {
          align-items: stretch !important;
        }
        .align-content-flow-sm-start {
          align-content: flex-start !important;
        }
        .align-content-flow-sm-end {
          align-content: flex-end !important;
        }
        .align-content-flow-sm-center {
          align-content: center !important;
        }
        .align-content-flow-sm-between {
          align-content: space-between !important;
        }
        .align-content-flow-sm-around {
          align-content: space-around !important;
        }
        .align-content-flow-sm-stretch {
          align-content: stretch !important;
        }
        .align-self-flow-sm-auto {
          align-self: auto !important;
        }
        .align-self-flow-sm-start {
          align-self: flex-start !important;
        }
        .align-self-flow-sm-end {
          align-self: flex-end !important;
        }
        .align-self-flow-sm-center {
          align-self: center !important;
        }
        .align-self-flow-sm-baseline {
          align-self: baseline !important;
        }
        .align-self-flow-sm-stretch {
          align-self: stretch !important;
        }
      }
      @media (min-width: 576px) {
        .flex-sm-row {
          flex-direction: row !important;
        }
        .flex-sm-column {
          flex-direction: column !important;
        }
        .flex-sm-row-reverse {
          flex-direction: row-reverse !important;
        }
        .flex-sm-column-reverse {
          flex-direction: column-reverse !important;
        }
        .flex-sm-wrap {
          flex-wrap: wrap !important;
        }
        .flex-sm-nowrap {
          flex-wrap: nowrap !important;
        }
        .flex-sm-wrap-reverse {
          flex-wrap: wrap-reverse !important;
        }
        .flex-sm-fill {
          flex: 1 1 auto !important;
        }
        .flex-sm-grow-0 {
          flex-grow: 0 !important;
        }
        .flex-sm-grow-1 {
          flex-grow: 1 !important;
        }
        .flex-sm-shrink-0 {
          flex-shrink: 0 !important;
        }
        .flex-sm-shrink-1 {
          flex-shrink: 1 !important;
        }
        .justify-content-sm-start {
          justify-content: flex-start !important;
        }
        .justify-content-sm-end {
          justify-content: flex-end !important;
        }
        .justify-content-sm-center {
          justify-content: center !important;
        }
        .justify-content-sm-between {
          justify-content: space-between !important;
        }
        .justify-content-sm-around {
          justify-content: space-around !important;
        }
        .align-items-sm-start {
          align-items: flex-start !important;
        }
        .align-items-sm-end {
          align-items: flex-end !important;
        }
        .align-items-sm-center {
          align-items: center !important;
        }
        .align-items-sm-baseline {
          align-items: baseline !important;
        }
        .align-items-sm-stretch {
          align-items: stretch !important;
        }
        .align-content-sm-start {
          align-content: flex-start !important;
        }
        .align-content-sm-end {
          align-content: flex-end !important;
        }
        .align-content-sm-center {
          align-content: center !important;
        }
        .align-content-sm-between {
          align-content: space-between !important;
        }
        .align-content-sm-around {
          align-content: space-around !important;
        }
        .align-content-sm-stretch {
          align-content: stretch !important;
        }
        .align-self-sm-auto {
          align-self: auto !important;
        }
        .align-self-sm-start {
          align-self: flex-start !important;
        }
        .align-self-sm-end {
          align-self: flex-end !important;
        }
        .align-self-sm-center {
          align-self: center !important;
        }
        .align-self-sm-baseline {
          align-self: baseline !important;
        }
        .align-self-sm-stretch {
          align-self: stretch !important;
        }
      }
      @media (min-width: 768px) {
        .flex-md-row {
          flex-direction: row !important;
        }
        .flex-md-column {
          flex-direction: column !important;
        }
        .flex-md-row-reverse {
          flex-direction: row-reverse !important;
        }
        .flex-md-column-reverse {
          flex-direction: column-reverse !important;
        }
        .flex-md-wrap {
          flex-wrap: wrap !important;
        }
        .flex-md-nowrap {
          flex-wrap: nowrap !important;
        }
        .flex-md-wrap-reverse {
          flex-wrap: wrap-reverse !important;
        }
        .flex-md-fill {
          flex: 1 1 auto !important;
        }
        .flex-md-grow-0 {
          flex-grow: 0 !important;
        }
        .flex-md-grow-1 {
          flex-grow: 1 !important;
        }
        .flex-md-shrink-0 {
          flex-shrink: 0 !important;
        }
        .flex-md-shrink-1 {
          flex-shrink: 1 !important;
        }
        .justify-content-md-start {
          justify-content: flex-start !important;
        }
        .justify-content-md-end {
          justify-content: flex-end !important;
        }
        .justify-content-md-center {
          justify-content: center !important;
        }
        .justify-content-md-between {
          justify-content: space-between !important;
        }
        .justify-content-md-around {
          justify-content: space-around !important;
        }
        .align-items-md-start {
          align-items: flex-start !important;
        }
        .align-items-md-end {
          align-items: flex-end !important;
        }
        .align-items-md-center {
          align-items: center !important;
        }
        .align-items-md-baseline {
          align-items: baseline !important;
        }
        .align-items-md-stretch {
          align-items: stretch !important;
        }
        .align-content-md-start {
          align-content: flex-start !important;
        }
        .align-content-md-end {
          align-content: flex-end !important;
        }
        .align-content-md-center {
          align-content: center !important;
        }
        .align-content-md-between {
          align-content: space-between !important;
        }
        .align-content-md-around {
          align-content: space-around !important;
        }
        .align-content-md-stretch {
          align-content: stretch !important;
        }
        .align-self-md-auto {
          align-self: auto !important;
        }
        .align-self-md-start {
          align-self: flex-start !important;
        }
        .align-self-md-end {
          align-self: flex-end !important;
        }
        .align-self-md-center {
          align-self: center !important;
        }
        .align-self-md-baseline {
          align-self: baseline !important;
        }
        .align-self-md-stretch {
          align-self: stretch !important;
        }

        .group-c {
           width: 45%;
           margin: 2% 1%;
           gap: 5%;
           position: relative;
        }

      }

      
      @media (min-width: 992px) {
        .flex-lg-row {
          flex-direction: row !important;
        }
        .flex-lg-column {
          flex-direction: column !important;
        }
        .flex-lg-row-reverse {
          flex-direction: row-reverse !important;
        }
        .flex-lg-column-reverse {
          flex-direction: column-reverse !important;
        }
        .flex-lg-wrap {
          flex-wrap: wrap !important;
        }
        .flex-lg-nowrap {
          flex-wrap: nowrap !important;
        }
        .flex-lg-wrap-reverse {
          flex-wrap: wrap-reverse !important;
        }
        .flex-lg-fill {
          flex: 1 1 auto !important;
        }
        .flex-lg-grow-0 {
          flex-grow: 0 !important;
        }
        .flex-lg-grow-1 {
          flex-grow: 1 !important;
        }
        .flex-lg-shrink-0 {
          flex-shrink: 0 !important;
        }
        .flex-lg-shrink-1 {
          flex-shrink: 1 !important;
        }
        .justify-content-lg-start {
          justify-content: flex-start !important;
        }
        .justify-content-lg-end {
          justify-content: flex-end !important;
        }
        .justify-content-lg-center {
          justify-content: center !important;
        }
        .justify-content-lg-between {
          justify-content: space-between !important;
        }
        .justify-content-lg-around {
          justify-content: space-around !important;
        }
        .align-items-lg-start {
          align-items: flex-start !important;
        }
        .align-items-lg-end {
          align-items: flex-end !important;
        }
        .align-items-lg-center {
          align-items: center !important;
        }
        .align-items-lg-baseline {
          align-items: baseline !important;
        }
        .align-items-lg-stretch {
          align-items: stretch !important;
        }
        .align-content-lg-start {
          align-content: flex-start !important;
        }
        .align-content-lg-end {
          align-content: flex-end !important;
        }
        .align-content-lg-center {
          align-content: center !important;
        }
        .align-content-lg-between {
          align-content: space-between !important;
        }
        .align-content-lg-around {
          align-content: space-around !important;
        }
        .align-content-lg-stretch {
          align-content: stretch !important;
        }
        .align-self-lg-auto {
          align-self: auto !important;
        }
        .align-self-lg-start {
          align-self: flex-start !important;
        }
        .align-self-lg-end {
          align-self: flex-end !important;
        }
        .align-self-lg-center {
          align-self: center !important;
        }
        .align-self-lg-baseline {
          align-self: baseline !important;
        }
        .align-self-lg-stretch {
          align-self: stretch !important;
        }
      }
      @media (min-width: 1200px) {
        .flex-xl-row {
          flex-direction: row !important;
        }
        .flex-xl-column {
          flex-direction: column !important;
        }
        .flex-xl-row-reverse {
          flex-direction: row-reverse !important;
        }
        .flex-xl-column-reverse {
          flex-direction: column-reverse !important;
        }
        .flex-xl-wrap {
          flex-wrap: wrap !important;
        }
        .flex-xl-nowrap {
          flex-wrap: nowrap !important;
        }
        .flex-xl-wrap-reverse {
          flex-wrap: wrap-reverse !important;
        }
        .flex-xl-fill {
          flex: 1 1 auto !important;
        }
        .flex-xl-grow-0 {
          flex-grow: 0 !important;
        }
        .flex-xl-grow-1 {
          flex-grow: 1 !important;
        }
        .flex-xl-shrink-0 {
          flex-shrink: 0 !important;
        }
        .flex-xl-shrink-1 {
          flex-shrink: 1 !important;
        }
        .justify-content-xl-start {
          justify-content: flex-start !important;
        }
        .justify-content-xl-end {
          justify-content: flex-end !important;
        }
        .justify-content-xl-center {
          justify-content: center !important;
        }
        .justify-content-xl-between {
          justify-content: space-between !important;
        }
        .justify-content-xl-around {
          justify-content: space-around !important;
        }
        .align-items-xl-start {
          align-items: flex-start !important;
        }
        .align-items-xl-end {
          align-items: flex-end !important;
        }
        .align-items-xl-center {
          align-items: center !important;
        }
        .align-items-xl-baseline {
          align-items: baseline !important;
        }
        .align-items-xl-stretch {
          align-items: stretch !important;
        }
        .align-content-xl-start {
          align-content: flex-start !important;
        }
        .align-content-xl-end {
          align-content: flex-end !important;
        }
        .align-content-xl-center {
          align-content: center !important;
        }
        .align-content-xl-between {
          align-content: space-between !important;
        }
        .align-content-xl-around {
          align-content: space-around !important;
        }
        .align-content-xl-stretch {
          align-content: stretch !important;
        }
        .align-self-xl-auto {
          align-self: auto !important;
        }
        .align-self-xl-start {
          align-self: flex-start !important;
        }
        .align-self-xl-end {
          align-self: flex-end !important;
        }
        .align-self-xl-center {
          align-self: center !important;
        }
        .align-self-xl-baseline {
          align-self: baseline !important;
        }
        .align-self-xl-stretch {
          align-self: stretch !important;
        }
      }
      .float-left {
        float: left !important;
      }
      .float-right {
        float: right !important;
      }
      .float-none {
        float: none !important;
      }
      @media (min-width: 470px) {
        .float-flow-sm-left {
          float: left !important;
        }
        .float-flow-sm-right {
          float: right !important;
        }
        .float-flow-sm-none {
          float: none !important;
        }
      }
      @media (min-width: 576px) {
        .float-sm-left {
          float: left !important;
        }
        .float-sm-right {
          float: right !important;
        }
        .float-sm-none {
          float: none !important;
        }
      }
      @media (min-width: 768px) {
        .float-md-left {
          float: left !important;
        }
        .float-md-right {
          float: right !important;
        }
        .float-md-none {
          float: none !important;
        }
      }
      @media (min-width: 992px) {
        .float-lg-left {
          float: left !important;
        }
        .float-lg-right {
          float: right !important;
        }
        .float-lg-none {
          float: none !important;
        }
      }
      @media (min-width: 1200px) {
        .float-xl-left {
          float: left !important;
        }
        .float-xl-right {
          float: right !important;
        }
        .float-xl-none {
          float: none !important;
        }
      }
      .user-select-all {
        -webkit-user-select: all !important;
        -ms-user-select: all !important;
        user-select: all !important;
      }
      .user-select-auto {
        -webkit-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important;
      }
      .user-select-none {
        -webkit-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
      }
      .overflow-auto {
        overflow: auto !important;
      }
      .overflow-hidden {
        overflow: hidden !important;
      }
      .position-static {
        position: static !important;
      }
      .position-relative {
        position: relative !important;
      }
      .position-absolute {
        position: absolute !important;
      }
      .position-fixed {
        position: fixed !important;
      }
      .position-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
      }
      .fixed-top {
        top: 0;
      }
      .fixed-bottom,
      .fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
      }
      .fixed-bottom {
        bottom: 0;
      }
      @supports ((position: -webkit-sticky) or (position: sticky)) {
        .sticky-top {
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          z-index: 1020;
        }
      }
      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }
      .sr-only-focusable:active,
      .sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
      }
      .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
      }
      .shadow {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
      }
      .shadow-lg {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
      }
      .shadow-none {
        box-shadow: none !important;
      }
      .w-25 {
        width: 25% !important;
      }
      .w-50 {
        width: 50% !important;
      }
      .w-75 {
        width: 75% !important;
      }
      .w-100 {
        width: 100% !important;
      }
      .w-auto {
        width: auto !important;
      }
      .h-25 {
        height: 25% !important;
      }
      .h-50 {
        height: 50% !important;
      }
      .h-75 {
        height: 75% !important;
      }
      .h-100 {
        height: 100% !important;
      }
      .h-auto {
        height: auto !important;
      }
      .mw-100 {
        max-width: 100% !important;
      }
      .mh-100 {
        max-height: 100% !important;
      }
      .min-vw-100 {
        min-width: 100vw !important;
      }
      .min-vh-100 {
        min-height: 100vh !important;
      }
      .vw-100 {
        width: 100vw !important;
      }
      .vh-100 {
        height: 100vh !important;
      }
      .m-0 {
        margin: 0 !important;
      }
      .mt-0,
      .my-0 {
        margin-top: 0 !important;
      }
      .mr-0,
      .mx-0 {
        margin-right: 0 !important;
      }
      .mb-0,
      .my-0 {
        margin-bottom: 0 !important;
      }
      .ml-0,
      .mx-0 {
        margin-left: 0 !important;
      }
      .m-1 {
        margin: 0.25rem !important;
      }
      .mt-1,
      .my-1 {
        margin-top: 0.25rem !important;
      }
      .mr-1,
      .mx-1 {
        margin-right: 0.25rem !important;
      }
      .mb-1,
      .my-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-1,
      .mx-1 {
        margin-left: 0.25rem !important;
      }
      .m-2 {
        margin: 0.5rem !important;
      }
      .mt-2,
      .my-2 {
        margin-top: 0.5rem !important;
      }
      .mr-2,
      .mx-2 {
        margin-right: 0.5rem !important;
      }
      .mb-2,
      .my-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-2,
      .mx-2 {
        margin-left: 0.5rem !important;
      }
      .m-3 {
        margin: 1rem !important;
      }
      .mt-3,
      .my-3 {
        margin-top: 1rem !important;
      }
      .mr-3,
      .mx-3 {
        margin-right: 1rem !important;
      }
      .mb-3,
      .my-3 {
        margin-bottom: 1rem !important;
      }
      .ml-3,
      .mx-3 {
        margin-left: 1rem !important;
      }
      .m-4 {
        margin: 1.5rem !important;
      }
      .mt-4,
      .my-4 {
        margin-top: 1.5rem !important;
      }
      .mr-4,
      .mx-4 {
        margin-right: 1.5rem !important;
      }
      .mb-4,
      .my-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-4,
      .mx-4 {
        margin-left: 1.5rem !important;
      }
      .m-5 {
        margin: 3rem !important;
      }
      .mt-5,
      .my-5 {
        margin-top: 3rem !important;
      }
      .mr-5,
      .mx-5 {
        margin-right: 3rem !important;
      }
      .mb-5,
      .my-5 {
        margin-bottom: 3rem !important;
      }
      .ml-5,
      .mx-5 {
        margin-left: 3rem !important;
      }
      .p-0 {
        padding: 0 !important;
      }
      .pt-0,
      .py-0 {
        padding-top: 0 !important;
      }
      .pr-0,
      .px-0 {
        padding-right: 0 !important;
      }
      .pb-0,
      .py-0 {
        padding-bottom: 0 !important;
      }
      .pl-0,
      .px-0 {
        padding-left: 0 !important;
      }
      .p-1 {
        padding: 0.25rem !important;
      }
      .pt-1,
      .py-1 {
        padding-top: 0.25rem !important;
      }
      .pr-1,
      .px-1 {
        padding-right: 0.25rem !important;
      }
      .pb-1,
      .py-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-1,
      .px-1 {
        padding-left: 0.25rem !important;
      }
      .p-2 {
        padding: 0.5rem !important;
      }
      .pt-2,
      .py-2 {
        padding-top: 0.5rem !important;
      }
      .pr-2,
      .px-2 {
        padding-right: 0.5rem !important;
      }
      .pb-2,
      .py-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-2,
      .px-2 {
        padding-left: 0.5rem !important;
      }
      .p-3 {
        padding: 1rem !important;
      }
      .pt-3,
      .py-3 {
        padding-top: 1rem !important;
      }
      .pr-3,
      .px-3 {
        padding-right: 1rem !important;
      }
      .pb-3,
      .py-3 {
        padding-bottom: 1rem !important;
      }
      .pl-3,
      .px-3 {
        padding-left: 1rem !important;
      }
      .p-4 {
        padding: 1.5rem !important;
      }
      .pt-4,
      .py-4 {
        padding-top: 1.5rem !important;
      }
      .pr-4,
      .px-4 {
        padding-right: 1.5rem !important;
      }
      .pb-4,
      .py-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-4,
      .px-4 {
        padding-left: 1.5rem !important;
      }
      .p-5 {
        padding: 3rem !important;
      }
      .pt-5,
      .py-5 {
        padding-top: 3rem !important;
      }
      .pr-5,
      .px-5 {
        padding-right: 3rem !important;
      }
      .pb-5,
      .py-5 {
        padding-bottom: 3rem !important;
      }
      .pl-5,
      .px-5 {
        padding-left: 3rem !important;
      }
      .m-n1 {
        margin: -0.25rem !important;
      }
      .mt-n1,
      .my-n1 {
        margin-top: -0.25rem !important;
      }
      .mr-n1,
      .mx-n1 {
        margin-right: -0.25rem !important;
      }
      .mb-n1,
      .my-n1 {
        margin-bottom: -0.25rem !important;
      }
      .ml-n1,
      .mx-n1 {
        margin-left: -0.25rem !important;
      }
      .m-n2 {
        margin: -0.5rem !important;
      }
      .mt-n2,
      .my-n2 {
        margin-top: -0.5rem !important;
      }
      .mr-n2,
      .mx-n2 {
        margin-right: -0.5rem !important;
      }
      .mb-n2,
      .my-n2 {
        margin-bottom: -0.5rem !important;
      }
      .ml-n2,
      .mx-n2 {
        margin-left: -0.5rem !important;
      }
      .m-n3 {
        margin: -1rem !important;
      }
      .mt-n3,
      .my-n3 {
        margin-top: -1rem !important;
      }
      .mr-n3,
      .mx-n3 {
        margin-right: -1rem !important;
      }
      .mb-n3,
      .my-n3 {
        margin-bottom: -1rem !important;
      }
      .ml-n3,
      .mx-n3 {
        margin-left: -1rem !important;
      }
      .m-n4 {
        margin: -1.5rem !important;
      }
      .mt-n4,
      .my-n4 {
        margin-top: -1.5rem !important;
      }
      .mr-n4,
      .mx-n4 {
        margin-right: -1.5rem !important;
      }
      .mb-n4,
      .my-n4 {
        margin-bottom: -1.5rem !important;
      }
      .ml-n4,
      .mx-n4 {
        margin-left: -1.5rem !important;
      }
      .m-n5 {
        margin: -3rem !important;
      }
      .mt-n5,
      .my-n5 {
        margin-top: -3rem !important;
      }
      .mr-n5,
      .mx-n5 {
        margin-right: -3rem !important;
      }
      .mb-n5,
      .my-n5 {
        margin-bottom: -3rem !important;
      }
      .ml-n5,
      .mx-n5 {
        margin-left: -3rem !important;
      }
      .m-auto {
        margin: auto !important;
      }
      .mt-auto,
      .my-auto {
        margin-top: auto !important;
      }
      .mr-auto,
      .mx-auto {
        margin-right: auto !important;
      }
      .mb-auto,
      .my-auto {
        margin-bottom: auto !important;
      }
      .ml-auto,
      .mx-auto {
        margin-left: auto !important;
      }
      @media (min-width: 470px) {
        .m-flow-sm-0 {
          margin: 0 !important;
        }
        .mt-flow-sm-0,
        .my-flow-sm-0 {
          margin-top: 0 !important;
        }
        .mr-flow-sm-0,
        .mx-flow-sm-0 {
          margin-right: 0 !important;
        }
        .mb-flow-sm-0,
        .my-flow-sm-0 {
          margin-bottom: 0 !important;
        }
        .ml-flow-sm-0,
        .mx-flow-sm-0 {
          margin-left: 0 !important;
        }
        .m-flow-sm-1 {
          margin: 0.25rem !important;
        }
        .mt-flow-sm-1,
        .my-flow-sm-1 {
          margin-top: 0.25rem !important;
        }
        .mr-flow-sm-1,
        .mx-flow-sm-1 {
          margin-right: 0.25rem !important;
        }
        .mb-flow-sm-1,
        .my-flow-sm-1 {
          margin-bottom: 0.25rem !important;
        }
        .ml-flow-sm-1,
        .mx-flow-sm-1 {
          margin-left: 0.25rem !important;
        }
        .m-flow-sm-2 {
          margin: 0.5rem !important;
        }
        .mt-flow-sm-2,
        .my-flow-sm-2 {
          margin-top: 0.5rem !important;
        }
        .mr-flow-sm-2,
        .mx-flow-sm-2 {
          margin-right: 0.5rem !important;
        }
        .mb-flow-sm-2,
        .my-flow-sm-2 {
          margin-bottom: 0.5rem !important;
        }
        .ml-flow-sm-2,
        .mx-flow-sm-2 {
          margin-left: 0.5rem !important;
        }
        .m-flow-sm-3 {
          margin: 1rem !important;
        }
        .mt-flow-sm-3,
        .my-flow-sm-3 {
          margin-top: 1rem !important;
        }
        .mr-flow-sm-3,
        .mx-flow-sm-3 {
          margin-right: 1rem !important;
        }
        .mb-flow-sm-3,
        .my-flow-sm-3 {
          margin-bottom: 1rem !important;
        }
        .ml-flow-sm-3,
        .mx-flow-sm-3 {
          margin-left: 1rem !important;
        }
        .m-flow-sm-4 {
          margin: 1.5rem !important;
        }
        .mt-flow-sm-4,
        .my-flow-sm-4 {
          margin-top: 1.5rem !important;
        }
        .mr-flow-sm-4,
        .mx-flow-sm-4 {
          margin-right: 1.5rem !important;
        }
        .mb-flow-sm-4,
        .my-flow-sm-4 {
          margin-bottom: 1.5rem !important;
        }
        .ml-flow-sm-4,
        .mx-flow-sm-4 {
          margin-left: 1.5rem !important;
        }
        .m-flow-sm-5 {
          margin: 3rem !important;
        }
        .mt-flow-sm-5,
        .my-flow-sm-5 {
          margin-top: 3rem !important;
        }
        .mr-flow-sm-5,
        .mx-flow-sm-5 {
          margin-right: 3rem !important;
        }
        .mb-flow-sm-5,
        .my-flow-sm-5 {
          margin-bottom: 3rem !important;
        }
        .ml-flow-sm-5,
        .mx-flow-sm-5 {
          margin-left: 3rem !important;
        }
        .p-flow-sm-0 {
          padding: 0 !important;
        }
        .pt-flow-sm-0,
        .py-flow-sm-0 {
          padding-top: 0 !important;
        }
        .pr-flow-sm-0,
        .px-flow-sm-0 {
          padding-right: 0 !important;
        }
        .pb-flow-sm-0,
        .py-flow-sm-0 {
          padding-bottom: 0 !important;
        }
        .pl-flow-sm-0,
        .px-flow-sm-0 {
          padding-left: 0 !important;
        }
        .p-flow-sm-1 {
          padding: 0.25rem !important;
        }
        .pt-flow-sm-1,
        .py-flow-sm-1 {
          padding-top: 0.25rem !important;
        }
        .pr-flow-sm-1,
        .px-flow-sm-1 {
          padding-right: 0.25rem !important;
        }
        .pb-flow-sm-1,
        .py-flow-sm-1 {
          padding-bottom: 0.25rem !important;
        }
        .pl-flow-sm-1,
        .px-flow-sm-1 {
          padding-left: 0.25rem !important;
        }
        .p-flow-sm-2 {
          padding: 0.5rem !important;
        }
        .pt-flow-sm-2,
        .py-flow-sm-2 {
          padding-top: 0.5rem !important;
        }
        .pr-flow-sm-2,
        .px-flow-sm-2 {
          padding-right: 0.5rem !important;
        }
        .pb-flow-sm-2,
        .py-flow-sm-2 {
          padding-bottom: 0.5rem !important;
        }
        .pl-flow-sm-2,
        .px-flow-sm-2 {
          padding-left: 0.5rem !important;
        }
        .p-flow-sm-3 {
          padding: 1rem !important;
        }
        .pt-flow-sm-3,
        .py-flow-sm-3 {
          padding-top: 1rem !important;
        }
        .pr-flow-sm-3,
        .px-flow-sm-3 {
          padding-right: 1rem !important;
        }
        .pb-flow-sm-3,
        .py-flow-sm-3 {
          padding-bottom: 1rem !important;
        }
        .pl-flow-sm-3,
        .px-flow-sm-3 {
          padding-left: 1rem !important;
        }
        .p-flow-sm-4 {
          padding: 1.5rem !important;
        }
        .pt-flow-sm-4,
        .py-flow-sm-4 {
          padding-top: 1.5rem !important;
        }
        .pr-flow-sm-4,
        .px-flow-sm-4 {
          padding-right: 1.5rem !important;
        }
        .pb-flow-sm-4,
        .py-flow-sm-4 {
          padding-bottom: 1.5rem !important;
        }
        .pl-flow-sm-4,
        .px-flow-sm-4 {
          padding-left: 1.5rem !important;
        }
        .p-flow-sm-5 {
          padding: 3rem !important;
        }
        .pt-flow-sm-5,
        .py-flow-sm-5 {
          padding-top: 3rem !important;
        }
        .pr-flow-sm-5,
        .px-flow-sm-5 {
          padding-right: 3rem !important;
        }
        .pb-flow-sm-5,
        .py-flow-sm-5 {
          padding-bottom: 3rem !important;
        }
        .pl-flow-sm-5,
        .px-flow-sm-5 {
          padding-left: 3rem !important;
        }
        .m-flow-sm-n1 {
          margin: -0.25rem !important;
        }
        .mt-flow-sm-n1,
        .my-flow-sm-n1 {
          margin-top: -0.25rem !important;
        }
        .mr-flow-sm-n1,
        .mx-flow-sm-n1 {
          margin-right: -0.25rem !important;
        }
        .mb-flow-sm-n1,
        .my-flow-sm-n1 {
          margin-bottom: -0.25rem !important;
        }
        .ml-flow-sm-n1,
        .mx-flow-sm-n1 {
          margin-left: -0.25rem !important;
        }
        .m-flow-sm-n2 {
          margin: -0.5rem !important;
        }
        .mt-flow-sm-n2,
        .my-flow-sm-n2 {
          margin-top: -0.5rem !important;
        }
        .mr-flow-sm-n2,
        .mx-flow-sm-n2 {
          margin-right: -0.5rem !important;
        }
        .mb-flow-sm-n2,
        .my-flow-sm-n2 {
          margin-bottom: -0.5rem !important;
        }
        .ml-flow-sm-n2,
        .mx-flow-sm-n2 {
          margin-left: -0.5rem !important;
        }
        .m-flow-sm-n3 {
          margin: -1rem !important;
        }
        .mt-flow-sm-n3,
        .my-flow-sm-n3 {
          margin-top: -1rem !important;
        }
        .mr-flow-sm-n3,
        .mx-flow-sm-n3 {
          margin-right: -1rem !important;
        }
        .mb-flow-sm-n3,
        .my-flow-sm-n3 {
          margin-bottom: -1rem !important;
        }
        .ml-flow-sm-n3,
        .mx-flow-sm-n3 {
          margin-left: -1rem !important;
        }
        .m-flow-sm-n4 {
          margin: -1.5rem !important;
        }
        .mt-flow-sm-n4,
        .my-flow-sm-n4 {
          margin-top: -1.5rem !important;
        }
        .mr-flow-sm-n4,
        .mx-flow-sm-n4 {
          margin-right: -1.5rem !important;
        }
        .mb-flow-sm-n4,
        .my-flow-sm-n4 {
          margin-bottom: -1.5rem !important;
        }
        .ml-flow-sm-n4,
        .mx-flow-sm-n4 {
          margin-left: -1.5rem !important;
        }
        .m-flow-sm-n5 {
          margin: -3rem !important;
        }
        .mt-flow-sm-n5,
        .my-flow-sm-n5 {
          margin-top: -3rem !important;
        }
        .mr-flow-sm-n5,
        .mx-flow-sm-n5 {
          margin-right: -3rem !important;
        }
        .mb-flow-sm-n5,
        .my-flow-sm-n5 {
          margin-bottom: -3rem !important;
        }
        .ml-flow-sm-n5,
        .mx-flow-sm-n5 {
          margin-left: -3rem !important;
        }
        .m-flow-sm-auto {
          margin: auto !important;
        }
        .mt-flow-sm-auto,
        .my-flow-sm-auto {
          margin-top: auto !important;
        }
        .mr-flow-sm-auto,
        .mx-flow-sm-auto {
          margin-right: auto !important;
        }
        .mb-flow-sm-auto,
        .my-flow-sm-auto {
          margin-bottom: auto !important;
        }
        .ml-flow-sm-auto,
        .mx-flow-sm-auto {
          margin-left: auto !important;
        }
      }
      @media (min-width: 576px) {
        .m-sm-0 {
          margin: 0 !important;
        }
        .mt-sm-0,
        .my-sm-0 {
          margin-top: 0 !important;
        }
        .mr-sm-0,
        .mx-sm-0 {
          margin-right: 0 !important;
        }
        .mb-sm-0,
        .my-sm-0 {
          margin-bottom: 0 !important;
        }
        .ml-sm-0,
        .mx-sm-0 {
          margin-left: 0 !important;
        }
        .m-sm-1 {
          margin: 0.25rem !important;
        }
        .mt-sm-1,
        .my-sm-1 {
          margin-top: 0.25rem !important;
        }
        .mr-sm-1,
        .mx-sm-1 {
          margin-right: 0.25rem !important;
        }
        .mb-sm-1,
        .my-sm-1 {
          margin-bottom: 0.25rem !important;
        }
        .ml-sm-1,
        .mx-sm-1 {
          margin-left: 0.25rem !important;
        }
        .m-sm-2 {
          margin: 0.5rem !important;
        }
        .mt-sm-2,
        .my-sm-2 {
          margin-top: 0.5rem !important;
        }
        .mr-sm-2,
        .mx-sm-2 {
          margin-right: 0.5rem !important;
        }
        .mb-sm-2,
        .my-sm-2 {
          margin-bottom: 0.5rem !important;
        }
        .ml-sm-2,
        .mx-sm-2 {
          margin-left: 0.5rem !important;
        }
        .m-sm-3 {
          margin: 1rem !important;
        }
        .mt-sm-3,
        .my-sm-3 {
          margin-top: 1rem !important;
        }
        .mr-sm-3,
        .mx-sm-3 {
          margin-right: 1rem !important;
        }
        .mb-sm-3,
        .my-sm-3 {
          margin-bottom: 1rem !important;
        }
        .ml-sm-3,
        .mx-sm-3 {
          margin-left: 1rem !important;
        }
        .m-sm-4 {
          margin: 1.5rem !important;
        }
        .mt-sm-4,
        .my-sm-4 {
          margin-top: 1.5rem !important;
        }
        .mr-sm-4,
        .mx-sm-4 {
          margin-right: 1.5rem !important;
        }
        .mb-sm-4,
        .my-sm-4 {
          margin-bottom: 1.5rem !important;
        }
        .ml-sm-4,
        .mx-sm-4 {
          margin-left: 1.5rem !important;
        }
        .m-sm-5 {
          margin: 3rem !important;
        }
        .mt-sm-5,
        .my-sm-5 {
          margin-top: 3rem !important;
        }
        .mr-sm-5,
        .mx-sm-5 {
          margin-right: 3rem !important;
        }
        .mb-sm-5,
        .my-sm-5 {
          margin-bottom: 3rem !important;
        }
        .ml-sm-5,
        .mx-sm-5 {
          margin-left: 3rem !important;
        }
        .p-sm-0 {
          padding: 0 !important;
        }
        .pt-sm-0,
        .py-sm-0 {
          padding-top: 0 !important;
        }
        .pr-sm-0,
        .px-sm-0 {
          padding-right: 0 !important;
        }
        .pb-sm-0,
        .py-sm-0 {
          padding-bottom: 0 !important;
        }
        .pl-sm-0,
        .px-sm-0 {
          padding-left: 0 !important;
        }
        .p-sm-1 {
          padding: 0.25rem !important;
        }
        .pt-sm-1,
        .py-sm-1 {
          padding-top: 0.25rem !important;
        }
        .pr-sm-1,
        .px-sm-1 {
          padding-right: 0.25rem !important;
        }
        .pb-sm-1,
        .py-sm-1 {
          padding-bottom: 0.25rem !important;
        }
        .pl-sm-1,
        .px-sm-1 {
          padding-left: 0.25rem !important;
        }
        .p-sm-2 {
          padding: 0.5rem !important;
        }
        .pt-sm-2,
        .py-sm-2 {
          padding-top: 0.5rem !important;
        }
        .pr-sm-2,
        .px-sm-2 {
          padding-right: 0.5rem !important;
        }
        .pb-sm-2,
        .py-sm-2 {
          padding-bottom: 0.5rem !important;
        }
        .pl-sm-2,
        .px-sm-2 {
          padding-left: 0.5rem !important;
        }
        .p-sm-3 {
          padding: 1rem !important;
        }
        .pt-sm-3,
        .py-sm-3 {
          padding-top: 1rem !important;
        }
        .pr-sm-3,
        .px-sm-3 {
          padding-right: 1rem !important;
        }
        .pb-sm-3,
        .py-sm-3 {
          padding-bottom: 1rem !important;
        }
        .pl-sm-3,
        .px-sm-3 {
          padding-left: 1rem !important;
        }
        .p-sm-4 {
          padding: 1.5rem !important;
        }
        .pt-sm-4,
        .py-sm-4 {
          padding-top: 1.5rem !important;
        }
        .pr-sm-4,
        .px-sm-4 {
          padding-right: 1.5rem !important;
        }
        .pb-sm-4,
        .py-sm-4 {
          padding-bottom: 1.5rem !important;
        }
        .pl-sm-4,
        .px-sm-4 {
          padding-left: 1.5rem !important;
        }
        .p-sm-5 {
          padding: 3rem !important;
        }
        .pt-sm-5,
        .py-sm-5 {
          padding-top: 3rem !important;
        }
        .pr-sm-5,
        .px-sm-5 {
          padding-right: 3rem !important;
        }
        .pb-sm-5,
        .py-sm-5 {
          padding-bottom: 3rem !important;
        }
        .pl-sm-5,
        .px-sm-5 {
          padding-left: 3rem !important;
        }
        .m-sm-n1 {
          margin: -0.25rem !important;
        }
        .mt-sm-n1,
        .my-sm-n1 {
          margin-top: -0.25rem !important;
        }
        .mr-sm-n1,
        .mx-sm-n1 {
          margin-right: -0.25rem !important;
        }
        .mb-sm-n1,
        .my-sm-n1 {
          margin-bottom: -0.25rem !important;
        }
        .ml-sm-n1,
        .mx-sm-n1 {
          margin-left: -0.25rem !important;
        }
        .m-sm-n2 {
          margin: -0.5rem !important;
        }
        .mt-sm-n2,
        .my-sm-n2 {
          margin-top: -0.5rem !important;
        }
        .mr-sm-n2,
        .mx-sm-n2 {
          margin-right: -0.5rem !important;
        }
        .mb-sm-n2,
        .my-sm-n2 {
          margin-bottom: -0.5rem !important;
        }
        .ml-sm-n2,
        .mx-sm-n2 {
          margin-left: -0.5rem !important;
        }
        .m-sm-n3 {
          margin: -1rem !important;
        }
        .mt-sm-n3,
        .my-sm-n3 {
          margin-top: -1rem !important;
        }
        .mr-sm-n3,
        .mx-sm-n3 {
          margin-right: -1rem !important;
        }
        .mb-sm-n3,
        .my-sm-n3 {
          margin-bottom: -1rem !important;
        }
        .ml-sm-n3,
        .mx-sm-n3 {
          margin-left: -1rem !important;
        }
        .m-sm-n4 {
          margin: -1.5rem !important;
        }
        .mt-sm-n4,
        .my-sm-n4 {
          margin-top: -1.5rem !important;
        }
        .mr-sm-n4,
        .mx-sm-n4 {
          margin-right: -1.5rem !important;
        }
        .mb-sm-n4,
        .my-sm-n4 {
          margin-bottom: -1.5rem !important;
        }
        .ml-sm-n4,
        .mx-sm-n4 {
          margin-left: -1.5rem !important;
        }
        .m-sm-n5 {
          margin: -3rem !important;
        }
        .mt-sm-n5,
        .my-sm-n5 {
          margin-top: -3rem !important;
        }
        .mr-sm-n5,
        .mx-sm-n5 {
          margin-right: -3rem !important;
        }
        .mb-sm-n5,
        .my-sm-n5 {
          margin-bottom: -3rem !important;
        }
        .ml-sm-n5,
        .mx-sm-n5 {
          margin-left: -3rem !important;
        }
        .m-sm-auto {
          margin: auto !important;
        }
        .mt-sm-auto,
        .my-sm-auto {
          margin-top: auto !important;
        }
        .mr-sm-auto,
        .mx-sm-auto {
          margin-right: auto !important;
        }
        .mb-sm-auto,
        .my-sm-auto {
          margin-bottom: auto !important;
        }
        .ml-sm-auto,
        .mx-sm-auto {
          margin-left: auto !important;
        }
      }
      @media (min-width: 768px) {
        .m-md-0 {
          margin: 0 !important;
        }
        .mt-md-0,
        .my-md-0 {
          margin-top: 0 !important;
        }
        .mr-md-0,
        .mx-md-0 {
          margin-right: 0 !important;
        }
        .mb-md-0,
        .my-md-0 {
          margin-bottom: 0 !important;
        }
        .ml-md-0,
        .mx-md-0 {
          margin-left: 0 !important;
        }
        .m-md-1 {
          margin: 0.25rem !important;
        }
        .mt-md-1,
        .my-md-1 {
          margin-top: 0.25rem !important;
        }
        .mr-md-1,
        .mx-md-1 {
          margin-right: 0.25rem !important;
        }
        .mb-md-1,
        .my-md-1 {
          margin-bottom: 0.25rem !important;
        }
        .ml-md-1,
        .mx-md-1 {
          margin-left: 0.25rem !important;
        }
        .m-md-2 {
          margin: 0.5rem !important;
        }
        .mt-md-2,
        .my-md-2 {
          margin-top: 0.5rem !important;
        }
        .mr-md-2,
        .mx-md-2 {
          margin-right: 0.5rem !important;
        }
        .mb-md-2,
        .my-md-2 {
          margin-bottom: 0.5rem !important;
        }
        .ml-md-2,
        .mx-md-2 {
          margin-left: 0.5rem !important;
        }
        .m-md-3 {
          margin: 1rem !important;
        }
        .mt-md-3,
        .my-md-3 {
          margin-top: 1rem !important;
        }
        .mr-md-3,
        .mx-md-3 {
          margin-right: 1rem !important;
        }
        .mb-md-3,
        .my-md-3 {
          margin-bottom: 1rem !important;
        }
        .ml-md-3,
        .mx-md-3 {
          margin-left: 1rem !important;
        }
        .m-md-4 {
          margin: 1.5rem !important;
        }
        .mt-md-4,
        .my-md-4 {
          margin-top: 1.5rem !important;
        }
        .mr-md-4,
        .mx-md-4 {
          margin-right: 1.5rem !important;
        }
        .mb-md-4,
        .my-md-4 {
          margin-bottom: 1.5rem !important;
        }
        .ml-md-4,
        .mx-md-4 {
          margin-left: 1.5rem !important;
        }
        .m-md-5 {
          margin: 3rem !important;
        }
        .mt-md-5,
        .my-md-5 {
          margin-top: 3rem !important;
        }
        .mr-md-5,
        .mx-md-5 {
          margin-right: 3rem !important;
        }
        .mb-md-5,
        .my-md-5 {
          margin-bottom: 3rem !important;
        }
        .ml-md-5,
        .mx-md-5 {
          margin-left: 3rem !important;
        }
        .p-md-0 {
          padding: 0 !important;
        }
        .pt-md-0,
        .py-md-0 {
          padding-top: 0 !important;
        }
        .pr-md-0,
        .px-md-0 {
          padding-right: 0 !important;
        }
        .pb-md-0,
        .py-md-0 {
          padding-bottom: 0 !important;
        }
        .pl-md-0,
        .px-md-0 {
          padding-left: 0 !important;
        }
        .p-md-1 {
          padding: 0.25rem !important;
        }
        .pt-md-1,
        .py-md-1 {
          padding-top: 0.25rem !important;
        }
        .pr-md-1,
        .px-md-1 {
          padding-right: 0.25rem !important;
        }
        .pb-md-1,
        .py-md-1 {
          padding-bottom: 0.25rem !important;
        }
        .pl-md-1,
        .px-md-1 {
          padding-left: 0.25rem !important;
        }
        .p-md-2 {
          padding: 0.5rem !important;
        }
        .pt-md-2,
        .py-md-2 {
          padding-top: 0.5rem !important;
        }
        .pr-md-2,
        .px-md-2 {
          padding-right: 0.5rem !important;
        }
        .pb-md-2,
        .py-md-2 {
          padding-bottom: 0.5rem !important;
        }
        .pl-md-2,
        .px-md-2 {
          padding-left: 0.5rem !important;
        }
        .p-md-3 {
          padding: 1rem !important;
        }
        .pt-md-3,
        .py-md-3 {
          padding-top: 1rem !important;
        }
        .pr-md-3,
        .px-md-3 {
          padding-right: 1rem !important;
        }
        .pb-md-3,
        .py-md-3 {
          padding-bottom: 1rem !important;
        }
        .pl-md-3,
        .px-md-3 {
          padding-left: 1rem !important;
        }
        .p-md-4 {
          padding: 1.5rem !important;
        }
        .pt-md-4,
        .py-md-4 {
          padding-top: 1.5rem !important;
        }
        .pr-md-4,
        .px-md-4 {
          padding-right: 1.5rem !important;
        }
        .pb-md-4,
        .py-md-4 {
          padding-bottom: 1.5rem !important;
        }
        .pl-md-4,
        .px-md-4 {
          padding-left: 1.5rem !important;
        }
        .p-md-5 {
          padding: 3rem !important;
        }
        .pt-md-5,
        .py-md-5 {
          padding-top: 3rem !important;
        }
        .pr-md-5,
        .px-md-5 {
          padding-right: 3rem !important;
        }
        .pb-md-5,
        .py-md-5 {
          padding-bottom: 3rem !important;
        }
        .pl-md-5,
        .px-md-5 {
          padding-left: 3rem !important;
        }
        .m-md-n1 {
          margin: -0.25rem !important;
        }
        .mt-md-n1,
        .my-md-n1 {
          margin-top: -0.25rem !important;
        }
        .mr-md-n1,
        .mx-md-n1 {
          margin-right: -0.25rem !important;
        }
        .mb-md-n1,
        .my-md-n1 {
          margin-bottom: -0.25rem !important;
        }
        .ml-md-n1,
        .mx-md-n1 {
          margin-left: -0.25rem !important;
        }
        .m-md-n2 {
          margin: -0.5rem !important;
        }
        .mt-md-n2,
        .my-md-n2 {
          margin-top: -0.5rem !important;
        }
        .mr-md-n2,
        .mx-md-n2 {
          margin-right: -0.5rem !important;
        }
        .mb-md-n2,
        .my-md-n2 {
          margin-bottom: -0.5rem !important;
        }
        .ml-md-n2,
        .mx-md-n2 {
          margin-left: -0.5rem !important;
        }
        .m-md-n3 {
          margin: -1rem !important;
        }
        .mt-md-n3,
        .my-md-n3 {
          margin-top: -1rem !important;
        }
        .mr-md-n3,
        .mx-md-n3 {
          margin-right: -1rem !important;
        }
        .mb-md-n3,
        .my-md-n3 {
          margin-bottom: -1rem !important;
        }
        .ml-md-n3,
        .mx-md-n3 {
          margin-left: -1rem !important;
        }
        .m-md-n4 {
          margin: -1.5rem !important;
        }
        .mt-md-n4,
        .my-md-n4 {
          margin-top: -1.5rem !important;
        }
        .mr-md-n4,
        .mx-md-n4 {
          margin-right: -1.5rem !important;
        }
        .mb-md-n4,
        .my-md-n4 {
          margin-bottom: -1.5rem !important;
        }
        .ml-md-n4,
        .mx-md-n4 {
          margin-left: -1.5rem !important;
        }
        .m-md-n5 {
          margin: -3rem !important;
        }
        .mt-md-n5,
        .my-md-n5 {
          margin-top: -3rem !important;
        }
        .mr-md-n5,
        .mx-md-n5 {
          margin-right: -3rem !important;
        }
        .mb-md-n5,
        .my-md-n5 {
          margin-bottom: -3rem !important;
        }
        .ml-md-n5,
        .mx-md-n5 {
          margin-left: -3rem !important;
        }
        .m-md-auto {
          margin: auto !important;
        }
        .mt-md-auto,
        .my-md-auto {
          margin-top: auto !important;
        }
        .mr-md-auto,
        .mx-md-auto {
          margin-right: auto !important;
        }
        .mb-md-auto,
        .my-md-auto {
          margin-bottom: auto !important;
        }
        .ml-md-auto,
        .mx-md-auto {
          margin-left: auto !important;
        }
      }
      @media (min-width: 992px) {
        .m-lg-0 {
          margin: 0 !important;
        }
        .mt-lg-0,
        .my-lg-0 {
          margin-top: 0 !important;
        }
        .mr-lg-0,
        .mx-lg-0 {
          margin-right: 0 !important;
        }
        .mb-lg-0,
        .my-lg-0 {
          margin-bottom: 0 !important;
        }
        .ml-lg-0,
        .mx-lg-0 {
          margin-left: 0 !important;
        }
        .m-lg-1 {
          margin: 0.25rem !important;
        }
        .mt-lg-1,
        .my-lg-1 {
          margin-top: 0.25rem !important;
        }
        .mr-lg-1,
        .mx-lg-1 {
          margin-right: 0.25rem !important;
        }
        .mb-lg-1,
        .my-lg-1 {
          margin-bottom: 0.25rem !important;
        }
        .ml-lg-1,
        .mx-lg-1 {
          margin-left: 0.25rem !important;
        }
        .m-lg-2 {
          margin: 0.5rem !important;
        }
        .mt-lg-2,
        .my-lg-2 {
          margin-top: 0.5rem !important;
        }
        .mr-lg-2,
        .mx-lg-2 {
          margin-right: 0.5rem !important;
        }
        .mb-lg-2,
        .my-lg-2 {
          margin-bottom: 0.5rem !important;
        }
        .ml-lg-2,
        .mx-lg-2 {
          margin-left: 0.5rem !important;
        }
        .m-lg-3 {
          margin: 1rem !important;
        }
        .mt-lg-3,
        .my-lg-3 {
          margin-top: 1rem !important;
        }
        .mr-lg-3,
        .mx-lg-3 {
          margin-right: 1rem !important;
        }
        .mb-lg-3,
        .my-lg-3 {
          margin-bottom: 1rem !important;
        }
        .ml-lg-3,
        .mx-lg-3 {
          margin-left: 1rem !important;
        }
        .m-lg-4 {
          margin: 1.5rem !important;
        }
        .mt-lg-4,
        .my-lg-4 {
          margin-top: 1.5rem !important;
        }
        .mr-lg-4,
        .mx-lg-4 {
          margin-right: 1.5rem !important;
        }
        .mb-lg-4,
        .my-lg-4 {
          margin-bottom: 1.5rem !important;
        }
        .ml-lg-4,
        .mx-lg-4 {
          margin-left: 1.5rem !important;
        }
        .m-lg-5 {
          margin: 3rem !important;
        }
        .mt-lg-5,
        .my-lg-5 {
          margin-top: 3rem !important;
        }
        .mr-lg-5,
        .mx-lg-5 {
          margin-right: 3rem !important;
        }
        .mb-lg-5,
        .my-lg-5 {
          margin-bottom: 3rem !important;
        }
        .ml-lg-5,
        .mx-lg-5 {
          margin-left: 3rem !important;
        }
        .p-lg-0 {
          padding: 0 !important;
        }
        .pt-lg-0,
        .py-lg-0 {
          padding-top: 0 !important;
        }
        .pr-lg-0,
        .px-lg-0 {
          padding-right: 0 !important;
        }
        .pb-lg-0,
        .py-lg-0 {
          padding-bottom: 0 !important;
        }
        .pl-lg-0,
        .px-lg-0 {
          padding-left: 0 !important;
        }
        .p-lg-1 {
          padding: 0.25rem !important;
        }
        .pt-lg-1,
        .py-lg-1 {
          padding-top: 0.25rem !important;
        }
        .pr-lg-1,
        .px-lg-1 {
          padding-right: 0.25rem !important;
        }
        .pb-lg-1,
        .py-lg-1 {
          padding-bottom: 0.25rem !important;
        }
        .pl-lg-1,
        .px-lg-1 {
          padding-left: 0.25rem !important;
        }
        .p-lg-2 {
          padding: 0.5rem !important;
        }
        .pt-lg-2,
        .py-lg-2 {
          padding-top: 0.5rem !important;
        }
        .pr-lg-2,
        .px-lg-2 {
          padding-right: 0.5rem !important;
        }
        .pb-lg-2,
        .py-lg-2 {
          padding-bottom: 0.5rem !important;
        }
        .pl-lg-2,
        .px-lg-2 {
          padding-left: 0.5rem !important;
        }
        .p-lg-3 {
          padding: 1rem !important;
        }
        .pt-lg-3,
        .py-lg-3 {
          padding-top: 1rem !important;
        }
        .pr-lg-3,
        .px-lg-3 {
          padding-right: 1rem !important;
        }
        .pb-lg-3,
        .py-lg-3 {
          padding-bottom: 1rem !important;
        }
        .pl-lg-3,
        .px-lg-3 {
          padding-left: 1rem !important;
        }
        .p-lg-4 {
          padding: 1.5rem !important;
        }
        .pt-lg-4,
        .py-lg-4 {
          padding-top: 1.5rem !important;
        }
        .pr-lg-4,
        .px-lg-4 {
          padding-right: 1.5rem !important;
        }
        .pb-lg-4,
        .py-lg-4 {
          padding-bottom: 1.5rem !important;
        }
        .pl-lg-4,
        .px-lg-4 {
          padding-left: 1.5rem !important;
        }
        .p-lg-5 {
          padding: 3rem !important;
        }
        .pt-lg-5,
        .py-lg-5 {
          padding-top: 3rem !important;
        }
        .pr-lg-5,
        .px-lg-5 {
          padding-right: 3rem !important;
        }
        .pb-lg-5,
        .py-lg-5 {
          padding-bottom: 3rem !important;
        }
        .pl-lg-5,
        .px-lg-5 {
          padding-left: 3rem !important;
        }
        .m-lg-n1 {
          margin: -0.25rem !important;
        }
        .mt-lg-n1,
        .my-lg-n1 {
          margin-top: -0.25rem !important;
        }
        .mr-lg-n1,
        .mx-lg-n1 {
          margin-right: -0.25rem !important;
        }
        .mb-lg-n1,
        .my-lg-n1 {
          margin-bottom: -0.25rem !important;
        }
        .ml-lg-n1,
        .mx-lg-n1 {
          margin-left: -0.25rem !important;
        }
        .m-lg-n2 {
          margin: -0.5rem !important;
        }
        .mt-lg-n2,
        .my-lg-n2 {
          margin-top: -0.5rem !important;
        }
        .mr-lg-n2,
        .mx-lg-n2 {
          margin-right: -0.5rem !important;
        }
        .mb-lg-n2,
        .my-lg-n2 {
          margin-bottom: -0.5rem !important;
        }
        .ml-lg-n2,
        .mx-lg-n2 {
          margin-left: -0.5rem !important;
        }
        .m-lg-n3 {
          margin: -1rem !important;
        }
        .mt-lg-n3,
        .my-lg-n3 {
          margin-top: -1rem !important;
        }
        .mr-lg-n3,
        .mx-lg-n3 {
          margin-right: -1rem !important;
        }
        .mb-lg-n3,
        .my-lg-n3 {
          margin-bottom: -1rem !important;
        }
        .ml-lg-n3,
        .mx-lg-n3 {
          margin-left: -1rem !important;
        }
        .m-lg-n4 {
          margin: -1.5rem !important;
        }
        .mt-lg-n4,
        .my-lg-n4 {
          margin-top: -1.5rem !important;
        }
        .mr-lg-n4,
        .mx-lg-n4 {
          margin-right: -1.5rem !important;
        }
        .mb-lg-n4,
        .my-lg-n4 {
          margin-bottom: -1.5rem !important;
        }
        .ml-lg-n4,
        .mx-lg-n4 {
          margin-left: -1.5rem !important;
        }
        .m-lg-n5 {
          margin: -3rem !important;
        }
        .mt-lg-n5,
        .my-lg-n5 {
          margin-top: -3rem !important;
        }
        .mr-lg-n5,
        .mx-lg-n5 {
          margin-right: -3rem !important;
        }
        .mb-lg-n5,
        .my-lg-n5 {
          margin-bottom: -3rem !important;
        }
        .ml-lg-n5,
        .mx-lg-n5 {
          margin-left: -3rem !important;
        }
        .m-lg-auto {
          margin: auto !important;
        }
        .mt-lg-auto,
        .my-lg-auto {
          margin-top: auto !important;
        }
        .mr-lg-auto,
        .mx-lg-auto {
          margin-right: auto !important;
        }
        .mb-lg-auto,
        .my-lg-auto {
          margin-bottom: auto !important;
        }
        .ml-lg-auto,
        .mx-lg-auto {
          margin-left: auto !important;
        }
      }
      @media (min-width: 1200px) {
        .m-xl-0 {
          margin: 0 !important;
        }
        .mt-xl-0,
        .my-xl-0 {
          margin-top: 0 !important;
        }
        .mr-xl-0,
        .mx-xl-0 {
          margin-right: 0 !important;
        }
        .mb-xl-0,
        .my-xl-0 {
          margin-bottom: 0 !important;
        }
        .ml-xl-0,
        .mx-xl-0 {
          margin-left: 0 !important;
        }
        .m-xl-1 {
          margin: 0.25rem !important;
        }
        .mt-xl-1,
        .my-xl-1 {
          margin-top: 0.25rem !important;
        }
        .mr-xl-1,
        .mx-xl-1 {
          margin-right: 0.25rem !important;
        }
        .mb-xl-1,
        .my-xl-1 {
          margin-bottom: 0.25rem !important;
        }
        .ml-xl-1,
        .mx-xl-1 {
          margin-left: 0.25rem !important;
        }
        .m-xl-2 {
          margin: 0.5rem !important;
        }
        .mt-xl-2,
        .my-xl-2 {
          margin-top: 0.5rem !important;
        }
        .mr-xl-2,
        .mx-xl-2 {
          margin-right: 0.5rem !important;
        }
        .mb-xl-2,
        .my-xl-2 {
          margin-bottom: 0.5rem !important;
        }
        .ml-xl-2,
        .mx-xl-2 {
          margin-left: 0.5rem !important;
        }
        .m-xl-3 {
          margin: 1rem !important;
        }
        .mt-xl-3,
        .my-xl-3 {
          margin-top: 1rem !important;
        }
        .mr-xl-3,
        .mx-xl-3 {
          margin-right: 1rem !important;
        }
        .mb-xl-3,
        .my-xl-3 {
          margin-bottom: 1rem !important;
        }
        .ml-xl-3,
        .mx-xl-3 {
          margin-left: 1rem !important;
        }
        .m-xl-4 {
          margin: 1.5rem !important;
        }
        .mt-xl-4,
        .my-xl-4 {
          margin-top: 1.5rem !important;
        }
        .mr-xl-4,
        .mx-xl-4 {
          margin-right: 1.5rem !important;
        }
        .mb-xl-4,
        .my-xl-4 {
          margin-bottom: 1.5rem !important;
        }
        .ml-xl-4,
        .mx-xl-4 {
          margin-left: 1.5rem !important;
        }
        .m-xl-5 {
          margin: 3rem !important;
        }
        .mt-xl-5,
        .my-xl-5 {
          margin-top: 3rem !important;
        }
        .mr-xl-5,
        .mx-xl-5 {
          margin-right: 3rem !important;
        }
        .mb-xl-5,
        .my-xl-5 {
          margin-bottom: 3rem !important;
        }
        .ml-xl-5,
        .mx-xl-5 {
          margin-left: 3rem !important;
        }
        .p-xl-0 {
          padding: 0 !important;
        }
        .pt-xl-0,
        .py-xl-0 {
          padding-top: 0 !important;
        }
        .pr-xl-0,
        .px-xl-0 {
          padding-right: 0 !important;
        }
        .pb-xl-0,
        .py-xl-0 {
          padding-bottom: 0 !important;
        }
        .pl-xl-0,
        .px-xl-0 {
          padding-left: 0 !important;
        }
        .p-xl-1 {
          padding: 0.25rem !important;
        }
        .pt-xl-1,
        .py-xl-1 {
          padding-top: 0.25rem !important;
        }
        .pr-xl-1,
        .px-xl-1 {
          padding-right: 0.25rem !important;
        }
        .pb-xl-1,
        .py-xl-1 {
          padding-bottom: 0.25rem !important;
        }
        .pl-xl-1,
        .px-xl-1 {
          padding-left: 0.25rem !important;
        }
        .p-xl-2 {
          padding: 0.5rem !important;
        }
        .pt-xl-2,
        .py-xl-2 {
          padding-top: 0.5rem !important;
        }
        .pr-xl-2,
        .px-xl-2 {
          padding-right: 0.5rem !important;
        }
        .pb-xl-2,
        .py-xl-2 {
          padding-bottom: 0.5rem !important;
        }
        .pl-xl-2,
        .px-xl-2 {
          padding-left: 0.5rem !important;
        }
        .p-xl-3 {
          padding: 1rem !important;
        }
        .pt-xl-3,
        .py-xl-3 {
          padding-top: 1rem !important;
        }
        .pr-xl-3,
        .px-xl-3 {
          padding-right: 1rem !important;
        }
        .pb-xl-3,
        .py-xl-3 {
          padding-bottom: 1rem !important;
        }
        .pl-xl-3,
        .px-xl-3 {
          padding-left: 1rem !important;
        }
        .p-xl-4 {
          padding: 1.5rem !important;
        }
        .pt-xl-4,
        .py-xl-4 {
          padding-top: 1.5rem !important;
        }
        .pr-xl-4,
        .px-xl-4 {
          padding-right: 1.5rem !important;
        }
        .pb-xl-4,
        .py-xl-4 {
          padding-bottom: 1.5rem !important;
        }
        .pl-xl-4,
        .px-xl-4 {
          padding-left: 1.5rem !important;
        }
        .p-xl-5 {
          padding: 3rem !important;
        }
        .pt-xl-5,
        .py-xl-5 {
          padding-top: 3rem !important;
        }
        .pr-xl-5,
        .px-xl-5 {
          padding-right: 3rem !important;
        }
        .pb-xl-5,
        .py-xl-5 {
          padding-bottom: 3rem !important;
        }
        .pl-xl-5,
        .px-xl-5 {
          padding-left: 3rem !important;
        }
        .m-xl-n1 {
          margin: -0.25rem !important;
        }
        .mt-xl-n1,
        .my-xl-n1 {
          margin-top: -0.25rem !important;
        }
        .mr-xl-n1,
        .mx-xl-n1 {
          margin-right: -0.25rem !important;
        }
        .mb-xl-n1,
        .my-xl-n1 {
          margin-bottom: -0.25rem !important;
        }
        .ml-xl-n1,
        .mx-xl-n1 {
          margin-left: -0.25rem !important;
        }
        .m-xl-n2 {
          margin: -0.5rem !important;
        }
        .mt-xl-n2,
        .my-xl-n2 {
          margin-top: -0.5rem !important;
        }
        .mr-xl-n2,
        .mx-xl-n2 {
          margin-right: -0.5rem !important;
        }
        .mb-xl-n2,
        .my-xl-n2 {
          margin-bottom: -0.5rem !important;
        }
        .ml-xl-n2,
        .mx-xl-n2 {
          margin-left: -0.5rem !important;
        }
        .m-xl-n3 {
          margin: -1rem !important;
        }
        .mt-xl-n3,
        .my-xl-n3 {
          margin-top: -1rem !important;
        }
        .mr-xl-n3,
        .mx-xl-n3 {
          margin-right: -1rem !important;
        }
        .mb-xl-n3,
        .my-xl-n3 {
          margin-bottom: -1rem !important;
        }
        .ml-xl-n3,
        .mx-xl-n3 {
          margin-left: -1rem !important;
        }
        .m-xl-n4 {
          margin: -1.5rem !important;
        }
        .mt-xl-n4,
        .my-xl-n4 {
          margin-top: -1.5rem !important;
        }
        .mr-xl-n4,
        .mx-xl-n4 {
          margin-right: -1.5rem !important;
        }
        .mb-xl-n4,
        .my-xl-n4 {
          margin-bottom: -1.5rem !important;
        }
        .ml-xl-n4,
        .mx-xl-n4 {
          margin-left: -1.5rem !important;
        }
        .m-xl-n5 {
          margin: -3rem !important;
        }
        .mt-xl-n5,
        .my-xl-n5 {
          margin-top: -3rem !important;
        }
        .mr-xl-n5,
        .mx-xl-n5 {
          margin-right: -3rem !important;
        }
        .mb-xl-n5,
        .my-xl-n5 {
          margin-bottom: -3rem !important;
        }
        .ml-xl-n5,
        .mx-xl-n5 {
          margin-left: -3rem !important;
        }
        .m-xl-auto {
          margin: auto !important;
        }
        .mt-xl-auto,
        .my-xl-auto {
          margin-top: auto !important;
        }
        .mr-xl-auto,
        .mx-xl-auto {
          margin-right: auto !important;
        }
        .mb-xl-auto,
        .my-xl-auto {
          margin-bottom: auto !important;
        }
        .ml-xl-auto,
        .mx-xl-auto {
          margin-left: auto !important;
        }
      }
      .stretched-link:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: transparent;
      }
      .text-monospace {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
          Courier New, monospace !important;
      }
      .text-justify {
        text-align: justify !important;
      }
      .text-wrap {
        white-space: normal !important;
      }
      .text-nowrap {
        white-space: nowrap !important;
      }
      .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .text-left {
        text-align: left !important;
      }
      .text-right {
        text-align: right !important;
      }
      .text-center {
        text-align: center !important;
      }
      @media (min-width: 470px) {
        .text-flow-sm-left {
          text-align: left !important;
        }
        .text-flow-sm-right {
          text-align: right !important;
        }
        .text-flow-sm-center {
          text-align: center !important;
        }
      }
      @media (min-width: 576px) {
        .text-sm-left {
          text-align: left !important;
        }
        .text-sm-right {
          text-align: right !important;
        }
        .text-sm-center {
          text-align: center !important;
        }
      }
      @media (min-width: 768px) {
        .text-md-left {
          text-align: left !important;
        }
        .text-md-right {
          text-align: right !important;
        }
        .text-md-center {
          text-align: center !important;
        }
      }
      @media (min-width: 992px) {
        .text-lg-left {
          text-align: left !important;
        }
        .text-lg-right {
          text-align: right !important;
        }
        .text-lg-center {
          text-align: center !important;
        }
      }
      @media (min-width: 1200px) {
        .text-xl-left {
          text-align: left !important;
        }
        .text-xl-right {
          text-align: right !important;
        }
        .text-xl-center {
          text-align: center !important;
        }
      }
      .text-lowercase {
        text-transform: lowercase !important;
      }
      .text-uppercase {
        text-transform: uppercase !important;
      }
      .text-capitalize {
        text-transform: capitalize !important;
      }
      .font-weight-light {
        font-weight: 300 !important;
      }
      .font-weight-lighter {
        font-weight: lighter !important;
      }
      .font-weight-normal {
        font-weight: 400 !important;
      }
      .font-weight-bold {
        font-weight: 500 !important;
      }
      .font-weight-bolder {
        font-weight: bolder !important;
      }
      .font-italic {
        font-style: italic !important;
      }
      .text-white {
        color: #fff !important;
      }
      .text-primary {
        color: #a12327 !important;
      }
      a.text-primary:focus,
      a.text-primary:hover {
        color: #621518 !important;
      }
      .text-secondary {
        color: #052158 !important;
      }
      a.text-secondary:focus,
      a.text-secondary:hover {
        color: #010610 !important;
      }
      .text-success {
        color: #28a745 !important;
      }
      a.text-success:focus,
      a.text-success:hover {
        color: #19692c !important;
      }
      .text-info {
        color: #17a2b8 !important;
      }
      a.text-info:focus,
      a.text-info:hover {
        color: #0f6674 !important;
      }
      .text-warning {
        color: #ffc107 !important;
      }
      a.text-warning:focus,
      a.text-warning:hover {
        color: #ba8b00 !important;
      }
      .text-danger {
        color: #dc3545 !important;
      }
      a.text-danger:focus,
      a.text-danger:hover {
        color: #a71d2a !important;
      }
      .text-light {
        color: #e8e8e8 !important;
      }
      a.text-light:focus,
      a.text-light:hover {
        color: #c2c2c2 !important;
      }
      .text-dark {
        color: #343a40 !important;
      }
      a.text-dark:focus,
      a.text-dark:hover {
        color: #121416 !important;
      }
      .text-body {
        color: #212529 !important;
      }
      .text-muted {
        color: #707070 !important;
      }
      .text-black-50 {
        color: rgba(0, 0, 0, 0.5) !important;
      }
      .text-white-50 {
        color: hsla(0, 0%, 100%, 0.5) !important;
      }
      .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
      }
      .text-decoration-none {
        text-decoration: none !important;
      }
      .text-break {
        word-break: break-word !important;
        word-wrap: break-word !important;
      }
      .text-reset {
        color: inherit !important;
      }
      .visible {
        visibility: visible !important;
      }
      .invisible {
        visibility: hidden !important;
      }
      @media print {
        *,
        :after,
        :before {
          text-shadow: none !important;
          box-shadow: none !important;
        }
        a:not(.btn) {
          text-decoration: underline;
        }
        abbr[title]:after {
          content: " (" attr(title) ")";
        }
        pre {
          white-space: pre-wrap !important;
        }
        blockquote,
        pre {
          border: 1px solid #adb5bd;
        }
        blockquote,
        img,
        pre,
        tr {
          page-break-inside: avoid;
        }
        h2,
        h3,
        p {
          orphans: 3;
          widows: 3;
        }
        h2,
        h3 {
          page-break-after: avoid;
        }
        @page {
          size: a3;
        }
        .container,
        body {
          min-width: 992px !important;
        }
        .navbar {
          display: none;
        }
        .badge {
          border: 1px solid #000;
        }
        .table {
          border-collapse: collapse !important;
        }
        .table td,
        .table th {
          background-color: #fff !important;
        }
        .table-bordered td,
        .table-bordered th {
          border: 1px solid #dee2e6 !important;
        }
        .table-dark {
          color: inherit;
        }
        .table-dark tbody + tbody,
        .table-dark td,
        .table-dark th,
        .table-dark thead th {
          border-color: #dee2e6;
        }
        .table .thead-dark th {
          color: inherit;
          border-color: #dee2e6;
        }
      }
      body,
      html {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        letter-spacing: 0.08em;
        color: #232323;
        min-height: 100%;
        font-size: 15px;
      }
      @media (max-width: 767.98px) {
        body,
        html {
          font-size: 14px;
        }

        .right-text-p{
          font-size: 0.8rem;
        }


      }
      @media (max-width: 469.98px) {
        body,
        html {
          font-size: 13px;
        }
      }
      *,
      :after,
      :before {
        box-sizing: border-box;
      }
      @media (min-width: 768px) {
        a[href^="tel:"] {
          cursor: auto;
          pointer-events: none;
        }
      }
      img {
        max-width: 100%;
      }
      button,
      input,
      select,
      textarea {
        font-size: 16px;
        padding: 0.5em 0.8em;
        border: none;
        border-radius: 5px;
        -webkit-appearance: none;
        appearance: none;
        letter-spacing: 0.08em;
      }
      input[type="email"],
      input[type="number"],
      input[type="tel"],
      input[type="text"],
      textarea {
        width: 100%;
        background-color: #f5f5f7;
        color: #052158;
      }
      input[type="email"].error,
      input[type="number"].error,
      input[type="tel"].error,
      input[type="text"].error,
      textarea.error {
        border: 1px solid #e6312e;
      }
      input:not([type="submit"]):focus,
      select:focus,
      textarea:focus {
        outline: 0;
        background: #f7f7f7;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
      }
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder {
        color: #c4c4c4;
      }
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder {
        color: #c4c4c4;
      }
      input::placeholder,
      textarea::placeholder {
        color: #c4c4c4;
      }
      button[disabled],
      input[disabled] {
        opacity: 0.5;
        cursor: default;
      }
      input[type="checkbox"] {
        display: none;
      }
      input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 38px;
        cursor: pointer;
        margin-bottom: 1.6em;
        margin-left: 2px;
      }
      input[type="checkbox"] + label:before {
        content: "";
        display: block;
        width: 26px;
        height: 26px;
        border: 1px solid #b3caf7;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.12s, border-color 0.08s;
      }
      input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: calc(50% - 5px);
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-color: transparent #052158 #052158 transparent;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
      }
      .section-narrow {
        padding-top: 1.38rem;
        padding-bottom: 1.38rem;
      }
      .section-wide {
        padding-top: 5.3rem;
        padding-bottom: 5.3rem;
      }
      @media (max-width: 991.98px) {
        .section-wide {
          padding-top: 3.2rem;
          padding-bottom: 3.2rem;
        }
      }
      .section-mid {
        padding-top: 3rem;
        padding-bottom: 3rem;
      }
      @media (max-width: 991.98px) {
        .section-mid {
          padding-top: 2rem;
          padding-bottom: 2rem;
        }
      }
      .narrow-container {
        max-width: 1092px;
        margin-left: auto;
        margin-right: auto;
      }
      .very-narrow-container {
        max-width: 100%;
        width: 768px;
        margin-left: auto;
        margin-right: auto;
      }
      @media (max-width: 991.98px) {
        .very-narrow-container {
          padding-left: 1.2rem;
          padding-right: 1.2rem;
        }
      }
      @media (min-width: 992px) {
        .container.container--more-narrow {
          max-width: 948px;
        }
      }
      @media (min-width: 768px) {
        .container.container--extremely-narrow {
          max-width: 681px;
        }
      }
      @media (max-width: 991.98px) {
        .narrow-container-md {
          padding-left: 15px;
          padding-right: 15px;
        }
      }
      @media (max-width: 767.98px) {
        .narrow-container-sm {
          padding-left: 15px;
          padding-right: 15px;
        }
      }
      .bg-half-img {
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 0;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
      }
      @media (max-width: 991.98px) {
        .bg-half-img {
          display: none;
        }
      }
      .half-text {
        margin-left: 50%;
        padding-left: 3rem;
      }
      @media (max-width: 991.98px) {
        .half-text {
          margin: 0;
          padding: 0;
        }
      }
      .two-images {
        padding-top: 250px;
        margin-bottom: 58px;
        position: relative;
      }
      @media (max-width: 991.98px) {
        .two-images {
          padding-top: 0;
          margin-bottom: 0;
        }
      }
      .two-images:after,
      .two-images:before {
        content: "";
        width: 50%;
        height: 72%;
        z-index: 1;
        position: absolute;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
      }
      @media (max-width: 991.98px) {
        .two-images:after,
        .two-images:before {
          content: none;
        }
      }
      @media (max-width: 991.98px) {
        .two-images .container {
          padding: 0;
          margin: 0;
          max-width: 100%;
        }
      }
      .two-images .container .two-blocks {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        position: relative;
        z-index: 2;
      }
      .two-images .container .two-blocks .block {
        background: #fff;
        width: 45%;
        padding: 32px 48px;
        box-shadow: 0 0 48px rgba(0, 0, 0, 0.16);
        text-align: center;
      }
      @media (max-width: 991.98px) {
        .two-images .container .two-blocks .block {
          width: 100%;
          padding: 0 0 32px;
          box-shadow: none;
        }
        .two-images .container .two-blocks .block:before {
          content: "";
          position: relative;
          width: 100%;
          height: 200px;
          display: block;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50%;
          margin-bottom: 1.5rem;
        }
      }
      .two-images .container .two-blocks .block dd,
      .two-images .container .two-blocks .block dt {
        margin: 0 auto;
      }
      @media (max-width: 991.98px) {
        .two-images .container .two-blocks .block dd,
        .two-images .container .two-blocks .block dt {
          max-width: 720px;
        }
      }
      @media (max-width: 767.98px) {
        .two-images .container .two-blocks .block dd,
        .two-images .container .two-blocks .block dt {
          max-width: 540px;
        }
      }
      @media (max-width: 469.98px) {
        .two-images .container .two-blocks .block dd,
        .two-images .container .two-blocks .block dt {
          max-width: 100%;
          margin: 0 15px;
        }
      }
      @media (min-width: 992px) {
        .two-images .container .two-blocks .block .btn-square {
          min-width: 90%;
        }
      }
      .fit-cover {
        -o-object-fit: cover;
        object-fit: cover;
      }
      .youtube {
        position: relative;
        padding-top: 56.25%;
        width: 100%;
      }
      .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
      }
      .text-center-md-left {
        text-align: center;
      }
      @media (max-width: 991.98px) {
        .text-center-md-left {
          text-align: left;
        }
      }
      .text-left-md-center {
        text-align: left;
      }
      @media (max-width: 991.98px) {
        .text-left-md-center {
          text-align: center;
        }
      }
      .no-wrap-as-possible {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      @media (min-width: 992px) {
        .w-lg-90 {
          width: 90%;
        }
      }
      .hover,
      .link-new-window {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
      }
      .hover:hover,
      .link-new-window:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .font-dnp,
      .heading-mincho {
        font-family: dnp-shuei-mincho-pr6n, serif;
      }
      .heading-mincho {
        font-weight: 600;
        font-style: normal;
        font-size: 2.93rem;
        margin-bottom: 1.92rem;
        line-height: 1.3;
      }
      @media (max-width: 991.98px) {
        .heading-mincho {
          text-align: center;
          font-size: 2rem;
        }
      }
      .heading-mincho.font-lg {
        font-size: 3.73rem;
      }
      @media (max-width: 991.98px) {
        .heading-mincho.font-lg {
          font-size: 2rem;
        }
      }
      .heading-mincho.font-md {
        font-size: 2.4rem;
      }
      @media (max-width: 991.98px) {
        .heading-mincho.font-md {
          font-size: 1.9rem;
        }
      }
      .heading-mincho.font-sm {
        font-size: 1.87rem;
      }
      .heading-mincho.font-xs {
        font-size: 1.5rem;
      }
      .heading-mincho.underline-red {
        margin-bottom: 0;
      }
      .heading-mincho.underline-red:after {
        content: "";
        width: 48px;
        height: 1px;
        background: #a12327;
        margin: 22px auto;
        display: block;
      }
      .heading-mincho-light {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        font-weight: 100;
        font-size: 1.93rem;
      }
      .sub-heading-en {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.13rem;
      }
      @media (max-width: 991.98px) {
        .sub-heading-en {
          text-align: center;
        }
      }
      .azo-sans {
        font-family: azo-sans-web, sans-serif;
      }
      .azo-sans,
      .heading-gothic {
        font-weight: 700;
        font-style: normal;
      }
      .heading-gothic {
        font-family: source-han-sans-japanese, sans-serif;
      }
      .feature-heading {
        display: flex;
        justify-content: center;
        margin-bottom: 1.92rem;
        align-items: center;
      }
      @media (max-width: 991.98px) {
        .feature-heading {
          display: block;
          text-align: center;
        }
      }
      .feature-heading .feature-num {
        font-weight: 700;
        color: #052158;
        font-size: 1.33rem;
        text-align: center;
        margin-right: 2.33rem;
      }
      @media (max-width: 991.98px) {
        .feature-heading .feature-num {
          margin-bottom: 1em;
          margin-right: 0;
        }
      }
      .feature-heading .feature-num .num {
        color: #a12327;
        font-family: Oswald, sans-serif;
        font-size: 3.13rem;
        letter-spacing: 3px;
      }
      .feature-heading .heading-text {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.93rem;
        line-height: 1.5em;
      }
      @media (max-width: 1199.98px) {
        .feature-heading .heading-text {
          font-size: 1.8rem;
        }
      }
      .link-more {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        font-size: 0.93rem;
        position: relative;
        padding-right: 5rem;
      }
      .link-more:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .link-more:after {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-more.svg);
        width: 4rem;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
      }
      .link-arrow {
        position: relative;
        padding-right: 1.4em;
      }
      .link-arrow:after {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-arrow-red.svg);
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .link-arrow-white {
        position: relative;
        padding-right: 1.4em;
      }
      .link-arrow-white:after {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-arrow-white.svg);
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .link-new-window {
        position: relative;
        padding-right: 1.7em;
        color: #a12327;
      }
      .link-new-window:after {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/new-window.svg);
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        right: 0.3em;
        -webkit-transform: translateY(-42%);
        transform: translateY(-42%);
      }
      .link-new-window:hover {
        color: #a12327;
      }
      .marker {
        background: linear-gradient(transparent 70%, #f5cfd3 0);
      }
      .fsz-12 {
        font-size: 0.8rem;
      }
      .fsz-13 {
        font-size: 0.87rem;
      }
      .fsz-14 {
        font-size: 0.93rem;
      }
      .fsz-16 {
        font-size: 1.07rem;
      }
      .fsz-18 {
        font-size: 1.2rem;
      }
      .fsz-19 {
        font-size: 1.26rem;
      }
      .fsz-20 {
        font-size: 0.9rem;
      }
      .fsz-22 {
        font-size: 1.47rem;
      }
      .fsz-24 {
        font-size: 1.6rem;
      }
      .fsz-26 {
        font-size: 1.73rem;
      }
      .fsz-28 {
        font-size: 1.87rem;
      }
      .fsz-30 {
        font-size: 2rem;
      }
      .btn-download,
      .btn-square {
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        color: #232323;
        max-width: 100%;
        font-weight: 500;
        text-align: center;
        border: 2px solid #232323;
        padding: 0.7em 2.2em 0.7em 1.2em;
        font-size: 1.2rem;
        -webkit-font-feature-settings: "pkna";
        font-feature-settings: "pkna";
        margin: 0 1rem 0 0;
      }
      .btn-download:hover,
      .btn-square:hover {
        opacity: 0.75;
        color: #232323;
        text-decoration: none;
      }
      .btn-square {
        background: #fff url(/wp-content/themes/asmedical/images/_icons-logos/icn-arrow-red.svg) no-repeat
          calc(100% - 0.7em) 50%;
        background-size: 1em;
      }
      @media (min-width: 992px) {
        .btn-square.lg-narrow {
          padding: 0.3em 2.2em;
        }
      }
      @media (max-width: 991.98px) {
        .btn-square {
          min-width: 90%;
        }
      }
      .btn-square.btn-square--window-icon {
        background-image: url(/wp-content/themes/asmedical/images/_icons-logos/new-window.svg);
      }
      .btn-download {
        background: #fff url(/wp-content/themes/asmedical/images/_icons-logos/icn-download.svg) no-repeat
          calc(100% - 1.2em) 50%;
        background-size: 1.5em;
        min-width: 90%;
      }
      @media (min-width: 576px) {
        .btn-download {
          min-width: 325px;
        }
      }
      .btn-round {
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        padding: 0.9em 2.5em;
        border-radius: 50rem;
        font-size: 1.2rem;
        text-align: center;
        max-width: 100%;
        margin-bottom: 1rem;
        background: #232323 url(/wp-content/themes/asmedical/images/_icons-logos/icn-arrow-white.svg)
          no-repeat calc(100% - 0.9em) 50%;
        background-size: 1.2rem;
      }
      .btn-round:hover {
        opacity: 0.75;
        color: #fff;
        text-decoration: none;
      }
      @media (max-width: 767.98px) {
        .btn-round {
          padding: 0.9em 0.8em;
          width: 300px;
        }
      }
      .btn-round.btn-round--large {
        width: 300px;
      }
      .btn-round.btn-round--red {
        background-color: #a12327;
      }
      .btn-contact-white {
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        text-align: center;
        max-width: 100%;
        border: 1px solid #fff;
        padding: 0.7em 1.5em;
        display: flex;
        align-items: center;
      }
      .btn-contact-white:hover {
        opacity: 0.75;
        color: #fff;
        text-decoration: none;
      }
      .btn-contact-white .logo {
        margin-left: 0.7em;
        display: inline-block;
        width: 1.8em;
      }
      .btn-contact-big {
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        color: #232323;
        text-align: center;
        max-width: 100%;
        font-size: 1.5rem;
        font-weight: 500;
        border: 2px solid #232323;
        padding: 0.7em 2.5em;
        position: relative;
        min-width: 80%;
        background: #fff;
      }
      .btn-contact-big:hover {
        opacity: 0.75;
        color: #232323;
        text-decoration: none;
      }
      .btn-contact-big:before {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-contact-blue.svg);
        left: 0.7em;
        width: 1.2em;
      }
      .btn-contact-big:after,
      .btn-contact-big:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .btn-contact-big:after {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-chevron-red.svg);
        right: 1em;
        width: 0.5em;
      }
      .btn-square-red {
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        color: #232323;
        text-align: center;
        max-width: 100%;
        background: #fff url(/wp-content/themes/asmedical/images/_icons-logos/icn-arrow-red.svg) no-repeat
          calc(100% - 0.5em) 50%;
        background-size: 0.5em;
        border: 1px solid #a12327;
        padding: 0.5em 1.5em;
        font-size: 0.86rem;
      }
      .btn-square-red:hover {
        opacity: 0.75;
        color: #232323;
        text-decoration: none;
      }
      .btn-submit {
        background-color: #435f96;
        color: #fff;
        width: 300px;
        max-width: 100%;
        font-size: 1.2rem;
        padding: 1em 0;
      }
      .btn-submit:disabled {
        background-color: #fff;
        color: #b3caf7;
        border: 1px solid #b3caf7;
      }
      .btn-external-link {
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        background: #232323 url(/wp-content/themes/asmedical/images/_icons-logos/new-window-white.svg)
          no-repeat calc(100% - 1.3em) 50%;
        background-size: 1.2rem;
        color: #fff;
        padding: 0.9em 2.5em;
        border-radius: 50rem;
        font-size: 1.2rem;
        max-width: 100%;
        text-align: center;
        width: 20rem;
      }
      .btn-external-link:hover {
        opacity: 0.75;
        color: #fff;
        text-decoration: none;
      }
      .card-advantage {
        background: #fff;
        border: none;
        width: 31%;
        padding: 25px 36px 39px;
        z-index: 10;
      }
      @media (max-width: 1199.98px) {
        .card-advantage {
          width: 100%;
          margin-bottom: 1rem;
          padding: 25px 22px 39px;
        }
      }
      .card-advantage .card-img {
        width: 20%;
        max-width: 100px;
      }
      .card-advantage .card-title {
        margin-bottom: 0;
      }
      .card-advantage .card-title .title-en {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.733333333rem;
        margin-bottom: 0;
      }
      .card-advantage .card-title .title-ja {
        font-size: 1.16rem;
        line-height: 1.44em;
        margin-bottom: 0;
      }
      .card-advantage .card-text {
        font-size: 0.933333333rem;
      }
      .card-partners {
        border: none;
        border-radius: 0;
        margin: 1rem 2rem;
        background: #fff;
        max-width: 400px;
      }
      @media (max-width: 991.98px) {
        .card-partners {
          margin: 1rem auto;
        }
      }
      .card-partners .card-img-top {
        border-radius: 0;
      }
      .card-partners .card-body {
        padding: 1.6rem 1.4rem 2.5rem;
        height: 160px;
      }
      @media (max-width: 767.98px) {
        .card-partners .card-body {
          height: 140px;
        }
      }
      .card-partners .card-body .card-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .card-partners .card-footer {
        background: unset;
        padding: 0.5rem 0.75rem;
      }
      .card-partners .card-footer .card-area {
        color: #878787;
        border: 1px solid #ccc;
        border-radius: 2px;
        font-size: 0.73rem;
        padding: 0.33rem 0.73rem;
        white-space: nowrap;
        margin-right: 1rem;
      }
      .card-partners .card-footer .disease {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .card-topics .d-block {
        background: #fff;
        transition: 0.3s ease;
      }
      .card-topics .d-block:hover {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
      }
      .card-topics .d-block .d-flex {
        padding: 15px;
      }
      .card-topics .d-block .d-flex .thumbnail {
        -o-object-fit: cover;
        object-fit: cover;
        width: 73px;
        height: 73px;
        margin-right: 1rem;
        overflow: visible !important;
      }
      .card-topics .d-block .d-flex .thumbnail div,
      .card-topics .d-block .d-flex .thumbnail img {
        width: 73px !important;
      }
      .card-topics .d-block .d-flex .body {
        width: auto;
      }
      .card-topics .d-block .d-flex .body .date {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #232323;
        font-size: 0.8rem;
        font-weight: 400;
        margin-right: 1.5em;
      }
      .card-topics .d-block .d-flex .body .category {
        color: #052158;
        font-size: 0.73rem;
        border: 1px solid #ddd;
        padding: 1px 11px;
      }
      .card-topics .d-block .d-flex .body .title {
        color: #232323;
        font-size: 0.86rem;
        font-weight: 700;
        margin-top: 0.5em;
      }
      .card-recommend {
        margin-bottom: 2rem;
      }
      @media (min-width: 992px) {
        .card-recommend .card-body {
          padding-left: 0;
          padding-right: 0;
        }
      }
      .card-recommend .card-body .card-title {
        color: #052158;
        font-weight: 700;
        font-size: 1rem;
      }
      .card-partner-detail {
        padding-bottom: 4rem;
      }
      .card-partner-detail .row {
        margin-bottom: 2rem;
      }
      #information {
        background: #a12327;
        color: #fff;
      }
      #information .left-block {
        width: 200px;
      }
      @media (max-width: 991.98px) {
        #information .left-block {
          width: 100%;
        }
      }
      #information .right-block {
        width: calc(100% - 200px);
      }
      @media (max-width: 991.98px) {
        #information .right-block {
          width: 100%;
        }
      }
      #information .information-row {
        display: flex;
        font-size: 13px;
        margin-bottom: 0.4rem;
        align-items: baseline;
      }
      @media (max-width: 991.98px) {
        #information .information-row {
          flex-wrap: wrap;
          margin: 0.8rem 0;
        }
      }
      #information .information-row .time {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-weight: 400;
      }
      #information .information-row .cat-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #f5b5b6;
        width: 120px;
        font-weight: 700;
      }
      @media (min-width: 992px) {
        #information .information-row .information-text {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 70%;
        }
      }
      @media (max-width: 991.98px) {
        #information .information-row .information-text {
          width: 100%;
        }
      }
      #information .information-row .information-text a {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
      }
      #information .information-row .information-text a:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .pager-wrapper {
        margin: 60px auto 0;
        max-width: 100%;
        display: flex;
        justify-content: center;
      }
      .pager-wrapper .pager-list {
        display: flex;
        justify-content: center;
        width: 100%;
      }
      .pager-wrapper .pager-list a,
      .pager-wrapper .pager-list span {
        width: 100%;
        height: 100%;
        background: #fff;
        color: #052158;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .pager-wrapper .pager-list .delete-border {
        border: 0;
      }
      .pager-wrapper .pager-list li {
        width: 40px;
        height: 40px;
        margin: 0 10px;
        border: 1px solid #052158;
      }
      .pager-wrapper .pager-list li > span.current {
        color: #fff;
        background: #052158;
      }
      @media (max-width: 767.98px) {
        .pager-wrapper .pager-list li {
          margin: 0 2%;
        }
      }
      .pager-wrapper .pager-list li .pager-single {
        width: 100%;
        height: 100%;
        background: #fff;
        color: #052158;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .pager-wrapper .pager-list li .pager-active {
        background-color: #052158;
        color: #fff;
      }
      .special-banner-link {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
      }
      .special-banner-link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .fixed-banner {
        position: fixed;
        bottom: 3vw;
        right: 3vw;
        z-index: 999;
        width: 400px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        transition: opacity 0.6s ease;
      }
      @media (max-width: 469.98px) {
        .fixed-banner {
          bottom: 0;
          right: 0;
          width: 100%;
          box-shadow: unset;
        }
      }
      .fixed-banner.fixed-banner--hidden {
        opacity: 0;
        pointer-events: none;
      }
      .fixed-banner .fixed-banner__close-btn {
        position: absolute;
        top: -1.6rem;
        right: 0.2rem;
        padding: 0;
        width: 1.4rem;
        height: 1.4rem;
        background-color: transparent;
      }
      .fixed-banner .fixed-banner__btn-bar {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #c7c7c7;
        border-radius: 4px;
      }
      .fixed-banner .fixed-banner__btn-bar:first-of-type {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
      }
      .fixed-banner .fixed-banner__btn-bar:nth-of-type(2) {
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
      }
      .fixed-banner .fixed-banner__close-btn:focus {
        outline: none;
      }
      .fixed-banner .fixed-banner__close-btn:focus .fixed-banner__btn-bar {
        background-color: #052158;
      }
      .header {
        padding: 2rem;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 888;
      }
      @media (max-width: 991.98px) {
        .header {
          padding: 1.5rem;
        }
      }
      .header .main-logo {
        margin-bottom: 1rem;
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        width: 165px;
      }
      .header .main-logo:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      @media (max-width: 991.98px) {
        .header .main-logo {
          margin-bottom: 0;
          width: 129px;
        }
      }
      @media (max-width: 767.98px) {
        .header .main-logo {
          width: 110px;
        }
      }
      .header .header-nav {
        margin-left: 0.5em;
      }
      .header .header-nav .header-nav-list .header-nav-item {
        margin-bottom: 0.4em;
      }
      .header .header-nav .header-nav-list .header-nav-item .header-nav-link {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
      }
      .header
        .header-nav
        .header-nav-list
        .header-nav-item
        .header-nav-link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .header
        .header-nav
        .header-nav-list
        .header-nav-item
        .header-nav-link.active {
        color: #e6312e;
        font-weight: 700;
      }
      .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 997;
        height: 60px;
        background: #fff;
      }
      @media (max-width: 991.98px) {
        .fixed-header {
          display: none;
        }
      }
      .fixed-header .main-logo {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        width: 140px;
        margin-left: 1.8rem;
      }
      .fixed-header .main-logo:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      @media (max-width: 1199.98px) {
        .fixed-header .fixed-menu {
          width: 100%;
        }
      }
      .fixed-header .fixed-menu .fixed-menu-item .menu-link {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        font-size: 0.875rem;
        color: #000;
        display: flex;
        align-items: center;
        height: 60px;
        padding: 16px 1.2vw;
      }
      .fixed-header .fixed-menu .fixed-menu-item .menu-link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .fixed-header
        .fixed-menu
        .fixed-menu-item:not(.contact)
        .menu-link.active,
      .fixed-header
        .fixed-menu
        .fixed-menu-item:not(.contact)
        .menu-link:hover {
        color: #e6312e;
        border-bottom: 7px solid #e6312e;
      }
      .fixed-header .fixed-menu .fixed-menu-item.contact {
        background: #a12327;
      }
      .fixed-header .fixed-menu .fixed-menu-item.contact .menu-link {
        color: #fff;
        display: block;
        padding: 16px 1.5vw;
      }
      .fixed-header .fixed-menu .fixed-menu-item.contact .menu-link:hover {
        background: #e6312e;
        opacity: 1;
      }
      .fixed-header .fixed-menu .fixed-menu-item.contact .menu-link .logo {
        margin-left: 0.7em;
        display: inline-block;
        width: 1.8em;
      }
      #footerContact {
        background-color: #a12327;
      }
      #footerContact .contact-block {
        background: #fff;
      }
      #footerContact .contact-block .contact-block-title {
        padding: 1.2rem;
        font-size: 1.666666667rem;
        background: #a12327;
        color: #fff;
        text-align: center;
      }
      @media (max-width: 469.98px) {
        #footerContact .contact-block .contact-block-title {
          font-size: 4.02vw;
        }
      }
      #footerContact .contact-block .contact-block-body {
        padding: 2.4rem 1rem 3rem;
      }
      @media (max-width: 991.98px) {
        #footerContact .contact-block .contact-block-body {
          padding: 2rem 2rem 2.5rem;
        }
      }
      #footerContact .contact-block .contact-block-body .text-sub {
        font-size: 1.7rem;
      }
      #footerContact .contact-block .contact-block-body .tel-num {
        font-family: Oswald, sans-serif;
        color: #a12327;
        font-size: 2.8rem;
        position: relative;
        white-space: nowrap;
      }
      @media (max-width: 991.98px) {
        #footerContact .contact-block .contact-block-body .tel-num {
          padding-left: 1em;
          font-size: 2.5rem;
        }
      }
      @media (max-width: 469.98px) {
        #footerContact .contact-block .contact-block-body .tel-num {
          font-size: 10vw;
        }
      }
      #footerContact .contact-block .contact-block-body .tel-num:before {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-phone.svg);
        position: absolute;
        top: 50%;
        left: -1.1em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 37px;
      }
      @media (max-width: 991.98px) {
        #footerContact .contact-block .contact-block-body .tel-num:before {
          left: -0.2em;
          width: 1em;
        }
      }
      #footerContact .contact-block .contact-block-body .business-hours {
        font-size: 0.8rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      @media (max-width: 991.98px) {
        #footerContact .contact-block .contact-block-body .business-hours {
          margin-bottom: 2rem;
        }
      }
      #toTop {
        background: #3a3a3a;
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
      }
      #toTop:hover {
        background: #585858;
      }
      #toTop .text-white {
        display: block;
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.87rem;
        padding: 1rem 0;
      }
      #footer {
        background: #272727;
        color: #fff;
      }
      #footer .footer-menu-wrapper {
        justify-content: space-between;
      }
      @media (max-width: 991.98px) {
        #footer .footer-menu-wrapper {
          justify-content: center;
        }
      }
      #footer nav li {
        font-size: 0.87rem;
        margin-bottom: 1rem;
        color: #888;
      }
      #footer nav li .sub-menu {
        color: #888;
      }
      #footer nav li a:not(.sub-menu) {
        color: #fff;
        font-size: 0.93rem;
        font-weight: 700;
      }
      @media (max-width: 991.98px) {
        #footer .right-block {
          text-align: center;
        }
      }
      #footer .right-block .main-logo svg {
        max-width: 163px;
        margin-bottom: 8px;
      }
      #footer .right-block .main-logo .text-regene {
        color: #fff;
      }
      @media (min-width: 992px) {
        #footer .right-block .main-logo .text-regene {
          text-align: right;
        }
      }
      #footer .right-block a,
      #footer .right-block p {
        font-size: 0.73rem;
      }
      #copyright {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-weight: 400;
        border-top: 1px solid #909090;
        color: #fff;
        font-size: 0.8rem;
        padding: 1rem 0;
      }
      .mobile-menu {
        z-index: 998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 73px;
        transition: 0.3s ease-in;
      }
      .mobile-menu,
      .mobile-menu .header {
        background: #a12327;
      }
      .mobile-menu .scrollable {
        padding: 6.6rem 0;
        height: 100%;
        min-height: 100vh;
        overflow-y: auto;
        background: #a12327;
      }
      .mobile-menu .scrollable .menu-wrapper {
        margin: 0 auto;
        width: 360px;
        max-width: 90%;
      }
      .mobile-menu .scrollable .menu-wrapper .menu-list {
        margin-bottom: 1.66rem;
      }
      .mobile-menu .scrollable .menu-wrapper .menu-list .menu-link {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        line-height: 1.15em;
        padding: 0.5em 0;
      }
      .mobile-menu .scrollable .menu-wrapper .menu-list .menu-link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .mobile-menu .scrollable .menu-wrapper .menu-list .menu-link .azo-sans {
        display: block;
        font-size: 0.92rem;
        color: #f5b5b6;
      }
      .mobile-menu .scrollable .menu-wrapper .block-link-wrapper {
        margin: 3rem 0 2rem;
      }
      .mobile-menu .scrollable .menu-wrapper .block-link-wrapper .block-link {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        padding: 0.9rem 0;
        width: 31%;
        text-align: center;
      }
      .mobile-menu
        .scrollable
        .menu-wrapper
        .block-link-wrapper
        .block-link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .mobile-menu .scrollable .menu-wrapper .btn-contact-big {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 2rem;
      }
      .mobile-menu .scrollable .menu-wrapper .text-sub {
        font-size: 1.15rem;
      }
      .mobile-menu .scrollable .menu-wrapper .tel-num {
        font-family: Oswald, sans-serif;
        padding-left: 1em;
        font-size: 2rem;
        position: relative;
        white-space: nowrap;
      }
      @media (max-width: 469.98px) {
        .mobile-menu .scrollable .menu-wrapper .tel-num {
          font-size: 7vw;
        }
      }
      .mobile-menu .scrollable .menu-wrapper .tel-num:before {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/icn-phone-white.svg);
        position: absolute;
        top: 50%;
        left: -0.2em;
        width: 0.8em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .mobile-menu .scrollable .menu-wrapper .business-hours {
        font-size: 0.8rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      @media (max-width: 991.98px) {
        .mobile-menu .scrollable .menu-wrapper .business-hours {
          margin-bottom: 2rem;
        }
      }
      .page-header {
        height: 343px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-color: #fff;
      }
      @media (max-width: 767.98px) {
        .page-header {
          height: 200px;
        }
      }
      .page-header .page-title {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        color: #fff;
        font-size: 2.93rem;
        font-weight: 400;
        text-align: center;
        position: absolute;
        width: calc(100% - 450px);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
      @media (max-width: 991.98px) {
        .page-header .page-title {
          width: 90%;
        }
      }
      @media (max-width: 767.98px) {
        .page-header .page-title {
          font-size: 1.84rem;
          top: 55%;
        }
      }
      .page-header .page-title .page-title-eng {
        font-family: adobe-jenson-pro, serif;
        font-weight: 700;
        font-style: normal;
        display: block;
        color: #fff;
        font-size: 1.46rem;
        margin-top: 5px;
      }
      .section-breadcrumb {
        background: #a12327;
      }
      .section-breadcrumb .breadcrumb {
        background: #a12327;
        margin: 0;
        padding: 0.8rem 0;
        font-size: 0.93rem;
        font-weight: 400;
        color: #fff;
      }
      .section-breadcrumb .breadcrumb .breadcrumb__list {
        margin: 0.2rem 0;
        display: flex;
        flex-wrap: wrap;
      }
      .section-breadcrumb
        .breadcrumb
        .breadcrumb__list
        .breadcrumb__item:first-of-type {
        padding-left: 1.5em;
        background: url(/wp-content/themes/asmedical/images/_icons-logos/home.svg) no-repeat 0;
        background-size: 1em;
      }
      .section-breadcrumb
        .breadcrumb
        .breadcrumb__list
        .breadcrumb__item
        .breadcrumb__link,
      .section-breadcrumb
        .breadcrumb
        .breadcrumb__list
        .breadcrumb__item
        .breadcrumb__link__active {
        color: #fff;
      }
      .section-breadcrumb
        .breadcrumb
        .breadcrumb__list
        .breadcrumb__item
        .breadcrumb__link {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
      }
      .section-breadcrumb
        .breadcrumb
        .breadcrumb__list
        .breadcrumb__item
        .breadcrumb__link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .section-breadcrumb
        .breadcrumb
        .breadcrumb__list
        .breadcrumb__item
        .breadcrumb__separator {
        color: #fff;
        margin: 0 1rem;
      }
      #download .download-block {
        padding: 2.53rem 2rem 0;
        background: #435f96;
      }
      @media (max-width: 991.98px) {
        #download .download-block {
          padding: 2.7rem 15px 0;
        }
      }
      @media (max-width: 469.98px) {
        #download .download-block .heading-mincho {
          font-size: 5.4vw;
        }
      }
      #download .download-block .row {
        max-width: 925px;
        margin: 0 auto;
      }
      @media (max-width: 991.98px) {
        #download .download-block .row .img-document {
          max-width: 200px;
          margin: 0 auto;
        }
      }
      #download .download-block .row .btn-download {
        margin-bottom: 2.53rem;
      }
      .border-table {
        width: 100%;
      }
      .border-table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border: 1px solid #e8e8e8;
        margin-bottom: -1px;
      }
      .border-table tr th {
        width: 25%;
      }
      @media (max-width: 767.98px) {
        .border-table tr th {
          background-color: #f6f6f8;
          border-bottom: 1px solid #e8e8e8;
        }
      }
      .border-table tr td {
        width: 75%;
      }
      .border-table tr td,
      .border-table tr th {
        padding: 2.4rem 1.6rem;
      }
      @media (max-width: 767.98px) {
        .border-table tr td,
        .border-table tr th {
          width: 100%;
          padding: 1.2rem 1rem;
          font-size: 13px;
        }
      }
      @media (min-width: 768px) {
        .border-table.border-table__vertical-border-md-none tr {
          border-right: none;
          border-left: none;
        }
      }
      .topics-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .topics-list .card-topics {
        margin-bottom: 1.5rem;
        width: 100%;
      }
      @media (min-width: 992px) {
        .topics-list .card-topics {
          margin-bottom: 2.93rem;
          width: calc((100% - 2.93rem) / 2);
        }
      }
      .treatment-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin: 4rem 0 2rem;
      }
      .treatment-list .treatment-item {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        padding: 1.33rem;
        color: #052158;
        width: calc(20% - 12px);
        min-width: 160px;
        text-align: center;
        border: 1px solid #b1c3e6;
        border-radius: 6px;
      }
      @media (max-width: 767.98px) {
        .treatment-list .treatment-item {
          width: calc((100% - 12px) / 2);
          min-width: unset;
        }
      }
      #intro-flow .intro-block {
        background: #e4ebf4;
        padding: 4rem 3.5rem;
      }
      @media (max-width: 991.98px) {
        #intro-flow .intro-block {
          padding: 3rem 2rem;
        }
      }
      #intro-flow .intro-block .d-lg-flex {
        margin-bottom: 2rem;
      }
      @media (max-width: 991.98px) {
        #intro-flow .intro-block .d-lg-flex {
          margin-bottom: 4rem;
        }
      }
      #intro-flow .intro-block .d-lg-flex .left-block {
        width: 50%;
      }
      #intro-flow .intro-block .d-lg-flex .right-block {
        width: 45%;
      }
      #intro-flow .intro-block .d-lg-flex .left-block,
      #intro-flow .intro-block .d-lg-flex .right-block {
        margin-bottom: 1.38rem;
      }
      @media (max-width: 991.98px) {
        #intro-flow .intro-block .d-lg-flex .left-block,
        #intro-flow .intro-block .d-lg-flex .right-block {
          width: 100%;
        }
      }
      #intro-flow .intro-block .flow-list {
        margin-bottom: 0;
      }
      @media (min-width: 992px) {
        #intro-flow .intro-block .flow-list {
          display: flex;
          justify-content: space-between;
        }
      }
      @media (min-width: 992px) {
        #intro-flow .intro-block .flow-list .flow-item:first-of-type {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          width: 3em;
          line-height: 3em;
        }
      }
      #intro-flow .intro-block .flow-list .flow-item:not(:first-of-type) {
        flex: 1 1;
        background: #fff;
        border: 1px solid #a12327;
        position: relative;
        margin-top: 5rem;
        margin-left: 0;
      }
      @media (min-width: 992px) {
        #intro-flow .intro-block .flow-list .flow-item:not(:first-of-type) {
          margin-top: 0;
          margin-left: 3rem;
        }
      }
      #intro-flow
        .intro-block
        .flow-list
        .flow-item:not(:first-of-type):before {
        content: url(/wp-content/themes/asmedical/images/_icons-logos/right-arrow-flow.svg);
        position: absolute;
        top: -2.5rem;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        width: 24px;
      }
      @media (min-width: 992px) {
        #intro-flow
          .intro-block
          .flow-list
          .flow-item:not(:first-of-type):before {
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: -1.6rem;
        }
      }
      #intro-flow .intro-block .flow-list .support-title {
        background: #a12327;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
        padding: 0.5em 0;
        margin-bottom: 0;
        line-height: unset;
      }
      @media (min-width: 992px) {
        #intro-flow .intro-block .flow-list .support-title {
          font-size: 0.93rem;
        }
      }
      #intro-flow .intro-block .flow-list .support-content {
        margin-bottom: 0;
        padding: 1rem 1rem 0.7rem;
        color: #052158;
        font-weight: 700;
      }
      @media (max-width: 991.98px) {
        #intro-flow .intro-block .flow-list .support-content {
          font-size: 1.23rem;
        }
      }
      #intro-flow .intro-block .flow-list .support-content .support-list {
        color: #232323;
        font-weight: 400;
        border-top: 1px solid #ccc;
        margin: 1rem 0;
        padding-top: 1.5rem;
      }
      @media (min-width: 992px) {
        #intro-flow .intro-block .flow-list .support-content .support-list {
          font-size: 0.86rem;
        }
      }
      #intro-flow
        .intro-block
        .flow-list
        .support-content
        .support-list
        .support-item {
        padding-left: 1.5em;
        margin-bottom: 0.3em;
      }
      #intro-flow
        .intro-block
        .flow-list
        .support-content
        .support-list
        .support-item:before {
        content: "\25C6";
        margin-left: -1.5em;
        margin-right: 0.4em;
      }
      #intro-flow .intro-block .flow-list .support-content .block {
        font-size: 11px;
        font-weight: 400;
        border: 1px solid #052158;
        display: inline-block;
        padding: 0.53rem;
      }
      #feature01 .feature-wrapper {
        padding-top: 2rem;
        margin-bottom: 1.5rem;
      }
      @media (max-width: 991.98px) {
        #feature01 .feature-wrapper {
          padding-top: 4rem;
          margin-bottom: 0;
        }
      }
      #feature01 .feature-wrapper .feature-list {
        text-align: center;
        position: relative;
      }
      @media (max-width: 991.98px) {
        #feature01 .feature-wrapper .feature-list {
          padding-bottom: 5rem;
        }
        #feature01 .feature-wrapper .feature-list:after,
        #feature01 .feature-wrapper .feature-list:first-child:before {
          content: "";
          background: #f49fa6;
          width: 6px;
          height: 32px;
          position: absolute;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%;
        }
        #feature01 .feature-wrapper .feature-list:first-child:before {
          top: -4.5rem;
        }
        #feature01 .feature-wrapper .feature-list:after {
          bottom: 2rem;
        }
      }
      #feature01 .feature-wrapper .feature-list .feature-icon {
        width: 62px;
        margin-bottom: 1.5rem;
      }
      #feature01 .feature-wrapper .feature-list .feature-list-title {
        color: #052158;
        font-weight: 700;
        text-align: center;
        font-size: 1.33rem;
        margin-bottom: 1rem;
      }
      #feature01 .feature-wrapper .feature-list .feature-list-text {
        width: 85%;
        display: inline-block;
        margin-bottom: 0;
      }
      @media (min-width: 992px) {
        #feature01 .feature-wrapper .feature-list .feature-list-text {
          text-align: left;
        }
      }
      #feature01 .feature-arrow {
        width: 66.6666666667%;
      }
      #feature01 .big-copy {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.93rem;
        margin-top: 2rem;
      }
      @media (max-width: 991.98px) {
        #feature01 .big-copy {
          margin-top: 0;
          border: 1px solid #f49fa6;
          border-radius: 6px;
          padding: 1.2rem;
          font-size: 2rem;
        }
      }
      #feature01 .big-copy .no-wrap-as-possible {
        font-size: 1.6rem;
      }
      #feature02 {
        background: #e4ebf4;
      }
      #incubator-message .row {
        max-width: 980px;
        margin: 0 auto;
      }
      #incubator-message .heading-incubator {
        line-height: 1.4em;
        color: #052158;
        font-size: 1.6rem;
        margin-bottom: 1rem;
      }
      #incubator-message .img-incubator {
        display: block;
        width: 100%;
        max-width: 290px;
        border-radius: 50%;
        margin-bottom: 1rem;
      }
      @media (max-width: 991.98px) {
        #incubator-message .img-incubator {
          max-width: 180px;
          margin: 0 auto;
        }
      }
      #cpc-institution {
        position: relative;
      }
      #cpc-institution:before {
        background: #a12327 url(/wp-content/themes/asmedical/images/pages/bg-cpc-red.jpg) 50% / cover
          no-repeat;
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        min-width: 100%;
        min-height: 100vh;
      }
      @media (max-width: 767.98px) {
        #cpc-institution:before {
          background: #a12327 url(/wp-content/themes/asmedical/images/pages/bg-cpc-red-sp@2x.jpg) 50% /
            cover no-repeat;
        }
      }
      #cpc-institution .overlap-y-wrapper {
        padding-top: 40%;
        position: relative;
      }
      @media (max-width: 991.98px) {
        #cpc-institution .overlap-y-wrapper {
          padding-top: calc(48vw - 2rem);
        }
      }
      #cpc-institution .overlap-y-wrapper .overlapped-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        position: absolute;
        top: 0;
        width: 100%;
        height: 90%;
      }
      @media (max-width: 991.98px) {
        #cpc-institution .overlap-y-wrapper .overlapped-image {
          height: 48vw;
          z-index: 3;
          box-shadow: 0 0 48px rgba(0, 0, 0, 0.16);
          width: 95%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%;
        }
      }
      #cpc-institution .overlap-y-wrapper .overlap-y {
        width: 90%;
        z-index: 2;
        margin: 0 auto;
        padding: 1.5em 1.5em 2em;
      }
      @media (max-width: 991.98px) {
        #cpc-institution .overlap-y-wrapper .overlap-y {
          width: 100%;
          padding-top: 50px;
        }
      }
      #cpc-institution .double-overlap-y-wrapper {
        padding-top: 20%;
        position: relative;
      }
      #cpc-institution .double-overlap-y-wrapper:after,
      #cpc-institution .double-overlap-y-wrapper:before {
        content: "";
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        width: calc(50% - 1.2rem);
        height: 80%;
      }
      #cpc-institution .double-overlap-y-wrapper:before {
        left: 0;
        background-image: url(/wp-content/themes/asmedical/images/pages/cpc-2.jpg);
      }
      #cpc-institution .double-overlap-y-wrapper:after {
        right: 0;
        background-image: url(/wp-content/themes/asmedical/images/pages/cpc-intro.jpg);
      }
      #cpc-institution .double-overlap-y-wrapper .d-lg-flex {
        justify-content: space-between;
      }
      #cpc-institution .double-overlap-y-wrapper .d-lg-flex .overlap-y {
        padding: 1.5em 1.5em 2em;
        z-index: 2;
        width: calc(45% - 1.08rem);
        margin: 0 calc(2.5% - 0.06rem);
      }
      #cpc-institution .overlap-x-wrapper {
        padding: 3rem 0;
        position: relative;
      }
      #cpc-institution .overlap-x-wrapper .overlapped-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        position: absolute;
        top: 0;
        width: 63%;
        height: 100%;
      }
      #cpc-institution .overlap-x-wrapper .overlap-x {
        width: 42%;
        z-index: 2;
        min-height: 369px;
      }
      #cpc-institution .overlap-x-wrapper.image-right .overlapped-image {
        right: 0;
      }
      #cpc-institution .overlap-x-wrapper.image-left .overlapped-image {
        left: 0;
      }
      #cpc-institution .overlap-x-wrapper.image-left .overlap-x {
        margin-left: 58%;
      }
      #cpc-institution .facility-list .facility-item {
        list-style-type: none;
        font-size: 1.2rem;
        margin-bottom: 0.2em;
      }
      #cpc-institution .facility-list .facility-item:before {
        display: inline-block;
        content: "";
        width: 0.85em;
        height: 0.85em;
        background: #a12327;
        border-radius: 50%;
        margin-right: 0.5em;
      }
      #lab-worker .worker-name {
        font-size: 2.8rem;
        color: #707070;
        margin-bottom: 1.26rem;
      }
      #lab-worker .worker-name .en-name {
        font-size: 1.2rem;
      }
      .cpc-movie {
        max-width: 800px;
        margin: 0 auto;
      }
      .tbl-contact {
        width: 100%;
        margin-bottom: 4rem;
        border-top: 1px solid #e8e8e8;
      }
      @media (max-width: 991.98px) {
        .tbl-contact {
          border: 1px solid #e8e8e8;
        }
      }
      .tbl-contact tr th {
        width: 30%;
        font-size: 1.06rem;
      }
      @media (max-width: 991.98px) {
        .tbl-contact tr th {
          background-color: #f6f6f8;
        }
      }
      .tbl-contact tr th.required {
        position: relative;
      }
      .tbl-contact tr th.required:before {
        content: "\5FC5\9808";
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        border-radius: 5px;
        background: #052158;
        color: #fff;
        padding: 0.3rem 1.6rem;
        font-size: 0.93rem;
      }
      @media (max-width: 991.98px) {
        .tbl-contact tr th.required:before {
          right: 1.15rem;
        }
      }
      .tbl-contact tr td {
        width: 70%;
      }
      @media (max-width: 991.98px) {
        .tbl-contact tr td:last-of-type {
          border-bottom: none;
        }
      }
      .tbl-contact tr td,
      .tbl-contact tr th {
        border-bottom: 1px solid #e8e8e8;
        padding: 36px 0;
      }
      @media (max-width: 991.98px) {
        .tbl-contact tr td,
        .tbl-contact tr th {
          display: block;
          width: 100%;
          padding: 1.15rem;
        }
      }
      #information-list {
        max-width: 1000px;
      }
      #information-list .heading-mincho-light {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 0.5em;
      }
      #information-list .information-row {
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 13px;
        padding: 2rem 0;
        flex-wrap: wrap;
      }
      @media (max-width: 767.98px) {
        #information-list .information-row {
          justify-content: flex-start;
          margin: 0.8rem 0;
        }
      }
      #information-list .information-row .time {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-weight: 400;
        font-size: 0.8rem;
        padding-top: 0.3rem;
      }
      #information-list .information-row .cat-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        width: 120px;
        text-align: center;
        color: #052158;
        font-size: 0.8rem;
        border: 1px solid #e8e8e8;
        padding: 4px;
      }
      #information-list .information-row .information-text {
        width: calc(100% - 6.5rem - 170px);
        padding-top: 4px;
      }
      @media (max-width: 767.98px) {
        #information-list .information-row .information-text {
          width: 100%;
          margin-top: 0.5em;
        }
      }
      #information-list .information-row .information-text a {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        color: #232323;
        font-weight: 400;
      }
      #information-list .information-row .information-text a:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .executive-list .executive-list__item {
        border: 1px solid #e8e8e8;
        padding: 20px 15px 28px;
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__item {
          padding: 28px 56px;
          display: flex;
          align-items: center;
        }
      }
      .executive-list .executive-list__item + .executive-list__item {
        border-top: none;
      }
      .executive-list .executive-list__left {
        display: flex;
        align-items: center;
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__left {
          display: block;
          margin-right: 48px;
        }
      }
      .executive-list .executive-list__right {
        font-size: 13px;
        margin-top: 16px;
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__right {
          font-size: 15px;
        }
      }
      .executive-list .executive-list__image {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        margin-right: 14px;
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__image {
          width: 114px;
          height: 114px;
          margin-right: 0;
          margin-bottom: 14px;
        }
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__heading-wrapper {
          text-align: center;
        }
      }
      .executive-list .executive-list__position {
        font-size: 13px;
        white-space: nowrap;
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__position {
          font-size: 14px;
        }
      }
      .executive-list .executive-list__name {
        font-size: 14px;
        font-weight: 700;
        margin: 4px 0 0;
      }
      @media (min-width: 992px) {
        .executive-list .executive-list__name {
          font-size: 16px;
        }
      }
      .executive-list .executive-list__link {
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        color: #a12327;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
      }
      .executive-list .executive-list__link:hover {
        text-decoration: none;
        opacity: 0.75;
      }
      .executive-list .executive-list__link svg {
        width: 12px;
        margin-left: 4px;
        margin-top: 1px;
      }
      .table-history {
        width: 100%;
        position: relative;
      }
      .table-history:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
      }
      .table-history tr {
        width: 100%;
        padding: 2.4rem 0;
      }
      @media (max-width: 767.98px) {
        .table-history tr {
          border-left: 1px solid #e8e8e8;
          border-right: 1px solid #e8e8e8;
        }
      }
      .table-history .year {
        width: 9%;
        border-bottom: 1px solid #e8e8e8;
      }
      @media (max-width: 767.98px) {
        .table-history .year {
          padding: 1.2rem 1rem !important;
          background-color: #f6f6f8;
          border-top: 1px solid #e8e8e8 !important;
        }
      }
      .table-history .month {
        width: 12%;
        padding-right: 4%;
        text-align: right;
      }
      @media (max-width: 767.98px) {
        .table-history .month {
          padding: 0.5rem 1rem 0 !important;
          text-align: left;
        }
      }
      .table-history .content {
        width: 75%;
        padding-left: 3.2rem;
      }
      @media (max-width: 767.98px) {
        .table-history .content {
          padding: 0 1rem 0.5rem;
        }
      }
      .table-history .content,
      .table-history .month,
      .table-history .year {
        vertical-align: top;
      }
      @media (max-width: 767.98px) {
        .table-history .content,
        .table-history .month,
        .table-history .year {
          width: 100%;
          display: block;
          font-size: 13px;
        }
      }
      @media (max-width: 767.98px) {
        .table-history .th-pt {
          padding-top: 1.2rem !important;
        }
        .table-history .td-pb {
          padding-bottom: 1.2rem !important;
        }
      }
      .table-history .tr-spacer td,
      .table-history .tr-spacer th {
        padding-top: 1.4rem;
      }
      @media (max-width: 767.98px) {
        .table-history .tr-spacer td,
        .table-history .tr-spacer th {
          padding-top: unset;
        }
      }
      .table-history .tr-border-top td,
      .table-history .tr-border-top th {
        padding-top: 2.4rem;
        border-top: 1px solid #e8e8e8;
      }
      @media (max-width: 767.98px) {
        .table-history .tr-border-top td,
        .table-history .tr-border-top th {
          border-top: unset;
          padding-top: 0;
        }
      }
      .table-history .tr-border-bottom td,
      .table-history .tr-border-bottom th {
        padding-bottom: 2.4rem;
        border-bottom: 1px solid #e8e8e8;
      }
      @media (max-width: 767.98px) {
        .table-history .tr-border-bottom td {
          border-bottom: unset;
        }
      }
      @media (min-width: 992px) {
        #partners .card-partner-detail:last-of-type {
          padding-bottom: 0 !important;
        }
      }
      .img-permission {
        width: 240px;
        border: 1px solid #eaeaea;
      }
      .post-content * {
        max-width: 100%;
      }
      .post-content h2 {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        position: relative;
        color: #052158;
        font-size: 1.73rem;
        border: 1px solid #b1c3e6;
        border-radius: 6px;
        padding: 1.26rem 2.26rem;
        margin: 3.2rem 0 1.86rem;
        line-height: 1.6em;
        letter-spacing: 2px;
      }
      .post-content h2:before {
        content: "";
        background: #a12327;
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
      }
      .post-content h3 {
        background-image: linear-gradient(
          90deg,
          #b1c3e6,
          #b1c3e6 3px,
          transparent 0,
          transparent 5px
        );
        background-size: 8px 3px;
        background-position: bottom;
        background-repeat: repeat-x;
        color: #052158;
        font-size: 1.33rem;
        padding-bottom: 0.5em;
        margin: 2.66rem 0 1.2rem;
        line-height: 1.6em;
        letter-spacing: 2px;
      }
      .post-content img {
        margin: 2rem 0;
        border: 1px solid #e4ebf4;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
      }
      .post-content .wp-caption-text {
        text-align: center;
        color: #5a81cc;
        font-size: 0.86rem;
        margin-bottom: 2.5rem;
        margin-top: -2rem;
      }
      .post-content a:not([class]) {
        font-weight: 700;
        padding-right: 0.7em;
        margin-right: 0.2em;
        background: url(/wp-content/themes/asmedical/images/_icons-logos/icon-link.svg) 100%/0.76em auto
          no-repeat;
      }
      .post-content a:not([class])[target="_blank"] {
        background-image: url(/wp-content/themes/asmedical/images/_icons-logos/icon-external-link.svg);
      }
      .post-content ul:not([class]) {
        color: #052158;
        list-style: none;
        margin: 2rem 0;
      }
      .post-content ul:not([class]) li {
        margin-bottom: 0.9em;
      }
      .post-content ul:not([class]) li:before {
        margin-left: -23px;
        content: "";
        width: 13px;
        height: 13px;
        display: inline-block;
        background-color: #b3caf7;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        top: 1.5px;
      }
      .saisei-tokusetsu-first-view {
        width: 100%;
        background-image: url(/wp-content/themes/asmedical/images/saisei-tokusetsu/fv-special.jpg);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #b8e0e0;
      }
      .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__company-name {
        border-bottom: 1px solid #b1c3e6;
      }
      @media (max-width: 767.98px) {
        .saisei-tokusetsu-first-view
          .saisei-tokusetsu-first-view__company-name {
          line-height: 1.6;
        }
      }
      .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__main-text {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-size: 3rem;
        letter-spacing: 0.09em;
        line-height: 1.4em;
      }
      @media (max-width: 991.98px) {
        .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__main-text {
          font-size: max(5.4vw, 26px);
        }
      }
      .saisei-tokusetsu-first-view
        .saisei-tokusetsu-first-view__main-text.saisei-tokusetsu-first-view__main-text--stronger {
        font-size: 3.9rem;
      }
      @media (max-width: 991.98px) {
        .saisei-tokusetsu-first-view
          .saisei-tokusetsu-first-view__main-text.saisei-tokusetsu-first-view__main-text--stronger {
          font-size: max(5.8vw, 41px);
        }
      }
      @media (max-width: 767.98px) {
        .saisei-tokusetsu-first-view
          .saisei-tokusetsu-first-view__main-text.saisei-tokusetsu-first-view__main-text--stronger {
          font-size: min(11vw, 62px);
        }
      }
      .saisei-tokusetsu-first-view
        .saisei-tokusetsu-first-view__main-text.saisei-tokusetsu-first-view__main-text--smaller {
        font-size: 2rem;
        letter-spacing: 0.04em;
        margin-right: 0.6rem;
      }
      @media (max-width: 991.98px) {
        .saisei-tokusetsu-first-view
          .saisei-tokusetsu-first-view__main-text.saisei-tokusetsu-first-view__main-text--smaller {
          font-size: 1.5rem;
        }
      }
      .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__boxed-text {
        margin: 0.6rem 0;
        padding: 6px 30px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #a12327;
        border: 1px solid #a12327;
      }
      @media (max-width: 991.98px) {
        .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__boxed-text {
          font-size: 1.1rem;
          padding: 4px 10px;
        }
      }
      .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__main-desc {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #e6312e;
        line-height: 1.5em;
        text-align: left;
      }
      @media (max-width: 991.98px) {
        .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__main-desc {
          font-size: 1.2rem;
          text-align: left;
        }
      }
      @media (max-width: 767.98px) {
        .saisei-tokusetsu-first-view .saisei-tokusetsu-first-view__main-desc {
          font-size: 1.2rem;
        }
      }
      .special-page-header {
        width: 100%;
        padding: 2rem 0;
      }
      .special-page-header svg {
        width: 140px;
      }
      .special-page-notice {
        border: 1px solid #e8e8e8;
        font-size: 1.33rem;
        font-weight: 700;
        padding: 2rem 8rem;
        margin-bottom: 2rem;
      }
      @media (max-width: 991.98px) {
        .special-page-notice {
          font-size: 1.2rem;
          padding: 2rem;
          margin-bottom: 1.3rem;
        }
      }
      .special-page-message-box {
        padding: 4rem;
        background-color: #f0f4f8;
      }
      @media (max-width: 469.98px) {
        .special-page-message-box {
          padding: 3.2rem 1.4rem;
        }
      }
      .special-page-message-box .special-page-message-box__heading {
        margin-bottom: 2.8rem;
        font-size: 1.4rem;
        line-height: 1.78em;
        font-weight: 700;
        color: #052158;
        text-align: center;
      }
      .special-page-merit-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 1rem;
      }
      .special-page-merit-list .special-page-merit-list__item {
        width: 200px;
        margin: 0 0.5rem 1rem;
        padding: 1rem 0.6rem;
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        color: #052158;
        text-align: center;
        border: 1px solid #b1c3e6;
        background-color: #fff;
        border-radius: 6px;
      }
      @media (max-width: 767.98px) {
        .special-page-merit-list .special-page-merit-list__item {
          width: 260px;
        }
      }
      .border-left-heading {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        padding-left: 0.5em;
        margin-bottom: 2.5rem;
        font-size: 2rem;
        line-height: 1.5;
        border-left: 6px solid #a12327;
      }
      @media (max-width: 991.98px) {
        .border-left-heading {
          font-size: min(5.7vw, 1.5rem);
        }
      }
      .border-left-heading.border-left-heading--palt {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
      }
      @media (max-width: 767.98px) {
        .border-left-heading.border-left-heading--palt {
          font-size: 1.4rem;
        }
      }
      .special-page-border-box {
        padding: 3.5rem 3rem;
        border: 1px solid #999;
      }
      @media (max-width: 991.98px) {
        .special-page-border-box {
          padding: 2rem 1.6rem;
        }
      }
      .special-page-border-box .special-page-border-box__separator {
        width: 100%;
        max-width: 660px;
        height: 1px;
        margin: 3rem auto 2rem;
        background-color: #999;
      }
      @media (max-width: 991.98px) {
        .special-page-border-box .special-page-border-box__separator {
          margin: 1rem auto 2rem;
        }
      }
      .special-page-footer {
        padding: 4rem 0 0.8rem;
        border-top: 6px solid #a12327;
      }
      .special-page-footer svg {
        display: block;
        width: 170px;
        margin: 0 auto 2rem;
      }
      .service-section {
        padding: 6.5rem 0;
      }
      .service-section .service-block + .service-block {
        margin-top: 5.5rem;
      }
      .service-section .medical-center-link {
        text-align: center;
        padding: 0 1.2rem;
      }
      @media (min-width: 992px) {
        .service-section .medical-center-link p {
          width: 75%;
        }
      }
      .service-section .service-heading {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
      }
      @media (min-width: 576px) {
        .service-section .service-heading {
          font-size: 36px;
        }
      }
      @media (min-width: 576px) {
        .service-section .service-heading.service-heading--small {
          font-size: 30px;
        }
      }
      .service-section .service-description {
        font-size: 13px;
      }
      @media (min-width: 576px) {
        .service-section .service-description {
          font-size: 15px;
        }
      }
      .service-section .btn-square {
        min-width: 250px;
      }
      @media (min-width: 768px) {
        .service-section .btn-square {
          min-width: 348px;
        }
      }
      .interview-thumbnail {
        max-width: 1144px;
        margin: auto;
      }
      .interview-content {
        font-size: 15px;
      }
      .interview-content h2 {
        position: relative;
        font-size: 15px;
        font-weight: 400;
        background-color: #f0f4f8;
        padding: 12px 10px 12px 34px;
        margin: 36px 0 20px;
        line-height: 1.87;
      }
      @media (min-width: 992px) {
        .interview-content h2 {
          padding: 16px 20px 20px 47px;
          margin: 40px 0 24px;
        }
      }
      .interview-content h2:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 24px;
        background-color: #000;
        top: 26px;
        left: 0;
      }
      @media (min-width: 992px) {
        .interview-content h2:before {
          width: 32px;
          top: 30px;
        }
      }
      .interview-content h3 {
        font-size: 18px;
        margin: 48px 0 24px;
        font-weight: 700;
      }
      @media (min-width: 992px) {
        .interview-content h3 {
          font-size: 20px;
          margin: 52px 0 30px;
        }
      }
      .interview-content .gatsby-image-wrapper {
        margin: 40px 0 24px;
      }
      .interview-introduce {
        border: 1px solid #e8e8e8;
        padding: 18px 24px;
      }
      @media (min-width: 992px) {
        .interview-introduce {
          padding: 24px 32px;
        }
      }
      .interview-remark {
        padding: 12px;
        font-size: 12px;
        line-height: 1.75;
        color: #052158;
      }
      @media (min-width: 992px) {
        .interview-remark {
          font-size: 13px;
        }
      }
      /* #firstView {
        position: relative;
        height: 100vh;
        overflow: hidden;
        background: #b23d40;
      }
      #firstView video {
        min-width: 100%;
        min-height: 100%;
      }
      #firstView .copy-wrapper,
      #firstView video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
      #firstView .copy-wrapper {
        width: 90%;
      }
      #firstView .copy-wrapper .main-copy {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.15em;
        color: #fff;
        text-align: center;
        font-size: 3.6rem;
        line-height: 1.7;
        margin-bottom: 0.5em;
      }
      @media (max-width: 991.98px) {
        #firstView .copy-wrapper .main-copy {
          font-size: 7.2vw;
        }
      }
      #firstView .copy-wrapper .sub-copy {
        font-family: dnp-shuei-ymincho-std, serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        text-align: center;
        font-size: 1.466666667rem;
        letter-spacing: 0.15em;
        line-height: 1.8;
      }
      @media (max-width: 991.98px) {
        #firstView .copy-wrapper .sub-copy {
          font-size: 3.6vw;
        }
      }
      #firstView .fb-link {
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        font-size: 0.933333333rem;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #fff;
      }
      #firstView .fb-link:hover {
        text-decoration: none;
        opacity: 0.75;
      } */
      #whatIsAsMedical .card-wrapper {
        background: #a12327;
        padding-bottom: 3rem;
        position: relative;
      }
      @media (max-width: 1199.98px) {
        #whatIsAsMedical .card-wrapper {
          padding: 2rem 0 7rem;
        }
      }
      #whatIsAsMedical .card-wrapper:before {
        background: #fff;
        height: 40%;
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
      }
      @media (max-width: 1199.98px) {
        #whatIsAsMedical .card-wrapper:before {
          top: unset;
          bottom: -1px;
          height: 10%;
        }
      }
      #whatIsAsMedical .btn-round-wrapper {
        padding-top: 2rem;
      }
      @media (max-width: 1199.98px) {
        #whatIsAsMedical .btn-round-wrapper {
          padding-top: 0;
        }
      }
      #whatIsAsMedical .btn-round-wrapper .btn-round {
        width: 300px;
      }
      @media (min-width: 768px) {
        #whatIsAsMedical .btn-round-wrapper .btn-round {
          margin-left: 0.7em;
          margin-right: 0.7em;
        }
      }
      #flow {
        background: #e4ebf4;
      }
      #partners .slider-partners-wrapper {
        padding: 3.2rem 0 2.5rem;
        background: #f0f4f8;
        margin-bottom: 2.5rem;
        position: relative;
        overflow: hidden;
        margin-left: calc((100vw - 1140px) / 2);
        width: calc(100vw - (100vw - 1140px) / 2);
      }
      @media (max-width: 1199.98px) {
        #partners .slider-partners-wrapper {
          margin-left: calc((100vw - 960px) / 2);
          width: calc(100vw - (100vw - 960px) / 2);
        }
      }
      @media (max-width: 991.98px) {
        #partners .slider-partners-wrapper {
          width: 100%;
          margin-left: 0;
          padding-top: 0;
        }
        #partners .slider-partners-wrapper:before {
          background: #fff;
          height: 30%;
          content: "";
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
        }
      }
      #cpc {
        background: #435f96;
      }
      @media (min-width: 992px) {
        #cpc .left-block {
          width: 50%;
          margin: 2rem 4rem;
        }
      }
      @media (min-width: 992px) {
        #cpc .right-block {
          width: 50%;
        }
      }
      @media (max-width: 991.98px) {
        #cpc .right-block {
          margin-bottom: 3rem;
        }
      }
      @media (max-width: 991.98px) {
        #recruit {
          padding-top: 0;
        }
      }
      #medical-center h2 {
        font-family: dnp-shuei-mincho-pr6n, serif;
        font-weight: 600;
        font-style: normal;
        font-size: 36px;
      }
      #medical-center p {
        font-size: 15px;
      }
      @media (max-width: 767.98px) {
        #medical-center h2 {
          font-size: 24px;
        }
        #medical-center p {
          font-size: 13px;
        }
      }
      #medical-center .btn-square {
        min-width: 80%;
      }
      #cosme-and-animal:before {
        left: 0;
        background-image: url(/wp-content/themes/asmedical/images/top/csmetics.jpg);
      }
      #cosme-and-animal:after {
        right: 0;
        background-image: url(/wp-content/themes/asmedical/images/top/animal.jpg);
      }
      #cosme-and-animal #cosmetics:before {
        background-image: url(/wp-content/themes/asmedical/images/top/csmetics.jpg);
      }
      #cosme-and-animal #animal:before {
        background-image: url(/wp-content/themes/asmedical/images/top/animal.jpg);
      }
      #link .link-wrapper {
        justify-content: space-evenly;
        align-items: center;
      }
      #link .link-wrapper .link-item {
        width: 32%;
        padding: 0 5%;
        margin-bottom: 1rem;
      }
      @media (max-width: 767.98px) {
        #link .link-wrapper .link-item {
          padding: 0;
          width: 60%;
        }
      }
      #link .link-wrapper .link-item .link-item__img {
        aspect-ratio: 203/69;
        -o-object-fit: contain;
        object-fit: contain;
      }
      .step-number {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #a12327;
        border-radius: 50%;
        color: #fff;
        width: 55px;
        height: 55px;
        font-size: 20px;
        font-family: azo-sans-web, sans-serif;
        flex-shrink: 0;
      }
      .flow-horizontal {
        width: 100%;
        height: 116px;
        padding: 0;
        overflow: hidden;
        font-size: 18px;
        font-weight: 1000;
        list-style: none;
      }
      .flow-horizontal .flow-horizontal__step-container {
        display: inline-flex;
        align-items: center;
        position: relative;
        background: #fff;
        height: 116px;
        color: #052158;
        width: 360px;
        padding: 0 10px 0 50px;
        margin-left: 22.5px;
      }
      .flow-horizontal .flow-horizontal__step-container:after,
      .flow-horizontal .flow-horizontal__step-container:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 58px 0 58px 40px;
        top: -1px;
      }
      .flow-horizontal .flow-horizontal__step-container:before {
        border-color: transparent transparent transparent #e4ebf4;
        right: 320px;
      }
      .flow-horizontal .flow-horizontal__step-container:after {
        right: -40px;
        border-color: transparent transparent transparent #fff;
        z-index: 2;
      }
      .flow-horizontal .flow-horizontal__step-container:first-of-type {
        padding: 0 10px 0 35px;
        width: 335px;
        margin-left: 0;
      }
      .flow-horizontal .flow-horizontal__step-container:first-of-type:before {
        display: none;
      }
      .flow-horizontal .flow-horizontal__text {
        line-height: 1.6;
        margin-left: 20px;
      }
      .flow-vertical {
        overflow: hidden;
        list-style: none;
        text-align: center;
        margin: auto;
      }
      @media (min-width: 1200px) {
        .flow-vertical {
          display: none;
        }
      }
      .flow-vertical .flow-vertical__step-container {
        display: inline-flex;
        align-items: center;
        background: #fff;
        position: relative;
        width: 280px;
        font-size: 20px;
        font-weight: 1000;
        color: #052158;
        padding: 10px 25px;
        margin-bottom: 3rem;
      }
      @media (min-width: 470px) {
        .flow-vertical .flow-vertical__step-container {
          width: 440px;
          padding: 15px 60px;
          margin-bottom: 4.5rem;
        }
      }
      @media (min-width: 992px) {
        .flow-vertical .flow-vertical__step-container {
          width: 470px;
          padding: 20px 50px;
          margin-bottom: 4.5rem;
        }
      }
      .flow-vertical .flow-vertical__step-container:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -30px;
        left: 0;
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 30px 140px 0;
        z-index: 1;
      }
      @media (min-width: 470px) {
        .flow-vertical .flow-vertical__step-container:after {
          bottom: -50px;
          border-width: 50px 220px 0;
        }
      }
      @media (min-width: 992px) {
        .flow-vertical .flow-vertical__step-container:after {
          bottom: -50px;
          border-width: 50px 235px 0;
        }
      }
      .flow-vertical .step-number {
        width: 45px;
        height: 45px;
        font-size: 14px;
      }
      @media (min-width: 470px) {
        .flow-vertical .step-number {
          width: 65px;
          height: 65px;
          font-size: 32px;
        }
      }
      @media (min-width: 992px) {
        .flow-vertical .step-number {
          width: 80px;
          height: 80px;
          font-size: 35px;
        }
      }
      .flow-vertical .flow-vertical__text {
        text-align: left;
        line-height: 1.5;
        font-size: 16px;
        margin-left: 20px;
      }
      @media (min-width: 470px) {
        .flow-vertical .flow-vertical__text {
          font-size: 21px;
          margin-left: 28px;
        }
      }
      @media (min-width: 992px) {
        .flow-vertical .flow-vertical__text {
          font-size: 25px;
          margin-left: 22px;
        }
      }
      .flow-vertical .flow-vertical__description {
        display: inline-block;
        text-align: left;
        max-width: 350px;
        margin-bottom: 30px;
      }

      /*パートナーページ変更*/
      
     .b-box01 {
      display: inline-block;
      width: 38%;
      float: left;
      }

     .b-box02 {
      display: inline-block;
      width: 62%
      }

      .search-map__clinic-site {
    display: block;
    text-align: center;
    color: #fff;
    background: #a12327;
    padding: 0.3em 1em;
    border-radius: 3em;
    width: 100%;
    margin: 1rem auto;
    font-size: 0.8rem;
}

      .search-map__clinic-site--link{
      color: #fff;
      }

     .right-text-p {
     font-size: 0.9rem;
    }


