@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700);
@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #4b7aa9;
  --pink: #fe9b90;
  --red: #ea3323;
  --yellow: #fed14d;
  --green: #00a65c;
  --white: #fff;
  --primary: #0058aa;
  --secondary: #4c8ac3;
  --danger: #ea3323;
  --light: #f8f9fa;
  --dark: #343a40;
  --body-color: #333;
  --red: #ea3323;
  --red-secondary: #de492a;
  --beige: #bab39d;
  --gold: #e1c14e;
  --silver: #999;
  --bronze: #966969;
  --gray-primary: #f8f7f4;
  --gray-secondary: #f1efe9;
  --gray-tertiary: #ccc;
  --gray-quaternary: #777;
  --gray-senary: #e4e4e4;
  --gray-septenary: #c9c9c9;
  --gray-octonary: #ddd;
  --black: #000;
  --pink-secondary: #f8afd7;
  --yellow: #fed14d;
  --yellow-secondary: #F3B925;
  --green: #00a65c;
  --blue: #4b7aa9;
  --transparent: transparent;
  --breakpoint-xs: 0;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --font-family-sans-serif: "Arial", Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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: "Arial", Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-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 {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  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: #0058aa;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00305e;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
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 {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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: 8px;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
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;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          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: 24px;
  font-weight: 700;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 1.8rem;
}

h2, .h2 {
  font-size: 1.7rem;
}

h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

.lead {
  font-size: 1.75rem;
  font-weight: 300;
}

.display-1 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.45;
}

.display-2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.45;
}

.display-3 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.45;
}

.display-4 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.45;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
.small {
  font-size: 1.2rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  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: 16px;
  font-size: 1.75rem;
}

.blockquote-footer {
  display: block;
  font-size: 1.2rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.container-lg, .container-md, .container {
  max-width: 1184px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 16px;
  color: #333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d0e7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aa8d3;
}

.table-hover .table-primary:hover {
  background-color: #a5c3e1;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5c3e1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cddeee;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a2c2e0;
}

.table-hover .table-secondary:hover {
  background-color: #bad1e8;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bad1e8;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9c6c1;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f4958d;
}

.table-hover .table-danger:hover {
  background-color: #f7b1aa;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f7b1aa;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-body-color,
.table-body-color > th,
.table-body-color > td {
  background-color: #c6c6c6;
}
.table-body-color th,
.table-body-color td,
.table-body-color thead th,
.table-body-color tbody + tbody {
  border-color: #959595;
}

.table-hover .table-body-color:hover {
  background-color: #b9b9b9;
}
.table-hover .table-body-color:hover > td,
.table-hover .table-body-color:hover > th {
  background-color: #b9b9b9;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f9c6c1;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #f4958d;
}

.table-hover .table-red:hover {
  background-color: #f7b1aa;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f7b1aa;
}

.table-red-secondary,
.table-red-secondary > th,
.table-red-secondary > td {
  background-color: #f6ccc3;
}
.table-red-secondary th,
.table-red-secondary td,
.table-red-secondary thead th,
.table-red-secondary tbody + tbody {
  border-color: #eea090;
}

.table-hover .table-red-secondary:hover {
  background-color: #f3b9ad;
}
.table-hover .table-red-secondary:hover > td,
.table-hover .table-red-secondary:hover > th {
  background-color: #f3b9ad;
}

.table-beige,
.table-beige > th,
.table-beige > td {
  background-color: #eceae4;
}
.table-beige th,
.table-beige td,
.table-beige thead th,
.table-beige tbody + tbody {
  border-color: #dbd7cc;
}

.table-hover .table-beige:hover {
  background-color: #e1ded5;
}
.table-hover .table-beige:hover > td,
.table-hover .table-beige:hover > th {
  background-color: #e1ded5;
}

.table-gold,
.table-gold > th,
.table-gold > td {
  background-color: #f7eecd;
}
.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody + tbody {
  border-color: #efdfa3;
}

.table-hover .table-gold:hover {
  background-color: #f3e7b7;
}
.table-hover .table-gold:hover > td,
.table-hover .table-gold:hover > th {
  background-color: #f3e7b7;
}

.table-silver,
.table-silver > th,
.table-silver > td {
  background-color: #e2e2e2;
}
.table-silver th,
.table-silver td,
.table-silver thead th,
.table-silver tbody + tbody {
  border-color: #cacaca;
}

.table-hover .table-silver:hover {
  background-color: #d5d5d5;
}
.table-hover .table-silver:hover > td,
.table-hover .table-silver:hover > th {
  background-color: #d5d5d5;
}

.table-bronze,
.table-bronze > th,
.table-bronze > td {
  background-color: #e2d5d5;
}
.table-bronze th,
.table-bronze td,
.table-bronze thead th,
.table-bronze tbody + tbody {
  border-color: #c8b1b1;
}

.table-hover .table-bronze:hover {
  background-color: #d8c6c6;
}
.table-hover .table-bronze:hover > td,
.table-hover .table-bronze:hover > th {
  background-color: #d8c6c6;
}

.table-gray-primary,
.table-gray-primary > th,
.table-gray-primary > td {
  background-color: #fdfdfc;
}
.table-gray-primary th,
.table-gray-primary td,
.table-gray-primary thead th,
.table-gray-primary tbody + tbody {
  border-color: #fbfbf9;
}

.table-hover .table-gray-primary:hover {
  background-color: #f3f3ed;
}
.table-hover .table-gray-primary:hover > td,
.table-hover .table-gray-primary:hover > th {
  background-color: #f3f3ed;
}

.table-gray-secondary,
.table-gray-secondary > th,
.table-gray-secondary > td {
  background-color: #fbfbf9;
}
.table-gray-secondary th,
.table-gray-secondary td,
.table-gray-secondary thead th,
.table-gray-secondary tbody + tbody {
  border-color: #f8f7f4;
}

.table-hover .table-gray-secondary:hover {
  background-color: #f1f1ea;
}
.table-hover .table-gray-secondary:hover > td,
.table-hover .table-gray-secondary:hover > th {
  background-color: #f1f1ea;
}

.table-gray-tertiary,
.table-gray-tertiary > th,
.table-gray-tertiary > td {
  background-color: #f1f1f1;
}
.table-gray-tertiary th,
.table-gray-tertiary td,
.table-gray-tertiary thead th,
.table-gray-tertiary tbody + tbody {
  border-color: #e4e4e4;
}

.table-hover .table-gray-tertiary:hover {
  background-color: #e4e4e4;
}
.table-hover .table-gray-tertiary:hover > td,
.table-hover .table-gray-tertiary:hover > th {
  background-color: #e4e4e4;
}

.table-gray-quaternary,
.table-gray-quaternary > th,
.table-gray-quaternary > td {
  background-color: #d9d9d9;
}
.table-gray-quaternary th,
.table-gray-quaternary td,
.table-gray-quaternary thead th,
.table-gray-quaternary tbody + tbody {
  border-color: #b8b8b8;
}

.table-hover .table-gray-quaternary:hover {
  background-color: #cccccc;
}
.table-hover .table-gray-quaternary:hover > td,
.table-hover .table-gray-quaternary:hover > th {
  background-color: #cccccc;
}

.table-gray-senary,
.table-gray-senary > th,
.table-gray-senary > td {
  background-color: #f7f7f7;
}
.table-gray-senary th,
.table-gray-senary td,
.table-gray-senary thead th,
.table-gray-senary tbody + tbody {
  border-color: #f1f1f1;
}

.table-hover .table-gray-senary:hover {
  background-color: #eaeaea;
}
.table-hover .table-gray-senary:hover > td,
.table-hover .table-gray-senary:hover > th {
  background-color: #eaeaea;
}

.table-gray-septenary,
.table-gray-septenary > th,
.table-gray-septenary > td {
  background-color: #f0f0f0;
}
.table-gray-septenary th,
.table-gray-septenary td,
.table-gray-septenary thead th,
.table-gray-septenary tbody + tbody {
  border-color: #e3e3e3;
}

.table-hover .table-gray-septenary:hover {
  background-color: #e3e3e3;
}
.table-hover .table-gray-septenary:hover > td,
.table-hover .table-gray-septenary:hover > th {
  background-color: #e3e3e3;
}

.table-gray-octonary,
.table-gray-octonary > th,
.table-gray-octonary > td {
  background-color: whitesmoke;
}
.table-gray-octonary th,
.table-gray-octonary td,
.table-gray-octonary thead th,
.table-gray-octonary tbody + tbody {
  border-color: #ededed;
}

.table-hover .table-gray-octonary:hover {
  background-color: #e8e8e8;
}
.table-hover .table-gray-octonary:hover > td,
.table-hover .table-gray-octonary:hover > th {
  background-color: #e8e8e8;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-pink-secondary,
.table-pink-secondary > th,
.table-pink-secondary > td {
  background-color: #fde9f4;
}
.table-pink-secondary th,
.table-pink-secondary td,
.table-pink-secondary thead th,
.table-pink-secondary tbody + tbody {
  border-color: #fbd5ea;
}

.table-hover .table-pink-secondary:hover {
  background-color: #fbd2e8;
}
.table-hover .table-pink-secondary:hover > td,
.table-hover .table-pink-secondary:hover > th {
  background-color: #fbd2e8;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff2cd;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fee7a2;
}

.table-hover .table-yellow:hover {
  background-color: #ffebb4;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #ffebb4;
}

.table-yellow-secondary,
.table-yellow-secondary > th,
.table-yellow-secondary > td {
  background-color: #fcebc2;
}
.table-yellow-secondary th,
.table-yellow-secondary td,
.table-yellow-secondary thead th,
.table-yellow-secondary tbody + tbody {
  border-color: #f9db8e;
}

.table-hover .table-yellow-secondary:hover {
  background-color: #fbe3aa;
}
.table-hover .table-yellow-secondary:hover > td,
.table-hover .table-yellow-secondary:hover > th {
  background-color: #fbe3aa;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #b8e6d1;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #7ad1aa;
}

.table-hover .table-green:hover {
  background-color: #a5dfc5;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #a5dfc5;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #cddae7;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #a1bad2;
}

.table-hover .table-blue:hover {
  background-color: #bccddf;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #bccddf;
}

.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.72);
}
.table-transparent th,
.table-transparent td,
.table-transparent thead th,
.table-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48);
}

.table-hover .table-transparent:hover {
  background-color: rgba(242, 242, 242, 0.72);
}
.table-hover .table-transparent:hover > td,
.table-hover .table-transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.72);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ddd;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.45em + 22px);
  padding: 10px 16px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.45;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2b99ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.45;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.75rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.2rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 8px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 16px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #ea3323;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 8px 8px;
  margin-top: 0.1rem;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #fff;
  background-color: #ea3323;
  border-radius: 4px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 2px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ea3323;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ea3323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ea3323;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ea3323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ea3323;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ea3323;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ea3323;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee5e52;
  background-color: #ee5e52;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ea3323;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ea3323;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ea3323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.form-inline label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.form-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-plaintext {
  display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
  width: auto;
}
.form-inline .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  padding-left: 0;
}
.form-inline .form-check-input {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
.form-inline .custom-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-inline .custom-control-label {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 1.5rem;
  line-height: 1.45;
  border-radius: 30px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004484;
  border-color: #003e77;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #004484;
  border-color: #003e77;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003e77;
  border-color: #00376a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #3a77ae;
  border-color: #3770a5;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #3a77ae;
  border-color: #3770a5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3770a5;
  border-color: #346a9b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d32314;
  border-color: #c72113;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d32314;
  border-color: #c72113;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c72113;
  border-color: #bb2012;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-body-color {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-body-color:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-body-color:focus, .btn-body-color.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-body-color.disabled, .btn-body-color:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-body-color:not(:disabled):not(.disabled):active, .btn-body-color:not(:disabled):not(.disabled).active, .show > .btn-body-color.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-body-color:not(:disabled):not(.disabled):active:focus, .btn-body-color:not(:disabled):not(.disabled).active:focus, .show > .btn-body-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-red:hover {
  color: #fff;
  background-color: #d32314;
  border-color: #c72113;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #d32314;
  border-color: #c72113;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #c72113;
  border-color: #bb2012;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}

.btn-red-secondary {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-red-secondary:hover {
  color: #fff;
  background-color: #c33b1e;
  border-color: #b8371d;
}
.btn-red-secondary:focus, .btn-red-secondary.focus {
  color: #fff;
  background-color: #c33b1e;
  border-color: #b8371d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
}
.btn-red-secondary.disabled, .btn-red-secondary:disabled {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-red-secondary:not(:disabled):not(.disabled):active, .btn-red-secondary:not(:disabled):not(.disabled).active, .show > .btn-red-secondary.dropdown-toggle {
  color: #fff;
  background-color: #b8371d;
  border-color: #ad341b;
}
.btn-red-secondary:not(:disabled):not(.disabled):active:focus, .btn-red-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-red-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
}

.btn-beige {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-beige:hover {
  color: #212529;
  background-color: #aaa287;
  border-color: #a59c7f;
}
.btn-beige:focus, .btn-beige.focus {
  color: #212529;
  background-color: #aaa287;
  border-color: #a59c7f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
}
.btn-beige.disabled, .btn-beige:disabled {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active, .show > .btn-beige.dropdown-toggle {
  color: #212529;
  background-color: #a59c7f;
  border-color: #a09678;
}
.btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-beige.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
}

.btn-gold {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-gold:hover {
  color: #212529;
  background-color: #dbb62d;
  border-color: #d7b125;
}
.btn-gold:focus, .btn-gold.focus {
  color: #212529;
  background-color: #dbb62d;
  border-color: #d7b125;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
}
.btn-gold.disabled, .btn-gold:disabled {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #212529;
  background-color: #d7b125;
  border-color: #cda823;
}
.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
}

.btn-silver {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-silver:hover {
  color: #fff;
  background-color: #868686;
  border-color: gray;
}
.btn-silver:focus, .btn-silver.focus {
  color: #fff;
  background-color: #868686;
  border-color: gray;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}
.btn-silver.disabled, .btn-silver:disabled {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active, .show > .btn-silver.dropdown-toggle {
  color: #fff;
  background-color: gray;
  border-color: #797979;
}
.btn-silver:not(:disabled):not(.disabled):active:focus, .btn-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-silver.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}

.btn-bronze {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-bronze:hover {
  color: #fff;
  background-color: #805959;
  border-color: #785454;
}
.btn-bronze:focus, .btn-bronze.focus {
  color: #fff;
  background-color: #805959;
  border-color: #785454;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
}
.btn-bronze.disabled, .btn-bronze:disabled {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-bronze:not(:disabled):not(.disabled):active, .btn-bronze:not(:disabled):not(.disabled).active, .show > .btn-bronze.dropdown-toggle {
  color: #fff;
  background-color: #785454;
  border-color: #714f4f;
}
.btn-bronze:not(:disabled):not(.disabled):active:focus, .btn-bronze:not(:disabled):not(.disabled).active:focus, .show > .btn-bronze.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
}

.btn-gray-primary {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-gray-primary:hover {
  color: #212529;
  background-color: #e9e6dd;
  border-color: #e4e0d5;
}
.btn-gray-primary:focus, .btn-gray-primary.focus {
  color: #212529;
  background-color: #e9e6dd;
  border-color: #e4e0d5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
}
.btn-gray-primary.disabled, .btn-gray-primary:disabled {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-gray-primary:not(:disabled):not(.disabled):active, .btn-gray-primary:not(:disabled):not(.disabled).active, .show > .btn-gray-primary.dropdown-toggle {
  color: #212529;
  background-color: #e4e0d5;
  border-color: #dfdbcd;
}
.btn-gray-primary:not(:disabled):not(.disabled):active:focus, .btn-gray-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
}

.btn-gray-secondary {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-gray-secondary:hover {
  color: #212529;
  background-color: #e2ded2;
  border-color: #ddd8ca;
}
.btn-gray-secondary:focus, .btn-gray-secondary.focus {
  color: #212529;
  background-color: #e2ded2;
  border-color: #ddd8ca;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
}
.btn-gray-secondary.disabled, .btn-gray-secondary:disabled {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-gray-secondary:not(:disabled):not(.disabled):active, .btn-gray-secondary:not(:disabled):not(.disabled).active, .show > .btn-gray-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ddd8ca;
  border-color: #d8d3c2;
}
.btn-gray-secondary:not(:disabled):not(.disabled):active:focus, .btn-gray-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
}

.btn-gray-tertiary {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-tertiary:hover {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}
.btn-gray-tertiary:focus, .btn-gray-tertiary.focus {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}
.btn-gray-tertiary.disabled, .btn-gray-tertiary:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-tertiary:not(:disabled):not(.disabled):active, .btn-gray-tertiary:not(:disabled):not(.disabled).active, .show > .btn-gray-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #acacac;
}
.btn-gray-tertiary:not(:disabled):not(.disabled):active:focus, .btn-gray-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}

.btn-gray-quaternary {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-gray-quaternary:hover {
  color: #fff;
  background-color: #646464;
  border-color: #5e5e5e;
}
.btn-gray-quaternary:focus, .btn-gray-quaternary.focus {
  color: #fff;
  background-color: #646464;
  border-color: #5e5e5e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
}
.btn-gray-quaternary.disabled, .btn-gray-quaternary:disabled {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-gray-quaternary:not(:disabled):not(.disabled):active, .btn-gray-quaternary:not(:disabled):not(.disabled).active, .show > .btn-gray-quaternary.dropdown-toggle {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #575757;
}
.btn-gray-quaternary:not(:disabled):not(.disabled):active:focus, .btn-gray-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
}

.btn-gray-senary {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-gray-senary:hover {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #cbcbcb;
}
.btn-gray-senary:focus, .btn-gray-senary.focus {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #cbcbcb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
}
.btn-gray-senary.disabled, .btn-gray-senary:disabled {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-gray-senary:not(:disabled):not(.disabled):active, .btn-gray-senary:not(:disabled):not(.disabled).active, .show > .btn-gray-senary.dropdown-toggle {
  color: #212529;
  background-color: #cbcbcb;
  border-color: #c4c4c4;
}
.btn-gray-senary:not(:disabled):not(.disabled):active:focus, .btn-gray-senary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-senary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
}

.btn-gray-septenary {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-gray-septenary:hover {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b0b0b0;
}
.btn-gray-septenary:focus, .btn-gray-septenary.focus {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b0b0b0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}
.btn-gray-septenary.disabled, .btn-gray-septenary:disabled {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-gray-septenary:not(:disabled):not(.disabled):active, .btn-gray-septenary:not(:disabled):not(.disabled).active, .show > .btn-gray-septenary.dropdown-toggle {
  color: #212529;
  background-color: #b0b0b0;
  border-color: darkgray;
}
.btn-gray-septenary:not(:disabled):not(.disabled):active:focus, .btn-gray-septenary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-septenary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}

.btn-gray-octonary {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-octonary:hover {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
}
.btn-gray-octonary:focus, .btn-gray-octonary.focus {
  color: #212529;
  background-color: #cacaca;
  border-color: #c4c4c4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}
.btn-gray-octonary.disabled, .btn-gray-octonary:disabled {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-octonary:not(:disabled):not(.disabled):active, .btn-gray-octonary:not(:disabled):not(.disabled).active, .show > .btn-gray-octonary.dropdown-toggle {
  color: #212529;
  background-color: #c4c4c4;
  border-color: #bdbdbd;
}
.btn-gray-octonary:not(:disabled):not(.disabled):active:focus, .btn-gray-octonary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-octonary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-pink-secondary {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-pink-secondary:hover {
  color: #212529;
  background-color: #f58cc5;
  border-color: #f480c0;
}
.btn-pink-secondary:focus, .btn-pink-secondary.focus {
  color: #212529;
  background-color: #f58cc5;
  border-color: #f480c0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
}
.btn-pink-secondary.disabled, .btn-pink-secondary:disabled {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-pink-secondary:not(:disabled):not(.disabled):active, .btn-pink-secondary:not(:disabled):not(.disabled).active, .show > .btn-pink-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f480c0;
  border-color: #f374ba;
}
.btn-pink-secondary:not(:disabled):not(.disabled):active:focus, .btn-pink-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-pink-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-yellow:hover {
  color: #212529;
  background-color: #fec727;
  border-color: #fec41a;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #212529;
  background-color: #fec727;
  border-color: #fec41a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fec41a;
  border-color: #fec10e;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
}

.btn-yellow-secondary {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-yellow-secondary:hover {
  color: #212529;
  background-color: #e5a80d;
  border-color: #d99f0c;
}
.btn-yellow-secondary:focus, .btn-yellow-secondary.focus {
  color: #212529;
  background-color: #e5a80d;
  border-color: #d99f0c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
}
.btn-yellow-secondary.disabled, .btn-yellow-secondary:disabled {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-yellow-secondary:not(:disabled):not(.disabled):active, .btn-yellow-secondary:not(:disabled):not(.disabled).active, .show > .btn-yellow-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d99f0c;
  border-color: #cd960b;
}
.btn-yellow-secondary:not(:disabled):not(.disabled):active:focus, .btn-yellow-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-green:hover {
  color: #fff;
  background-color: #008047;
  border-color: #007340;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #008047;
  border-color: #007340;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #007340;
  border-color: #006639;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-blue:hover {
  color: #fff;
  background-color: #3f678f;
  border-color: #3b6186;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #3f678f;
  border-color: #3b6186;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #3b6186;
  border-color: #375a7d;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:focus, .btn-transparent.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #0058aa;
  border-color: #0058aa;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0058aa;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
}

.btn-outline-secondary {
  color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #4c8ac3;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
}

.btn-outline-danger {
  color: #ea3323;
  border-color: #ea3323;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ea3323;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-body-color {
  color: #333;
  border-color: #333;
}
.btn-outline-body-color:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-body-color:focus, .btn-outline-body-color.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-body-color.disabled, .btn-outline-body-color:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-body-color:not(:disabled):not(.disabled):active, .btn-outline-body-color:not(:disabled):not(.disabled).active, .show > .btn-outline-body-color.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-body-color:not(:disabled):not(.disabled):active:focus, .btn-outline-body-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-body-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-red {
  color: #ea3323;
  border-color: #ea3323;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #ea3323;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}

.btn-outline-red-secondary {
  color: #de492a;
  border-color: #de492a;
}
.btn-outline-red-secondary:hover {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-outline-red-secondary:focus, .btn-outline-red-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
}
.btn-outline-red-secondary.disabled, .btn-outline-red-secondary:disabled {
  color: #de492a;
  background-color: transparent;
}
.btn-outline-red-secondary:not(:disabled):not(.disabled):active, .btn-outline-red-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-red-secondary.dropdown-toggle {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-outline-red-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-red-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
}

.btn-outline-beige {
  color: #bab39d;
  border-color: #bab39d;
}
.btn-outline-beige:hover {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-outline-beige:focus, .btn-outline-beige.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
}
.btn-outline-beige.disabled, .btn-outline-beige:disabled {
  color: #bab39d;
  background-color: transparent;
}
.btn-outline-beige:not(:disabled):not(.disabled):active, .btn-outline-beige:not(:disabled):not(.disabled).active, .show > .btn-outline-beige.dropdown-toggle {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-beige.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
}

.btn-outline-gold {
  color: #e1c14e;
  border-color: #e1c14e;
}
.btn-outline-gold:hover {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
}
.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #e1c14e;
  background-color: transparent;
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
}

.btn-outline-silver {
  color: #999;
  border-color: #999;
}
.btn-outline-silver:hover {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-outline-silver:focus, .btn-outline-silver.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
.btn-outline-silver.disabled, .btn-outline-silver:disabled {
  color: #999;
  background-color: transparent;
}
.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-outline-silver:not(:disabled):not(.disabled):active:focus, .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-silver.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-bronze {
  color: #966969;
  border-color: #966969;
}
.btn-outline-bronze:hover {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-outline-bronze:focus, .btn-outline-bronze.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
}
.btn-outline-bronze.disabled, .btn-outline-bronze:disabled {
  color: #966969;
  background-color: transparent;
}
.btn-outline-bronze:not(:disabled):not(.disabled):active, .btn-outline-bronze:not(:disabled):not(.disabled).active, .show > .btn-outline-bronze.dropdown-toggle {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-outline-bronze:not(:disabled):not(.disabled):active:focus, .btn-outline-bronze:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bronze.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
}

.btn-outline-gray-primary {
  color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-outline-gray-primary:hover {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-outline-gray-primary:focus, .btn-outline-gray-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
}
.btn-outline-gray-primary.disabled, .btn-outline-gray-primary:disabled {
  color: #f8f7f4;
  background-color: transparent;
}
.btn-outline-gray-primary:not(:disabled):not(.disabled):active, .btn-outline-gray-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-primary.dropdown-toggle {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-outline-gray-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
}

.btn-outline-gray-secondary {
  color: #f1efe9;
  border-color: #f1efe9;
}
.btn-outline-gray-secondary:hover {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-outline-gray-secondary:focus, .btn-outline-gray-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
}
.btn-outline-gray-secondary.disabled, .btn-outline-gray-secondary:disabled {
  color: #f1efe9;
  background-color: transparent;
}
.btn-outline-gray-secondary:not(:disabled):not(.disabled):active, .btn-outline-gray-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-outline-gray-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
}

.btn-outline-gray-tertiary {
  color: #ccc;
  border-color: #ccc;
}
.btn-outline-gray-tertiary:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-gray-tertiary:focus, .btn-outline-gray-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-gray-tertiary.disabled, .btn-outline-gray-tertiary:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-gray-tertiary:not(:disabled):not(.disabled):active, .btn-outline-gray-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-gray-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-gray-quaternary {
  color: #777;
  border-color: #777;
}
.btn-outline-gray-quaternary:hover {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-outline-gray-quaternary:focus, .btn-outline-gray-quaternary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}
.btn-outline-gray-quaternary.disabled, .btn-outline-gray-quaternary:disabled {
  color: #777;
  background-color: transparent;
}
.btn-outline-gray-quaternary:not(:disabled):not(.disabled):active, .btn-outline-gray-quaternary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-quaternary.dropdown-toggle {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-outline-gray-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-outline-gray-senary {
  color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-gray-senary:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-gray-senary:focus, .btn-outline-gray-senary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}
.btn-outline-gray-senary.disabled, .btn-outline-gray-senary:disabled {
  color: #e4e4e4;
  background-color: transparent;
}
.btn-outline-gray-senary:not(:disabled):not(.disabled):active, .btn-outline-gray-senary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-senary.dropdown-toggle {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-gray-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-senary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-senary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}

.btn-outline-gray-septenary {
  color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-outline-gray-septenary:hover {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-outline-gray-septenary:focus, .btn-outline-gray-septenary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}
.btn-outline-gray-septenary.disabled, .btn-outline-gray-septenary:disabled {
  color: #c9c9c9;
  background-color: transparent;
}
.btn-outline-gray-septenary:not(:disabled):not(.disabled):active, .btn-outline-gray-septenary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-septenary.dropdown-toggle {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-outline-gray-septenary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-septenary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-septenary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}

.btn-outline-gray-octonary {
  color: #ddd;
  border-color: #ddd;
}
.btn-outline-gray-octonary:hover {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-gray-octonary:focus, .btn-outline-gray-octonary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-outline-gray-octonary.disabled, .btn-outline-gray-octonary:disabled {
  color: #ddd;
  background-color: transparent;
}
.btn-outline-gray-octonary:not(:disabled):not(.disabled):active, .btn-outline-gray-octonary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-octonary.dropdown-toggle {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-gray-octonary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-octonary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-octonary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-pink-secondary {
  color: #f8afd7;
  border-color: #f8afd7;
}
.btn-outline-pink-secondary:hover {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-outline-pink-secondary:focus, .btn-outline-pink-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
}
.btn-outline-pink-secondary.disabled, .btn-outline-pink-secondary:disabled {
  color: #f8afd7;
  background-color: transparent;
}
.btn-outline-pink-secondary:not(:disabled):not(.disabled):active, .btn-outline-pink-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-outline-pink-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
}

.btn-outline-yellow {
  color: #fed14d;
  border-color: #fed14d;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fed14d;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
}

.btn-outline-yellow-secondary {
  color: #F3B925;
  border-color: #F3B925;
}
.btn-outline-yellow-secondary:hover {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-outline-yellow-secondary:focus, .btn-outline-yellow-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
}
.btn-outline-yellow-secondary.disabled, .btn-outline-yellow-secondary:disabled {
  color: #F3B925;
  background-color: transparent;
}
.btn-outline-yellow-secondary:not(:disabled):not(.disabled):active, .btn-outline-yellow-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-secondary.dropdown-toggle {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-outline-yellow-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
}

.btn-outline-green {
  color: #00a65c;
  border-color: #00a65c;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #00a65c;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
}

.btn-outline-blue {
  color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #4b7aa9;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
}

.btn-outline-transparent {
  color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:focus, .btn-outline-transparent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0058aa;
  text-decoration: none;
}
.btn-link:hover {
  color: #00305e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #ccc;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 30px;
}

.btn-sm {
  padding: 6px 16px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 30px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 48px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0058aa;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 12px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0058aa;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.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: 11px;
  border-top-right-radius: 11px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 16px;
}

.card-title {
  margin-bottom: 16px;
}

.card-subtitle {
  margin-top: -8px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 16px;
}

.card-header {
  padding: 16px 16px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.card-header:first-child {
  border-radius: 11px 11px 0 0;
}

.card-footer {
  padding: 16px 16px;
  background-color: transparent;
  border-top: 1px solid #ccc;
}
.card-footer:last-child {
  border-radius: 0 0 11px 11px;
}

.card-header-tabs {
  margin-right: -8px;
  margin-bottom: -16px;
  margin-left: -8px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -8px;
  margin-left: -8px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 11px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.card-deck .card {
  margin-bottom: 8px;
}
.card-deck .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 8px;
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.card-group > .card {
  margin-bottom: 8px;
}
.card-group > .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 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-img-top,
.card-group > .card:not(:last-child) .card-header {
  border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
  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-img-top,
.card-group > .card:not(:first-child) .card-header {
  border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
  border-bottom-left-radius: 0;
}

.card-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns .card {
  margin-bottom: 16px;
}
.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;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 16px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 12px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.badge {
  display: inline-block;
  padding: 2px 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0058aa;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #003e77;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #4c8ac3;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #3770a5;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ea3323;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #c72113;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-body-color {
  color: #fff;
  background-color: #333;
}
a.badge-body-color:hover, a.badge-body-color:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-body-color:focus, a.badge-body-color.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #ea3323;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #c72113;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}

.badge-red-secondary {
  color: #fff;
  background-color: #de492a;
}
a.badge-red-secondary:hover, a.badge-red-secondary:focus {
  color: #fff;
  background-color: #b8371d;
}
a.badge-red-secondary:focus, a.badge-red-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
}

.badge-beige {
  color: #212529;
  background-color: #bab39d;
}
a.badge-beige:hover, a.badge-beige:focus {
  color: #212529;
  background-color: #a59c7f;
}
a.badge-beige:focus, a.badge-beige.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
}

.badge-gold {
  color: #212529;
  background-color: #e1c14e;
}
a.badge-gold:hover, a.badge-gold:focus {
  color: #212529;
  background-color: #d7b125;
}
a.badge-gold:focus, a.badge-gold.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
}

.badge-silver {
  color: #212529;
  background-color: #999;
}
a.badge-silver:hover, a.badge-silver:focus {
  color: #212529;
  background-color: gray;
}
a.badge-silver:focus, a.badge-silver.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.badge-bronze {
  color: #fff;
  background-color: #966969;
}
a.badge-bronze:hover, a.badge-bronze:focus {
  color: #fff;
  background-color: #785454;
}
a.badge-bronze:focus, a.badge-bronze.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
}

.badge-gray-primary {
  color: #212529;
  background-color: #f8f7f4;
}
a.badge-gray-primary:hover, a.badge-gray-primary:focus {
  color: #212529;
  background-color: #e4e0d5;
}
a.badge-gray-primary:focus, a.badge-gray-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
}

.badge-gray-secondary {
  color: #212529;
  background-color: #f1efe9;
}
a.badge-gray-secondary:hover, a.badge-gray-secondary:focus {
  color: #212529;
  background-color: #ddd8ca;
}
a.badge-gray-secondary:focus, a.badge-gray-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
}

.badge-gray-tertiary {
  color: #212529;
  background-color: #ccc;
}
a.badge-gray-tertiary:hover, a.badge-gray-tertiary:focus {
  color: #212529;
  background-color: #b3b3b3;
}
a.badge-gray-tertiary:focus, a.badge-gray-tertiary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.badge-gray-quaternary {
  color: #fff;
  background-color: #777;
}
a.badge-gray-quaternary:hover, a.badge-gray-quaternary:focus {
  color: #fff;
  background-color: #5e5e5e;
}
a.badge-gray-quaternary:focus, a.badge-gray-quaternary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.badge-gray-senary {
  color: #212529;
  background-color: #e4e4e4;
}
a.badge-gray-senary:hover, a.badge-gray-senary:focus {
  color: #212529;
  background-color: #cbcbcb;
}
a.badge-gray-senary:focus, a.badge-gray-senary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}

.badge-gray-septenary {
  color: #212529;
  background-color: #c9c9c9;
}
a.badge-gray-septenary:hover, a.badge-gray-septenary:focus {
  color: #212529;
  background-color: #b0b0b0;
}
a.badge-gray-septenary:focus, a.badge-gray-septenary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}

.badge-gray-octonary {
  color: #212529;
  background-color: #ddd;
}
a.badge-gray-octonary:hover, a.badge-gray-octonary:focus {
  color: #212529;
  background-color: #c4c4c4;
}
a.badge-gray-octonary:focus, a.badge-gray-octonary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-pink-secondary {
  color: #212529;
  background-color: #f8afd7;
}
a.badge-pink-secondary:hover, a.badge-pink-secondary:focus {
  color: #212529;
  background-color: #f480c0;
}
a.badge-pink-secondary:focus, a.badge-pink-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
}

.badge-yellow {
  color: #212529;
  background-color: #fed14d;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #212529;
  background-color: #fec41a;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
}

.badge-yellow-secondary {
  color: #212529;
  background-color: #F3B925;
}
a.badge-yellow-secondary:hover, a.badge-yellow-secondary:focus {
  color: #212529;
  background-color: #d99f0c;
}
a.badge-yellow-secondary:focus, a.badge-yellow-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #00a65c;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #007340;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #4b7aa9;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #3b6186;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
}

.badge-transparent {
  color: #fff;
  background-color: transparent;
}
a.badge-transparent:hover, a.badge-transparent:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
a.badge-transparent:focus, a.badge-transparent.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modal-header .close {
  padding: 24px;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.45;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.modal-footer > * {
  margin: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.modal-sm {
  max-width: 300px;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
.modal-xl {
  max-width: 1140px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Arial", Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 11.5px;
  height: 11.5px;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 11.5px 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 11.5px 5.75px 0;
  border-top-color: #fff;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 11.5px;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 11.5px;
  height: 11.5px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 5.75px 11.5px 5.75px 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 11.5px 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 5.75px 11.5px;
  border-bottom-color: #fff;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 11.5px;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 11.5px;
  height: 11.5px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 5.75px 0 5.75px 11.5px;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.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: #0058aa !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #003e77 !important;
}

.bg-secondary {
  background-color: #4c8ac3 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3770a5 !important;
}

.bg-danger {
  background-color: #ea3323 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c72113 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-body-color {
  background-color: #333 !important;
}

a.bg-body-color:hover, a.bg-body-color:focus,
button.bg-body-color:hover,
button.bg-body-color:focus {
  background-color: #1a1a1a !important;
}

.bg-red {
  background-color: #ea3323 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #c72113 !important;
}

.bg-red-secondary {
  background-color: #de492a !important;
}

a.bg-red-secondary:hover, a.bg-red-secondary:focus,
button.bg-red-secondary:hover,
button.bg-red-secondary:focus {
  background-color: #b8371d !important;
}

.bg-beige {
  background-color: #bab39d !important;
}

a.bg-beige:hover, a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
  background-color: #a59c7f !important;
}

.bg-gold {
  background-color: #e1c14e !important;
}

a.bg-gold:hover, a.bg-gold:focus,
button.bg-gold:hover,
button.bg-gold:focus {
  background-color: #d7b125 !important;
}

.bg-silver {
  background-color: #999 !important;
}

a.bg-silver:hover, a.bg-silver:focus,
button.bg-silver:hover,
button.bg-silver:focus {
  background-color: gray !important;
}

.bg-bronze {
  background-color: #966969 !important;
}

a.bg-bronze:hover, a.bg-bronze:focus,
button.bg-bronze:hover,
button.bg-bronze:focus {
  background-color: #785454 !important;
}

.bg-gray-primary {
  background-color: #f8f7f4 !important;
}

a.bg-gray-primary:hover, a.bg-gray-primary:focus,
button.bg-gray-primary:hover,
button.bg-gray-primary:focus {
  background-color: #e4e0d5 !important;
}

.bg-gray-secondary {
  background-color: #f1efe9 !important;
}

a.bg-gray-secondary:hover, a.bg-gray-secondary:focus,
button.bg-gray-secondary:hover,
button.bg-gray-secondary:focus {
  background-color: #ddd8ca !important;
}

.bg-gray-tertiary {
  background-color: #ccc !important;
}

a.bg-gray-tertiary:hover, a.bg-gray-tertiary:focus,
button.bg-gray-tertiary:hover,
button.bg-gray-tertiary:focus {
  background-color: #b3b3b3 !important;
}

.bg-gray-quaternary {
  background-color: #777 !important;
}

a.bg-gray-quaternary:hover, a.bg-gray-quaternary:focus,
button.bg-gray-quaternary:hover,
button.bg-gray-quaternary:focus {
  background-color: #5e5e5e !important;
}

.bg-gray-senary {
  background-color: #e4e4e4 !important;
}

a.bg-gray-senary:hover, a.bg-gray-senary:focus,
button.bg-gray-senary:hover,
button.bg-gray-senary:focus {
  background-color: #cbcbcb !important;
}

.bg-gray-septenary {
  background-color: #c9c9c9 !important;
}

a.bg-gray-septenary:hover, a.bg-gray-septenary:focus,
button.bg-gray-septenary:hover,
button.bg-gray-septenary:focus {
  background-color: #b0b0b0 !important;
}

.bg-gray-octonary {
  background-color: #ddd !important;
}

a.bg-gray-octonary:hover, a.bg-gray-octonary:focus,
button.bg-gray-octonary:hover,
button.bg-gray-octonary:focus {
  background-color: #c4c4c4 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-pink-secondary {
  background-color: #f8afd7 !important;
}

a.bg-pink-secondary:hover, a.bg-pink-secondary:focus,
button.bg-pink-secondary:hover,
button.bg-pink-secondary:focus {
  background-color: #f480c0 !important;
}

.bg-yellow {
  background-color: #fed14d !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #fec41a !important;
}

.bg-yellow-secondary {
  background-color: #F3B925 !important;
}

a.bg-yellow-secondary:hover, a.bg-yellow-secondary:focus,
button.bg-yellow-secondary:hover,
button.bg-yellow-secondary:focus {
  background-color: #d99f0c !important;
}

.bg-green {
  background-color: #00a65c !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #007340 !important;
}

.bg-blue {
  background-color: #4b7aa9 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #3b6186 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ddd !important;
}

.border-top {
  border-top: 1px solid #ddd !important;
}

.border-right {
  border-right: 1px solid #ddd !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-left {
  border-left: 1px solid #ddd !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: #0058aa !important;
}

.border-secondary {
  border-color: #4c8ac3 !important;
}

.border-danger {
  border-color: #ea3323 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-body-color {
  border-color: #333 !important;
}

.border-red {
  border-color: #ea3323 !important;
}

.border-red-secondary {
  border-color: #de492a !important;
}

.border-beige {
  border-color: #bab39d !important;
}

.border-gold {
  border-color: #e1c14e !important;
}

.border-silver {
  border-color: #999 !important;
}

.border-bronze {
  border-color: #966969 !important;
}

.border-gray-primary {
  border-color: #f8f7f4 !important;
}

.border-gray-secondary {
  border-color: #f1efe9 !important;
}

.border-gray-tertiary {
  border-color: #ccc !important;
}

.border-gray-quaternary {
  border-color: #777 !important;
}

.border-gray-senary {
  border-color: #e4e4e4 !important;
}

.border-gray-septenary {
  border-color: #c9c9c9 !important;
}

.border-gray-octonary {
  border-color: #ddd !important;
}

.border-black {
  border-color: #000 !important;
}

.border-pink-secondary {
  border-color: #f8afd7 !important;
}

.border-yellow {
  border-color: #fed14d !important;
}

.border-yellow-secondary {
  border-color: #F3B925 !important;
}

.border-green {
  border-color: #00a65c !important;
}

.border-blue {
  border-color: #4b7aa9 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 8px !important;
}

.rounded {
  border-radius: 12px !important;
}

.rounded-top {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-right {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-left {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-lg {
  border-radius: 16px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 iframe,
.embed-responsive embed,
.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-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: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 24px !important;
}

.mt-5,
.my-5 {
  margin-top: 24px !important;
}

.mr-5,
.mx-5 {
  margin-right: 24px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 24px !important;
}

.ml-5,
.mx-5 {
  margin-left: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 64px !important;
}

.mt-9,
.my-9 {
  margin-top: 64px !important;
}

.mr-9,
.mx-9 {
  margin-right: 64px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 64px !important;
}

.ml-9,
.mx-9 {
  margin-left: 64px !important;
}

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

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

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

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

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

.m-11 {
  margin: 80px !important;
}

.mt-11,
.my-11 {
  margin-top: 80px !important;
}

.mr-11,
.mx-11 {
  margin-right: 80px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 80px !important;
}

.ml-11,
.mx-11 {
  margin-left: 80px !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: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
  padding: 24px !important;
}

.pt-5,
.py-5 {
  padding-top: 24px !important;
}

.pr-5,
.px-5 {
  padding-right: 24px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 24px !important;
}

.pl-5,
.px-5 {
  padding-left: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 64px !important;
}

.pt-9,
.py-9 {
  padding-top: 64px !important;
}

.pr-9,
.px-9 {
  padding-right: 64px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 64px !important;
}

.pl-9,
.px-9 {
  padding-left: 64px !important;
}

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

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

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

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

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

.p-11 {
  padding: 80px !important;
}

.pt-11,
.py-11 {
  padding-top: 80px !important;
}

.pr-11,
.px-11 {
  padding-right: 80px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 80px !important;
}

.pl-11,
.px-11 {
  padding-left: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n5 {
  margin: -24px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -24px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -24px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -24px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -24px !important;
}

.m-n6 {
  margin: -32px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -32px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -32px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -32px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -32px !important;
}

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

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

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

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

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

.m-n8 {
  margin: -48px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -48px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -48px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -48px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -48px !important;
}

.m-n9 {
  margin: -64px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -64px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -64px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -64px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -64px !important;
}

.m-n10 {
  margin: -72px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -72px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -72px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -72px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -72px !important;
}

.m-n11 {
  margin: -80px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -80px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -80px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -80px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -80px !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: 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: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 12px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 12px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 12px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 12px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 12px !important;
  }
  .m-md-4 {
    margin: 16px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important;
  }
  .m-md-5 {
    margin: 24px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 24px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 24px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 24px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 24px !important;
  }
  .m-md-6 {
    margin: 32px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 32px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 32px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 32px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 32px !important;
  }
  .m-md-7 {
    margin: 40px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 40px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 40px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 40px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 40px !important;
  }
  .m-md-8 {
    margin: 48px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 48px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 48px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 48px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 48px !important;
  }
  .m-md-9 {
    margin: 64px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 64px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 64px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 64px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 64px !important;
  }
  .m-md-10 {
    margin: 72px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 72px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 72px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 72px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 72px !important;
  }
  .m-md-11 {
    margin: 80px !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 80px !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 80px !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 80px !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 80px !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: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 12px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 12px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 12px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 12px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 12px !important;
  }
  .p-md-4 {
    padding: 16px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important;
  }
  .p-md-5 {
    padding: 24px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 24px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 24px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 24px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 24px !important;
  }
  .p-md-6 {
    padding: 32px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 32px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 32px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 32px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 32px !important;
  }
  .p-md-7 {
    padding: 40px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 40px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 40px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 40px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 40px !important;
  }
  .p-md-8 {
    padding: 48px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 48px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 48px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 48px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 48px !important;
  }
  .p-md-9 {
    padding: 64px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 64px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 64px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 64px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 64px !important;
  }
  .p-md-10 {
    padding: 72px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 72px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 72px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 72px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 72px !important;
  }
  .p-md-11 {
    padding: 80px !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 80px !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 80px !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 80px !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 80px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -12px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -12px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -12px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -12px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -12px !important;
  }
  .m-md-n4 {
    margin: -16px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -16px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -16px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -16px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -16px !important;
  }
  .m-md-n5 {
    margin: -24px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -24px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -24px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -24px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -24px !important;
  }
  .m-md-n6 {
    margin: -32px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -32px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -32px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -32px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -32px !important;
  }
  .m-md-n7 {
    margin: -40px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -40px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -40px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -40px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -40px !important;
  }
  .m-md-n8 {
    margin: -48px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -48px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -48px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -48px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -48px !important;
  }
  .m-md-n9 {
    margin: -64px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -64px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -64px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -64px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -64px !important;
  }
  .m-md-n10 {
    margin: -72px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -72px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -72px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -72px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -72px !important;
  }
  .m-md-n11 {
    margin: -80px !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -80px !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -80px !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -80px !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -80px !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: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 12px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 12px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 12px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 12px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 12px !important;
  }
  .m-lg-4 {
    margin: 16px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important;
  }
  .m-lg-5 {
    margin: 24px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 24px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 24px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 24px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 24px !important;
  }
  .m-lg-6 {
    margin: 32px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 32px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 32px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 32px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 32px !important;
  }
  .m-lg-7 {
    margin: 40px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 40px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 40px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 40px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 40px !important;
  }
  .m-lg-8 {
    margin: 48px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 48px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 48px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 48px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 48px !important;
  }
  .m-lg-9 {
    margin: 64px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 64px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 64px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 64px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 64px !important;
  }
  .m-lg-10 {
    margin: 72px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 72px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 72px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 72px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 72px !important;
  }
  .m-lg-11 {
    margin: 80px !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 80px !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 80px !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 80px !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 80px !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: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 12px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 12px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 12px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 12px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 12px !important;
  }
  .p-lg-4 {
    padding: 16px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important;
  }
  .p-lg-5 {
    padding: 24px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 24px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 24px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 24px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 24px !important;
  }
  .p-lg-6 {
    padding: 32px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 32px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 32px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 32px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 32px !important;
  }
  .p-lg-7 {
    padding: 40px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 40px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 40px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 40px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 40px !important;
  }
  .p-lg-8 {
    padding: 48px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 48px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 48px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 48px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 48px !important;
  }
  .p-lg-9 {
    padding: 64px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 64px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 64px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 64px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 64px !important;
  }
  .p-lg-10 {
    padding: 72px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 72px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 72px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 72px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 72px !important;
  }
  .p-lg-11 {
    padding: 80px !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 80px !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 80px !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 80px !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 80px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -12px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -12px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -12px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -12px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -12px !important;
  }
  .m-lg-n4 {
    margin: -16px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -16px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -16px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -16px !important;
  }
  .m-lg-n5 {
    margin: -24px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -24px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -24px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -24px !important;
  }
  .m-lg-n6 {
    margin: -32px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -32px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -32px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -32px !important;
  }
  .m-lg-n7 {
    margin: -40px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -40px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -40px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -40px !important;
  }
  .m-lg-n8 {
    margin: -48px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -48px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -48px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -48px !important;
  }
  .m-lg-n9 {
    margin: -64px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -64px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -64px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -64px !important;
  }
  .m-lg-n10 {
    margin: -72px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -72px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -72px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -72px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -72px !important;
  }
  .m-lg-n11 {
    margin: -80px !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -80px !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -80px !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -80px !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 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;
  }
}
.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: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0058aa !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00305e !important;
}

.text-secondary {
  color: #4c8ac3 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #316392 !important;
}

.text-danger {
  color: #ea3323 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b01e11 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body-color {
  color: #333 !important;
}

a.text-body-color:hover, a.text-body-color:focus {
  color: #0d0d0d !important;
}

.text-red {
  color: #ea3323 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #b01e11 !important;
}

.text-red-secondary {
  color: #de492a !important;
}

a.text-red-secondary:hover, a.text-red-secondary:focus {
  color: #a23119 !important;
}

.text-beige {
  color: #bab39d !important;
}

a.text-beige:hover, a.text-beige:focus {
  color: #9a9070 !important;
}

.text-gold {
  color: #e1c14e !important;
}

a.text-gold:hover, a.text-gold:focus {
  color: #c29f21 !important;
}

.text-silver {
  color: #999 !important;
}

a.text-silver:hover, a.text-silver:focus {
  color: #737373 !important;
}

.text-bronze {
  color: #966969 !important;
}

a.text-bronze:hover, a.text-bronze:focus {
  color: #694a4a !important;
}

.text-gray-primary {
  color: #f8f7f4 !important;
}

a.text-gray-primary:hover, a.text-gray-primary:focus {
  color: #dad5c5 !important;
}

.text-gray-secondary {
  color: #f1efe9 !important;
}

a.text-gray-secondary:hover, a.text-gray-secondary:focus {
  color: #d3cdba !important;
}

.text-gray-tertiary {
  color: #ccc !important;
}

a.text-gray-tertiary:hover, a.text-gray-tertiary:focus {
  color: #a6a6a6 !important;
}

.text-gray-quaternary {
  color: #777 !important;
}

a.text-gray-quaternary:hover, a.text-gray-quaternary:focus {
  color: #515151 !important;
}

.text-gray-senary {
  color: #e4e4e4 !important;
}

a.text-gray-senary:hover, a.text-gray-senary:focus {
  color: #bebebe !important;
}

.text-gray-septenary {
  color: #c9c9c9 !important;
}

a.text-gray-septenary:hover, a.text-gray-septenary:focus {
  color: #a3a3a3 !important;
}

.text-gray-octonary {
  color: #ddd !important;
}

a.text-gray-octonary:hover, a.text-gray-octonary:focus {
  color: #b7b7b7 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-pink-secondary {
  color: #f8afd7 !important;
}

a.text-pink-secondary:hover, a.text-pink-secondary:focus {
  color: #f269b4 !important;
}

.text-yellow {
  color: #fed14d !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #fdbd01 !important;
}

.text-yellow-secondary {
  color: #F3B925 !important;
}

a.text-yellow-secondary:hover, a.text-yellow-secondary:focus {
  color: #c18e0b !important;
}

.text-green {
  color: #00a65c !important;
}

a.text-green:hover, a.text-green:focus {
  color: #005a32 !important;
}

.text-blue {
  color: #4b7aa9 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #335474 !important;
}

.text-transparent {
  color: transparent !important;
}

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}

.text-body {
  color: #333 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 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 {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ddd;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ddd;
  }
}
.breadcrumb {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1184px;
  padding: 12px 16px;
  margin-bottom: 0;
  overflow-x: auto;
  background-color: #fff;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 32px;
    padding-inline: 32px;
  }
}

.breadcrumb-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item:before {
  width: 5px;
  height: 8.5px;
  margin-right: 8px;
  content: "" !important;
  background: url("../images/common/i_arrow_gray_tertiary.svg") no-repeat center;
  background-size: 100% auto;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media print, screen and (min-width: 768px) {
  .breadcrumb-item + .breadcrumb-item:before {
    width: 6.4px;
    height: 12px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.breadcrumb-container {
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media print, screen and (min-width: 768px) {
  .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,
  .col-auto, .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,
  .col-md-auto, .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,
  .col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-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 print and (min-width: 768px), screen and (min-width: 768px) and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 print and (min-width: 992px), screen and (min-width: 768px) and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 print, screen and (min-width: 768px) {
  .container-form {
    max-width: 736px;
    margin-inline: auto;
  }
}

.form-control {
  width: auto;
  padding: 10px 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .form-control {
    border-radius: 8px;
    font-size: 1.6rem;
    height: calc(1.45em + 24px);
  }
}
.form-control:disabled {
  color: #999;
}
.form-control:focus, .form-control:focus-visible {
  border: none;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
}

input[type=password]::-ms-reveal {
  display: none;
}

.col-form-label {
  padding-block: 0;
}

.form-row {
  row-gap: 4px;
}
@media print, screen and (min-width: 768px) {
  .form-row {
    row-gap: 8px;
    margin-right: -4px;
    margin-left: -4px;
  }
}
@media print, screen and (min-width: 768px) {
  .form-row > .col,
  .form-row > [class*=col-] {
    padding-right: 4px;
    padding-left: 4px;
  }
}

select.form-control {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/common/i_arrow_down_primary.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12.54px auto;
}
@media print, screen and (min-width: 768px) {
  select.form-control {
    background-size: 14.54px auto;
  }
}
select.form-control:disabled {
  background-image: url("../images/common/i_arrow_down_body_color.svg");
}

.form-group {
  position: relative;
  margin-bottom: 0;
}
.form-group:has(.form-input-visible) .form-control {
  padding-right: 40px;
}
.form-group label {
  row-gap: 10px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.form-group .card:not(:last-of-type) {
  border-bottom: 0;
}

.form-check,
.form-check-color {
  padding-left: 0;
}

.form-check + .form-check {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .form-check + .form-check {
    margin-top: 24px;
  }
}
.d-flex > .form-check {
  margin-top: 0;
}

.form-check-input,
.form-check-color-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-check-label,
.form-check-color-label {
  position: relative;
  font-size: 1.4rem;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check-label:disabled,
.form-check-color-label:disabled {
  opacity: 0.4;
}
.form-check-label:has(input:disabled, input[disabed]),
.form-check-color-label:has(input:disabled, input[disabed]) {
  cursor: default;
  opacity: 0.4;
}
@media print, screen and (min-width: 768px) {
  .form-check-label,
  .form-check-color-label {
    font-size: 1.6rem;
  }
}

.form-check-label:has([type=checkbox]) {
  padding-block: 2px 6px;
  padding-left: 32px;
}
.form-check-label:has([type=checkbox]):before {
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #0058aa;
  border-radius: 6px;
}
.form-check-label:has([type=checkbox]):after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/common/i_check_white.svg") no-repeat;
  background-position: center;
  background-size: 11px auto;
  opacity: 0;
}
.form-check-label:has([type=checkbox]):has(input:checked):before {
  background-color: #0058aa;
}
.form-check-label:has([type=checkbox]):has(input:checked):after {
  opacity: 1;
}
.form-check-label:has([type=checkbox]):has(input:focus-visible):before {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}
.form-check-label:has([type=radio]), .form-check-label.input-radio {
  padding-block: 2px;
  padding-left: 32px;
  text-align: left;
  background-color: transparent;
  border: none;
}
.form-check-label:has([type=radio]):before, .form-check-label.input-radio:before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 2px;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-block: auto;
  content: "";
  border: 1px solid #0058aa;
  border-radius: 50%;
}
.form-check-label:has([type=radio]):after, .form-check-label.input-radio:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  margin-block: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.form-check-label:has([type=radio]):has(input:checked):after, .form-check-label.input-radio:has(input:checked):after {
  background-color: #0058aa;
  border: 5px solid #fff;
}
.form-check-label:has([type=radio])[aria-expanded=true]:after, .form-check-label.input-radio[aria-expanded=true]:after {
  background-color: #0058aa;
  border: 5px solid #fff;
}
.form-check-label:has([type=radio]):has(input:focus-visible):before, .form-check-label.input-radio:has(input:focus-visible):before {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}
.form-check-label.form-check-label-align-items-center:before, .form-check-label.form-check-label-align-items-center:after {
  bottom: 2px;
  margin: auto;
}

.form-check-color-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  padding-left: 56px;
}
.form-check-color-label:after {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 48px;
  height: 18px;
  content: "";
  background: url("../images/common/i_check_white.svg") no-repeat;
  background-position: center;
  background-size: 18px auto;
  opacity: 0;
}
.form-check-color-label .form-check-color-bg {
  position: absolute;
  top: 0;
  left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;
  content: "";
  border-radius: 50%;
}
.form-check-color-label:has(input:checked):after {
  opacity: 1;
}
.form-check-color-label:has(input:focus-visible) .form-check-color-bg {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}
.form-check-color-label:has(.bg-white):after {
  background: url("../images/common/i_check_silver.svg") no-repeat;
  background-position: center;
  background-size: 18px auto;
}

.custom-range-container {
  position: relative;
  width: calc(100% - 20px);
  height: 8px;
  margin-inline: auto;
  margin-top: 16px;
  background-color: #0058aa;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-range-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #eee;
}

.custom-range-bg-lower {
  left: 0;
}

.custom-range-bg-upper {
  right: 0;
}

.custom-range-upper {
  z-index: 2;
}

.custom-range {
  position: absolute;
  top: -5px;
  right: -10px;
  left: -10px;
  z-index: 1;
  width: calc(100% + 20px);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  background-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  pointer-events: all;
  cursor: pointer;
  background: #0058aa;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.custom-range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  cursor: pointer;
  background: #0058aa;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-range:focus-visible {
  outline: none;
}
.custom-range:focus-visible::-webkit-slider-thumb {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}
.custom-range:focus-visible::-moz-range-thumb {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 4px;
}

.input-group.is-invalid .form-control {
  border-color: #ea3323;
}
.input-group.is-invalid ~ .invalid-feedback {
  display: block;
}
.input-group.input-group-live.is-invalid .form-control {
  border-color: #ea3323;
}
.input-group.input-group-live.is-invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .form-control.is-invalid {
  border-color: #ea3323;
}

@media print, screen and (min-width: 768px) {
  .invalid-feedback {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.form-input-visible {
  position: absolute;
  right: 18px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin-block: auto;
  font-size: 0;
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(calc(-1.45em - 30px));
          transform: translateY(calc(-1.45em - 30px));
}
@media print, screen and (min-width: 768px) {
  .form-input-visible {
    right: 16px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(calc(-1.45em - 36px));
            transform: translateY(calc(-1.45em - 36px));
  }
}
.form-input-visible .form-input-visible__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

textarea,
textarea.form-control {
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  textarea,
  textarea.form-control {
    height: 242px;
  }
}

.tab-container {
  margin-inline: -16px;
  border-bottom: 2px solid #fff;
  border-image-source: linear-gradient(90deg, #0086CD 0.15%, #008FD5 35.1%, #8D529D 65.06%, #E05F38 80.03%, #FBC70F 100%);
  border-image-slice: 1;
}
@media print, screen and (min-width: 768px) {
  .tab-container {
    margin-inline: 0;
  }
}

.nav-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50px, 100%), 1fr));
  padding-inline: 16px;
  border-bottom: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #0086CD 0.15%, #008FD5 35.1%, #8D529D 65.06%, #E05F38 80.03%, #FBC70F 100%);
  border-image-slice: 1;
}
@media print, screen and (min-width: 768px) {
  .nav-tabs {
    padding-inline: 0;
  }
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 8px;
  margin-bottom: 0;
  font-weight: 500;
  color: #333;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .nav-tabs .nav-link {
    padding: 16px 8px;
  }
}
.nav-tabs .nav-link:focus-visible {
  color: rgba(51, 51, 51, 0.6);
  border-color: #0058aa;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .nav-tabs .nav-link:hover {
    color: rgba(51, 51, 51, 0.6);
    border-color: #0058aa;
    opacity: 1;
  }
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  font-weight: 700;
  color: #0058aa;
  background-color: initial;
  border-color: #0058aa;
}

.tab-content {
  position: relative;
}
.tab-content > .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.tab-content > .tab-pane > *:first-child {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > *:first-child.c-banner-m {
  margin-top: -5px !important;
}
.tab-content > .tab-pane > *:first-child.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > *:first-child.c-tab {
    margin-top: -16px !important;
  }
}
.tab-content > .tab-pane > .row:first-child > *:first-child,
.tab-content > .tab-pane > .c-show-more-text .row > *:first-child {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-12:first-child) > *:first-child,
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-6:first-child) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.tab-content > .tab-pane > .row:first-child:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.tab-content > .tab-pane > .c-show-more-text .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-12:first-child) > *:first-child,
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-12:first-child) > *:first-child,
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-content > .tab-pane > .row:first-child:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .tab-content > .tab-pane > .c-show-more-text .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
.tab-content > .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

h1,
.h1 {
  margin-top: 32px;
}
h1 + *,
.h1 + * {
  margin-top: 0 !important;
}
h1 + *.c-banner-m,
.h1 + *.c-banner-m {
  margin-top: -5px !important;
}
h1 + *.c-tab,
.h1 + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  h1 + *.c-tab,
  .h1 + *.c-tab {
    margin-top: -16px !important;
  }
}
h1 + [class*=m-],
h1 + [class*=my-],
h1 + [class*=mt-],
.h1 + [class*=m-],
.h1 + [class*=my-],
.h1 + [class*=mt-] {
  margin-top: 0 !important;
}
h1 + .row > *:first-child,
.h1 + .row > *:first-child {
  margin-top: 0 !important;
}
h1 + .row:has(.col-12:first-child) > *:first-child,
.h1 + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
h1 + .row:has(.col-6:first-child) > *:nth-child(-n+2),
.h1 + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.h1 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.h1 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.h1 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.h1 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.h1 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.h1 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.h1 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.h1 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h1 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.h1 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-12:first-child) > *:first-child,
  .h1 + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .h1 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .h1 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .h1 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-12:first-child) > *:first-child,
  .h1 + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .h1 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .h1 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .h1 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h1 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .h1 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h1,
  .h1 {
    margin-top: 48px;
    margin-bottom: 32px;
    font-size: 3rem !important;
  }
}

h2,
.h2 {
  margin-top: 48px;
}
h2 + *,
.h2 + * {
  margin-top: 0 !important;
}
h2 + *.c-banner-m,
.h2 + *.c-banner-m {
  margin-top: -5px !important;
}
h2 + *.c-tab,
.h2 + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  h2 + *.c-tab,
  .h2 + *.c-tab {
    margin-top: -16px !important;
  }
}
h2 + [class*=m-],
h2 + [class*=my-],
h2 + [class*=mt-],
.h2 + [class*=m-],
.h2 + [class*=my-],
.h2 + [class*=mt-] {
  margin-top: 0 !important;
}
h2 + .row > *:first-child,
.h2 + .row > *:first-child {
  margin-top: 0 !important;
}
h2 + .row:has(.col-12:first-child) > *:first-child,
.h2 + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
h2 + .row:has(.col-6:first-child) > *:nth-child(-n+2),
.h2 + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.h2 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.h2 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.h2 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.h2 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.h2 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.h2 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.h2 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.h2 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h2 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.h2 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-12:first-child) > *:first-child,
  .h2 + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .h2 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .h2 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .h2 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-12:first-child) > *:first-child,
  .h2 + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .h2 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .h2 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .h2 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h2 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .h2 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h2,
  .h2 {
    margin-top: 64px;
    margin-bottom: 32px;
    font-size: 2.4rem !important;
  }
}

h3,
.h3 {
  margin-top: 32px;
}
h3 + *,
.h3 + * {
  margin-top: 0 !important;
}
h3 + *.c-banner-m,
.h3 + *.c-banner-m {
  margin-top: -5px !important;
}
h3 + *.c-tab,
.h3 + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  h3 + *.c-tab,
  .h3 + *.c-tab {
    margin-top: -16px !important;
  }
}
h3 + [class*=m-],
h3 + [class*=my-],
h3 + [class*=mt-],
.h3 + [class*=m-],
.h3 + [class*=my-],
.h3 + [class*=mt-] {
  margin-top: 0 !important;
}
h3 + .row > *:first-child,
.h3 + .row > *:first-child {
  margin-top: 0 !important;
}
h3 + .row:has(.col-12:first-child) > *:first-child,
.h3 + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
h3 + .row:has(.col-6:first-child) > *:nth-child(-n+2),
.h3 + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.h3 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.h3 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.h3 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.h3 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.h3 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.h3 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.h3 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.h3 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h3 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.h3 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-12:first-child) > *:first-child,
  .h3 + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .h3 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .h3 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .h3 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-12:first-child) > *:first-child,
  .h3 + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .h3 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .h3 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .h3 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h3 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .h3 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h3,
  .h3 {
    margin-top: 48px;
    margin-bottom: 32px;
    font-size: 2.2rem !important;
  }
}

h4,
.h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}
h4 + *,
.h4 + * {
  margin-top: 0 !important;
}
h4 + *.c-banner-m,
.h4 + *.c-banner-m {
  margin-top: -5px !important;
}
h4 + *.c-tab,
.h4 + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  h4 + *.c-tab,
  .h4 + *.c-tab {
    margin-top: -16px !important;
  }
}
h4 + [class*=m-],
h4 + [class*=my-],
h4 + [class*=mt-],
.h4 + [class*=m-],
.h4 + [class*=my-],
.h4 + [class*=mt-] {
  margin-top: 0 !important;
}
h4 + .row > *:first-child,
.h4 + .row > *:first-child {
  margin-top: 0 !important;
}
h4 + .row:has(.col-12:first-child) > *:first-child,
.h4 + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
h4 + .row:has(.col-6:first-child) > *:nth-child(-n+2),
.h4 + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.h4 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.h4 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.h4 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.h4 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.h4 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.h4 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.h4 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.h4 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h4 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.h4 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-12:first-child) > *:first-child,
  .h4 + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .h4 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .h4 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .h4 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-12:first-child) > *:first-child,
  .h4 + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .h4 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .h4 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .h4 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h4 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .h4 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h4,
  .h4 {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 1.8rem !important;
  }
}

h5,
.h5 {
  margin-top: 24px;
  margin-bottom: 16px;
}
h5 + *,
.h5 + * {
  margin-top: 0 !important;
}
h5 + *.c-banner-m,
.h5 + *.c-banner-m {
  margin-top: -5px !important;
}
h5 + *.c-tab,
.h5 + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  h5 + *.c-tab,
  .h5 + *.c-tab {
    margin-top: -16px !important;
  }
}
h5 + [class*=m-],
h5 + [class*=my-],
h5 + [class*=mt-],
.h5 + [class*=m-],
.h5 + [class*=my-],
.h5 + [class*=mt-] {
  margin-top: 0 !important;
}
h5 + .row > *:first-child,
.h5 + .row > *:first-child {
  margin-top: 0 !important;
}
h5 + .row:has(.col-12:first-child) > *:first-child,
.h5 + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
h5 + .row:has(.col-6:first-child) > *:nth-child(-n+2),
.h5 + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.h5 + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.h5 + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.h5 + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.h5 + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.h5 + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.h5 + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.h5 + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.h5 + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
h5 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.h5 + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-12:first-child) > *:first-child,
  .h5 + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .h5 + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .h5 + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .h5 + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-12:first-child) > *:first-child,
  .h5 + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .h5 + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .h5 + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .h5 + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  h5 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .h5 + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  h5,
  .h5 {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 1.6rem !important;
  }
}

.display-2xl {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 1.25;
}
@media print, screen and (min-width: 768px) {
  .display-2xl {
    font-size: 3rem !important;
  }
}

.display-0 {
  font-size: 2.4rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-0 {
    font-size: 2.4rem !important;
  }
}

.display-0-line-height-sm {
  font-size: 2.4rem !important;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 768px) {
  .display-0-line-height-sm {
    font-size: 2.4rem !important;
  }
}

.display-1 {
  font-size: 1.6rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-1 {
    font-size: 1.8rem !important;
  }
}

.display-2 {
  font-size: 1.5rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-2 {
    font-size: 1.7rem !important;
  }
}

.display-3 {
  font-size: 1.4rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-3 {
    font-size: 1.6rem !important;
  }
}

.display-4 {
  font-size: 1.3rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-4 {
    font-size: 1.5rem !important;
  }
}

.display-5 {
  font-size: 1.2rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-5 {
    font-size: 1.4rem !important;
  }
}

.display-6 {
  font-size: 1.1rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-6 {
    font-size: 1.2rem !important;
  }
}

.display-7 {
  font-size: 1rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .display-7 {
    font-size: 1.1rem !important;
  }
}

.display-7-line-height-sm {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 768px) {
  .display-7-line-height-sm {
    font-size: 1.1rem !important;
  }
}

.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + * {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + *.c-banner-m {
  margin-top: -5px !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + *.c-tab {
    margin-top: -16px !important;
  }
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + [class*=m-],
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + [class*=my-],
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + [class*=mt-] {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row > *:first-child {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-flex:has(> h1, > .h1, > h2, > .h2, > h3, > .h3, > h4, > .h4, > h5, > .h5) + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .btn {
    padding: 14px 48px;
    font-size: 1.6rem;
    line-height: 1.45;
    border-radius: 30px;
  }
}
.btn:focus-visible {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 0.6;
  }
}
.btn.disabled, .btn:disabled {
  color: #fff !important;
  background: #ccc !important;
  border-color: #ccc !important;
}
.btn.disabled:focus-visible, .btn:disabled:focus-visible {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .btn.disabled:hover, .btn:disabled:hover {
    opacity: 1;
  }
}
.btn:focus-visible {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .btn-sm {
    padding: 10px 32px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 30px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0058aa;
  border-color: #00376a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 113, 183, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #4c8ac3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4c8ac3;
  border-color: #346a9b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 156, 204, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea3323;
  border-color: #bb2012;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-body-color {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-body-color:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-body-color:focus, .btn-body-color.focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-body-color.disabled, .btn-body-color:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-body-color:not(:disabled):not(.disabled):active, .btn-body-color:not(:disabled):not(.disabled).active, .show > .btn-body-color.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #131313;
}
.btn-body-color:not(:disabled):not(.disabled):active:focus, .btn-body-color:not(:disabled):not(.disabled).active:focus, .show > .btn-body-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-red:hover {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ea3323;
  border-color: #ea3323;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #ea3323;
  border-color: #bb2012;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 82, 68, 0.5);
}

.btn-red-secondary {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-red-secondary:hover {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-red-secondary:focus, .btn-red-secondary.focus {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
}
.btn-red-secondary.disabled, .btn-red-secondary:disabled {
  color: #fff;
  background-color: #de492a;
  border-color: #de492a;
}
.btn-red-secondary:not(:disabled):not(.disabled):active, .btn-red-secondary:not(:disabled):not(.disabled).active, .show > .btn-red-secondary.dropdown-toggle {
  color: #fff;
  background-color: #de492a;
  border-color: #ad341b;
}
.btn-red-secondary:not(:disabled):not(.disabled):active:focus, .btn-red-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-red-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 100, 74, 0.5);
}

.btn-beige {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-beige:hover {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-beige:focus, .btn-beige.focus {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
}
.btn-beige.disabled, .btn-beige:disabled {
  color: #212529;
  background-color: #bab39d;
  border-color: #bab39d;
}
.btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active, .show > .btn-beige.dropdown-toggle {
  color: #212529;
  background-color: #bab39d;
  border-color: #a09678;
}
.btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-beige.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(163, 158, 140, 0.5);
}

.btn-gold {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-gold:hover {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-gold:focus, .btn-gold.focus {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
}
.btn-gold.disabled, .btn-gold:disabled {
  color: #212529;
  background-color: #e1c14e;
  border-color: #e1c14e;
}
.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #212529;
  background-color: #e1c14e;
  border-color: #cda823;
}
.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(196, 170, 72, 0.5);
}

.btn-silver {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-silver:hover {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-silver:focus, .btn-silver.focus {
  color: #212529;
  background-color: #999;
  border-color: #999;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}
.btn-silver.disabled, .btn-silver:disabled {
  color: #212529;
  background-color: #999;
  border-color: #999;
}
.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active, .show > .btn-silver.dropdown-toggle {
  color: #212529;
  background-color: #999;
  border-color: #797979;
}
.btn-silver:not(:disabled):not(.disabled):active:focus, .btn-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-silver.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}

.btn-bronze {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-bronze:hover {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-bronze:focus, .btn-bronze.focus {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
}
.btn-bronze.disabled, .btn-bronze:disabled {
  color: #fff;
  background-color: #966969;
  border-color: #966969;
}
.btn-bronze:not(:disabled):not(.disabled):active, .btn-bronze:not(:disabled):not(.disabled).active, .show > .btn-bronze.dropdown-toggle {
  color: #fff;
  background-color: #966969;
  border-color: #714f4f;
}
.btn-bronze:not(:disabled):not(.disabled):active:focus, .btn-bronze:not(:disabled):not(.disabled).active:focus, .show > .btn-bronze.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 128, 128, 0.5);
}

.btn-gray-primary {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-gray-primary:hover {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-gray-primary:focus, .btn-gray-primary.focus {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
}
.btn-gray-primary.disabled, .btn-gray-primary:disabled {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #f8f7f4;
}
.btn-gray-primary:not(:disabled):not(.disabled):active, .btn-gray-primary:not(:disabled):not(.disabled).active, .show > .btn-gray-primary.dropdown-toggle {
  color: #212529;
  background-color: #f8f7f4;
  border-color: #dfdbcd;
}
.btn-gray-primary:not(:disabled):not(.disabled):active:focus, .btn-gray-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 216, 214, 0.5);
}

.btn-gray-secondary {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-gray-secondary:hover {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-gray-secondary:focus, .btn-gray-secondary.focus {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
}
.btn-gray-secondary.disabled, .btn-gray-secondary:disabled {
  color: #212529;
  background-color: #f1efe9;
  border-color: #f1efe9;
}
.btn-gray-secondary:not(:disabled):not(.disabled):active, .btn-gray-secondary:not(:disabled):not(.disabled).active, .show > .btn-gray-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f1efe9;
  border-color: #d8d3c2;
}
.btn-gray-secondary:not(:disabled):not(.disabled):active:focus, .btn-gray-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210, 209, 204, 0.5);
}

.btn-gray-tertiary {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-tertiary:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-tertiary:focus, .btn-gray-tertiary.focus {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}
.btn-gray-tertiary.disabled, .btn-gray-tertiary:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-tertiary:not(:disabled):not(.disabled):active, .btn-gray-tertiary:not(:disabled):not(.disabled).active, .show > .btn-gray-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #ccc;
  border-color: #acacac;
}
.btn-gray-tertiary:not(:disabled):not(.disabled):active:focus, .btn-gray-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}

.btn-gray-quaternary {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-gray-quaternary:hover {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-gray-quaternary:focus, .btn-gray-quaternary.focus {
  color: #fff;
  background-color: #777;
  border-color: #777;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
}
.btn-gray-quaternary.disabled, .btn-gray-quaternary:disabled {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-gray-quaternary:not(:disabled):not(.disabled):active, .btn-gray-quaternary:not(:disabled):not(.disabled).active, .show > .btn-gray-quaternary.dropdown-toggle {
  color: #fff;
  background-color: #777;
  border-color: #575757;
}
.btn-gray-quaternary:not(:disabled):not(.disabled):active:focus, .btn-gray-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5);
}

.btn-gray-senary {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-gray-senary:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-gray-senary:focus, .btn-gray-senary.focus {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
}
.btn-gray-senary.disabled, .btn-gray-senary:disabled {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-gray-senary:not(:disabled):not(.disabled):active, .btn-gray-senary:not(:disabled):not(.disabled).active, .show > .btn-gray-senary.dropdown-toggle {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #c4c4c4;
}
.btn-gray-senary:not(:disabled):not(.disabled):active:focus, .btn-gray-senary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-senary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
}

.btn-gray-septenary {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-gray-septenary:hover {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-gray-septenary:focus, .btn-gray-septenary.focus {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}
.btn-gray-septenary.disabled, .btn-gray-septenary:disabled {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-gray-septenary:not(:disabled):not(.disabled):active, .btn-gray-septenary:not(:disabled):not(.disabled).active, .show > .btn-gray-septenary.dropdown-toggle {
  color: #212529;
  background-color: #c9c9c9;
  border-color: darkgray;
}
.btn-gray-septenary:not(:disabled):not(.disabled):active:focus, .btn-gray-septenary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-septenary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(176, 176, 177, 0.5);
}

.btn-gray-octonary {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-octonary:hover {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-octonary:focus, .btn-gray-octonary.focus {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}
.btn-gray-octonary.disabled, .btn-gray-octonary:disabled {
  color: #212529;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-octonary:not(:disabled):not(.disabled):active, .btn-gray-octonary:not(:disabled):not(.disabled).active, .show > .btn-gray-octonary.dropdown-toggle {
  color: #212529;
  background-color: #ddd;
  border-color: #bdbdbd;
}
.btn-gray-octonary:not(:disabled):not(.disabled):active:focus, .btn-gray-octonary:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-octonary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193, 193, 194, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-pink-secondary {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-pink-secondary:hover {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-pink-secondary:focus, .btn-pink-secondary.focus {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
}
.btn-pink-secondary.disabled, .btn-pink-secondary:disabled {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f8afd7;
}
.btn-pink-secondary:not(:disabled):not(.disabled):active, .btn-pink-secondary:not(:disabled):not(.disabled).active, .show > .btn-pink-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f8afd7;
  border-color: #f374ba;
}
.btn-pink-secondary:not(:disabled):not(.disabled):active:focus, .btn-pink-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-pink-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 154, 189, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-yellow:hover {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #fed14d;
  border-color: #fed14d;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fed14d;
  border-color: #fec10e;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 183, 72, 0.5);
}

.btn-yellow-secondary {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-yellow-secondary:hover {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-yellow-secondary:focus, .btn-yellow-secondary.focus {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
}
.btn-yellow-secondary.disabled, .btn-yellow-secondary:disabled {
  color: #212529;
  background-color: #F3B925;
  border-color: #F3B925;
}
.btn-yellow-secondary:not(:disabled):not(.disabled):active, .btn-yellow-secondary:not(:disabled):not(.disabled).active, .show > .btn-yellow-secondary.dropdown-toggle {
  color: #212529;
  background-color: #F3B925;
  border-color: #cd960b;
}
.btn-yellow-secondary:not(:disabled):not(.disabled):active:focus, .btn-yellow-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 163, 38, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-green:hover {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #00a65c;
  border-color: #00a65c;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #00a65c;
  border-color: #006639;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 179, 116, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-blue:hover {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #4b7aa9;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #4b7aa9;
  border-color: #375a7d;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 142, 182, 0.5);
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:focus, .btn-transparent.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-primary {
  color: #0058aa;
  border-color: #0058aa;
  background-color: #fff;
}
.btn-outline-primary:hover {
  color: #0058aa;
  background-color: #fff;
  border-color: #0058aa;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0058aa;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #0058aa;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 88, 170, 0.5);
}

.btn-outline-secondary {
  color: #4c8ac3;
  border-color: #4c8ac3;
  background-color: #fff;
}
.btn-outline-secondary:hover {
  color: #4c8ac3;
  background-color: #fff;
  border-color: #4c8ac3;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #4c8ac3;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #4c8ac3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 138, 195, 0.5);
}

.btn-outline-danger {
  color: #ea3323;
  border-color: #ea3323;
  background-color: #fff;
}
.btn-outline-danger:hover {
  color: #ea3323;
  background-color: #fff;
  border-color: #ea3323;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ea3323;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #ea3323;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: #fff;
}
.btn-outline-light:hover {
  color: #f8f9fa;
  background-color: #fff;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
  background-color: #fff;
}
.btn-outline-dark:hover {
  color: #343a40;
  background-color: #fff;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-body-color {
  color: #333;
  border-color: #333;
  background-color: #fff;
}
.btn-outline-body-color:hover {
  color: #333;
  background-color: #fff;
  border-color: #333;
}
.btn-outline-body-color:focus, .btn-outline-body-color.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-body-color.disabled, .btn-outline-body-color:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-body-color:not(:disabled):not(.disabled):active, .btn-outline-body-color:not(:disabled):not(.disabled).active, .show > .btn-outline-body-color.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #333;
}
.btn-outline-body-color:not(:disabled):not(.disabled):active:focus, .btn-outline-body-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-body-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-red {
  color: #ea3323;
  border-color: #ea3323;
  background-color: #fff;
}
.btn-outline-red:hover {
  color: #ea3323;
  background-color: #fff;
  border-color: #ea3323;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #ea3323;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #ea3323;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 51, 35, 0.5);
}

.btn-outline-red-secondary {
  color: #de492a;
  border-color: #de492a;
  background-color: #fff;
}
.btn-outline-red-secondary:hover {
  color: #de492a;
  background-color: #fff;
  border-color: #de492a;
}
.btn-outline-red-secondary:focus, .btn-outline-red-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
}
.btn-outline-red-secondary.disabled, .btn-outline-red-secondary:disabled {
  color: #de492a;
  background-color: transparent;
}
.btn-outline-red-secondary:not(:disabled):not(.disabled):active, .btn-outline-red-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-red-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #de492a;
}
.btn-outline-red-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-red-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 73, 42, 0.5);
}

.btn-outline-beige {
  color: #bab39d;
  border-color: #bab39d;
  background-color: #fff;
}
.btn-outline-beige:hover {
  color: #bab39d;
  background-color: #fff;
  border-color: #bab39d;
}
.btn-outline-beige:focus, .btn-outline-beige.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
}
.btn-outline-beige.disabled, .btn-outline-beige:disabled {
  color: #bab39d;
  background-color: transparent;
}
.btn-outline-beige:not(:disabled):not(.disabled):active, .btn-outline-beige:not(:disabled):not(.disabled).active, .show > .btn-outline-beige.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #bab39d;
}
.btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-beige.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186, 179, 157, 0.5);
}

.btn-outline-gold {
  color: #e1c14e;
  border-color: #e1c14e;
  background-color: #fff;
}
.btn-outline-gold:hover {
  color: #e1c14e;
  background-color: #fff;
  border-color: #e1c14e;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
}
.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #e1c14e;
  background-color: transparent;
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #e1c14e;
}
.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 193, 78, 0.5);
}

.btn-outline-silver {
  color: #999;
  border-color: #999;
  background-color: #fff;
}
.btn-outline-silver:hover {
  color: #999;
  background-color: #fff;
  border-color: #999;
}
.btn-outline-silver:focus, .btn-outline-silver.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
.btn-outline-silver.disabled, .btn-outline-silver:disabled {
  color: #999;
  background-color: transparent;
}
.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #999;
}
.btn-outline-silver:not(:disabled):not(.disabled):active:focus, .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-silver.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-bronze {
  color: #966969;
  border-color: #966969;
  background-color: #fff;
}
.btn-outline-bronze:hover {
  color: #966969;
  background-color: #fff;
  border-color: #966969;
}
.btn-outline-bronze:focus, .btn-outline-bronze.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
}
.btn-outline-bronze.disabled, .btn-outline-bronze:disabled {
  color: #966969;
  background-color: transparent;
}
.btn-outline-bronze:not(:disabled):not(.disabled):active, .btn-outline-bronze:not(:disabled):not(.disabled).active, .show > .btn-outline-bronze.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #966969;
}
.btn-outline-bronze:not(:disabled):not(.disabled):active:focus, .btn-outline-bronze:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-bronze.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(150, 105, 105, 0.5);
}

.btn-outline-gray-primary {
  color: #f8f7f4;
  border-color: #f8f7f4;
  background-color: #fff;
}
.btn-outline-gray-primary:hover {
  color: #f8f7f4;
  background-color: #fff;
  border-color: #f8f7f4;
}
.btn-outline-gray-primary:focus, .btn-outline-gray-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
}
.btn-outline-gray-primary.disabled, .btn-outline-gray-primary:disabled {
  color: #f8f7f4;
  background-color: transparent;
}
.btn-outline-gray-primary:not(:disabled):not(.disabled):active, .btn-outline-gray-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-primary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #f8f7f4;
}
.btn-outline-gray-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 247, 244, 0.5);
}

.btn-outline-gray-secondary {
  color: #f1efe9;
  border-color: #f1efe9;
  background-color: #fff;
}
.btn-outline-gray-secondary:hover {
  color: #f1efe9;
  background-color: #fff;
  border-color: #f1efe9;
}
.btn-outline-gray-secondary:focus, .btn-outline-gray-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
}
.btn-outline-gray-secondary.disabled, .btn-outline-gray-secondary:disabled {
  color: #f1efe9;
  background-color: transparent;
}
.btn-outline-gray-secondary:not(:disabled):not(.disabled):active, .btn-outline-gray-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #f1efe9;
}
.btn-outline-gray-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 239, 233, 0.5);
}

.btn-outline-gray-tertiary {
  color: #ccc;
  border-color: #ccc;
  background-color: #fff;
}
.btn-outline-gray-tertiary:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}
.btn-outline-gray-tertiary:focus, .btn-outline-gray-tertiary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-gray-tertiary.disabled, .btn-outline-gray-tertiary:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-gray-tertiary:not(:disabled):not(.disabled):active, .btn-outline-gray-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-tertiary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #ccc;
}
.btn-outline-gray-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-gray-quaternary {
  color: #777;
  border-color: #777;
  background-color: #fff;
}
.btn-outline-gray-quaternary:hover {
  color: #777;
  background-color: #fff;
  border-color: #777;
}
.btn-outline-gray-quaternary:focus, .btn-outline-gray-quaternary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}
.btn-outline-gray-quaternary.disabled, .btn-outline-gray-quaternary:disabled {
  color: #777;
  background-color: transparent;
}
.btn-outline-gray-quaternary:not(:disabled):not(.disabled):active, .btn-outline-gray-quaternary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-quaternary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #777;
}
.btn-outline-gray-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-outline-gray-senary {
  color: #e4e4e4;
  border-color: #e4e4e4;
  background-color: #fff;
}
.btn-outline-gray-senary:hover {
  color: #e4e4e4;
  background-color: #fff;
  border-color: #e4e4e4;
}
.btn-outline-gray-senary:focus, .btn-outline-gray-senary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}
.btn-outline-gray-senary.disabled, .btn-outline-gray-senary:disabled {
  color: #e4e4e4;
  background-color: transparent;
}
.btn-outline-gray-senary:not(:disabled):not(.disabled):active, .btn-outline-gray-senary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-senary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #e4e4e4;
}
.btn-outline-gray-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-senary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-senary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
}

.btn-outline-gray-septenary {
  color: #c9c9c9;
  border-color: #c9c9c9;
  background-color: #fff;
}
.btn-outline-gray-septenary:hover {
  color: #c9c9c9;
  background-color: #fff;
  border-color: #c9c9c9;
}
.btn-outline-gray-septenary:focus, .btn-outline-gray-septenary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}
.btn-outline-gray-septenary.disabled, .btn-outline-gray-septenary:disabled {
  color: #c9c9c9;
  background-color: transparent;
}
.btn-outline-gray-septenary:not(:disabled):not(.disabled):active, .btn-outline-gray-septenary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-septenary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #c9c9c9;
}
.btn-outline-gray-septenary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-septenary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-septenary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 201, 201, 0.5);
}

.btn-outline-gray-octonary {
  color: #ddd;
  border-color: #ddd;
  background-color: #fff;
}
.btn-outline-gray-octonary:hover {
  color: #ddd;
  background-color: #fff;
  border-color: #ddd;
}
.btn-outline-gray-octonary:focus, .btn-outline-gray-octonary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-outline-gray-octonary.disabled, .btn-outline-gray-octonary:disabled {
  color: #ddd;
  background-color: transparent;
}
.btn-outline-gray-octonary:not(:disabled):not(.disabled):active, .btn-outline-gray-octonary:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-octonary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #ddd;
}
.btn-outline-gray-octonary:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-octonary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-octonary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.btn-outline-black:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-pink-secondary {
  color: #f8afd7;
  border-color: #f8afd7;
  background-color: #fff;
}
.btn-outline-pink-secondary:hover {
  color: #f8afd7;
  background-color: #fff;
  border-color: #f8afd7;
}
.btn-outline-pink-secondary:focus, .btn-outline-pink-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
}
.btn-outline-pink-secondary.disabled, .btn-outline-pink-secondary:disabled {
  color: #f8afd7;
  background-color: transparent;
}
.btn-outline-pink-secondary:not(:disabled):not(.disabled):active, .btn-outline-pink-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-pink-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #f8afd7;
}
.btn-outline-pink-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-pink-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 175, 215, 0.5);
}

.btn-outline-yellow {
  color: #fed14d;
  border-color: #fed14d;
  background-color: #fff;
}
.btn-outline-yellow:hover {
  color: #fed14d;
  background-color: #fff;
  border-color: #fed14d;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fed14d;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fed14d;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 209, 77, 0.5);
}

.btn-outline-yellow-secondary {
  color: #F3B925;
  border-color: #F3B925;
  background-color: #fff;
}
.btn-outline-yellow-secondary:hover {
  color: #F3B925;
  background-color: #fff;
  border-color: #F3B925;
}
.btn-outline-yellow-secondary:focus, .btn-outline-yellow-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
}
.btn-outline-yellow-secondary.disabled, .btn-outline-yellow-secondary:disabled {
  color: #F3B925;
  background-color: transparent;
}
.btn-outline-yellow-secondary:not(:disabled):not(.disabled):active, .btn-outline-yellow-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #F3B925;
}
.btn-outline-yellow-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(243, 185, 37, 0.5);
}

.btn-outline-green {
  color: #00a65c;
  border-color: #00a65c;
  background-color: #fff;
}
.btn-outline-green:hover {
  color: #00a65c;
  background-color: #fff;
  border-color: #00a65c;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #00a65c;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #00a65c;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 166, 92, 0.5);
}

.btn-outline-blue {
  color: #4b7aa9;
  border-color: #4b7aa9;
  background-color: #fff;
}
.btn-outline-blue:hover {
  color: #4b7aa9;
  background-color: #fff;
  border-color: #4b7aa9;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #4b7aa9;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #4b7aa9;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(75, 122, 169, 0.5);
}

.btn-outline-transparent {
  color: transparent;
  border-color: transparent;
  background-color: #fff;
}
.btn-outline-transparent:hover {
  color: transparent;
  background-color: #fff;
  border-color: transparent;
}
.btn-outline-transparent:focus, .btn-outline-transparent.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active, .show > .btn-outline-transparent.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
}
.btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-transparent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-primary {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn-primary {
    width: auto;
  }
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #0058aa;
}
.btn-outline-primary:focus-visible {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
}

.accordion + .accordion > .card {
  border-top: none;
}
.accordion > .card {
  overflow: visible;
}
.accordion > .card > .card-header {
  margin-bottom: 0;
}
.accordion > .card > .card-header .card-btn:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0) !important;
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0) !important;
}
@media print, screen and (min-width: 768px) {
  .accordion.accordion-sm .card-btn {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion.accordion-sm .card-body {
    padding-block: 12px;
  }
}
.accordion.accordion-sm .card-body p {
  font-size: 1.4rem;
}

.card {
  border-radius: 0;
  border-inline-width: 0;
}

.card-header {
  position: relative;
  padding: 0;
  border-bottom: none;
}

.card-body {
  padding-block: 12px;
  border-top: 1px solid #ccc;
}
.card-body > *:first-child {
  margin-top: 0 !important;
}
.card-body > *:first-child.c-banner-m {
  margin-top: -5px !important;
}
.card-body > *:first-child.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .card-body > *:first-child.c-tab {
    margin-top: -16px !important;
  }
}
.card-body > .row:first-child > *:first-child,
.card-body > .c-show-more-text .row > *:first-child {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-12:first-child) > *:first-child,
.card-body > .c-show-more-text .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-6:first-child) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.card-body > .c-show-more-text .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.card-body > .c-show-more-text .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.card-body > .c-show-more-text .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .row:first-child:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.card-body > .c-show-more-text .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-12:first-child) > *:first-child,
  .card-body > .c-show-more-text .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .card-body > .c-show-more-text .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .card-body > .c-show-more-text .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .card-body > .c-show-more-text .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .row:first-child:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-12:first-child) > *:first-child,
  .card-body > .c-show-more-text .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .card-body > .c-show-more-text .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .card-body > .c-show-more-text .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .card-body > .c-show-more-text .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .row:first-child:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .c-show-more-text .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
.card-body > .position-relative > *:first-child {
  margin-top: 0 !important;
}
.card-body > .position-relative > *:first-child.c-banner-m {
  margin-top: -5px !important;
}
.card-body > .position-relative > *:first-child.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > *:first-child.c-tab {
    margin-top: -16px !important;
  }
}
.card-body > .position-relative > .row:first-child > *:first-child,
.card-body > .position-relative > .c-show-more-text .row > *:first-child {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-12:first-child) > *:first-child,
.card-body > .position-relative > .c-show-more-text .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-6:first-child) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.card-body > .position-relative > .c-show-more-text .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.card-body > .position-relative > .c-show-more-text .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.card-body > .position-relative > .c-show-more-text .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.card-body > .position-relative > .row:first-child:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.card-body > .position-relative > .c-show-more-text .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-12:first-child) > *:first-child,
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body > .position-relative > .row:first-child:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-12:first-child) > *:first-child,
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .card-body > .position-relative > .row:first-child:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .card-body > .position-relative > .c-show-more-text .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .card-body {
    padding-block: 16px;
  }
}

.card-btn {
  position: relative;
  width: 100%;
  padding: 16px 16px;
  font-weight: 700;
  color: #333;
  text-align: left;
  background-color: transparent;
  border: none;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .card-btn {
    padding-block: 16px;
    font-size: 1.8rem;
  }
}
.card-btn:focus-visible {
  background-color: rgba(0, 88, 170, 0.04);
}
@media (hover: hover) and (pointer: fine) {
  .card-btn:hover {
    background-color: rgba(0, 88, 170, 0.04);
  }
}
.card-btn:before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin: auto;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #0058aa;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .card-btn:before {
    width: 32px;
    height: 32px;
  }
}
.card-btn > span {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 28px;
}
@media print, screen and (min-width: 768px) {
  .card-btn > span {
    padding-right: 36px;
  }
}
.card-btn > span:before, .card-btn > span:after {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-block: auto;
  content: "";
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media print, screen and (min-width: 768px) {
  .card-btn > span:before, .card-btn > span:after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
.card-btn > span:before {
  background: url("../images/common/i_plus.svg") center/100% auto no-repeat;
}
.card-btn > span:after {
  background: url("../images/common/i_minus.svg") center/100% auto no-repeat;
  opacity: 0;
}
.card-btn[aria-expanded=true] {
  background-color: rgba(0, 88, 170, 0.04);
}
.card-btn[aria-expanded=true] > span:before {
  opacity: 0;
}
.card-btn[aria-expanded=true] > span:after {
  opacity: 1;
}

.badge {
  padding: 4px 2px 2px;
}
@media print, screen and (min-width: 768px) {
  .badge {
    padding: 4px 4px 3px;
    font-size: 1.1rem;
  }
}

.toast {
  max-width: none;
  font-size: 1.1rem;
  pointer-events: initial;
  background-color: #fff;
  border-color: #4c8ac3;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 768px) {
  .toast {
    width: 408px;
    font-size: 1.2rem;
  }
}

.toast-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 738px;
  min-height: 100%;
  padding: 24px 16px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .modal-dialog {
    padding: 40px 32px;
  }
}

.modal-content {
  min-height: 200px;
  padding: 0;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .modal-content {
    min-height: 280px;
  }
}

.modal-header {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .modal-header {
    padding: 32px;
  }
}
.modal-header .close {
  position: relative;
  top: -8px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: -8px;
  background: transparent;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .modal-header .close {
    top: -12px;
    margin-right: -12px;
  }
}
.modal-header .close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/common/i_cross_primary.svg") no-repeat;
  background-position: center;
  background-size: 14px auto;
}

.modal-body {
  padding-top: 0;
  text-align: left;
}
.modal-body > *:first-child {
  margin-top: 0 !important;
}
.modal-body > *:first-child.c-banner-m {
  margin-top: -5px !important;
}
.modal-body > *:first-child.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .modal-body > *:first-child.c-tab {
    margin-top: -16px !important;
  }
}
.modal-body > .row:first-child > *:first-child,
.modal-body > .c-show-more-text .row > *:first-child {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-12:first-child) > *:first-child,
.modal-body > .c-show-more-text .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-6:first-child) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.modal-body > .c-show-more-text .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.modal-body > .c-show-more-text .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.modal-body > .c-show-more-text .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.modal-body > .row:first-child:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.modal-body > .c-show-more-text .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-12:first-child) > *:first-child,
  .modal-body > .c-show-more-text .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .modal-body > .c-show-more-text .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .modal-body > .c-show-more-text .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .modal-body > .c-show-more-text .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body > .row:first-child:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-12:first-child) > *:first-child,
  .modal-body > .c-show-more-text .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .modal-body > .c-show-more-text .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .modal-body > .c-show-more-text .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .modal-body > .c-show-more-text .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-body > .row:first-child:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .modal-body > .c-show-more-text .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-body {
    padding: 32px;
    padding-top: 0;
  }
}

.modal-footer {
  padding-top: 0;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .modal-footer {
    padding: 32px;
  }
}

.modal-title {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .modal-title {
    font-size: 3rem;
  }
}

.tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100% - 10px);
  padding-inline: 6px 16px;
}
@media print, screen and (min-width: 768px) {
  .tooltip {
    padding-inline: clamp(22px, 50% - 592px + 22px, 100vw) clamp(32px, 50% - 592px + 32px, 100vw);
  }
}

.tooltip-inner {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  text-align: left;
  border: 1px solid #0058aa;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media print, screen and (min-width: 768px) {
  .tooltip-inner {
    font-size: 1.2rem;
  }
}

.arrow {
  z-index: 10;
}
.arrow:before {
  top: -8px !important;
  z-index: 1;
  width: 11.5px;
  height: 11.5px;
  background-color: #fff;
  border: none !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow:after {
  position: absolute;
  top: -6.75px;
  width: 11.5px;
  height: 11.5px;
  content: "";
  background-color: #fff;
  border: 1px solid #0058aa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: -1px;
}

.tooltip-modal {
  padding-inline: 38px 76px;
}
@media print, screen and (min-width: 768px) {
  .tooltip-modal {
    padding-inline: clamp(22px, 50% - 369px + 54px, 100vw) clamp(49px, 50% - 369px + 83px, 100vw);
  }
}

.bg-gradients-gold {
  background: linear-gradient(137.09deg, #eed780 14.58%, #dbba2d 86.03%);
}

.bg-gradients-silver {
  background: linear-gradient(137.09deg, #cacaca 14.58%, #acacac 86.03%);
}

.rounded-sm {
  border-radius: 4px !important;
}
@media print, screen and (min-width: 768px) {
  .rounded-sm {
    border-radius: 8px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .rounded {
    border-radius: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .rounded-lg {
    border-radius: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-3 {
    margin: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-3,
  .my-3 {
    margin-top: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-3,
  .my-3 {
    margin-bottom: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-4 {
    margin: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-4,
  .my-4 {
    margin-top: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-4,
  .my-4 {
    margin-bottom: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-5 {
    margin: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-5,
  .my-5 {
    margin-top: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-5,
  .my-5 {
    margin-bottom: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-6 {
    margin: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-6,
  .my-6 {
    margin-top: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-6,
  .my-6 {
    margin-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-7 {
    margin: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-7,
  .my-7 {
    margin-top: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-7,
  .my-7 {
    margin-bottom: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-8 {
    margin: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-8,
  .my-8 {
    margin-top: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-8,
  .my-8 {
    margin-bottom: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-9 {
    margin: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-9,
  .my-9 {
    margin-top: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-9,
  .my-9 {
    margin-bottom: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-10 {
    margin: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-10,
  .my-10 {
    margin-top: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-10,
  .my-10 {
    margin-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-3 {
    margin: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-4 {
    margin: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-5 {
    margin: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-6 {
    margin: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-6,
  .my-md-6 {
    margin-top: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-7 {
    margin: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-7,
  .my-md-7 {
    margin-top: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-8 {
    margin: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-8,
  .my-md-8 {
    margin-top: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-9 {
    margin: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-9,
  .my-md-9 {
    margin-top: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-10 {
    margin: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-10,
  .my-md-10 {
    margin-top: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-3 {
    margin: 16px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-4 {
    margin: 24px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-5 {
    margin: 32px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-6 {
    margin: 40px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 40px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-7 {
    margin: 48px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 48px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 48px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-8 {
    margin: 64px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 64px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 64px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-9 {
    margin: 72px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 72px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 72px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-10 {
    margin: 80px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 80px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-3 {
    padding: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-3,
  .py-3 {
    padding-top: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-3,
  .py-3 {
    padding-bottom: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-4 {
    padding: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-4,
  .py-4 {
    padding-top: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-4,
  .py-4 {
    padding-bottom: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-5 {
    padding: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-5,
  .py-5 {
    padding-top: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-5,
  .py-5 {
    padding-bottom: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-6 {
    padding: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-6,
  .py-6 {
    padding-top: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-6,
  .py-6 {
    padding-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-7 {
    padding: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-7,
  .py-7 {
    padding-top: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-7,
  .py-7 {
    padding-bottom: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-8 {
    padding: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-8,
  .py-8 {
    padding-top: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-8,
  .py-8 {
    padding-bottom: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-9 {
    padding: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-9,
  .py-9 {
    padding-top: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-9,
  .py-9 {
    padding-bottom: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-10 {
    padding: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-10,
  .py-10 {
    padding-top: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-10,
  .py-10 {
    padding-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-3 {
    padding: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-4 {
    padding: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-5 {
    padding: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-6 {
    padding: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-6,
  .py-md-6 {
    padding-top: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-7 {
    padding: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-7,
  .py-md-7 {
    padding-top: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 48px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-8 {
    padding: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-8,
  .py-md-8 {
    padding-top: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 64px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-9 {
    padding: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-9,
  .py-md-9 {
    padding-top: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 72px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-10 {
    padding: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-10,
  .py-md-10 {
    padding-top: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-3 {
    padding: 16px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-4 {
    padding: 24px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-5 {
    padding: 32px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-6 {
    padding: 40px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 40px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 40px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-7 {
    padding: 48px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 48px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 48px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-8 {
    padding: 64px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 64px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 64px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-9 {
    padding: 72px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 72px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 72px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-10 {
    padding: 80px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 80px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 80px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pt-md-0,
  .py-md-0 {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pb-md-0,
  .py-md-0 {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pt-lg-0,
  .py-lg-0 {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 992px) {
  .pb-lg-0,
  .py-lg-0 {
    margin-bottom: 0 !important;
  }
}

.text-secondary {
  color: #777 !important;
}

.table {
  margin-top: 12px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .table {
    margin-top: 16px;
  }
}
.table thead th {
  border: 1px solid #ddd;
}
.table th,
.table td {
  padding: 16px 12px;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .table th,
  .table td {
    padding: 24px 16px;
  }
}
.table th {
  background-color: #f8f7f4;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1.4rem;
  color: #333;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-menu-open {
  padding-right: 17px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0058aa;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
a:hover {
  color: #0058aa;
  text-decoration: none;
}
a:focus-visible {
  color: #0058aa;
  text-decoration: none;
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #0058aa;
    text-decoration: none;
    opacity: 0.6;
  }
}

button {
  color: #333;
}
button:focus {
  outline-width: 0;
}
button:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0) !important;
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0) !important;
}

p a {
  text-decoration: underline;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

label {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  label {
    margin-bottom: 16px;
  }
}

legend {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  legend {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

[tabindex="-1"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
}

@media print {
  html {
    background: none;
  }
  body {
    min-width: 1300px;
    padding: 0;
    zoom: 70% !important;
    background: none;
  }
  .l-wrap {
    padding-top: 0 !important;
  }
  .l-header {
    display: none;
  }
  .l-footer {
    display: none;
  }
}
.l-wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100svh;
}

/* ------------------------------
option
------------------------------ */
.hide-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 150;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  /* ------------------------------
  ボタン
  ------------------------------ */
  /* ------------------------------
  オーバーレイ
  ------------------------------ */
  /* ------------------------------
  outer
  ------------------------------ */
  /* ------------------------------
  バナー
  ------------------------------ */
  /* ------------------------------
  インナー
  ------------------------------ */
  /* ------------------------------
  navbar
  ------------------------------ */
  /* ------------------------------
  ロゴ
  ------------------------------ */
  /* ------------------------------
  アクション
  ------------------------------ */
  /* ------------------------------
  検索エリア
  ------------------------------ */
  /* ------------------------------
  サジェスト
  ------------------------------ */
  /* ------------------------------
  メニューボタン
  ------------------------------ */
  /* ------------------------------
  メニュー
  ------------------------------ */
  /* ------------------------------
  マイDHC
     ------------------------------ */
  /* ------------------------------
  menu > サポート
  ------------------------------ */
  /* ------------------------------
  グロナビ
  ------------------------------ */
}
.l-header.hidden {
  -webkit-transform: translateY(calc(-1 * (var(--headerTranslate) + 2px)));
          transform: translateY(calc(-1 * (var(--headerTranslate) + 2px)));
}
.l-header a.l-header__button {
  display: inline-block;
  padding: 13px 31px;
  color: #fff;
  background-color: #0058aa;
  border-color: #0058aa;
  border-radius: 30px;
}
.l-header .l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.is-menu-open .l-header .l-header__overlay {
  height: 100lvh;
  visibility: visible;
  opacity: 1;
}
.l-header .l-header__outer {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.l-header .l-header__outer:not(:has(.l-header__mega-menu)) .l-header__navbar {
  padding-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__outer:not(:has(.l-header__mega-menu)) .l-header__navbar {
    padding-bottom: 20px;
  }
}
.l-header .l-header__outer:not(:has(.l-header__mega-menu)) .l-header__search-inner {
  padding-top: 0;
}
.l-header .l-header__banner {
  width: 100%;
}
.l-header .l-header__banner-item + .l-header__banner-item {
  margin-top: 4px;
}
.l-header .l-header__banner-image {
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__banner-image {
    display: block;
    max-width: 1184px;
    margin-inline: auto;
  }
}
.l-header .l-header__banner-src {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header .l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: none;
}
.l-header .l-header__inner > .l-header__banner {
  padding-top: 22px;
}
.l-header .l-header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-block: 13px 0px;
  padding-inline: 18px 7px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__navbar {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1120px;
    padding-block: 20px 0px;
    padding-inline: 32px;
    margin-inline: auto;
  }
}
.l-header .l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  margin-block: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__logo {
    padding-left: 24px;
  }
}
.l-header .l-header__logo-link {
  display: block;
}
.l-header .l-header__logo-link-image {
  width: 72px;
  aspect-ratio: 72/33;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__logo-link-image {
    min-width: 119px;
    height: auto;
  }
}
.l-header .l-header__action {
  width: 100%;
  padding-right: 7px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__action {
    padding-right: 0;
    padding-left: 66px;
  }
}
.l-header .l-header__action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__action-list {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.l-header .l-header__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 50px;
  min-height: 40px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__action-item {
    min-width: 55px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__action-item:has(.l-header__search) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-header .l-header__action-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: none;
  border: none;
}
.l-header .l-header__action-link-image {
  position: relative;
  display: block;
}
.l-header .l-header__action-link-src {
  width: 24px;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__action-link-src {
    width: 32px;
  }
}
.l-header .l-header__action-link-cart {
  position: absolute;
  top: -3px;
  right: -6.8px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 1rem;
  line-height: 10px;
  color: #fff;
  text-align: center;
  background-color: #EA3323;
  border-radius: 50%;
}
.l-header .l-header__action-link-cart-num {
  display: block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header .l-header__action-link-text {
  display: block;
  padding-top: 2px;
  font-size: 1rem;
  line-height: 14px;
  color: #777;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__action-link-text {
    padding-top: 4px;
    font-size: 1.1rem;
  }
}
.l-header .l-header__search {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.l-header .l-header__search[data-search=products] {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search {
    display: block;
    max-height: none;
    padding-right: 27px;
    overflow: visible;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search[data-search=sp] {
    display: none !important;
  }
}
.l-header .l-header__search.l-header__search--w100 {
  padding: 0;
}
.l-header .l-header__search.is-input {
  position: fixed;
  top: 0;
  z-index: 20;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search.is-input {
    position: relative;
  }
}
.l-header .l-header__search.is-input .l-header__search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search.is-input .l-header__search-inner {
    display: block;
  }
}
.l-header .l-header__search.is-input .l-header__search-input {
  border: 1px solid #4C8AC3;
}
.l-header .l-header__search.is-input .l-header__search-suggest-close-btn {
  height: 24px;
  visibility: visible;
  opacity: 1;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search.is-input .l-header__search-suggest-close-btn {
    height: 40px;
  }
}
.l-header .l-header__search-inner {
  padding-inline: 16px;
  padding-top: 16px;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-inner {
    padding: 0;
  }
}
.l-header .l-header__search-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-area {
    max-width: 448px;
    height: 100%;
    padding-block: 2px;
    margin-inline: auto 0px;
  }
}
.l-header .l-header__search-input {
  width: 100%;
  min-height: 40px;
  padding: 9px;
  font-size: 1.6rem;
  line-height: 1.45;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-input {
    min-height: 48px;
    padding: 12px 16px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
}
.l-header .l-header__search-submit {
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 4px;
  margin-block: auto;
  background: none;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__search-submit {
    padding: 0;
  }
}
.l-header .l-header__search-submit-image {
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-submit-image {
    width: 24px;
  }
}
.l-header .l-header__search-submit-src {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header [data-suggest-init],
.l-header [data-suggest-change] {
  display: none;
}
.l-header .l-header__search-suggest {
  position: absolute;
  top: 100%;
  left: 50vw;
  display: none;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - 53px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transform: translateX(calc(-50vw - 16px));
          transform: translateX(calc(-50vw - 16px));
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest {
    top: calc(100% + 2px);
    left: 50%;
    width: 100%;
    min-width: 400px;
    height: auto;
    max-height: 485px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-header .l-header__search-suggest-inner {
  padding: 16px 16px 10px;
}
.l-header .l-header__search-suggest-select-box {
  position: relative;
  color: #000;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest-select-box {
    margin-right: 49px;
  }
}
.l-header .l-header__search-suggest-select-box::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  pointer-events: none;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header .l-header__search-suggest-select {
  width: 100%;
  padding: 10px 16px;
  font-size: 1.4rem;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.l-header .l-header__search-suggest-hash {
  padding-top: 16px;
}
.l-header .l-header__search-suggest-hash-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.l-header .l-header__search-suggest-hash-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 14px;
  font-size: 1.2rem;
  line-height: 1.45;
  color: #000;
  background: #F1EFE9;
  border: none;
  border-radius: 43.5px;
}
.l-header .l-header__search-suggest-history {
  padding-top: 32px;
}
.l-header .l-header__search-suggest-history-title {
  padding-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
}
.l-header .l-header__search-suggest-history-item {
  border-top: 1px solid #ccc;
}
.l-header .l-header__search-suggest-history-button {
  width: 100%;
  padding-block: 16px;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 145%;
  color: #000;
  text-align: left;
  background: none;
  border: none;
}
.l-header .l-header__search-suggest-close {
  position: relative;
  top: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest-close {
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
.l-header .l-header__search-suggest-close-btn {
  position: relative;
  width: 24px;
  height: 0;
  visibility: hidden;
  background-color: transparent;
  border: none;
  opacity: 0;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest-close-btn {
    width: 40px;
    height: 40px;
  }
}
.l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 2px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu {
    padding: 13px 15px;
  }
}
.l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu .l-header__search-suggest-close-btn-bar, .l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu::before, .l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu::after {
  display: inline-block;
  width: 18px;
  height: 2px;
  content: "";
  background-color: #0058AA;
}
.l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu .l-header__search-suggest-close-btn-bar {
  opacity: 0;
}
.l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu::before {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu::before {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
}
.l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__search-suggest-close-btn.l-header__search-suggest-close-btn--menu::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}
.l-header .l-header__drawer-toggle {
  position: relative;
  top: 6px;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer-toggle {
    top: 10px;
  }
}
.l-header .l-header__drawer-toggle:has([data-menutoggle=close]) {
  position: fixed;
  top: 8px;
  left: 9px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer-toggle:has([data-menutoggle=close]) {
    position: absolute;
    top: 20px;
    left: -9px;
  }
}
.l-header .l-header__drawer-toggle:has([data-menutoggle=close]) .l-header__drawer-toggle-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__drawer-toggle:has([data-menutoggle=close]) .l-header__drawer-toggle-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header .l-header__drawer-toggle-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 24px;
  padding: 5px 3px;
  background-color: transparent;
  border: none;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer-toggle-btn {
    gap: 8px;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
  }
}
.l-header .l-header__drawer-toggle-btn:focus-visible {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header__drawer-toggle-btn:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
}
.l-header .l-header__drawer-toggle-btn .l-header__drawer-toggle-btn-bar, .l-header .l-header__drawer-toggle-btn::before, .l-header .l-header__drawer-toggle-btn::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 0px;
  content: "";
  border: 1px solid #0058AA;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer-toggle-btn .l-header__drawer-toggle-btn-bar, .l-header .l-header__drawer-toggle-btn::before, .l-header .l-header__drawer-toggle-btn::after {
    width: 32px;
  }
}
.l-header .l-header__drawer-toggle-btn[data-menutoggle=close] .l-header__drawer-toggle-btn-bar {
  width: 15px;
  height: 15px;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__drawer-toggle-btn[data-menutoggle=close] .l-header__drawer-toggle-btn-bar {
    width: 22px;
    height: 22px;
  }
}
.l-header .l-header__drawer-toggle-btn[data-menutoggle=close] .l-header__drawer-toggle-btn-bar > img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header .l-header__drawer-toggle-btn[data-menutoggle=close]::before, .l-header .l-header__drawer-toggle-btn[data-menutoggle=close]::after {
  content: none;
}
.l-header .l-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  width: 100%;
  max-height: calc(var(--vh, 1vh) * 100);
  padding-top: 48px;
  overflow-y: auto;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer {
    left: auto;
    max-width: 448px;
    max-height: 100lvh;
    padding-top: 72px;
    padding-right: 32px;
    overflow: visible;
  }
}
.l-header .l-header__drawer::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 48px;
  margin: auto;
  content: "";
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer::before {
    left: auto;
    max-width: 448px;
    height: 72px;
  }
}
.l-header .l-header__drawer::after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer::after {
    content: "";
  }
}
.l-header .l-header__drawer::-webkit-scrollbar {
  display: none;
}
.is-menu-open .l-header .l-header__drawer {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__drawer-inner {
    max-width: 480px;
    height: calc(100lvh - 72px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.l-header .l-header__drawer-inner::-webkit-scrollbar {
  display: none;
}
.l-header .l-header__goods-seek {
  padding-top: 24px;
}
.l-header .l-header__goods-seek-title {
  padding-inline: 16px;
}
.l-header .l-header__goods-seek-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 16px 24px;
}
.l-header .l-header__goods-seek-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 72px;
}
.l-header .l-header__goods-seek-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .l-header__goods-seek-link-image {
  display: block;
}
.l-header .l-header__goods-seek-link-text {
  display: block;
  padding-top: 8px;
  font-size: 1.2rem;
  line-height: 1.45;
  color: #333333;
  text-align: center;
}
.l-header .l-header__seek-type-item {
  border-top: solid 1px #CCCCCC;
}
.l-header .l-header__seek-type-header {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  border: none;
  opacity: 1;
}
.l-header .l-header__seek-type-header::before {
  right: 15px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__seek-type-header::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__seek-type-header {
    font-size: 1.4rem;
  }
}
.l-header .l-header__seek-type-header:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
}
.l-header .l-header__seek-type-header[href]:not([href=""])::before {
  content: none;
}
.l-header .l-header__seek-type-header[href]:not([href=""]) .l-header__seek-type-header-btn::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin-block: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
  border: none;
}
.l-header .l-header__seek-type-header[href]:not([href=""]) .l-header__seek-type-header-btn-inner::before, .l-header .l-header__seek-type-header[href]:not([href=""]) .l-header__seek-type-header-btn-inner::after {
  display: none;
}
.l-header .l-header__seek-type-header-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-block: 18px;
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__seek-type-header-btn {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__seek-type-header-btn {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__seek-type-header-btn::before {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header .l-header__seek-type-header-btn-inner::before, .l-header .l-header__seek-type-header-btn-inner::after {
    right: 7px;
    width: 10px;
    height: 10px;
  }
}
.l-header .l-header__drawer-title {
  margin-block: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: #333333;
  -moz-text-align-last: left;
       text-align-last: left;
}
.l-header .l-header__seek-type-container {
  padding-block: 0;
}
.l-header .l-header__seek-type-container.l-header__seek-type-container--search {
  padding-inline: 0;
}
.l-header .l-header__seek-type-container.l-header__seek-type-container--search .l-header__search-inner {
  padding-block: 16px;
}
.l-header .l-header__seek-type-container-inner {
  position: relative;
  width: 100%;
  padding-inline: 16px;
}
.l-header .l-header__seek-type-container-item {
  border-top: solid 1px #CCCCCC;
}
.l-header .l-header__seek-type-container-item:first-child {
  border-top: none;
}
.l-header .l-header__seek-type-container-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 16px;
}
.l-header .l-header__seek-type-container-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__seek-type-container-link-image {
  display: block;
  width: 32px;
}
.l-header .l-header__seek-type-container-link-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #333333;
}
.l-header .l-header__mypage {
  padding: 24px 16px;
  background-color: #F1EFE9;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mypage {
    border-radius: 8px;
  }
}
.l-header .l-header__mypage-inner {
  text-align: center;
}
.l-header .l-header__mypage-detail {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #333333;
  text-align: center;
}
.l-header .l-header__mypage-button {
  margin-top: 16px;
}
.l-header .l-header__mypage-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.l-header .l-header__mypage-link-text {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #333333;
}
.l-header .l-header__mypage-link-text::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  background-color: #0058AA;
  -webkit-mask-image: url("../images/common/i_arrow_right_primary.svg");
          mask-image: url("../images/common/i_arrow_right_primary.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header .l-header__mypage-name {
  display: block;
  padding-bottom: 8px;
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: 1px solid #ccc;
}
.l-header .l-header__mypage-name-inner {
  position: relative;
  display: block;
}
.l-header .l-header__mypage-name-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__mypage-name-small {
  padding-left: 4px;
  font-size: 1.6rem;
}
.l-header .l-header__mypage-info {
  padding-top: 17px;
}
.l-header .l-header__mypage-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header__mypage-info-content {
  position: relative;
  width: calc(33.3333333333% - 22px);
}
.l-header .l-header__mypage-info-content:nth-child(4n+2)::before, .l-header .l-header__mypage-info-content:nth-child(4n+3)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16.5px;
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  content: "";
  background-color: #ccc;
}
.l-header .l-header__mypage-info-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
}
.l-header .l-header__mypage-info-title::before {
  display: block;
  width: 16px;
  height: 16px;
  margin-block: auto;
  content: "";
}
.l-header .l-header__mypage-info-title.l-header__mypage-info-title--point::before {
  background: url("../images/common/i_point.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__mypage-info-title.l-header__mypage-info-title--rank::before {
  background: url("../images/common/i_rank.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__mypage-info-title.l-header__mypage-info-title--coupon::before {
  background: url("../images/common/i_coupon_circle.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__mypage-info-title-inner {
  padding-top: 1px;
}
.l-header .l-header__mypage-info-detail {
  display: block;
  padding-top: 2px;
  font-size: 1.4rem;
}
.l-header .l-header__mypage-info-detail-num {
  padding-right: 4px;
  font-size: 2rem;
  font-weight: bold;
}
.l-header .l-header__support {
  position: relative;
  padding-top: 28px;
}
.l-header .l-header__support::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #f8f7f4;
  border: 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
}
.l-header .l-header__support-title {
  padding-inline: 16px;
}
.l-header .l-header__support-type-container {
  padding-bottom: 40px;
  overflow: hidden;
}
.l-header .l-header__support-type-container-inner {
  position: relative;
  width: 100%;
}
.l-header .l-header__support-type-container-list {
  border-top: solid 1px #CCCCCC;
}
.l-header .l-header__support-type-container-item {
  border-bottom: solid 1px #CCCCCC;
}
.l-header .l-header__support-type-container-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 16px;
  padding-inline: 16px;
  opacity: 1;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.l-header .l-header__support-type-container-link:focus-visible {
  background-color: rgba(0, 88, 170, 0.04);
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header__support-type-container-link:hover {
    background-color: rgba(0, 88, 170, 0.04);
  }
}
.l-header .l-header__support-type-container-link:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
}
.l-header .l-header__support-type-container-link::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__support-type-container-link-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #333333;
}
.l-header .l-header__mega-menu {
  position: relative;
  z-index: 5;
  width: 100%;
  border-bottom: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #0086CD 0.15%, #008FD5 35.1%, #8D529D 65.06%, #E05F38 80.03%, #FBC70F 100%);
  border-image-slice: 1;
}
.l-header .l-header__mega-menu-head:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0) !important;
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0) !important;
}
.l-header .l-header__mega-menu-content-outer {
  position: fixed;
  top: var(--headerHeight);
  right: 0;
  left: 0;
  z-index: -1;
  display: none;
  height: 100vh;
  max-height: calc(100dvh - var(--headerHeight));
  overflow-y: auto;
  scrollbar-width: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(17, 17, 17, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(17, 17, 17, 0.1);
  -ms-overflow-style: none;
}
.l-header .l-header__mega-menu-content-outer::-webkit-scrollbar {
  display: none;
}
.l-header .l-header__mega-menu-content-outer.is-active {
  display: block;
}
.l-header .l-header__mega-menu-content-inner {
  position: relative;
}
@-webkit-keyframes center-to-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes center-to-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes center-to-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes center-to-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.l-header .center-to-left {
  -webkit-animation: center-to-left 0.3s ease-in-out both;
          animation: center-to-left 0.3s ease-in-out both;
}
@media print, screen and (min-width: 992px) {
  .l-header .center-to-left {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
}
.l-header .right-to-center {
  animation: center-to-right 0.3s ease-in-out both reverse;
}
@media print, screen and (min-width: 992px) {
  .l-header .right-to-center {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
}
.l-header .center-to-right {
  -webkit-animation: center-to-right 0.3s ease-in-out both;
          animation: center-to-right 0.3s ease-in-out both;
}
@media print, screen and (min-width: 992px) {
  .l-header .center-to-right {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
}
.l-header .left-to-center {
  animation: center-to-left 0.3s ease-in-out both reverse;
}
@media print, screen and (min-width: 992px) {
  .l-header .left-to-center {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
}
.l-header .l-header__mega-menu-categry {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  background-color: #fff;
}
.l-header .l-header__mega-menu-categry-top {
  background-color: #fff;
  border-bottom: 2px solid #EEEEEE;
}
.l-header .l-header__mega-menu-categry-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 50px;
  padding-inline: 16px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-top-inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1120px;
    min-height: 55px;
    margin-inline: auto;
  }
}
.l-header .l-header__mega-menu-categry-back {
  position: relative;
  display: none;
  padding-right: 0;
  padding-left: 18px;
  background-color: transparent;
  border: none;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-back {
    margin-left: 16px;
  }
}
.l-header .l-header__mega-menu-categry-back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header .l-header__mega-menu-categry-button {
  padding-top: 32px;
  text-align: center;
}
.l-header .l-header__mega-menu-categry-button .btn {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  color: #0058aa;
}
.l-header .l-header__mega-menu-categry-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: auto;
}
.l-header .l-header__mega-menu-categry-close-btn {
  position: relative;
  width: 24px;
  background-color: transparent;
  border: none;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-close-btn {
    width: 14px;
    height: 14px;
  }
}
.l-header .l-header__mega-menu-categry-close-btn.l-header__mega-menu-categry-close-btn--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-close-btn.l-header__mega-menu-categry-close-btn--menu {
    width: 40px;
    height: 40px;
    padding: 13px;
  }
}
.l-header .l-header__mega-menu-categry-close-btn.l-header__mega-menu-categry-close-btn--menu .l-header__mega-menu-categry-close-btn-bar {
  width: 14px;
  height: 14px;
  border: none;
}
.l-header .l-header__mega-menu-categry-close-btn.l-header__mega-menu-categry-close-btn--menu .l-header__mega-menu-categry-close-btn-bar > img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header .l-header__mega-menu-categry-inner {
  padding-top: 24px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1120px;
    padding-inline: 16px;
    margin-inline: auto;
  }
}
.l-header .l-header__mega-menu-categry-title {
  display: block;
  padding-inline: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-title {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 125%;
  }
}
.l-header .l-header__mega-menu-categry-title:not([href]) .l-header__mega-menu-categry-title-inner {
  padding-right: 0;
}
.l-header .l-header__mega-menu-categry-title:not([href]) .l-header__mega-menu-categry-title-inner::after {
  content: none;
}
.l-header .l-header__mega-menu-categry-title:-moz-any-link .l-header__mega-menu-categry-title-inner {
  padding-right: 15px;
}
.l-header .l-header__mega-menu-categry-title:any-link .l-header__mega-menu-categry-title-inner {
  padding-right: 15px;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-title:-moz-any-link .l-header__mega-menu-categry-title-inner {
    padding-right: 26px;
  }
  .l-header .l-header__mega-menu-categry-title:any-link .l-header__mega-menu-categry-title-inner {
    padding-right: 26px;
  }
}
.l-header .l-header__mega-menu-categry-title:-moz-any-link .l-header__mega-menu-categry-title-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__mega-menu-categry-title:any-link .l-header__mega-menu-categry-title-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
.l-header .l-header__mega-menu-categry-title-inner {
  position: relative;
  display: block;
  color: #333;
}
.l-header .l-header__mega-menu-categry-child {
  margin-top: 16px;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-child {
    margin-top: 24px;
    border-top: none;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-child:not(:has(.l-header__mega-menu-categry-child-title)) .l-header__mega-menu-categry-child-list .l-header__mega-menu-categry-child-item:nth-child(-n+3) .l-header__mega-menu-categry-child-link {
    border-top: 1px solid #ccc;
  }
}
.l-header .l-header__mega-menu-categry-child-title {
  padding: 16px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #333333;
  background-color: #F8F7F4;
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-child-title {
    padding: 8px 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header .l-header__mega-menu-categry-child-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
  }
  .l-header .l-header__mega-menu-categry-child-list + .l-header__mega-menu-categry-child-title {
    margin-top: 32px;
  }
}
.l-header .l-header__mega-menu-categry-child-item {
  border-bottom: 1px solid #ccc;
}
.l-header .l-header__mega-menu-categry-child-link {
  display: block;
  width: 100%;
  padding-block: 16px;
  padding-inline: 16px;
  text-align: left;
  background-color: transparent;
  border: none;
}
.l-header .l-header__mega-menu-categry-child-link:focus-visible {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header__mega-menu-categry-child-link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
}
.l-header .l-header__mega-menu-categry-child-link-inner {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #333333;
}
.l-header .l-header__mega-menu-categry-child-link-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}

/* ------------------------------
シンプルヘッダー
------------------------------ */
.l-header-simple {
  border-bottom: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #0086CD 0.15%, #008FD5 35.1%, #8D529D 65.06%, #E05F38 80.03%, #FBC70F 100%);
  border-image-slice: 1;
}

.l-header-simple__inner {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1184px;
  padding: 20px 15px;
}
@media print, screen and (min-width: 768px) {
  .l-header-simple__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.l-header-simple__logo-image {
  width: 72px;
  aspect-ratio: 72/33;
}
@media print, screen and (min-width: 992px) {
  .l-header-simple__logo-image {
    min-width: 119px;
    height: auto;
  }
}

.l-footer {
  overflow: hidden;
}

/* ------------------------------
page-top
------------------------------ */
.l-footer__page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  width: 48px;
  height: 48px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__page-top {
    right: 30px;
    bottom: 30px;
  }
}
.l-footer__page-top[aria-hidden=true] {
  opacity: 0;
}

/* ------------------------------
benefit
------------------------------ */
.l-footer__benefit {
  position: relative;
  max-width: 1184px;
  padding-block: 40px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit {
    padding-block: 65px 58px;
    padding-inline: 32px;
  }
}
.l-footer__benefit::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  margin-inline: auto;
  content: "";
  background-color: #ccc;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit::after {
    width: calc(100% - 64px);
  }
}

.l-footer__benefit-container {
  padding: 24px;
  background-color: #f8f7f4;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
  }
}

.l-footer__benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 16px;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    width: 33.3333333333%;
    padding-block: 0;
    border-top: none;
    border-left: 1px solid #ccc;
  }
}
.l-footer__benefit-item:first-child {
  padding-top: 0;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item:first-child {
    border-left: none;
  }
}
.l-footer__benefit-item:last-child {
  padding-bottom: 0;
}
.l-footer__benefit-item.l-footer__benefit-item--detail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 6px;
}
.l-footer__benefit-item.l-footer__benefit-item--detail::before {
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-block: auto;
  content: "";
  background-color: #ddd;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item.l-footer__benefit-item--detail {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  .l-footer__benefit-item.l-footer__benefit-item--detail::before {
    display: none;
  }
}
.l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text {
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text {
    font-size: 1.8rem;
  }
}
.l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text:nth-child(2n) {
  position: relative;
}
.l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text:nth-child(2n)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  content: "";
  background-color: #ccc;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text:nth-child(2n)::before {
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text:nth-child(n+2) {
    position: relative;
  }
  .l-footer__benefit-item.l-footer__benefit-item--detail .l-footer__benefit-item-text:nth-child(n+2)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    margin: auto;
    content: "";
    background-color: #ccc;
  }
}

.l-footer__benefit-item-src {
  width: 64px;
  aspect-ratio: 64/65;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item-src {
    width: 104px;
    height: 104px;
    aspect-ratio: 1/1;
  }
}

.l-footer__benefit-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-block: 0px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-item-text {
    padding-inline: 10px;
    font-size: 2rem;
    text-align: center;
  }
}

.l-footer__benefit-item-text-em {
  font-style: normal;
  font-weight: bold;
}

.l-footer__benefit-banner {
  display: block;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__benefit-banner {
    max-width: 700px;
    margin-inline: auto;
  }
}

.l-footer__benefit-banner-image {
  width: 100%;
  height: auto;
}

/* ------------------------------
support
------------------------------ */
.l-footer__support {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__support {
    padding-inline: 32px;
    margin-block: 58px 72px;
  }
}

.l-footer__support-section {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__support-section {
    margin-top: 0;
  }
}

/* ------------------------------
info
------------------------------ */
.l-footer__info {
  padding-top: 20px;
  background-color: #f8f7f4;
}

.l-footer__sns {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .l-footer__sns {
    padding-inline: 32px;
  }
}

.l-footer__sns-inner {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .l-footer__sns-inner {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-footer__sns-link {
  display: block;
}

.l-footer__sns-link-image {
  width: 38px;
  aspect-ratio: 1/1;
}

.l-footer__nav {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav {
    padding-inline: 32px;
  }
}

.l-footer__nav-inner {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav-inner {
    padding-inline: 60px;
    padding-bottom: 20px;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 992px) {
  .l-footer__nav-list {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__nav-item {
  width: calc(50% - 7.5px);
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav-item {
    width: calc(33% - 15px);
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__nav-item {
    width: auto;
  }
}

.l-footer__nav-link {
  font-size: 1.2rem;
  line-height: 1.45;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
  }
}
.l-footer__nav-link:focus-visible {
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-link:hover {
    color: #333;
  }
}

.l-footer__ssl {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .l-footer__ssl {
    padding-inline: 32px;
  }
}

.l-footer__ssl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__ssl-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.l-footer__ssl-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-footer__ssl-src {
  width: 98px;
  aspect-ratio: 98/41;
}
@media print, screen and (min-width: 768px) {
  .l-footer__ssl-src {
    width: 80px;
  }
}

.l-footer__ssl-text {
  font-size: 1.2rem;
  line-height: 1.45;
}

.l-footer__copy {
  padding-block: 10px;
  margin-top: 24px;
  background-color: #333;
}
@media print, screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: 18px;
  }
}

.l-footer__copy-text {
  font-size: 1.2rem;
  line-height: 17px;
  color: #fff;
  text-align: center;
}

.l-main {
  padding-bottom: 40px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    padding-bottom: 72px;
  }
}

.l-content {
  max-width: 1184px;
  padding: 40px 16px 0;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .l-content {
    padding: 40px 32px 0;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content {
    padding-top: 48px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) {
    display: grid;
    grid-template-areas: "l-content__sidebar l-content__main";
    grid-template-columns: 256px minmax(0, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .l-content__main {
    max-width: 832px;
  }
}

.l-content__main > *:first-child {
  margin-top: 0 !important;
}
.l-content__main > *:first-child.c-banner-m {
  margin-top: -5px !important;
}
.l-content__main > *:first-child.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .l-content__main > *:first-child.c-tab {
    margin-top: -16px !important;
  }
}
.l-content__main > .row:first-child > *:first-child,
.l-content__main > .c-show-more-text .row > *:first-child {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-12:first-child) > *:first-child,
.l-content__main > .c-show-more-text .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-6:first-child) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.l-content__main > .c-show-more-text .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.l-content__main > .c-show-more-text .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.l-content__main > .c-show-more-text .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__main > .row:first-child:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.l-content__main > .c-show-more-text .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-12:first-child) > *:first-child,
  .l-content__main > .c-show-more-text .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .l-content__main > .c-show-more-text .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .l-content__main > .c-show-more-text .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .l-content__main > .c-show-more-text .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__main > .row:first-child:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-12:first-child) > *:first-child,
  .l-content__main > .c-show-more-text .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .l-content__main > .c-show-more-text .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .l-content__main > .c-show-more-text .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .l-content__main > .c-show-more-text .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main > .row:first-child:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .l-content__main > .c-show-more-text .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__main {
    grid-area: l-content__main;
  }
}

.l-content__sidebar {
  margin-top: 40px;
}
.l-content__sidebar > *:first-child {
  margin-top: 0 !important;
}
.l-content__sidebar > *:first-child.c-banner-m {
  margin-top: -5px !important;
}
.l-content__sidebar > *:first-child.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > *:first-child.c-tab {
    margin-top: -16px !important;
  }
}
.l-content__sidebar > .row:first-child > *:first-child,
.l-content__sidebar > .c-show-more-text .row > *:first-child {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-12:first-child) > *:first-child,
.l-content__sidebar > .c-show-more-text .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-6:first-child) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3),
.l-content__sidebar > .c-show-more-text .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4),
.l-content__sidebar > .c-show-more-text .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6),
.l-content__sidebar > .c-show-more-text .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.l-content__sidebar > .row:first-child:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2),
.l-content__sidebar > .c-show-more-text .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-12:first-child) > *:first-child,
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-6:first-child) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .l-content__sidebar > .row:first-child:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-12:first-child) > *:first-child,
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-6:first-child) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar > .row:first-child:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2),
  .l-content__sidebar > .c-show-more-text .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content__sidebar {
    grid-area: l-content__sidebar;
    margin-top: 0;
  }
}

.c-button-favorite {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .c-button-favorite {
    width: 32px;
    height: 32px;
  }
}
.c-button-favorite:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #ccc;
  -webkit-mask-image: url("../images/common/i_fav_not.svg");
          mask-image: url("../images/common/i_fav_not.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button-favorite.is-active:before {
  background: #fe9b90;
  -webkit-mask-image: url("../images/common/i_fav_not.svg");
          mask-image: url("../images/common/i_fav_not.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-button-square {
  display: block;
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  color: #333;
  text-align: left;
  background-color: #f8f7f4;
  border: none;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-button-square {
    margin-top: 24px;
  }
}
.c-button-square:hover {
  color: #333;
}
.c-button-square.c-button-square--white {
  background-color: #fff;
}
.c-button-square:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.c-button-square__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button-square__text {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.c-button-square__text-block {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-button-square__text-ttl {
  display: block;
  grid-row: 1/2;
  grid-column: 1/2;
  font-weight: bold;
}

.c-button-square__text-desc {
  display: block;
  grid-row: 2/2;
  grid-column: 1/span 2;
  margin-top: 4px;
  color: #777;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-button-square__text-desc {
    grid-column: 1/2;
    font-size: 1.4rem;
  }
}

.c-button-square__price {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-row: 1/2;
  grid-column: 2/2;
  gap: 4px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-button-square__price {
    grid-row: 1/span 2;
    grid-column: 2/2;
    align-self: center;
  }
}

.c-button-square__price-tax {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .c-button-square__price-tax {
    font-size: 1.4rem;
  }
}

.c-button-square__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
}

.c-grid-cart {
  display: grid;
  grid-template-columns: 104px auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media print, screen and (min-width: 992px) {
  .c-grid-cart {
    grid-template-columns: 160px auto;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.c-grid-cart__title {
  grid-row: 1/2;
  grid-column: 1/span 2;
}
@media print, screen and (min-width: 992px) {
  .c-grid-cart__title {
    grid-column: 2/2;
  }
}
.c-grid-cart__title p a {
  text-decoration: none;
}

.c-grid-cart__products {
  grid-row: 2/3;
  grid-column: 1/span 2;
}
@media print, screen and (min-width: 992px) {
  .c-grid-cart__products {
    grid-row: 2/3;
    grid-column: 2/2;
  }
}

.c-grid-cart__thumbnail {
  grid-row: 3/3;
  grid-column: 1/2;
  margin-top: 16px;
}
@media print, screen and (min-width: 992px) {
  .c-grid-cart__thumbnail {
    grid-row: 1/span 3;
    grid-column: 1/2;
    margin-top: 0;
  }
}

.c-grid-cart__contents {
  grid-row: 3/3;
  grid-column: 2/2;
  margin-top: 16px;
}
@media print, screen and (min-width: 992px) {
  .c-grid-cart__contents {
    margin-top: 24px;
  }
}

.c-grid-cart__btn {
  grid-row: 4/4;
  grid-column: 1/span 2;
}
@media print, screen and (min-width: 992px) {
  .c-grid-cart__btn {
    grid-column: 2/2;
  }
}

.c-hr-box-shadow {
  width: 100vw;
  height: 4px;
  margin: 40px calc(50% - 50vw);
  background-color: #f8f7f4;
  border: 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08) inset;
}
.c-hr-box-shadow + * {
  margin-top: 0 !important;
}
.c-hr-box-shadow + *.c-banner-m {
  margin-top: -5px !important;
}
.c-hr-box-shadow + *.c-tab {
  margin-top: -12px !important;
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + *.c-tab {
    margin-top: -16px !important;
  }
}
.c-hr-box-shadow + [class*=m-],
.c-hr-box-shadow + [class*=my-],
.c-hr-box-shadow + [class*=mt-] {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row > *:first-child {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-12:first-child) > *:first-child {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-6:first-child) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-4:first-child):not(:has(.col-8)) > *:nth-child(-n+3) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-3:first-child):not(:has(.col-9)) > *:nth-child(-n+4) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-2:first-child):not(:has(.col-10)) > *:nth-child(-n+6) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-2:first-child, .col-10:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-3:first-child, .col-9:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-4:first-child, .col-8:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-10:first-child, .col-2:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-9:first-child, .col-3:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
.c-hr-box-shadow + .row:has(.col-8:first-child, .col-4:nth-child(2)) > *:nth-child(-n+2) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-4:first-child):not(:has(.col-md-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-3:first-child):not(:has(.col-md-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-2:first-child):not(:has(.col-md-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-2:first-child, .col-md-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-3:first-child, .col-md-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-4:first-child, .col-md-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-10:first-child, .col-md-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-9:first-child, .col-md-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow + .row:has(.col-md-8:first-child, .col-md-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-12:first-child) > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-6:first-child) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-4:first-child):not(:has(.col-lg-8)) > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-3:first-child):not(:has(.col-lg-9)) > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-2:first-child):not(:has(.col-lg-10)) > *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-2:first-child, .col-lg-10:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-3:first-child, .col-lg-9:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-4:first-child, .col-lg-8:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-10:first-child, .col-lg-2:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-9:first-child, .col-lg-3:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 992px) {
  .c-hr-box-shadow + .row:has(.col-lg-8:first-child, .col-lg-4:nth-child(2)) > *:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hr-box-shadow {
    margin: 72px calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .c-hr-box-shadow {
    width: 100%;
    margin-inline: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .p-cart-show-content__column .c-hr-box-shadow {
    width: 100%;
    margin-inline: 0;
  }
}

.c-hr-gray-tertiary {
  height: 1px;
  background-color: #ccc;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-hr-gray-octonary {
  height: 1px;
  background-color: #ddd;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-hr-gray-quinary {
  height: 2px;
  background-color: #eee;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-hr-gradation {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.15%, #0086CD), color-stop(35.1%, #008FD5), color-stop(65.06%, #8D529D), color-stop(80.03%, #E05F38), to(#FBC70F));
  background: linear-gradient(90deg, #0086CD 0.15%, #008FD5 35.1%, #8D529D 65.06%, #E05F38 80.03%, #FBC70F 100%);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-icon {
    width: 24px;
    height: 24px;
  }
}

.c-icon-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-icon-sm {
    width: 20px;
    height: 20px;
  }
}

.c-link-block {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 16px 16px 16px 0;
  overflow-y: hidden;
  color: #333;
  border-block: 1px solid #ddd;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.c-link-block:focus-visible {
  color: #333;
  background-color: rgba(0, 88, 170, 0.04);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-link-block:hover {
    color: #333;
    background-color: rgba(0, 88, 170, 0.04);
    opacity: 1;
  }
}
.c-link-block:hover {
  color: #333;
}
.c-link-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-block: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center/100% auto no-repeat;
}

.c-link-block--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-link-block--icon {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.c-link-block__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-link-block-list__item:nth-child(n+2) .c-link-block {
  border-top-width: 0;
}

@media print, screen and (min-width: 768px) {
  .c-link-block-list--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .c-link-block-list--col2 .c-link-block-list__item:nth-child(n+2) .c-link-block {
    border-top-width: 1px;
  }
  .c-link-block-list--col2 .c-link-block-list__item:nth-child(n+3) .c-link-block {
    border-top-width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-link-block-list--col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .c-link-block-list--col3 .c-link-block-list__item:nth-child(n+2) .c-link-block {
    border-top-width: 1px;
  }
  .c-link-block-list--col3 .c-link-block-list__item:nth-child(n+4) .c-link-block {
    border-top-width: 0;
  }
}

/* ------------------------------
ポイント等リンク
------------------------------ */
.c-link-account {
  margin-top: 8px;
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 768px) {
  .c-link-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px;
    margin-top: 16px;
  }
}

.c-link-account__wrapper {
  position: relative;
  padding-block: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-link-account__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-block: 0;
  }
}
.c-link-account__wrapper + .c-link-account__wrapper {
  border-top: 1px solid #DDDDDD;
}
@media print, screen and (min-width: 768px) {
  .c-link-account__wrapper + .c-link-account__wrapper {
    border-top: none;
  }
  .c-link-account__wrapper + .c-link-account__wrapper::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2vw;
    display: block;
    width: 1px;
    height: 18px;
    margin: auto;
    content: "";
    background-color: #ddd;
  }
}
.c-link-account__wrapper:last-child {
  padding-bottom: 0;
}

.c-link-account__link {
  position: relative;
  display: block;
  padding-right: 32px;
  color: #333;
}
.c-link-account__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  background-color: #0058AA;
  -webkit-mask-image: url("../images/common/i_arrow_right_primary.svg");
          mask-image: url("../images/common/i_arrow_right_primary.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-account__link:hover {
  color: #333;
}
.c-link-account__link:focus-visible {
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .c-link-account__link:hover {
    color: #333;
  }
}

.c-link-account__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2px;
}

.c-link-account__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 17px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-link-account__title {
    font-size: 1.4rem;
    line-height: 145%;
  }
}

.c-link-account__title-logo {
  display: block;
  padding-bottom: 1px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .c-link-account__title-logo {
    width: 18px;
    height: 18px;
  }
}

.c-link-account__detail-content-desc {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-link-account__detail-content-desc {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 2.4rem;
  }
}

.c-link-account__detail-content-desc-small {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 16px;
}

.c-link-account__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-link-account__detail-title {
  font-size: 1.2rem;
  line-height: 145%;
  color: #777777;
}

.c-link-account__detail-desc {
  font-size: 1.2rem;
  line-height: 145%;
  color: #777777;
  text-align: right;
}

.c-list-disc {
  padding-left: 16px;
  margin-top: 12px;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-list-disc {
    margin-top: 16px;
  }
}
.c-list-disc a {
  text-decoration: underline;
}
.c-list-disc li {
  position: relative;
}
.c-list-disc li::before {
  position: absolute;
  top: 0;
  left: -1em;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  color: inherit;
  content: "・";
  border-radius: 50%;
}
.c-list-disc li + li {
  margin-top: 8px;
}

.c-list-num {
  padding-left: 24px;
  margin-top: 12px;
  list-style: decimal;
}
@media print, screen and (min-width: 768px) {
  .c-list-num {
    margin-top: 16px;
  }
}
.c-list-num a {
  text-decoration: underline;
}
.c-list-num li + li {
  margin-top: 8px;
}

.c-list-num2 {
  counter-reset: number;
}

.c-list-num2__item + .c-list-num2__item {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-list-num2__item + .c-list-num2__item {
    margin-top: 24px;
  }
}

.c-list-num2__title {
  position: relative;
  padding-top: 6px;
  padding-left: 32px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-list-num2__title {
    padding-top: 4px;
    padding-left: 40px;
    font-size: 1.8rem;
  }
}
.c-list-num2__title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  font-size: 1.4rem;
  color: #0058aa;
  content: counter(number);
  counter-increment: number;
  border: 1px solid #0058aa;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .c-list-num2__title::before {
    width: 2.286em;
    height: 2.286em;
  }
}
.c-list-num2__title + .c-list-num2__desc {
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-list-num2__title + .c-list-num2__desc {
    margin-top: 16px;
  }
}

.c-list-num2__title-text {
  display: inline-block;
}

.c-list-note {
  color: #777;
}
.c-list-note a {
  text-decoration: underline;
}
.c-list-note li {
  position: relative;
  padding-left: 16px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-list-note li {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
.c-list-note li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  color: inherit;
  content: "※";
  border-radius: 50%;
}
.c-list-note li + li {
  margin-top: 8px;
}
.c-list-note.c-list-note--num {
  counter-reset: number;
}
.c-list-note.c-list-note--num li {
  padding-left: 28px;
  counter-increment: number;
}
@media print, screen and (min-width: 768px) {
  .c-list-note.c-list-note--num li {
    padding-left: 32px;
  }
}
.c-list-note.c-list-note--num li::before {
  width: auto;
  content: "※" counter(number);
}

.c-list-check {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .c-list-check {
    margin-top: 0;
  }
}
.c-list-check li {
  position: relative;
  padding-left: 18px;
}
.c-list-check li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  content: "";
  background: url("../images/common/i_check_circle.svg") center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .c-list-check li::before {
    margin-top: 4px;
  }
}
.c-list-check li + li {
  margin-top: 16px;
}

.c-list-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  padding: 0;
}
.c-list-badge:not(.row) {
  margin: 0;
}

.c-list-badge__item {
  list-style: none;
}

.c-list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.c-list-category__item:last-child .c-list-category__link:after {
  display: none;
}

.c-list-category__link {
  position: relative;
  display: inline-block;
}
.c-list-category__link:focus-visible {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-list-category__link:hover {
    text-decoration: none;
  }
}
.c-list-category__link:after {
  display: inline-block;
  width: 5px;
  height: 8.5px;
  margin-left: 8px;
  content: "";
  background: url("../images/common/i_arrow_related_nav.svg") center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media print, screen and (min-width: 768px) {
  .c-list-category__link:after {
    width: 6.5px;
    height: 11.5px;
  }
}

.c-list-radio-color,
.c-list-radio-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  padding: 0;
  padding-block: 4px;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-list-radio-color,
  .c-list-radio-size {
    gap: 16px;
  }
}

.c-list-radio-size-lg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-list-radio-size-lg {
    gap: 16px;
  }
}

.c-list-radio-color__item {
  line-height: 0;
}

.c-list-radio-color__label,
.c-list-radio-size__label {
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .c-list-radio-color__label,
  .c-list-radio-size__label {
    width: 48px;
    height: 48px;
  }
}
.c-list-radio-color__label:has(input:checked),
.c-list-radio-size__label:has(input:checked) {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0058aa;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0058aa;
}
.c-list-radio-color__label:has(input:focus-visible),
.c-list-radio-size__label:has(input:focus-visible) {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 8px;
}

.c-list-radio-color__label {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-list-radio-color__label:has(input:disabled) {
  pointer-events: none;
}
.c-list-radio-color__label:has(input:disabled):before, .c-list-radio-color__label:has(input:disabled):after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  margin: auto;
  content: "";
}
.c-list-radio-color__label:has(input:disabled):before {
  right: -2px;
  background-color: #ddd;
}
.c-list-radio-color__label:has(input:disabled):after {
  left: -2px;
  background-color: #ccc;
}

.c-list-radio-size__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
}
.c-list-radio-size__label:has(input:checked) {
  color: #fff;
  background-color: #0058aa;
  border: #fff;
}
.c-list-radio-size__label:has(input:disabled) {
  pointer-events: none;
}
.c-list-radio-size__label:has(input:disabled):before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  margin: auto;
  content: "";
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-list-radio-color__input,
.c-list-radio-size__input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.c-list-radio-size-lg__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  margin-bottom: 0;
  color: #777;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.c-list-radio-size-lg__label:has(input:checked) {
  color: #fff;
  background-color: #0058aa;
  border: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0058aa;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0058aa;
}
.c-list-radio-size-lg__label:has(input:disabled) {
  pointer-events: none;
}
.c-list-radio-size-lg__label:has(input:disabled):before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  margin: auto;
  content: "";
  background-color: #ccc;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.c-list-radio-size-lg__label:has(input:focus-visible) {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 8px;
}

.c-list-radio-size-lg__input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  33% {
    background-color: #eee;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  66% {
    background-color: #669BCC;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    background-color: #0058aa;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  33% {
    background-color: #eee;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  66% {
    background-color: #669BCC;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    background-color: #0058aa;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-loading {
  position: relative;
  width: 67px;
  height: 67px;
}
@media print, screen and (min-width: 768px) {
  .c-loading {
    width: 84px;
    height: 84px;
  }
}

.c-loading__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media print, screen and (min-width: 768px) {
  .c-loading__item {
    width: 20px;
    height: 20px;
  }
}

.c-loading__circle {
  width: 100%;
  height: 100%;
  background-color: #0058aa;
  border-radius: 50%;
}

.c-loading__item--1 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(0deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--1 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(0deg) translateX(32px);
  }
}
.c-loading__item--1 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -1.387s infinite linear;
          animation: ball-spin-fade-loader 1.56s -1.387s infinite linear;
}

.c-loading__item--2 {
  -webkit-transform: translate(-50%, -50%) rotate(40deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(40deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--2 {
    -webkit-transform: translate(-50%, -50%) rotate(40deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(40deg) translateX(32px);
  }
}
.c-loading__item--2 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -1.214s infinite linear;
          animation: ball-spin-fade-loader 1.56s -1.214s infinite linear;
}

.c-loading__item--3 {
  -webkit-transform: translate(-50%, -50%) rotate(80deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(80deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--3 {
    -webkit-transform: translate(-50%, -50%) rotate(80deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(80deg) translateX(32px);
  }
}
.c-loading__item--3 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -1.041s infinite linear;
          animation: ball-spin-fade-loader 1.56s -1.041s infinite linear;
}

.c-loading__item--4 {
  -webkit-transform: translate(-50%, -50%) rotate(120deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(120deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--4 {
    -webkit-transform: translate(-50%, -50%) rotate(120deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(120deg) translateX(32px);
  }
}
.c-loading__item--4 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -0.868s infinite linear;
          animation: ball-spin-fade-loader 1.56s -0.868s infinite linear;
}

.c-loading__item--5 {
  -webkit-transform: translate(-50%, -50%) rotate(160deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(160deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--5 {
    -webkit-transform: translate(-50%, -50%) rotate(160deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(160deg) translateX(32px);
  }
}
.c-loading__item--5 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -0.695s infinite linear;
          animation: ball-spin-fade-loader 1.56s -0.695s infinite linear;
}

.c-loading__item--6 {
  -webkit-transform: translate(-50%, -50%) rotate(200deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(200deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--6 {
    -webkit-transform: translate(-50%, -50%) rotate(200deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(200deg) translateX(32px);
  }
}
.c-loading__item--6 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -0.522s infinite linear;
          animation: ball-spin-fade-loader 1.56s -0.522s infinite linear;
}

.c-loading__item--7 {
  -webkit-transform: translate(-50%, -50%) rotate(240deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(240deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--7 {
    -webkit-transform: translate(-50%, -50%) rotate(240deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(240deg) translateX(32px);
  }
}
.c-loading__item--7 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -0.349s infinite linear;
          animation: ball-spin-fade-loader 1.56s -0.349s infinite linear;
}

.c-loading__item--8 {
  -webkit-transform: translate(-50%, -50%) rotate(280deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(280deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--8 {
    -webkit-transform: translate(-50%, -50%) rotate(280deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(280deg) translateX(32px);
  }
}
.c-loading__item--8 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -0.176s infinite linear;
          animation: ball-spin-fade-loader 1.56s -0.176s infinite linear;
}

.c-loading__item--9 {
  -webkit-transform: translate(-50%, -50%) rotate(320deg) translateX(25.5px);
          transform: translate(-50%, -50%) rotate(320deg) translateX(25.5px);
}
@media print, screen and (min-width: 768px) {
  .c-loading__item--9 {
    -webkit-transform: translate(-50%, -50%) rotate(320deg) translateX(32px);
            transform: translate(-50%, -50%) rotate(320deg) translateX(32px);
  }
}
.c-loading__item--9 .c-loading__circle {
  -webkit-animation: ball-spin-fade-loader 1.56s -0.003s infinite linear;
          animation: ball-spin-fade-loader 1.56s -0.003s infinite linear;
}

.c-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 334px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-inline: auto;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-menu-list {
    gap: 24px 32px;
    max-width: 736px;
  }
}

.c-menu-list__item {
  text-align: center;
}

.c-menu-list__link {
  display: inline-block;
}

.c-menu-list__icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .c-menu-list__icon {
    width: 80px;
    height: 80px;
  }
}

.c-menu-list__text {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .c-menu-list__text {
    margin-top: 16px;
    font-size: 1.8rem;
  }
}

.c-mydhc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background-color: #f1efe9;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc {
    padding: 24px;
    border-radius: 8px;
  }
}

.c-mydhc__heading-span {
  margin-left: 4px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__heading-span {
    margin-left: 8px;
    font-size: 2rem;
  }
}

.c-mydhc__info {
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-mydhc__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-inner {
    -webkit-column-gap: 51px;
       -moz-column-gap: 51px;
            column-gap: 51px;
    margin-top: 0;
  }
}

.c-mydhc__info-content {
  position: relative;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-mydhc__info-content:nth-child(n+2)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  display: block;
  width: 1px;
  height: 40px;
  margin: auto;
  content: "";
  background-color: #ddd;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-content:nth-child(n+2)::before {
    left: -24px;
    height: 18px;
  }
}

.c-mydhc__info-icon {
  width: 16px;
  aspect-ratio: 16/17;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-icon {
    width: 20px;
    -webkit-transform: initial;
            transform: initial;
  }
}

.c-mydhc__info-title {
  position: relative;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-title {
    margin-left: 8px;
    font-size: 1.6rem;
  }
}

.c-mydhc__info-detail {
  display: block;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-detail {
    margin-left: 16px;
  }
}

.c-mydhc__info-detail-num {
  padding-right: 4px;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__info-detail-num {
    font-size: 2.4rem;
  }
}

.c-mydhc__info-detail-text {
  position: relative;
  top: -1px;
}

.c-mydhc__text {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-mydhc__text {
    font-size: 1.6rem;
  }
}

.c-news-list {
  display: grid;
  row-gap: 16px;
}

.c-news-list__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .c-news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}

.c-news-list__time {
  color: #777;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .c-news-list__time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 120px;
  }
}

.c-news-list__text {
  display: block;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-news-list__text {
    margin-top: 0;
  }
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagenation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-pagenation__btn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  padding: 6px 6px;
  border-radius: 50%;
}

.c-pagenation__item--current .c-pagenation__btn {
  width: 32px;
  color: #333;
  background-color: #f8f7f4;
}

.c-pagenation__item--ellipsis {
  display: inline-block;
  margin-inline: -16px;
}

.c-pagenation__prev-btn,
.c-pagenation__next-btn {
  position: relative;
  display: inline-block;
  color: #333;
  white-space: nowrap;
}
.c-pagenation__prev-btn:before,
.c-pagenation__next-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") no-repeat;
  background-position: center;
  background-size: 6.27px auto;
}
.c-pagenation__prev-btn:focus-visible,
.c-pagenation__next-btn:focus-visible {
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagenation__prev-btn:hover,
  .c-pagenation__next-btn:hover {
    color: #333;
  }
}

.c-pagenation__prev-btn {
  padding-left: 24px;
}
.c-pagenation__prev-btn:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-pagenation__next-btn {
  padding-right: 24px;
}
.c-pagenation__next-btn:before {
  right: 0;
}

.c-panel__rank {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4.5px 6.67px 8.83px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
  font-weight: bold;
  line-height: 1.15;
  background-color: #f1efe9;
}

.c-panel__rank--1 {
  color: #fff;
  background-color: #e1c14e;
}

.c-panel__rank--2 {
  color: #fff;
  background-color: #999;
}

.c-panel__rank--3 {
  color: #fff;
  background-color: #966969;
}

.c-panel__inner {
  position: relative;
}

.c-panel__link {
  display: block;
  color: #333;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.c-panel__link:focus-visible {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-panel__link:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.6;
  }
}
.c-panel__link:hover {
  color: #333;
}
.c-panel__link:focus-visible {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
}

.c-panel__header {
  display: block;
}

.c-panel__header__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-panel__header__image {
    border-radius: 16px;
  }
}

.c-panel__body {
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-panel__body {
    margin-top: 16px;
  }
}
.c-panel__body > * + * {
  margin-top: var(--space, 8px);
}

.c-panel__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-panel__date {
  margin-left: 6px;
  font-size: 1.2rem;
  color: #777;
}
@media print, screen and (min-width: 768px) {
  .c-panel__date {
    margin-left: 12px;
    font-size: 1.4rem;
  }
}

.c-panel__name {
  font-size: 1.2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-panel__name {
    font-size: 1.6rem;
  }
}

.c-panel__color {
  --space: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-panel__color {
    --space: 16px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.c-panel__color.c-panel__color--sm .c-panel__color-item {
  width: 16px;
  height: 16px;
}
.c-panel__color + .c-panel__price-wrapper {
  --space: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-panel__color + .c-panel__price-wrapper {
    --space: 16px;
  }
}

.c-panel__color-item {
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-panel__color-item {
    width: 24px;
    height: 24px;
  }
}

.c-panel__color-text {
  margin-left: 4px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-panel__color-text {
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.c-panel__price-wrapper {
  --space: 8px;
}
.c-panel__price-wrapper > * + * {
  margin-top: var(--price-space, 8px);
}

.c-panel__discount {
  --price-space: 4px;
}

.c-panel__discount-off {
  padding: 1px 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #ea3323;
}
@media print, screen and (min-width: 768px) {
  .c-panel__discount-off {
    font-size: 1.4rem;
  }
}

.c-panel__discount-period {
  margin-left: 4px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .c-panel__discount-period {
    font-size: 1.2rem;
  }
}

.c-panel__desc {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.2rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media print, screen and (min-width: 768px) {
  .c-panel__desc {
    font-size: 1.4rem;
  }
}

.c-panel__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-panel__action {
    margin-top: 24px;
  }
}
.c-panel__action .btn {
  padding-inline: 16px;
}

.c-panel__action-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-panel--beside:has(.c-panel__action) .c-panel__header {
  position: absolute;
}
.c-panel--beside:has(.c-panel__action) .c-panel__body {
  padding-left: 119px;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-panel--beside:has(.c-panel__action) .c-panel__body {
    padding-left: 184px;
  }
}
.c-panel--beside .c-panel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-panel--beside .c-panel__link {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.c-panel--beside .c-panel__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 103px;
}
@media print, screen and (min-width: 768px) {
  .c-panel--beside .c-panel__header {
    width: 160px;
  }
}
.c-panel--beside .c-panel__body {
  margin-top: 0;
}
.c-panel--beside .c-panel__action {
  position: relative;
  bottom: 0;
  left: 119px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 119px);
}
@media print, screen and (min-width: 768px) {
  .c-panel--beside .c-panel__action {
    left: 184px;
    width: calc(100% - 184px);
  }
}

.c-panel--article {
  padding-bottom: 0;
}
.c-panel--article .c-panel__name {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-panel--article .c-panel__name {
    font-size: 1.8rem;
  }
}

.c-panel--article-beside .c-panel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-panel--article-beside .c-panel__link {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.c-panel--article-beside .c-panel__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 103px;
}
@media print, screen and (min-width: 768px) {
  .c-panel--article-beside .c-panel__header {
    width: 160px;
  }
}
.c-panel--article-beside .c-panel__body {
  margin-top: 0;
}

.c-panel-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 16px;
}
@media print, screen and (min-width: 768px) {
  .c-panel-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-panel-list.c-panel-list--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
  }
}
.c-panel-list.c-panel-list--beside {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 768px) {
  .c-panel-list.c-panel-list--beside {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.c-panel-list.c-panel-list--article {
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-panel-list.c-panel-list--article {
    gap: 32px;
  }
}
.c-panel-list.c-panel-list--article-beside {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-panel-list.c-panel-list--article-beside {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.c-panel-list:not(.c-panel-list:has(.c-panel__badge > .badge)) .c-panel__name {
  margin-top: 0;
}

.c-price {
  font-size: 1.6rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-price {
    font-size: 1.8rem;
  }
}

.c-price-yen {
  margin-left: 4px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .c-price-yen {
    font-size: 1.4rem;
  }
}

.c-price--sale {
  --price-space: 0;
  color: #ea3323;
}

.c-price-delete {
  position: relative;
  text-decoration: none;
  background: linear-gradient(transparent 8px, #333 8px, #333 9px, transparent 9px);
}

.c-price-delete-yen {
  margin-left: 2px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .c-price-delete-yen {
    font-size: 1.2rem;
  }
}

.c-search {
  position: relative;
  width: 100%;
}

.c-search__input {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10.5px 40px 10.5px 16px;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-search__input {
    padding: 11px 40px 11px 16px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
}

.c-search__submit {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 1;
  padding: 0;
  margin-block: auto;
  background: none;
  border: none;
}

.c-search__submit-image {
  display: block;
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-search__submit-image {
    width: 24px;
    height: 24px;
  }
}

.c-search-show__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 8px;
  width: 100%;
  padding: 16px;
  background-color: #f8f7f4;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-search-show__filter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 16px;
  }
}

.c-search-show__filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-search-show__filter-head {
    gap: 24px;
    width: auto;
  }
}

.c-search-show__filter-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

.c-search-show__filter-ttl-num {
  margin-bottom: 3px;
  margin-left: 2px;
  font-size: 1.4rem;
  font-weight: normal;
}

.c-search-show__filter-list-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

button.c-search-show__filter-list-switch-item {
  background: transparent;
  border: none;
}

.c-search-show__filter-list-switch-item {
  opacity: 0.5;
}

.is-current {
  color: #0058aa;
  opacity: 1;
}

.c-search-show__filter-list-switch-button {
  position: relative;
  padding-left: 22px;
}
@media print, screen and (min-width: 768px) {
  .c-search-show__filter-list-switch-button {
    padding-left: 26px;
  }
}
.c-search-show__filter-list-switch-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 100%;
  margin: auto;
  content: "";
  background-color: #333;
}
.c-search-show__filter-list-switch-button[data-tab-goods=detail]::before {
  -webkit-mask-image: url("../images/common/i_three_lines_body_color.svg");
          mask-image: url("../images/common/i_three_lines_body_color.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-search-show__filter-list-switch-button[data-tab-goods=list]::before {
  -webkit-mask-image: url("../images/common/i_tile_body_color.svg");
          mask-image: url("../images/common/i_tile_body_color.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-search-show__filter-list-switch-button.active::before {
  background-color: #0058aa;
}

.c-search-show__filter-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-search-show__filter-foot {
    width: auto;
  }
}

.c-search-show__filter-btn {
  width: calc((100% - 8px) / 2);
}
@media print, screen and (min-width: 768px) {
  .c-search-show__filter-btn {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .c-side-nav-card-btn {
    font-size: 1.4rem;
  }
}
.c-side-nav-card-btn::before {
  width: 24px;
  height: 24px;
}
.c-side-nav-card-btn .c-side-nav-card-btn-inner::before, .c-side-nav-card-btn .c-side-nav-card-btn-inner::after {
  right: 7px;
  width: 10px;
  height: 10px;
}

.c-side-nav-card-body {
  padding: 0;
}

.c-side-nav-list {
  padding: 0;
  list-style: none;
}
.c-side-nav-list:not(.row) {
  margin: 0;
}

.c-side-nav-item {
  position: relative;
}
.c-side-nav-item:before {
  position: absolute;
  top: -1px;
  right: 8px;
  left: 8px;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .c-side-nav-item:before {
    right: 16px;
    left: 16px;
  }
}
.c-side-nav-item:last-child .c-link-block-list__item:last-child .c-side-nav-link {
  border-bottom: none;
}

.c-side-nav-link {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow-y: hidden;
  line-height: 1.45;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media print, screen and (min-width: 768px) {
  .c-side-nav-link {
    font-size: 1.4rem;
  }
}
.c-side-nav-link:focus-visible {
  color: #333;
  text-decoration: none;
  background-color: rgba(0, 88, 170, 0.04);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-side-nav-link:hover {
    color: #333;
    text-decoration: none;
    background-color: rgba(0, 88, 170, 0.04);
    opacity: 1;
  }
}
.c-side-nav-link:hover {
  color: #333;
}
.c-side-nav-link:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
}

.c-side-nav-link-inner {
  position: relative;
  display: block;
  height: calc(100% + 1px);
  padding: 16px 32px 16px 16px;
}
.c-side-nav-link-inner:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 9px;
  height: 15px;
  margin: auto;
  margin-left: 8px;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}

.c-show-more-text {
  position: relative;
}

.c-show-more-text__mask {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  margin-top: -80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.swiper-container:not(.swiper-container:has(.c-panel__badge > .badge)) .c-panel__name {
  margin-top: 0;
}
.swiper-container .swiper {
  overflow: visible;
}
@media print, screen and (min-width: 1185px) {
  .swiper-container .swiper {
    overflow: hidden;
  }
}

.swiper-slide-link img {
  width: 100%;
}

.c-banner-l {
  position: relative;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l {
    padding-bottom: 33px;
  }
}
.c-banner-l.swiper-container {
  height: 326px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l.swiper-container {
    height: 462px;
  }
}
.c-banner-l.swiper-container:has(.swiper-initialized) {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.c-banner-l .swiper {
  padding-block: 25px;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l .swiper {
    padding: 5px;
    margin: -5px;
    overflow: visible;
  }
}
.c-banner-l .swiper-wrapper {
  padding: 0;
  margin: 0;
}
.c-banner-l .swiper-slide {
  width: 256px;
  opacity: 0.4;
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l .swiper-slide {
    width: 424px;
    opacity: 1;
  }
}
.c-banner-l .swiper-slide-link {
  display: block;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.c-banner-l .swiper-slide-link:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-banner-l .swiper-slide-link:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
.c-banner-l .swiper-slide-active {
  z-index: 1;
  opacity: 1;
  scale: 1.1875;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l .swiper-slide-active {
    scale: 1;
  }
}
.c-banner-l .swiper-button-next,
.c-banner-l .swiper-button-prev {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l .swiper-button-next,
  .c-banner-l .swiper-button-prev {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-banner-l .swiper-button-next::after,
  .c-banner-l .swiper-button-prev::after {
    display: block;
    width: 56px;
    height: 56px;
    content: "";
    background: url("../images/common/i_arrow_carousel.svg") center no-repeat;
    background-size: 100% auto;
  }
}
.c-banner-l .swiper-button-next {
  right: 0;
}
@media print, screen and (min-width: 1320px) {
  .c-banner-l .swiper-button-next {
    right: -88px;
  }
}
.c-banner-l .swiper-button-next::after {
  scale: -1 1;
}
.c-banner-l .swiper-button-prev {
  left: 0;
}
@media print, screen and (min-width: 1320px) {
  .c-banner-l .swiper-button-prev {
    left: -88px;
  }
}
.c-banner-l .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  height: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 17px;
  }
}
.c-banner-l .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
@media print, screen and (min-width: 768px) {
  .c-banner-l .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
}
.c-banner-l .swiper-pagination-bullet-active {
  background: #0058aa;
}

.c-banner-m {
  position: relative;
}
.c-banner-m .swiper {
  padding: 5px;
  margin: -5px;
}
.c-banner-m .swiper-wrapper {
  padding: 0;
  margin: 0;
}
.c-banner-m .swiper-slide {
  width: 256px;
}
.c-banner-m .swiper-slide-link {
  display: block;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.c-banner-m .swiper-slide-link:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-banner-m .swiper-slide-link:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
.c-banner-m .swiper-slide-link:focus-visible {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
}
.c-banner-m .swiper-button-next,
.c-banner-m .swiper-button-prev {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-banner-m .swiper-button-next,
  .c-banner-m .swiper-button-prev {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-banner-m .swiper-button-next::after,
  .c-banner-m .swiper-button-prev::after {
    display: block;
    width: 56px;
    height: 56px;
    content: "";
    background: url("../images/common/i_arrow_carousel.svg") center no-repeat;
    background-size: 100% auto;
  }
}
.c-banner-m .swiper-button-next {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-banner-m .swiper-button-next::after {
    scale: -1 1;
  }
}
@media print, screen and (min-width: 1185px) {
  .c-banner-m .swiper-button-next {
    right: 32px;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-banner-m .swiper-button-next {
    right: -88px;
  }
}
.c-banner-m .swiper-button-prev {
  left: 32px;
}
@media print, screen and (min-width: 1320px) {
  .c-banner-m .swiper-button-prev {
    left: -88px;
  }
}
.c-banner-m .swiper-button-disabled {
  display: none;
}

.c-goods-l {
  position: relative;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l {
    padding-bottom: 32px;
  }
}
.c-goods-l .swiper-container-outer {
  position: relative;
  max-width: 1184px;
  margin-inline: auto;
  margin-top: 16px;
}
@media print, screen and (min-width: 992px) {
  .c-goods-l .swiper-container-outer {
    margin-top: 0;
  }
}
.c-goods-l .swiper-container-inner {
  position: relative;
}
.c-goods-l .swiper {
  overflow: hidden;
}
.c-goods-l .swiper-wrapper {
  padding: 0;
}
.c-goods-l .swiper-slide {
  width: 100%;
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-slide {
    opacity: 1;
  }
}
.c-goods-l .swiper-button-next,
.c-goods-l .swiper-button-prev {
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-button-next,
  .c-goods-l .swiper-button-prev {
    width: 56px;
    height: 56px;
  }
}
.c-goods-l .swiper-button-next::after,
.c-goods-l .swiper-button-prev::after {
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background: url("../images/common/i_arrow_carousel.svg") center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-button-next::after,
  .c-goods-l .swiper-button-prev::after {
    width: 56px;
    height: 56px;
  }
}
.c-goods-l .swiper-button-next {
  right: 10px;
}
.c-goods-l .swiper-button-next::after {
  scale: -1 1;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-button-next {
    right: 16px;
  }
}
.c-goods-l .swiper-button-prev {
  left: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-button-prev {
    left: 16px;
  }
}
.c-goods-l .swiper-pagination {
  position: relative;
  height: auto;
}
.c-goods-l .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  height: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 17px;
  }
}
.c-goods-l .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.c-goods-l .swiper-pagination-bullet-active {
  background: #0058aa;
}
.c-goods-l .swiper-action-fav-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-action-fav-btn {
    top: 16px;
    right: 16px;
    width: 56px;
    height: 56px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-goods-l .swiper-action-fav-btn {
    right: 16px;
  }
}
.c-goods-l .swiper-action-fav-btn:focus-visible {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-goods-l .swiper-action-fav-btn:hover {
    opacity: 0.6;
  }
}
.c-goods-l .swiper-action-fav-btn.is-active .swiper-action-fav-btn-image {
  background: #fe9b90;
  -webkit-mask-image: url("../images/common/i_fav_not.svg");
          mask-image: url("../images/common/i_fav_not.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-goods-l .swiper-action-fav-btn-image {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ccc;
  -webkit-mask-image: url("../images/common/i_fav_not.svg");
          mask-image: url("../images/common/i_fav_not.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-action-fav-btn-image {
    width: 23px;
    height: 23px;
  }
}
.c-goods-l .swiper-slide-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-goods-l .swiper-slide-caption {
  margin-top: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-slide-caption {
    margin-top: 24px;
    font-size: 1.1rem;
  }
}
.c-goods-l .swiper-ounter {
  margin-top: 16px;
  font-size: 1.2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-ounter {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.c-goods-l .swiper-thumb {
  max-width: 1184px;
  margin-inline: auto;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .swiper-thumb {
    margin-top: 24px;
  }
}
.c-goods-l .thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  width: 100%;
}
.c-goods-l .thumb-media {
  position: relative;
  width: calc((100% - 16px) / 5);
  aspect-ratio: 100/100;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}
.c-goods-l .thumb-media:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-goods-l .thumb-media {
    width: calc((100% - 24px) / 7);
  }
}
.c-goods-l .thumb-media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-goods-l .thumb-media.is-active {
  border: none;
  outline-color: #4c8ac3;
}
.c-goods-l .thumb-media.is-active:before {
  border: 2px solid #4c8ac3;
}

.c-goods-m {
  position: relative;
}
.c-goods-m .swiper {
  padding: 5px;
  margin: -5px;
}
.c-goods-m .swiper-wrapper {
  padding: 0;
  margin: 0;
}
.c-goods-m .swiper-slide {
  width: 256px;
}
.c-goods-m .swiper-button-next,
.c-goods-m .swiper-button-prev {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-goods-m .swiper-button-next,
  .c-goods-m .swiper-button-prev {
    top: 100px;
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 0;
  }
  .c-goods-m .swiper-button-next::after,
  .c-goods-m .swiper-button-prev::after {
    display: block;
    width: 56px;
    height: 56px;
    content: "";
    background: url("../images/common/i_arrow_carousel.svg") center no-repeat;
    background-size: 100% auto;
  }
}
.c-goods-m .swiper-button-next {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-goods-m .swiper-button-next::after {
    scale: -1 1;
  }
}
@media print, screen and (min-width: 1185px) {
  .c-goods-m .swiper-button-next {
    right: 32px;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-goods-m .swiper-button-next {
    right: -88px;
  }
}
.c-goods-m .swiper-button-prev {
  left: 32px;
}
@media print, screen and (min-width: 1320px) {
  .c-goods-m .swiper-button-prev {
    left: -88px;
  }
}
.c-goods-m .swiper-button-disabled {
  display: none;
}

.c-goods-s {
  position: relative;
}
.c-goods-s .swiper {
  padding: 5px;
  margin: -5px;
}
.c-goods-s .swiper:not(.swiper-initialized) .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.c-goods-s .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - 16px) / 2);
}
.c-goods-s .swiper-wrapper {
  padding: 0;
  margin: 0;
}
.c-goods-s .swiper-slide {
  width: 198.5px;
}
.c-goods-s .swiper-button-next,
.c-goods-s .swiper-button-prev {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-goods-s .swiper-button-next,
  .c-goods-s .swiper-button-prev {
    top: 71px;
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 0;
  }
  .c-goods-s .swiper-button-next::after,
  .c-goods-s .swiper-button-prev::after {
    display: block;
    width: 56px;
    height: 56px;
    content: "";
    background: url("../images/common/i_arrow_carousel.svg") center no-repeat;
    background-size: 100% auto;
  }
}
.c-goods-s .swiper-button-next {
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-goods-s .swiper-button-next::after {
    scale: -1 1;
  }
}
@media print, screen and (min-width: 1185px) {
  .c-goods-s .swiper-button-next {
    right: 32px;
  }
}
@media print, screen and (min-width: 1320px) {
  .c-goods-s .swiper-button-next {
    right: -88px;
  }
}
.c-goods-s .swiper-button-prev {
  left: 32px;
}
@media print, screen and (min-width: 1320px) {
  .c-goods-s .swiper-button-prev {
    left: -88px;
  }
}
.c-goods-s .swiper-button-disabled {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .c-goods-s.swiper-container {
    padding-left: 0;
  }
}
.l-content:has(.l-content__sidebar) .c-goods-s .swiper {
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .c-goods-s .swiper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .c-goods-s .swiper-slide {
    width: 140.8px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .c-goods-s .swiper-button-next {
    top: 47px;
    right: 32px;
  }
}
@media print, screen and (min-width: 1320px) {
  .l-content:has(.l-content__sidebar) .c-goods-s .swiper-button-next {
    right: 32px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-content:has(.l-content__sidebar) .c-goods-s .swiper-button-prev {
    top: 47px;
    left: 32px;
  }
}
@media print, screen and (min-width: 1320px) {
  .l-content:has(.l-content__sidebar) .c-goods-s .swiper-button-prev {
    left: 32px;
  }
}

.c-tab {
  position: relative;
  margin-top: -12px;
}
@media print, screen and (min-width: 768px) {
  .c-tab {
    margin-top: -16px;
  }
}
.c-tab::before, .c-tab::after {
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 80px;
  height: 40px;
  pointer-events: none;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .c-tab::before, .c-tab::after {
    height: 49px;
  }
}
.c-tab::before {
  display: none;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media print, screen and (min-width: 768px) {
  .c-tab::before {
    display: block;
  }
}
.c-tab::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.c-tab.is-beginning::before {
  display: none;
}
.c-tab.is-end::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-tab.c-tab--sm-auto::before, .c-tab.c-tab--sm-auto::after {
    display: none;
  }
}
.c-tab.c-tab--sm-auto.is-locked::before, .c-tab.c-tab--sm-auto.is-locked::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-tab.c-tab--sm-auto .nav-tabs {
    display: grid;
    white-space: initial;
  }
}
@media print, screen and (min-width: 768px) {
  .c-tab.c-tab--sm-auto .swiper-slide {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-tab.c-tab--sm-auto .swiper-slide .swiper-slide-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .c-tab.c-tab--sm-auto .swiper-button-next,
  .c-tab.c-tab--sm-auto .swiper-button-prev {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .c-tab.c-tab--sm-md-auto::before, .c-tab.c-tab--sm-md-auto::after {
    display: none;
  }
}
.c-tab.c-tab--sm-md-auto.is-locked::before, .c-tab.c-tab--sm-md-auto.is-locked::after {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .c-tab.c-tab--sm-md-auto .nav-tabs {
    display: grid;
    white-space: initial;
  }
}
@media print, screen and (min-width: 992px) {
  .c-tab.c-tab--sm-md-auto .swiper-slide {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-tab.c-tab--sm-md-auto .swiper-slide .swiper-slide-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .c-tab.c-tab--sm-md-auto .swiper-button-next,
  .c-tab.c-tab--sm-md-auto .swiper-button-prev {
    display: none;
  }
}
.c-tab.c-tab--fill::before, .c-tab.c-tab--fill::after {
  display: none;
}
.c-tab.c-tab--fill .swiper-wrapper {
  white-space: initial;
}
.c-tab.c-tab--fill .nav-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50px, 100%), 1fr));
}
.c-tab.c-tab--fill .swiper-slide {
  width: 100%;
}
.c-tab.c-tab--fill .swiper-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tab .nav-tabs {
  border: none;
}
.c-tab .swiper {
  padding-right: 16px;
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-tab .swiper {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-tab .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  scrollbar-width: none;
}
.c-tab .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.c-tab .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-tab .swiper-slide-link {
  display: block;
}
.c-tab .swiper-slide-link:focus-visible {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0);
}
.c-tab .swiper-button-next,
.c-tab .swiper-button-prev {
  top: calc(50% - 1px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  translate: 0 -50%;
}
@media print, screen and (min-width: 768px) {
  .c-tab .swiper-button-next,
  .c-tab .swiper-button-prev {
    top: calc(50% - 2px);
  }
}
.c-tab .swiper-button-next::after,
.c-tab .swiper-button-prev::after {
  display: block;
  width: 9.6px;
  height: 16px;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
.c-tab .swiper-button-prev {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-tab .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-tab .swiper-button-prev::after {
    scale: -1 1;
  }
}
.c-tab .swiper-button-disabled {
  display: none;
}

.c-header {
  position: relative;
  padding-top: 22px;
}
.c-header::before, .c-header::after {
  position: absolute;
  bottom: 2px;
  z-index: 10;
  display: block;
  width: 80px;
  height: 40px;
  pointer-events: none;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .c-header::before, .c-header::after {
    height: 49px;
  }
}
.c-header::before {
  display: none;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media print, screen and (min-width: 768px) {
  .c-header::before {
    left: 32px;
    display: block;
  }
}
.c-header::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media print, screen and (min-width: 768px) {
  .c-header::after {
    right: 32px;
  }
}
.c-header.is-beginning::before {
  display: none;
}
.c-header.is-end::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-header::before, .c-header::after {
    display: none;
  }
}
.c-header.is-locked::before, .c-header.is-locked::after {
  display: none;
}
.c-header .swiper {
  width: 100%;
  padding-inline: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper {
    padding-inline: 0px;
  }
}
.c-header .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin: 0 auto;
  white-space: nowrap;
  scrollbar-width: none;
  background-color: #fff;
}
.c-header .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper-wrapper {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    grid-template-columns: repeat(auto-fit, minmax(min(50px, 100%), 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1120px;
    padding-inline: 0;
    margin-inline: auto;
    white-space: normal;
  }
}
@media print, screen and (min-width: 992px) {
  .c-header .swiper-wrapper {
    display: grid;
    padding-inline: 16px;
    white-space: initial;
  }
}
.c-header .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper-slide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .c-header .swiper-slide {
    width: 100%;
  }
}
.c-header .swiper-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 8px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline-offset: -1px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper-slide-link {
    padding: 0 2px 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-header .swiper-slide-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.c-header .swiper-slide-link.is-current {
  font-weight: 700;
  color: #0058aa;
  background-color: initial;
  border-color: #0058aa;
}
.c-header .swiper-slide-link:focus-visible {
  color: rgba(51, 51, 51, 0.6);
  border-color: #0058aa;
}
@media (hover: hover) and (pointer: fine) {
  .c-header .swiper-slide-link:hover {
    color: rgba(51, 51, 51, 0.6);
    border-color: #0058aa;
  }
}
.c-header .swiper-button-next,
.c-header .swiper-button-prev {
  top: 9px;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-block: auto;
  background-color: transparent;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper-button-next,
  .c-header .swiper-button-prev {
    display: none !important;
  }
}
.c-header .swiper-button-next::after,
.c-header .swiper-button-prev::after {
  display: block;
  width: 9.6px;
  height: 16px;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper-button-next {
    right: 32px;
  }
}
.c-header .swiper-button-prev {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-header .swiper-button-prev {
    left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header .swiper-button-prev::after {
    scale: -1 1;
  }
}
.c-header .swiper-button-disabled {
  display: none;
}

.c-step {
  width: 100%;
  overflow: hidden;
}

.c-step__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22.5px;
     -moz-column-gap: 22.5px;
          column-gap: 22.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-step__list {
    -webkit-column-gap: 154px;
       -moz-column-gap: 154px;
            column-gap: 154px;
    padding: 29px 0 0;
  }
}
.c-step__list:before {
  position: absolute;
  top: 9px;
  right: calc((100% - 45px) / 6);
  left: calc((100% - 45px) / 6);
  height: 1px;
  margin: auto;
  content: "";
  background-color: #d9d9d9;
}
@media print, screen and (min-width: 768px) {
  .c-step__list:before {
    top: 12.5px;
    right: calc((100% - 308px) / 6);
    left: calc((100% - 308px) / 6);
  }
}

.c-step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 45px) / 3);
  font-size: 1.1rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 768px) {
  .c-step__item {
    width: calc((100% - 308px) / 3);
    font-size: 1.2rem;
  }
}
.c-step__item[aria-current=step] {
  font-weight: bold;
  color: #0058aa;
}
.c-step__item[aria-current=step]:before {
  position: absolute;
  top: -15px;
  right: 50%;
  width: calc(100% + 22.5px);
  height: 1px;
  margin: auto;
  content: "";
  background-color: #0058aa;
}
@media print, screen and (min-width: 768px) {
  .c-step__item[aria-current=step]:before {
    top: -16px;
    width: calc(100% + 154px);
  }
}
.c-step__item[aria-current=step] .c-step__label:before {
  bottom: calc(100% + 4px);
  width: 20px;
  height: 20px;
  background-color: #0058aa;
  border: 5px solid #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .c-step__item[aria-current=step] .c-step__label:before {
    bottom: calc(100% + 3px);
    width: 26px;
    height: 26px;
  }
}
.c-step__item[aria-current=step] .c-step__label:after {
  position: absolute;
  right: 0;
  bottom: calc(100% + 4px);
  left: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  border: 1px solid #0058aa;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .c-step__item[aria-current=step] .c-step__label:after {
    bottom: calc(100% + 3px);
    width: 26px;
    height: 26px;
  }
}
.c-step__item[aria-current=step] .c-step__label-text {
  margin-top: 4px;
}
.c-step__item[aria-current=step] ~ .c-step__item:before {
  background-color: #d9d9d9;
}
.c-step__item[aria-current=step] ~ .c-step__item .c-step__label:before {
  background-color: #d9d9d9;
}
.c-step__item:first-child[aria-current=step]:before {
  display: none;
}
.c-step__item:last-child[aria-current=step]:before {
  width: calc(200% + 45px);
}
@media print, screen and (min-width: 768px) {
  .c-step__item:last-child[aria-current=step]:before {
    width: calc(200% + 308px);
  }
}

.c-step__label {
  position: relative;
  display: block;
  font-style: normal;
  text-align: center;
}
.c-step__label:before {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 10;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background-color: #0058aa;
  border: none;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .c-step__label:before {
    width: 16px;
    height: 16px;
  }
}

.c-step__label-text {
  display: inline-block;
}

.c-terms-of-use {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-terms-of-use {
    height: 242px;
    border-radius: 8px;
  }
}

.c-text-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-text-review .c-text-review__value {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.c-text-review .c-text-review__count {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #F3B925;
}
.c-text-review .c-text-review__link {
  line-height: 1.25;
}
.c-text-review.c-text-review--sm .c-text-review__count {
  font-size: 1.4rem;
}
.c-text-review.c-text-review--sm .c-text-review__link {
  font-size: 1.2rem;
}

.c-text {
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .c-text {
    margin-top: 16px;
  }
}

.c-text-circle {
  position: relative;
  top: -1px;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.818em;
  height: 1.818em;
  padding-top: 0.1em;
  margin-right: 2px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #ea3323;
  border: 1px solid #ea3323;
  border-radius: 50%;
}

.c-text-account-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 23px;
}
@media print, screen and (min-width: 768px) {
  .c-text-account-name {
    font-size: 1.8rem;
    line-height: 145%;
  }
}

.c-text-account-name-small {
  font-size: 1.4rem;
  line-height: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-text-account-name-small {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 145%;
  }
}

.c-toast-container {
  position: fixed;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 10000;
  padding-inline: 40px;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .c-toast-container {
    bottom: 40px;
    left: auto;
    padding-inline: 120px;
  }
}
.is-fixed-goods-cart .c-toast-container {
  bottom: 96px;
}
@media print, screen and (min-width: 768px) {
  .is-fixed-goods-cart .c-toast-container {
    bottom: 40px;
  }
}
.modal-open .c-toast-container {
  bottom: 16px;
}

.c-tool-tip-btn {
  padding: 0;
  color: #333;
  background: none;
  border: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.c-tool-tip-btn:focus-visible {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-tool-tip-btn:hover {
    opacity: 0.6;
  }
}
.c-tool-tip-btn:disabled, .c-tool-tip-btn[disabled] {
  opacity: 0.4;
}

.c-tool-tip-modal__content {
  min-height: initial;
  padding-bottom: 0;
}

.c-new-info .c-panel__link {
  display: grid;
  grid-template-areas: "lead lead" "body body";
  row-gap: 8px;
}
.c-new-info .c-panel__link:has(.c-panel__header) {
  grid-template-areas: "lead lead" "header body";
}
.c-new-info .c-panel__lead {
  grid-area: lead;
}
.c-new-info .c-panel__header {
  grid-area: header;
}
.c-new-info .c-panel__body {
  grid-area: body;
}

/* ------------------------------
会員名
------------------------------ */
#modal-account-show .modal-content {
  padding-bottom: 0;
}

/* ------------------------------
クーポン・特典
------------------------------ */
.p-coupon {
  padding: 16px 8px;
  background: rgba(243, 138, 154, 0.15);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-coupon {
    padding: 24px;
    border-radius: 8px;
  }
}
.p-coupon.p-coupon--benefit {
  background: rgba(243, 185, 37, 0.15);
}

.p-coupon__inner {
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .p-coupon__inner {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.p-coupon__image {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-coupon__image-src {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-coupon__content-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-coupon__content-head-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 125%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media print, screen and (min-width: 768px) {
  .p-coupon__content-head-title {
    font-size: 1.6rem;
  }
}

.p-coupon__content-head-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .p-coupon__content-head-num {
    margin-left: 8px;
    font-size: 1.2rem;
  }
}

.p-coupon__content-hr {
  width: 100%;
  height: 0px;
  margin-block: 8px;
  border-top: 1px dashed #CCCCCC;
}

.p-coupon__content-text {
  display: block;
  margin-top: 4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 125%;
}
@media print, screen and (min-width: 768px) {
  .p-coupon__content-text {
    font-size: 3rem;
  }
}

.p-coupon__content-date {
  margin-top: 4px;
  font-size: 1.1rem;
  color: #ea3323;
}
@media print, screen and (min-width: 768px) {
  .p-coupon__content-date {
    font-size: 1.2rem;
  }
}

/* ------------------------------
クーポンリスト
------------------------------ */
.p-coupon-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .p-coupon-list {
    gap: 16px;
  }
}

/* ------------------------------
優待
------------------------------ */
.p-preferences {
  padding: 16px 24px 16px 8px;
  color: #333;
  background: rgba(243, 138, 154, 0.15);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-preferences {
    padding: 24px;
    border-radius: 8px;
  }
}
.p-preferences.p-preferences--benefit {
  background: rgba(243, 185, 37, 0.15);
}

.p-preferences__inner {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .p-preferences__inner {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.p-preferences__inner::after {
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  display: block;
  width: 9px;
  height: 15px;
  margin: auto;
  content: "";
  background: url(../images/common/i_arrow_right_primary.svg) center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-preferences__inner::after {
    right: 0;
  }
}

.p-preferences__image {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-preferences__image-src {
    width: 100%;
  }
}

.p-preferences__content-head-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 125%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media print, screen and (min-width: 768px) {
  .p-preferences__content-head-title {
    font-size: 1.6rem;
  }
}

.p-preferences__content-text {
  display: block;
  margin-top: 4px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 125%;
}
@media print, screen and (min-width: 768px) {
  .p-preferences__content-text {
    font-size: 3rem;
  }
}

.p-preferences__content-date {
  margin-top: 4px;
  font-size: 1.1rem;
  color: #ea3323;
}
@media print, screen and (min-width: 768px) {
  .p-preferences__content-date {
    font-size: 1.2rem;
  }
}

/* ------------------------------
優待リスト
------------------------------ */
.p-preferences-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .p-preferences-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.p-preferences-list__link {
  display: block;
}

@media print, screen and (min-width: 992px) {
  .p-cart-show-content__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.p-cart-show-content__login {
  width: 100%;
}

.p-cart-show-content__cart {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .p-cart-show-content__cart {
    width: calc((100% - 32px) / 3 * 2);
  }
}

.p-cart-show-content__payment-field {
  display: contents;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .p-cart-show-content__payment-field {
    display: block;
    width: calc((100% - 32px) / 3 * 1);
  }
}

/* ------------------------------
mixin
------------------------------ */
/* ------------------------------
recommend
------------------------------ */
.p-category-top-recommend {
  padding-block: 38px 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-recommend {
    padding-block: 50px 72px;
  }
}

/* ------------------------------
campaign
------------------------------ */
.p-category-top-campaign {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-campaign {
    padding-block: 72px;
  }
}

/* ------------------------------
ranking
------------------------------ */
.p-category-top-ranking {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-ranking {
    padding-block: 72px;
  }
}

/* ------------------------------
search
------------------------------ */
.p-category-top-search {
  width: 100vw;
  padding-block: 40px;
  margin-inline: calc(50% - 50vw);
  background-color: #f8f7f4;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search {
    padding-block: 72px;
  }
}

.p-category-top-search__form-container {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__form-container {
    padding-inline: 32px;
  }
}

.p-category-top-search__outer {
  padding: 8px;
  background-color: #f1efe9;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__outer {
    padding: 24px 40px;
    border-radius: 12px;
  }
}

.p-category-top-search__inner {
  position: relative;
  width: 100%;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__inner {
    border-radius: 12px;
  }
}

.p-category-top-search__input {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10.5px 40px 10.5px 16px;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__input {
    padding: 18.5px 40px 18.5px 16px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
}

.p-category-top-search__submit {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 1;
  padding: 0;
  margin-block: auto;
  background: none;
  border: none;
}

.p-category-top-search__submit-image {
  display: block;
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__submit-image {
    width: 24px;
    height: 24px;
  }
}

.p-category-top-search__hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1184px;
  margin: 16px auto 0;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__hash {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 32px;
    margin-top: 24px;
  }
}

.p-category-top-search__hash-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 23px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__hash-list {
    padding-inline: 40px;
  }
}

.p-category-top-search__hash-btn {
  min-width: auto;
  padding: 6px 14px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__hash-btn {
    padding: 8px 16px;
  }
}

.p-category-top-search__heading3 {
  margin-bottom: 19px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__heading3 {
    margin-bottom: 24px;
  }
}

.p-category-top-search__pickup {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__pickup {
    padding-inline: 32px;
    margin-top: 60px;
  }
}

.p-category-top-search__tab-container {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__tab-container {
    padding-inline: 32px;
  }
}

.p-category-top-search__tab {
  margin-block: 32px 24px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__tab {
    margin-block: 60px 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.p-category-top-search__accordion .p-category-top-search__card {
  position: initial;
  border: none;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card {
    overflow: visible;
    background-color: transparent;
    border: none;
  }
}
.p-category-top-search__accordion .p-category-top-search__card + .p-category-top-search__card {
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card + .p-category-top-search__card {
    margin-top: 0;
  }
}
.p-category-top-search__accordion .p-category-top-search__card:not(:first-of-type) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.p-category-top-search__accordion .p-category-top-search__card:not(:last-of-type) {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-category-top-search__accordion .p-category-top-search__card-header {
  background-color: #fff;
  border: none;
  border-radius: 8px;
}
.p-category-top-search__accordion .p-category-top-search__card-header::before {
  right: 8px;
}
.p-category-top-search__accordion .p-category-top-search__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
.p-category-top-search__accordion .p-category-top-search__card-btn::before {
  right: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-btn {
    border-radius: 8px;
  }
  .p-category-top-search__accordion .p-category-top-search__card-btn[aria-expanded=true] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-category-top-search__accordion .p-category-top-search__card-btn[aria-expanded=true]::after {
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    display: block;
    width: 100%;
    height: 13px;
    margin: auto;
    content: "";
    background: url("../images/category-top/i_speech_bubble.svg") center no-repeat;
    background-size: 100% auto;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-btn:focus-visible {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-category-top-search__accordion .p-category-top-search__card-btn:hover {
    background-color: #fff;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-image {
  width: 56px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-image {
    width: 81px;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-collapse {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-collapse {
    width: calc(100% - 32px);
    margin: 16px auto 0;
    border-radius: 8px;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-body {
  position: relative;
  padding-block: 8px 16px;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-body {
    padding-block: 16px;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-body::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  margin-inline: auto;
  content: "";
  background-color: #ddd;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-body::before {
    display: none;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-body-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-body-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 80px;
  }
}
.p-category-top-search__accordion .p-category-top-search__card-body-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-search__accordion .p-category-top-search__card-body-link {
    min-height: 32px;
  }
}

/* ------------------------------
series
------------------------------ */
.p-category-top-series {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-series {
    padding-block: 72px;
  }
}

/* ------------------------------
article
------------------------------ */
.p-category-top-article {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-article {
    padding-block: 72px;
  }
}

/* ------------------------------
guide
------------------------------ */
.p-category-top-guide {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-guide {
    padding-block: 72px;
  }
}

/* ------------------------------
high-rating
------------------------------ */
.p-category-top-high-rating {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-category-top-high-rating {
    padding-top: 72px;
  }
}

.p-feature-list-anchor {
  width: 100vw;
  padding-block: 32px;
  margin: 40px calc(50% - 50vw) 0;
  background-color: #f8f7f4;
}
@media print, screen and (min-width: 768px) {
  .p-feature-list-anchor {
    padding-block: 40px;
    margin: 72px calc(50% - 50vw) 0;
  }
}

.p-feature-list-anchor__inner {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-feature-list-anchor__inner {
    padding-inline: 32px;
  }
}

/* ------------------------------
mixin
------------------------------ */
/* ------------------------------
コンポーネント
------------------------------ */
.p-home-heading2 {
  margin-top: 0;
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-home-heading2 {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}

.p-home-section-header-sm {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .p-home-section-header-sm {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
  }
}

/* ------------------------------
notice
------------------------------ */
.p-home-notice__header {
  margin: 0;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-notice__header {
    font-size: 1.6rem;
  }
}

/* ------------------------------
recommend
------------------------------ */
.p-home-recommend {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-recommend {
    padding-bottom: 72px;
  }
}

/* ------------------------------
ranking
------------------------------ */
.p-home-ranking {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-ranking {
    padding-block: 72px;
  }
}

.p-home-ranking__tab .nav-link {
  font-size: 1.4rem;
}

/* ------------------------------
article
------------------------------ */
.p-home-article {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-article {
    padding-block: 72px;
  }
}

.p-home-article__tab .nav-link {
  font-size: 1.4rem;
}

/* ------------------------------
search
------------------------------ */
.p-home-search {
  width: 100vw;
  padding-block: 40px;
  margin-inline: calc(50% - 50vw);
  background-color: #f8f7f4;
}
@media print, screen and (min-width: 768px) {
  .p-home-search {
    padding-block: 72px;
  }
}

.p-home-search__form-container {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__form-container {
    padding-inline: 32px;
  }
}

.p-home-search__outer {
  padding: 8px;
  background-color: #f1efe9;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__outer {
    padding: 24px 40px;
    border-radius: 12px;
  }
}

.p-home-search__inner {
  position: relative;
  width: 100%;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__inner {
    border-radius: 12px;
  }
}

.p-home-search__input {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10.5px 40px 10.5px 16px;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__input {
    padding: 18.5px 40px 18.5px 16px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
}

.p-home-search__submit {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 1;
  padding: 0;
  margin-block: auto;
  background: none;
  border: none;
}

.p-home-search__submit-image {
  display: block;
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__submit-image {
    width: 24px;
    height: 24px;
  }
}

.p-home-search__hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1184px;
  margin: 16px auto 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__hash {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 32px;
    margin-top: 24px;
  }
}

.p-home-search__hash-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 23px;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__hash-list {
    padding-inline: 40px;
  }
}

.p-home-search__hash-btn {
  min-width: auto;
  padding: 6px 14px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__hash-btn {
    padding: 8px 16px;
  }
}

.p-home-search__heading3 {
  margin-bottom: 19px;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__heading3 {
    margin-bottom: 24px;
  }
}

.p-home-search__pickup {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__pickup {
    padding-inline: 32px;
    margin-top: 60px;
  }
}

.p-home-search__category {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__category {
    padding-inline: 32px;
  }
}

.p-home-search__category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  gap: 10px 16px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__category-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-home-search__category-list--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.p-home-search__category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
}

.p-home-search__category-image {
  width: 100%;
  height: auto;
}

.p-home-search__category-link-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 66px;
  padding: 13px 16px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #333;
}
@media print, screen and (min-width: 992px) {
  .p-home-search__category-link-body {
    min-height: 68px;
    padding: 8px 16px;
    font-size: 1.8rem;
  }
}

.p-home-search__category-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #0058aa;
  border-radius: 50%;
}

.p-home-search__category-arrow-image {
  width: 5px;
}

/* ------------------------------
high-rating
------------------------------ */
.p-home-high-rating {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-high-rating {
    padding-block: 72px;
  }
}

/* ------------------------------
new-info
------------------------------ */
.p-home-new-info {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-new-info {
    padding-block: 72px;
  }
}

/* ------------------------------
channel
------------------------------ */
.p-home-channel {
  padding-block: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel {
    padding-block: 72px;
  }
}
.p-home-channel iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 345/215;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel iframe {
    border-radius: 12px;
  }
}

.p-home-channel__link {
  display: block;
}

.p-home-channel__link-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.p-home-channel__link-image {
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel__link-image {
    width: 40px;
    height: 40px;
  }
}

.p-home-channel__link-text {
  margin-left: 8px;
  color: #333;
}

.p-home-channel__link-arrow {
  margin-left: auto;
}

.p-home-channel__instagram {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel__instagram {
    gap: 20px 32px;
  }
}

.p-home-channel__instagram__link {
  display: block;
}

.p-home-channel__instagram__src {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel__instagram__src {
    border-radius: 12px;
  }
}

.p-home-channel__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel__sns {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

.p-home-channel__sns-link {
  display: block;
  text-align: center;
}

.p-home-channel__sns-image {
  width: 44px;
  height: 44px;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel__sns-image {
    width: 56px;
    height: 56px;
  }
}

.p-home-channel__sns-text {
  margin-top: 4px;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .p-home-channel__sns-text {
    margin-top: 8px;
  }
}

/* ------------------------------
about
------------------------------ */
.p-home-about {
  width: 100vw;
  padding-block: 40px;
  margin-inline: calc(50% - 50vw);
  background: url("../images/home/bg_about_gradient_sp.webp") bottom/100% auto no-repeat;
}
@media print, screen and (min-width: 768px) {
  .p-home-about {
    padding-block: 72px;
    background-image: url("../images/home/bg_about_gradient_pc.webp");
  }
}

.p-home-about__inner {
  max-width: 1184px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__inner {
    padding-inline: 32px;
  }
}

.p-home-about__catch {
  text-align: center;
}

.p-home-about__catch-img {
  width: 258px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__catch-img {
    width: 465px;
  }
}

.p-home-about__desc {
  margin-top: 16px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__desc {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}

.p-home-about__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-home-about__btns {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin-top: 40px;
  }
}

/* ------------------------------
contact
------------------------------ */
.p-home-contact {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact {
    padding-top: 72px;
  }
}

.p-home-contact__section-wrapper {
  height: 100%;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__section-wrapper {
    border-radius: 16px;
  }
}

.p-home-contact__section {
  display: grid;
  grid-template-areas: "img heading" "img desc" "app app";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 80px 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__section {
    padding-inline: 24px;
  }
}
.p-home-contact__section + .p-home-contact__section {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #ddd;
}

.p-home-contact__heading {
  grid-area: heading;
  margin: 0;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__heading {
    font-size: 2.2rem;
  }
}

.p-home-contact__section-desc {
  grid-area: desc;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__section-desc {
    font-size: 1.6rem;
  }
}

.p-home-contact__section-img {
  grid-area: img;
}

.p-home-contact__section-app {
  grid-area: app;
  justify-self: center;
  margin-top: 16px;
}

.p-home-contact__section-app-link {
  display: inline-block;
}
.p-home-contact__section-app-link:focus-visible {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgb(0, 0, 0);
}

.p-home-contact__store {
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__store {
    border-radius: 16px;
  }
}

.p-home-contact__store-img {
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-home-contact__store-img {
    border-radius: 16px;
  }
}

/* ------------------------------
news
------------------------------ */
.p-home-news {
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-news {
    padding-top: 72px;
  }
}

@media print, screen and (min-width: 992px) {
  .p-product-show-container {
    display: grid;
    grid-template-areas: "p-product-show-slider p-product-show-detail";
    grid-template-columns: 60% 40%;
    grid-row: auto;
    max-width: 1184px;
    margin: 24px auto 0;
  }
}

@media print, screen and (min-width: 992px) {
  .p-product-show-detail {
    grid-area: p-product-show-detail;
  }
}

@media print, screen and (min-width: 992px) {
  .p-product-show-slider {
    grid-area: p-product-show-slider;
    padding-right: 32px;
  }
}

.p-product-show-reveal {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-product-show-reveal {
    padding-inline: 32px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-show-reveal {
    display: none;
  }
}
.p-product-show-reveal[aria-hidden=true] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.container-goods-page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: none;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 992px) {
  .container-goods-page-top {
    display: block;
  }
}
.container-goods-page-top[aria-hidden=true] {
  opacity: 0;
}

.p-ranking-anchor-tab {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-ranking-anchor-tab {
    margin-top: 48px;
  }
}

.p-ranking-anchor-tab__box {
  padding-block: 40px;
  padding-inline: 16px;
  background-color: #f8f7f4;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-ranking-anchor-tab__box {
    padding-block: 32px;
    padding-inline: 24px;
  }
}

.p-ranking-anchor-tab__ttl {
  font-size: 1.7rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-ranking-anchor-tab__ttl {
    font-size: 1.6rem;
  }
}

.p-ranking-anchor-tab__list {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-ranking-anchor-tab__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-ranking-anchor-tab__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-ranking-anchor-tab__item {
  position: relative;
}
.p-ranking-anchor-tab__item:before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  content: "";
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .p-ranking-anchor-tab__item:before {
    right: 0;
    left: 0;
  }
}

.p-ranking-anchor-tab__button {
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1.45;
  color: #333;
  text-align: left;
  background-color: transparent;
  border: 0;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media print, screen and (min-width: 768px) {
  .p-ranking-anchor-tab__button {
    font-size: 1.4rem;
  }
}
.p-ranking-anchor-tab__button:focus-visible {
  color: #0058aa;
  background-color: #e4e0d5;
}
@media (hover: hover) and (pointer: fine) {
  .p-ranking-anchor-tab__button:hover {
    color: #0058aa;
    background-color: #e4e0d5;
  }
}
.p-ranking-anchor-tab__button.is-current {
  color: #0058aa;
  background-color: #e4e0d5;
}

.p-ranking-anchor-tab__button-inner {
  position: relative;
  display: block;
  padding-block: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #ddd;
}
.p-ranking-anchor-tab__button-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 9px;
  height: 15px;
  margin: auto;
  margin-left: 8px;
  content: "";
  background: url("../images/common/i_arrow_right_primary.svg") center no-repeat;
  background-size: 100% auto;
}

.p-regular-service-detail-grid {
  display: grid;
  grid-template-areas: "image content-1" "content-2 content-2";
  grid-template-columns: 104px 1fr;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-regular-service-detail-grid {
    grid-template-areas: "image content-1" "image content-2";
    grid-template-columns: 160px 1fr;
    gap: 24px 32px;
  }
}

.p-regular-service-detail-grid__item:nth-child(1) {
  grid-area: image;
}
.p-regular-service-detail-grid__item:nth-child(2) {
  grid-area: content-1;
}
.p-regular-service-detail-grid__item:nth-child(3) {
  grid-area: content-2;
}

.u-badge-discount {
  padding: 2px 4px 1px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .u-badge-discount {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .u-border-md-left {
    border-left: 1px solid #ddd;
  }
}

.u-w-s {
  width: 64px !important;
}

@media print, screen and (min-width: 768px) {
  .u-w-md-s {
    width: 64px !important;
  }
}

.u-w-m {
  width: 155px !important;
}

@media print, screen and (min-width: 768px) {
  .u-w-md-m {
    width: 358px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-w-md-auto {
    width: auto !important;
  }
}

.u-font-weight-medium {
  font-weight: 500 !important;
}

.u-text-noto-sans-jp {
  font-family: "Notosans", sans-serif;
}
