@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #363636;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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;
}

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;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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: listItem;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  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: 1rem;
  font-size: 1.25rem;
}

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .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-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-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: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 0px solid #dee2e6;
}

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

.table-bordered {
  border: 0px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 0px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
}

.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: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(198.72, 198.72, 198.72);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(150.48, 150.48, 150.48);
}

.table-hover .table-secondary:hover {
  background-color: rgb(185.97, 185.97, 185.97);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(185.97, 185.97, 185.97);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@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;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .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.5em + 0.75rem + 0px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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: calc(0.375rem + 0px);
  padding-bottom: calc(0.375rem + 0px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 0px 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 + 0px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.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 {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  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;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

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

.btn-secondary {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(34.875, 34.875, 34.875);
  border-color: rgb(28.5, 28.5, 28.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 84.15, 84.15, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(28.5, 28.5, 28.5);
  border-color: rgb(22.125, 22.125, 22.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 84.15, 84.15, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000;
  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: #000;
  border-color: #000;
}

.btn-outline-secondary {
  color: #363636;
  border-color: #363636;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #363636;
  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: #363636;
  border-color: #363636;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: 0px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: 0px;
}

.input-group-prepend {
  margin-right: 0px;
}

.input-group-append {
  margin-left: 0px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 0px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 0px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(63.75, 63.75, 63.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(89.25, 89.25, 89.25);
  border-color: rgb(89.25, 89.25, 89.25);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 0px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 0px);
  left: calc(-2.25rem + 0px);
  width: calc(1rem - 0px);
  height: calc(1rem - 0px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 0px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 0px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 0px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 0px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 0px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 0px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(63.75, 63.75, 63.75);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 0px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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: 0px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 0px) calc(0 - 0px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 0px) calc(0 - 0px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

.card-img {
  width: 100%;
  border-radius: calc(0 - 0px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0px);
  border-top-right-radius: calc(0 - 0px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0px);
  border-bottom-left-radius: calc(0 - 0px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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 .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: 0px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  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;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0px;
  line-height: 1.25;
  color: #fff;
  background-color: transparent;
  border: 0px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.page-item.disabled .page-link {
  color: #fff;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #fff;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    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: #000;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: black;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #363636;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(28.5, 28.5, 28.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-primary hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: rgb(28.08, 28.08, 28.08);
  background-color: rgb(214.8, 214.8, 214.8);
  border-color: rgb(198.72, 198.72, 198.72);
}
.alert-secondary hr {
  border-top-color: rgb(185.97, 185.97, 185.97);
}
.alert-secondary .alert-link {
  color: rgb(2.58, 2.58, 2.58);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: 0px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: 0px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary {
  color: rgb(28.08, 28.08, 28.08);
  background-color: rgb(198.72, 198.72, 198.72);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(28.08, 28.08, 28.08);
  background-color: rgb(185.97, 185.97, 185.97);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.08, 28.08, 28.08);
  border-color: rgb(28.08, 28.08, 28.08);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  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: flex;
  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);
}

.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 {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .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);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 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 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 0px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 0px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 0px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 0px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 0px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 0px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 0px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 0px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 0px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0 - 0px);
  border-top-right-radius: calc(0 - 0px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(28.5, 28.5, 28.5) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

.border {
  border: 0px solid #dee2e6 !important;
}

.border-top {
  border-top: 0px solid #dee2e6 !important;
}

.border-right {
  border-right: 0px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 0px solid #dee2e6 !important;
}

.border-left {
  border-left: 0px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

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

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

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

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

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

.rounded {
  border-radius: 0 !important;
}

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

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

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

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

.rounded-lg {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

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

.w-75 {
  width: 75% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.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);
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(15.75, 15.75, 15.75) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !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;
  overflow-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;
    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: 0px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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: 0px 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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.f-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-en {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
}

.f-cinzel {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
}

@font-face {
  font-family: "icon_koh";
  src: url("../fonts/icon_koh.ttf?sgu7t6") format("truetype"), url("../fonts/icon_koh.woff?sgu7t6") format("woff"), url("../fonts/icon_koh.svg?sgu7t6#icon_koh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon_koh" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Apple_Music:before {
  content: "\e90c";
}

.icon-awa:before {
  content: "\e90d";
}

.icon-line_music:before {
  content: "\e916";
}

.icon-login2:before {
  content: "\e913";
}

.icon-cart:before {
  content: "\e907";
}

.icon-cart2:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e90a";
}

.icon-note:before {
  content: "\e906";
}

.icon-line:before {
  content: "\e905";
}

.icon-showroom2:before {
  content: "\e904";
}

.icon-blog:before {
  content: "\e903";
}

.icon-linelive:before {
  content: "\e900";
}

.icon-snapchat:before {
  content: "\e901";
}

.icon-abema:before {
  content: "\e902";
}

.icon-twicast:before {
  content: "\e90e";
}

.icon-tiktok:before {
  content: "\e90f";
}

.icon-showroom:before {
  content: "\e910";
}

.icon-niconico:before {
  content: "\e911";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vine:before {
  content: "\ea97";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\ea9c";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-tumblr2:before {
  content: "\eaba";
}

.icon-appleinc:before {
  content: "\eabe";
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-31 {
  font-size: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-37 {
  font-size: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-39 {
  font-size: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-41 {
  font-size: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-43 {
  font-size: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-45 {
  font-size: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-47 {
  font-size: 47px;
}

.font-48 {
  font-size: 48px;
}

.font-49 {
  font-size: 49px;
}

.font-50 {
  font-size: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-480 {
  margin-right: 480px !important;
}

.mx-480 {
  margin-left: 480px !important;
  margin-right: 480px !important;
}

.my-480 {
  margin-top: 480px !important;
  margin-bottom: 480px !important;
}

.p-490 {
  padding: 490px !important;
}

.pt-490 {
  padding-top: 490px !important;
}

.pb-490 {
  padding-bottom: 490px !important;
}

.pl-490 {
  padding-left: 490px !important;
}

.pr-490 {
  padding-right: 490px !important;
}

.px-490 {
  padding-left: 490px !important;
  padding-right: 490px !important;
}

.py-490 {
  padding-top: 490px !important;
  padding-bottom: 490px !important;
}

.m-490 {
  margin: 490px !important;
}

.mt-490 {
  margin-top: 490px !important;
}

.mb-490 {
  margin-bottom: 490px !important;
}

.ml-490 {
  margin-left: 490px !important;
}

.mr-490 {
  margin-right: 490px !important;
}

.mx-490 {
  margin-left: 490px !important;
  margin-right: 490px !important;
}

.my-490 {
  margin-top: 490px !important;
  margin-bottom: 490px !important;
}

.p-500 {
  padding: 500px !important;
}

.pt-500 {
  padding-top: 500px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.pl-500 {
  padding-left: 500px !important;
}

.pr-500 {
  padding-right: 500px !important;
}

.px-500 {
  padding-left: 500px !important;
  padding-right: 500px !important;
}

.py-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.m-500 {
  margin: 500px !important;
}

.mt-500 {
  margin-top: 500px !important;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.ml-500 {
  margin-left: 500px !important;
}

.mr-500 {
  margin-right: 500px !important;
}

.mx-500 {
  margin-left: 500px !important;
  margin-right: 500px !important;
}

.my-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

.p-510 {
  padding: 510px !important;
}

.pt-510 {
  padding-top: 510px !important;
}

.pb-510 {
  padding-bottom: 510px !important;
}

.pl-510 {
  padding-left: 510px !important;
}

.pr-510 {
  padding-right: 510px !important;
}

.px-510 {
  padding-left: 510px !important;
  padding-right: 510px !important;
}

.py-510 {
  padding-top: 510px !important;
  padding-bottom: 510px !important;
}

.m-510 {
  margin: 510px !important;
}

.mt-510 {
  margin-top: 510px !important;
}

.mb-510 {
  margin-bottom: 510px !important;
}

.ml-510 {
  margin-left: 510px !important;
}

.mr-510 {
  margin-right: 510px !important;
}

.mx-510 {
  margin-left: 510px !important;
  margin-right: 510px !important;
}

.my-510 {
  margin-top: 510px !important;
  margin-bottom: 510px !important;
}

.p-520 {
  padding: 520px !important;
}

.pt-520 {
  padding-top: 520px !important;
}

.pb-520 {
  padding-bottom: 520px !important;
}

.pl-520 {
  padding-left: 520px !important;
}

.pr-520 {
  padding-right: 520px !important;
}

.px-520 {
  padding-left: 520px !important;
  padding-right: 520px !important;
}

.py-520 {
  padding-top: 520px !important;
  padding-bottom: 520px !important;
}

.m-520 {
  margin: 520px !important;
}

.mt-520 {
  margin-top: 520px !important;
}

.mb-520 {
  margin-bottom: 520px !important;
}

.ml-520 {
  margin-left: 520px !important;
}

.mr-520 {
  margin-right: 520px !important;
}

.mx-520 {
  margin-left: 520px !important;
  margin-right: 520px !important;
}

.my-520 {
  margin-top: 520px !important;
  margin-bottom: 520px !important;
}

.p-530 {
  padding: 530px !important;
}

.pt-530 {
  padding-top: 530px !important;
}

.pb-530 {
  padding-bottom: 530px !important;
}

.pl-530 {
  padding-left: 530px !important;
}

.pr-530 {
  padding-right: 530px !important;
}

.px-530 {
  padding-left: 530px !important;
  padding-right: 530px !important;
}

.py-530 {
  padding-top: 530px !important;
  padding-bottom: 530px !important;
}

.m-530 {
  margin: 530px !important;
}

.mt-530 {
  margin-top: 530px !important;
}

.mb-530 {
  margin-bottom: 530px !important;
}

.ml-530 {
  margin-left: 530px !important;
}

.mr-530 {
  margin-right: 530px !important;
}

.mx-530 {
  margin-left: 530px !important;
  margin-right: 530px !important;
}

.my-530 {
  margin-top: 530px !important;
  margin-bottom: 530px !important;
}

.p-540 {
  padding: 540px !important;
}

.pt-540 {
  padding-top: 540px !important;
}

.pb-540 {
  padding-bottom: 540px !important;
}

.pl-540 {
  padding-left: 540px !important;
}

.pr-540 {
  padding-right: 540px !important;
}

.px-540 {
  padding-left: 540px !important;
  padding-right: 540px !important;
}

.py-540 {
  padding-top: 540px !important;
  padding-bottom: 540px !important;
}

.m-540 {
  margin: 540px !important;
}

.mt-540 {
  margin-top: 540px !important;
}

.mb-540 {
  margin-bottom: 540px !important;
}

.ml-540 {
  margin-left: 540px !important;
}

.mr-540 {
  margin-right: 540px !important;
}

.mx-540 {
  margin-left: 540px !important;
  margin-right: 540px !important;
}

.my-540 {
  margin-top: 540px !important;
  margin-bottom: 540px !important;
}

.p-550 {
  padding: 550px !important;
}

.pt-550 {
  padding-top: 550px !important;
}

.pb-550 {
  padding-bottom: 550px !important;
}

.pl-550 {
  padding-left: 550px !important;
}

.pr-550 {
  padding-right: 550px !important;
}

.px-550 {
  padding-left: 550px !important;
  padding-right: 550px !important;
}

.py-550 {
  padding-top: 550px !important;
  padding-bottom: 550px !important;
}

.m-550 {
  margin: 550px !important;
}

.mt-550 {
  margin-top: 550px !important;
}

.mb-550 {
  margin-bottom: 550px !important;
}

.ml-550 {
  margin-left: 550px !important;
}

.mr-550 {
  margin-right: 550px !important;
}

.mx-550 {
  margin-left: 550px !important;
  margin-right: 550px !important;
}

.my-550 {
  margin-top: 550px !important;
  margin-bottom: 550px !important;
}

.p-560 {
  padding: 560px !important;
}

.pt-560 {
  padding-top: 560px !important;
}

.pb-560 {
  padding-bottom: 560px !important;
}

.pl-560 {
  padding-left: 560px !important;
}

.pr-560 {
  padding-right: 560px !important;
}

.px-560 {
  padding-left: 560px !important;
  padding-right: 560px !important;
}

.py-560 {
  padding-top: 560px !important;
  padding-bottom: 560px !important;
}

.m-560 {
  margin: 560px !important;
}

.mt-560 {
  margin-top: 560px !important;
}

.mb-560 {
  margin-bottom: 560px !important;
}

.ml-560 {
  margin-left: 560px !important;
}

.mr-560 {
  margin-right: 560px !important;
}

.mx-560 {
  margin-left: 560px !important;
  margin-right: 560px !important;
}

.my-560 {
  margin-top: 560px !important;
  margin-bottom: 560px !important;
}

.p-570 {
  padding: 570px !important;
}

.pt-570 {
  padding-top: 570px !important;
}

.pb-570 {
  padding-bottom: 570px !important;
}

.pl-570 {
  padding-left: 570px !important;
}

.pr-570 {
  padding-right: 570px !important;
}

.px-570 {
  padding-left: 570px !important;
  padding-right: 570px !important;
}

.py-570 {
  padding-top: 570px !important;
  padding-bottom: 570px !important;
}

.m-570 {
  margin: 570px !important;
}

.mt-570 {
  margin-top: 570px !important;
}

.mb-570 {
  margin-bottom: 570px !important;
}

.ml-570 {
  margin-left: 570px !important;
}

.mr-570 {
  margin-right: 570px !important;
}

.mx-570 {
  margin-left: 570px !important;
  margin-right: 570px !important;
}

.my-570 {
  margin-top: 570px !important;
  margin-bottom: 570px !important;
}

.p-580 {
  padding: 580px !important;
}

.pt-580 {
  padding-top: 580px !important;
}

.pb-580 {
  padding-bottom: 580px !important;
}

.pl-580 {
  padding-left: 580px !important;
}

.pr-580 {
  padding-right: 580px !important;
}

.px-580 {
  padding-left: 580px !important;
  padding-right: 580px !important;
}

.py-580 {
  padding-top: 580px !important;
  padding-bottom: 580px !important;
}

.m-580 {
  margin: 580px !important;
}

.mt-580 {
  margin-top: 580px !important;
}

.mb-580 {
  margin-bottom: 580px !important;
}

.ml-580 {
  margin-left: 580px !important;
}

.mr-580 {
  margin-right: 580px !important;
}

.mx-580 {
  margin-left: 580px !important;
  margin-right: 580px !important;
}

.my-580 {
  margin-top: 580px !important;
  margin-bottom: 580px !important;
}

.p-590 {
  padding: 590px !important;
}

.pt-590 {
  padding-top: 590px !important;
}

.pb-590 {
  padding-bottom: 590px !important;
}

.pl-590 {
  padding-left: 590px !important;
}

.pr-590 {
  padding-right: 590px !important;
}

.px-590 {
  padding-left: 590px !important;
  padding-right: 590px !important;
}

.py-590 {
  padding-top: 590px !important;
  padding-bottom: 590px !important;
}

.m-590 {
  margin: 590px !important;
}

.mt-590 {
  margin-top: 590px !important;
}

.mb-590 {
  margin-bottom: 590px !important;
}

.ml-590 {
  margin-left: 590px !important;
}

.mr-590 {
  margin-right: 590px !important;
}

.mx-590 {
  margin-left: 590px !important;
  margin-right: 590px !important;
}

.my-590 {
  margin-top: 590px !important;
  margin-bottom: 590px !important;
}

.p-600 {
  padding: 600px !important;
}

.pt-600 {
  padding-top: 600px !important;
}

.pb-600 {
  padding-bottom: 600px !important;
}

.pl-600 {
  padding-left: 600px !important;
}

.pr-600 {
  padding-right: 600px !important;
}

.px-600 {
  padding-left: 600px !important;
  padding-right: 600px !important;
}

.py-600 {
  padding-top: 600px !important;
  padding-bottom: 600px !important;
}

.m-600 {
  margin: 600px !important;
}

.mt-600 {
  margin-top: 600px !important;
}

.mb-600 {
  margin-bottom: 600px !important;
}

.ml-600 {
  margin-left: 600px !important;
}

.mr-600 {
  margin-right: 600px !important;
}

.mx-600 {
  margin-left: 600px !important;
  margin-right: 600px !important;
}

.my-600 {
  margin-top: 600px !important;
  margin-bottom: 600px !important;
}

.p-610 {
  padding: 610px !important;
}

.pt-610 {
  padding-top: 610px !important;
}

.pb-610 {
  padding-bottom: 610px !important;
}

.pl-610 {
  padding-left: 610px !important;
}

.pr-610 {
  padding-right: 610px !important;
}

.px-610 {
  padding-left: 610px !important;
  padding-right: 610px !important;
}

.py-610 {
  padding-top: 610px !important;
  padding-bottom: 610px !important;
}

.m-610 {
  margin: 610px !important;
}

.mt-610 {
  margin-top: 610px !important;
}

.mb-610 {
  margin-bottom: 610px !important;
}

.ml-610 {
  margin-left: 610px !important;
}

.mr-610 {
  margin-right: 610px !important;
}

.mx-610 {
  margin-left: 610px !important;
  margin-right: 610px !important;
}

.my-610 {
  margin-top: 610px !important;
  margin-bottom: 610px !important;
}

.p-620 {
  padding: 620px !important;
}

.pt-620 {
  padding-top: 620px !important;
}

.pb-620 {
  padding-bottom: 620px !important;
}

.pl-620 {
  padding-left: 620px !important;
}

.pr-620 {
  padding-right: 620px !important;
}

.px-620 {
  padding-left: 620px !important;
  padding-right: 620px !important;
}

.py-620 {
  padding-top: 620px !important;
  padding-bottom: 620px !important;
}

.m-620 {
  margin: 620px !important;
}

.mt-620 {
  margin-top: 620px !important;
}

.mb-620 {
  margin-bottom: 620px !important;
}

.ml-620 {
  margin-left: 620px !important;
}

.mr-620 {
  margin-right: 620px !important;
}

.mx-620 {
  margin-left: 620px !important;
  margin-right: 620px !important;
}

.my-620 {
  margin-top: 620px !important;
  margin-bottom: 620px !important;
}

.p-630 {
  padding: 630px !important;
}

.pt-630 {
  padding-top: 630px !important;
}

.pb-630 {
  padding-bottom: 630px !important;
}

.pl-630 {
  padding-left: 630px !important;
}

.pr-630 {
  padding-right: 630px !important;
}

.px-630 {
  padding-left: 630px !important;
  padding-right: 630px !important;
}

.py-630 {
  padding-top: 630px !important;
  padding-bottom: 630px !important;
}

.m-630 {
  margin: 630px !important;
}

.mt-630 {
  margin-top: 630px !important;
}

.mb-630 {
  margin-bottom: 630px !important;
}

.ml-630 {
  margin-left: 630px !important;
}

.mr-630 {
  margin-right: 630px !important;
}

.mx-630 {
  margin-left: 630px !important;
  margin-right: 630px !important;
}

.my-630 {
  margin-top: 630px !important;
  margin-bottom: 630px !important;
}

.p-640 {
  padding: 640px !important;
}

.pt-640 {
  padding-top: 640px !important;
}

.pb-640 {
  padding-bottom: 640px !important;
}

.pl-640 {
  padding-left: 640px !important;
}

.pr-640 {
  padding-right: 640px !important;
}

.px-640 {
  padding-left: 640px !important;
  padding-right: 640px !important;
}

.py-640 {
  padding-top: 640px !important;
  padding-bottom: 640px !important;
}

.m-640 {
  margin: 640px !important;
}

.mt-640 {
  margin-top: 640px !important;
}

.mb-640 {
  margin-bottom: 640px !important;
}

.ml-640 {
  margin-left: 640px !important;
}

.mr-640 {
  margin-right: 640px !important;
}

.mx-640 {
  margin-left: 640px !important;
  margin-right: 640px !important;
}

.my-640 {
  margin-top: 640px !important;
  margin-bottom: 640px !important;
}

.p-650 {
  padding: 650px !important;
}

.pt-650 {
  padding-top: 650px !important;
}

.pb-650 {
  padding-bottom: 650px !important;
}

.pl-650 {
  padding-left: 650px !important;
}

.pr-650 {
  padding-right: 650px !important;
}

.px-650 {
  padding-left: 650px !important;
  padding-right: 650px !important;
}

.py-650 {
  padding-top: 650px !important;
  padding-bottom: 650px !important;
}

.m-650 {
  margin: 650px !important;
}

.mt-650 {
  margin-top: 650px !important;
}

.mb-650 {
  margin-bottom: 650px !important;
}

.ml-650 {
  margin-left: 650px !important;
}

.mr-650 {
  margin-right: 650px !important;
}

.mx-650 {
  margin-left: 650px !important;
  margin-right: 650px !important;
}

.my-650 {
  margin-top: 650px !important;
  margin-bottom: 650px !important;
}

.p-660 {
  padding: 660px !important;
}

.pt-660 {
  padding-top: 660px !important;
}

.pb-660 {
  padding-bottom: 660px !important;
}

.pl-660 {
  padding-left: 660px !important;
}

.pr-660 {
  padding-right: 660px !important;
}

.px-660 {
  padding-left: 660px !important;
  padding-right: 660px !important;
}

.py-660 {
  padding-top: 660px !important;
  padding-bottom: 660px !important;
}

.m-660 {
  margin: 660px !important;
}

.mt-660 {
  margin-top: 660px !important;
}

.mb-660 {
  margin-bottom: 660px !important;
}

.ml-660 {
  margin-left: 660px !important;
}

.mr-660 {
  margin-right: 660px !important;
}

.mx-660 {
  margin-left: 660px !important;
  margin-right: 660px !important;
}

.my-660 {
  margin-top: 660px !important;
  margin-bottom: 660px !important;
}

.p-670 {
  padding: 670px !important;
}

.pt-670 {
  padding-top: 670px !important;
}

.pb-670 {
  padding-bottom: 670px !important;
}

.pl-670 {
  padding-left: 670px !important;
}

.pr-670 {
  padding-right: 670px !important;
}

.px-670 {
  padding-left: 670px !important;
  padding-right: 670px !important;
}

.py-670 {
  padding-top: 670px !important;
  padding-bottom: 670px !important;
}

.m-670 {
  margin: 670px !important;
}

.mt-670 {
  margin-top: 670px !important;
}

.mb-670 {
  margin-bottom: 670px !important;
}

.ml-670 {
  margin-left: 670px !important;
}

.mr-670 {
  margin-right: 670px !important;
}

.mx-670 {
  margin-left: 670px !important;
  margin-right: 670px !important;
}

.my-670 {
  margin-top: 670px !important;
  margin-bottom: 670px !important;
}

.p-680 {
  padding: 680px !important;
}

.pt-680 {
  padding-top: 680px !important;
}

.pb-680 {
  padding-bottom: 680px !important;
}

.pl-680 {
  padding-left: 680px !important;
}

.pr-680 {
  padding-right: 680px !important;
}

.px-680 {
  padding-left: 680px !important;
  padding-right: 680px !important;
}

.py-680 {
  padding-top: 680px !important;
  padding-bottom: 680px !important;
}

.m-680 {
  margin: 680px !important;
}

.mt-680 {
  margin-top: 680px !important;
}

.mb-680 {
  margin-bottom: 680px !important;
}

.ml-680 {
  margin-left: 680px !important;
}

.mr-680 {
  margin-right: 680px !important;
}

.mx-680 {
  margin-left: 680px !important;
  margin-right: 680px !important;
}

.my-680 {
  margin-top: 680px !important;
  margin-bottom: 680px !important;
}

.p-690 {
  padding: 690px !important;
}

.pt-690 {
  padding-top: 690px !important;
}

.pb-690 {
  padding-bottom: 690px !important;
}

.pl-690 {
  padding-left: 690px !important;
}

.pr-690 {
  padding-right: 690px !important;
}

.px-690 {
  padding-left: 690px !important;
  padding-right: 690px !important;
}

.py-690 {
  padding-top: 690px !important;
  padding-bottom: 690px !important;
}

.m-690 {
  margin: 690px !important;
}

.mt-690 {
  margin-top: 690px !important;
}

.mb-690 {
  margin-bottom: 690px !important;
}

.ml-690 {
  margin-left: 690px !important;
}

.mr-690 {
  margin-right: 690px !important;
}

.mx-690 {
  margin-left: 690px !important;
  margin-right: 690px !important;
}

.my-690 {
  margin-top: 690px !important;
  margin-bottom: 690px !important;
}

.p-700 {
  padding: 700px !important;
}

.pt-700 {
  padding-top: 700px !important;
}

.pb-700 {
  padding-bottom: 700px !important;
}

.pl-700 {
  padding-left: 700px !important;
}

.pr-700 {
  padding-right: 700px !important;
}

.px-700 {
  padding-left: 700px !important;
  padding-right: 700px !important;
}

.py-700 {
  padding-top: 700px !important;
  padding-bottom: 700px !important;
}

.m-700 {
  margin: 700px !important;
}

.mt-700 {
  margin-top: 700px !important;
}

.mb-700 {
  margin-bottom: 700px !important;
}

.ml-700 {
  margin-left: 700px !important;
}

.mr-700 {
  margin-right: 700px !important;
}

.mx-700 {
  margin-left: 700px !important;
  margin-right: 700px !important;
}

.my-700 {
  margin-top: 700px !important;
  margin-bottom: 700px !important;
}

.p-710 {
  padding: 710px !important;
}

.pt-710 {
  padding-top: 710px !important;
}

.pb-710 {
  padding-bottom: 710px !important;
}

.pl-710 {
  padding-left: 710px !important;
}

.pr-710 {
  padding-right: 710px !important;
}

.px-710 {
  padding-left: 710px !important;
  padding-right: 710px !important;
}

.py-710 {
  padding-top: 710px !important;
  padding-bottom: 710px !important;
}

.m-710 {
  margin: 710px !important;
}

.mt-710 {
  margin-top: 710px !important;
}

.mb-710 {
  margin-bottom: 710px !important;
}

.ml-710 {
  margin-left: 710px !important;
}

.mr-710 {
  margin-right: 710px !important;
}

.mx-710 {
  margin-left: 710px !important;
  margin-right: 710px !important;
}

.my-710 {
  margin-top: 710px !important;
  margin-bottom: 710px !important;
}

.p-720 {
  padding: 720px !important;
}

.pt-720 {
  padding-top: 720px !important;
}

.pb-720 {
  padding-bottom: 720px !important;
}

.pl-720 {
  padding-left: 720px !important;
}

.pr-720 {
  padding-right: 720px !important;
}

.px-720 {
  padding-left: 720px !important;
  padding-right: 720px !important;
}

.py-720 {
  padding-top: 720px !important;
  padding-bottom: 720px !important;
}

.m-720 {
  margin: 720px !important;
}

.mt-720 {
  margin-top: 720px !important;
}

.mb-720 {
  margin-bottom: 720px !important;
}

.ml-720 {
  margin-left: 720px !important;
}

.mr-720 {
  margin-right: 720px !important;
}

.mx-720 {
  margin-left: 720px !important;
  margin-right: 720px !important;
}

.my-720 {
  margin-top: 720px !important;
  margin-bottom: 720px !important;
}

.p-730 {
  padding: 730px !important;
}

.pt-730 {
  padding-top: 730px !important;
}

.pb-730 {
  padding-bottom: 730px !important;
}

.pl-730 {
  padding-left: 730px !important;
}

.pr-730 {
  padding-right: 730px !important;
}

.px-730 {
  padding-left: 730px !important;
  padding-right: 730px !important;
}

.py-730 {
  padding-top: 730px !important;
  padding-bottom: 730px !important;
}

.m-730 {
  margin: 730px !important;
}

.mt-730 {
  margin-top: 730px !important;
}

.mb-730 {
  margin-bottom: 730px !important;
}

.ml-730 {
  margin-left: 730px !important;
}

.mr-730 {
  margin-right: 730px !important;
}

.mx-730 {
  margin-left: 730px !important;
  margin-right: 730px !important;
}

.my-730 {
  margin-top: 730px !important;
  margin-bottom: 730px !important;
}

.p-740 {
  padding: 740px !important;
}

.pt-740 {
  padding-top: 740px !important;
}

.pb-740 {
  padding-bottom: 740px !important;
}

.pl-740 {
  padding-left: 740px !important;
}

.pr-740 {
  padding-right: 740px !important;
}

.px-740 {
  padding-left: 740px !important;
  padding-right: 740px !important;
}

.py-740 {
  padding-top: 740px !important;
  padding-bottom: 740px !important;
}

.m-740 {
  margin: 740px !important;
}

.mt-740 {
  margin-top: 740px !important;
}

.mb-740 {
  margin-bottom: 740px !important;
}

.ml-740 {
  margin-left: 740px !important;
}

.mr-740 {
  margin-right: 740px !important;
}

.mx-740 {
  margin-left: 740px !important;
  margin-right: 740px !important;
}

.my-740 {
  margin-top: 740px !important;
  margin-bottom: 740px !important;
}

.p-750 {
  padding: 750px !important;
}

.pt-750 {
  padding-top: 750px !important;
}

.pb-750 {
  padding-bottom: 750px !important;
}

.pl-750 {
  padding-left: 750px !important;
}

.pr-750 {
  padding-right: 750px !important;
}

.px-750 {
  padding-left: 750px !important;
  padding-right: 750px !important;
}

.py-750 {
  padding-top: 750px !important;
  padding-bottom: 750px !important;
}

.m-750 {
  margin: 750px !important;
}

.mt-750 {
  margin-top: 750px !important;
}

.mb-750 {
  margin-bottom: 750px !important;
}

.ml-750 {
  margin-left: 750px !important;
}

.mr-750 {
  margin-right: 750px !important;
}

.mx-750 {
  margin-left: 750px !important;
  margin-right: 750px !important;
}

.my-750 {
  margin-top: 750px !important;
  margin-bottom: 750px !important;
}

.p-760 {
  padding: 760px !important;
}

.pt-760 {
  padding-top: 760px !important;
}

.pb-760 {
  padding-bottom: 760px !important;
}

.pl-760 {
  padding-left: 760px !important;
}

.pr-760 {
  padding-right: 760px !important;
}

.px-760 {
  padding-left: 760px !important;
  padding-right: 760px !important;
}

.py-760 {
  padding-top: 760px !important;
  padding-bottom: 760px !important;
}

.m-760 {
  margin: 760px !important;
}

.mt-760 {
  margin-top: 760px !important;
}

.mb-760 {
  margin-bottom: 760px !important;
}

.ml-760 {
  margin-left: 760px !important;
}

.mr-760 {
  margin-right: 760px !important;
}

.mx-760 {
  margin-left: 760px !important;
  margin-right: 760px !important;
}

.my-760 {
  margin-top: 760px !important;
  margin-bottom: 760px !important;
}

.p-770 {
  padding: 770px !important;
}

.pt-770 {
  padding-top: 770px !important;
}

.pb-770 {
  padding-bottom: 770px !important;
}

.pl-770 {
  padding-left: 770px !important;
}

.pr-770 {
  padding-right: 770px !important;
}

.px-770 {
  padding-left: 770px !important;
  padding-right: 770px !important;
}

.py-770 {
  padding-top: 770px !important;
  padding-bottom: 770px !important;
}

.m-770 {
  margin: 770px !important;
}

.mt-770 {
  margin-top: 770px !important;
}

.mb-770 {
  margin-bottom: 770px !important;
}

.ml-770 {
  margin-left: 770px !important;
}

.mr-770 {
  margin-right: 770px !important;
}

.mx-770 {
  margin-left: 770px !important;
  margin-right: 770px !important;
}

.my-770 {
  margin-top: 770px !important;
  margin-bottom: 770px !important;
}

.p-780 {
  padding: 780px !important;
}

.pt-780 {
  padding-top: 780px !important;
}

.pb-780 {
  padding-bottom: 780px !important;
}

.pl-780 {
  padding-left: 780px !important;
}

.pr-780 {
  padding-right: 780px !important;
}

.px-780 {
  padding-left: 780px !important;
  padding-right: 780px !important;
}

.py-780 {
  padding-top: 780px !important;
  padding-bottom: 780px !important;
}

.m-780 {
  margin: 780px !important;
}

.mt-780 {
  margin-top: 780px !important;
}

.mb-780 {
  margin-bottom: 780px !important;
}

.ml-780 {
  margin-left: 780px !important;
}

.mr-780 {
  margin-right: 780px !important;
}

.mx-780 {
  margin-left: 780px !important;
  margin-right: 780px !important;
}

.my-780 {
  margin-top: 780px !important;
  margin-bottom: 780px !important;
}

.p-790 {
  padding: 790px !important;
}

.pt-790 {
  padding-top: 790px !important;
}

.pb-790 {
  padding-bottom: 790px !important;
}

.pl-790 {
  padding-left: 790px !important;
}

.pr-790 {
  padding-right: 790px !important;
}

.px-790 {
  padding-left: 790px !important;
  padding-right: 790px !important;
}

.py-790 {
  padding-top: 790px !important;
  padding-bottom: 790px !important;
}

.m-790 {
  margin: 790px !important;
}

.mt-790 {
  margin-top: 790px !important;
}

.mb-790 {
  margin-bottom: 790px !important;
}

.ml-790 {
  margin-left: 790px !important;
}

.mr-790 {
  margin-right: 790px !important;
}

.mx-790 {
  margin-left: 790px !important;
  margin-right: 790px !important;
}

.my-790 {
  margin-top: 790px !important;
  margin-bottom: 790px !important;
}

.p-800 {
  padding: 800px !important;
}

.pt-800 {
  padding-top: 800px !important;
}

.pb-800 {
  padding-bottom: 800px !important;
}

.pl-800 {
  padding-left: 800px !important;
}

.pr-800 {
  padding-right: 800px !important;
}

.px-800 {
  padding-left: 800px !important;
  padding-right: 800px !important;
}

.py-800 {
  padding-top: 800px !important;
  padding-bottom: 800px !important;
}

.m-800 {
  margin: 800px !important;
}

.mt-800 {
  margin-top: 800px !important;
}

.mb-800 {
  margin-bottom: 800px !important;
}

.ml-800 {
  margin-left: 800px !important;
}

.mr-800 {
  margin-right: 800px !important;
}

.mx-800 {
  margin-left: 800px !important;
  margin-right: 800px !important;
}

.my-800 {
  margin-top: 800px !important;
  margin-bottom: 800px !important;
}

.p-810 {
  padding: 810px !important;
}

.pt-810 {
  padding-top: 810px !important;
}

.pb-810 {
  padding-bottom: 810px !important;
}

.pl-810 {
  padding-left: 810px !important;
}

.pr-810 {
  padding-right: 810px !important;
}

.px-810 {
  padding-left: 810px !important;
  padding-right: 810px !important;
}

.py-810 {
  padding-top: 810px !important;
  padding-bottom: 810px !important;
}

.m-810 {
  margin: 810px !important;
}

.mt-810 {
  margin-top: 810px !important;
}

.mb-810 {
  margin-bottom: 810px !important;
}

.ml-810 {
  margin-left: 810px !important;
}

.mr-810 {
  margin-right: 810px !important;
}

.mx-810 {
  margin-left: 810px !important;
  margin-right: 810px !important;
}

.my-810 {
  margin-top: 810px !important;
  margin-bottom: 810px !important;
}

.p-820 {
  padding: 820px !important;
}

.pt-820 {
  padding-top: 820px !important;
}

.pb-820 {
  padding-bottom: 820px !important;
}

.pl-820 {
  padding-left: 820px !important;
}

.pr-820 {
  padding-right: 820px !important;
}

.px-820 {
  padding-left: 820px !important;
  padding-right: 820px !important;
}

.py-820 {
  padding-top: 820px !important;
  padding-bottom: 820px !important;
}

.m-820 {
  margin: 820px !important;
}

.mt-820 {
  margin-top: 820px !important;
}

.mb-820 {
  margin-bottom: 820px !important;
}

.ml-820 {
  margin-left: 820px !important;
}

.mr-820 {
  margin-right: 820px !important;
}

.mx-820 {
  margin-left: 820px !important;
  margin-right: 820px !important;
}

.my-820 {
  margin-top: 820px !important;
  margin-bottom: 820px !important;
}

.p-830 {
  padding: 830px !important;
}

.pt-830 {
  padding-top: 830px !important;
}

.pb-830 {
  padding-bottom: 830px !important;
}

.pl-830 {
  padding-left: 830px !important;
}

.pr-830 {
  padding-right: 830px !important;
}

.px-830 {
  padding-left: 830px !important;
  padding-right: 830px !important;
}

.py-830 {
  padding-top: 830px !important;
  padding-bottom: 830px !important;
}

.m-830 {
  margin: 830px !important;
}

.mt-830 {
  margin-top: 830px !important;
}

.mb-830 {
  margin-bottom: 830px !important;
}

.ml-830 {
  margin-left: 830px !important;
}

.mr-830 {
  margin-right: 830px !important;
}

.mx-830 {
  margin-left: 830px !important;
  margin-right: 830px !important;
}

.my-830 {
  margin-top: 830px !important;
  margin-bottom: 830px !important;
}

.p-840 {
  padding: 840px !important;
}

.pt-840 {
  padding-top: 840px !important;
}

.pb-840 {
  padding-bottom: 840px !important;
}

.pl-840 {
  padding-left: 840px !important;
}

.pr-840 {
  padding-right: 840px !important;
}

.px-840 {
  padding-left: 840px !important;
  padding-right: 840px !important;
}

.py-840 {
  padding-top: 840px !important;
  padding-bottom: 840px !important;
}

.m-840 {
  margin: 840px !important;
}

.mt-840 {
  margin-top: 840px !important;
}

.mb-840 {
  margin-bottom: 840px !important;
}

.ml-840 {
  margin-left: 840px !important;
}

.mr-840 {
  margin-right: 840px !important;
}

.mx-840 {
  margin-left: 840px !important;
  margin-right: 840px !important;
}

.my-840 {
  margin-top: 840px !important;
  margin-bottom: 840px !important;
}

.p-850 {
  padding: 850px !important;
}

.pt-850 {
  padding-top: 850px !important;
}

.pb-850 {
  padding-bottom: 850px !important;
}

.pl-850 {
  padding-left: 850px !important;
}

.pr-850 {
  padding-right: 850px !important;
}

.px-850 {
  padding-left: 850px !important;
  padding-right: 850px !important;
}

.py-850 {
  padding-top: 850px !important;
  padding-bottom: 850px !important;
}

.m-850 {
  margin: 850px !important;
}

.mt-850 {
  margin-top: 850px !important;
}

.mb-850 {
  margin-bottom: 850px !important;
}

.ml-850 {
  margin-left: 850px !important;
}

.mr-850 {
  margin-right: 850px !important;
}

.mx-850 {
  margin-left: 850px !important;
  margin-right: 850px !important;
}

.my-850 {
  margin-top: 850px !important;
  margin-bottom: 850px !important;
}

.p-860 {
  padding: 860px !important;
}

.pt-860 {
  padding-top: 860px !important;
}

.pb-860 {
  padding-bottom: 860px !important;
}

.pl-860 {
  padding-left: 860px !important;
}

.pr-860 {
  padding-right: 860px !important;
}

.px-860 {
  padding-left: 860px !important;
  padding-right: 860px !important;
}

.py-860 {
  padding-top: 860px !important;
  padding-bottom: 860px !important;
}

.m-860 {
  margin: 860px !important;
}

.mt-860 {
  margin-top: 860px !important;
}

.mb-860 {
  margin-bottom: 860px !important;
}

.ml-860 {
  margin-left: 860px !important;
}

.mr-860 {
  margin-right: 860px !important;
}

.mx-860 {
  margin-left: 860px !important;
  margin-right: 860px !important;
}

.my-860 {
  margin-top: 860px !important;
  margin-bottom: 860px !important;
}

.p-870 {
  padding: 870px !important;
}

.pt-870 {
  padding-top: 870px !important;
}

.pb-870 {
  padding-bottom: 870px !important;
}

.pl-870 {
  padding-left: 870px !important;
}

.pr-870 {
  padding-right: 870px !important;
}

.px-870 {
  padding-left: 870px !important;
  padding-right: 870px !important;
}

.py-870 {
  padding-top: 870px !important;
  padding-bottom: 870px !important;
}

.m-870 {
  margin: 870px !important;
}

.mt-870 {
  margin-top: 870px !important;
}

.mb-870 {
  margin-bottom: 870px !important;
}

.ml-870 {
  margin-left: 870px !important;
}

.mr-870 {
  margin-right: 870px !important;
}

.mx-870 {
  margin-left: 870px !important;
  margin-right: 870px !important;
}

.my-870 {
  margin-top: 870px !important;
  margin-bottom: 870px !important;
}

.p-880 {
  padding: 880px !important;
}

.pt-880 {
  padding-top: 880px !important;
}

.pb-880 {
  padding-bottom: 880px !important;
}

.pl-880 {
  padding-left: 880px !important;
}

.pr-880 {
  padding-right: 880px !important;
}

.px-880 {
  padding-left: 880px !important;
  padding-right: 880px !important;
}

.py-880 {
  padding-top: 880px !important;
  padding-bottom: 880px !important;
}

.m-880 {
  margin: 880px !important;
}

.mt-880 {
  margin-top: 880px !important;
}

.mb-880 {
  margin-bottom: 880px !important;
}

.ml-880 {
  margin-left: 880px !important;
}

.mr-880 {
  margin-right: 880px !important;
}

.mx-880 {
  margin-left: 880px !important;
  margin-right: 880px !important;
}

.my-880 {
  margin-top: 880px !important;
  margin-bottom: 880px !important;
}

.p-890 {
  padding: 890px !important;
}

.pt-890 {
  padding-top: 890px !important;
}

.pb-890 {
  padding-bottom: 890px !important;
}

.pl-890 {
  padding-left: 890px !important;
}

.pr-890 {
  padding-right: 890px !important;
}

.px-890 {
  padding-left: 890px !important;
  padding-right: 890px !important;
}

.py-890 {
  padding-top: 890px !important;
  padding-bottom: 890px !important;
}

.m-890 {
  margin: 890px !important;
}

.mt-890 {
  margin-top: 890px !important;
}

.mb-890 {
  margin-bottom: 890px !important;
}

.ml-890 {
  margin-left: 890px !important;
}

.mr-890 {
  margin-right: 890px !important;
}

.mx-890 {
  margin-left: 890px !important;
  margin-right: 890px !important;
}

.my-890 {
  margin-top: 890px !important;
  margin-bottom: 890px !important;
}

.p-900 {
  padding: 900px !important;
}

.pt-900 {
  padding-top: 900px !important;
}

.pb-900 {
  padding-bottom: 900px !important;
}

.pl-900 {
  padding-left: 900px !important;
}

.pr-900 {
  padding-right: 900px !important;
}

.px-900 {
  padding-left: 900px !important;
  padding-right: 900px !important;
}

.py-900 {
  padding-top: 900px !important;
  padding-bottom: 900px !important;
}

.m-900 {
  margin: 900px !important;
}

.mt-900 {
  margin-top: 900px !important;
}

.mb-900 {
  margin-bottom: 900px !important;
}

.ml-900 {
  margin-left: 900px !important;
}

.mr-900 {
  margin-right: 900px !important;
}

.mx-900 {
  margin-left: 900px !important;
  margin-right: 900px !important;
}

.my-900 {
  margin-top: 900px !important;
  margin-bottom: 900px !important;
}

.p-910 {
  padding: 910px !important;
}

.pt-910 {
  padding-top: 910px !important;
}

.pb-910 {
  padding-bottom: 910px !important;
}

.pl-910 {
  padding-left: 910px !important;
}

.pr-910 {
  padding-right: 910px !important;
}

.px-910 {
  padding-left: 910px !important;
  padding-right: 910px !important;
}

.py-910 {
  padding-top: 910px !important;
  padding-bottom: 910px !important;
}

.m-910 {
  margin: 910px !important;
}

.mt-910 {
  margin-top: 910px !important;
}

.mb-910 {
  margin-bottom: 910px !important;
}

.ml-910 {
  margin-left: 910px !important;
}

.mr-910 {
  margin-right: 910px !important;
}

.mx-910 {
  margin-left: 910px !important;
  margin-right: 910px !important;
}

.my-910 {
  margin-top: 910px !important;
  margin-bottom: 910px !important;
}

.p-920 {
  padding: 920px !important;
}

.pt-920 {
  padding-top: 920px !important;
}

.pb-920 {
  padding-bottom: 920px !important;
}

.pl-920 {
  padding-left: 920px !important;
}

.pr-920 {
  padding-right: 920px !important;
}

.px-920 {
  padding-left: 920px !important;
  padding-right: 920px !important;
}

.py-920 {
  padding-top: 920px !important;
  padding-bottom: 920px !important;
}

.m-920 {
  margin: 920px !important;
}

.mt-920 {
  margin-top: 920px !important;
}

.mb-920 {
  margin-bottom: 920px !important;
}

.ml-920 {
  margin-left: 920px !important;
}

.mr-920 {
  margin-right: 920px !important;
}

.mx-920 {
  margin-left: 920px !important;
  margin-right: 920px !important;
}

.my-920 {
  margin-top: 920px !important;
  margin-bottom: 920px !important;
}

.p-930 {
  padding: 930px !important;
}

.pt-930 {
  padding-top: 930px !important;
}

.pb-930 {
  padding-bottom: 930px !important;
}

.pl-930 {
  padding-left: 930px !important;
}

.pr-930 {
  padding-right: 930px !important;
}

.px-930 {
  padding-left: 930px !important;
  padding-right: 930px !important;
}

.py-930 {
  padding-top: 930px !important;
  padding-bottom: 930px !important;
}

.m-930 {
  margin: 930px !important;
}

.mt-930 {
  margin-top: 930px !important;
}

.mb-930 {
  margin-bottom: 930px !important;
}

.ml-930 {
  margin-left: 930px !important;
}

.mr-930 {
  margin-right: 930px !important;
}

.mx-930 {
  margin-left: 930px !important;
  margin-right: 930px !important;
}

.my-930 {
  margin-top: 930px !important;
  margin-bottom: 930px !important;
}

.p-940 {
  padding: 940px !important;
}

.pt-940 {
  padding-top: 940px !important;
}

.pb-940 {
  padding-bottom: 940px !important;
}

.pl-940 {
  padding-left: 940px !important;
}

.pr-940 {
  padding-right: 940px !important;
}

.px-940 {
  padding-left: 940px !important;
  padding-right: 940px !important;
}

.py-940 {
  padding-top: 940px !important;
  padding-bottom: 940px !important;
}

.m-940 {
  margin: 940px !important;
}

.mt-940 {
  margin-top: 940px !important;
}

.mb-940 {
  margin-bottom: 940px !important;
}

.ml-940 {
  margin-left: 940px !important;
}

.mr-940 {
  margin-right: 940px !important;
}

.mx-940 {
  margin-left: 940px !important;
  margin-right: 940px !important;
}

.my-940 {
  margin-top: 940px !important;
  margin-bottom: 940px !important;
}

.p-950 {
  padding: 950px !important;
}

.pt-950 {
  padding-top: 950px !important;
}

.pb-950 {
  padding-bottom: 950px !important;
}

.pl-950 {
  padding-left: 950px !important;
}

.pr-950 {
  padding-right: 950px !important;
}

.px-950 {
  padding-left: 950px !important;
  padding-right: 950px !important;
}

.py-950 {
  padding-top: 950px !important;
  padding-bottom: 950px !important;
}

.m-950 {
  margin: 950px !important;
}

.mt-950 {
  margin-top: 950px !important;
}

.mb-950 {
  margin-bottom: 950px !important;
}

.ml-950 {
  margin-left: 950px !important;
}

.mr-950 {
  margin-right: 950px !important;
}

.mx-950 {
  margin-left: 950px !important;
  margin-right: 950px !important;
}

.my-950 {
  margin-top: 950px !important;
  margin-bottom: 950px !important;
}

.p-960 {
  padding: 960px !important;
}

.pt-960 {
  padding-top: 960px !important;
}

.pb-960 {
  padding-bottom: 960px !important;
}

.pl-960 {
  padding-left: 960px !important;
}

.pr-960 {
  padding-right: 960px !important;
}

.px-960 {
  padding-left: 960px !important;
  padding-right: 960px !important;
}

.py-960 {
  padding-top: 960px !important;
  padding-bottom: 960px !important;
}

.m-960 {
  margin: 960px !important;
}

.mt-960 {
  margin-top: 960px !important;
}

.mb-960 {
  margin-bottom: 960px !important;
}

.ml-960 {
  margin-left: 960px !important;
}

.mr-960 {
  margin-right: 960px !important;
}

.mx-960 {
  margin-left: 960px !important;
  margin-right: 960px !important;
}

.my-960 {
  margin-top: 960px !important;
  margin-bottom: 960px !important;
}

.p-970 {
  padding: 970px !important;
}

.pt-970 {
  padding-top: 970px !important;
}

.pb-970 {
  padding-bottom: 970px !important;
}

.pl-970 {
  padding-left: 970px !important;
}

.pr-970 {
  padding-right: 970px !important;
}

.px-970 {
  padding-left: 970px !important;
  padding-right: 970px !important;
}

.py-970 {
  padding-top: 970px !important;
  padding-bottom: 970px !important;
}

.m-970 {
  margin: 970px !important;
}

.mt-970 {
  margin-top: 970px !important;
}

.mb-970 {
  margin-bottom: 970px !important;
}

.ml-970 {
  margin-left: 970px !important;
}

.mr-970 {
  margin-right: 970px !important;
}

.mx-970 {
  margin-left: 970px !important;
  margin-right: 970px !important;
}

.my-970 {
  margin-top: 970px !important;
  margin-bottom: 970px !important;
}

.p-980 {
  padding: 980px !important;
}

.pt-980 {
  padding-top: 980px !important;
}

.pb-980 {
  padding-bottom: 980px !important;
}

.pl-980 {
  padding-left: 980px !important;
}

.pr-980 {
  padding-right: 980px !important;
}

.px-980 {
  padding-left: 980px !important;
  padding-right: 980px !important;
}

.py-980 {
  padding-top: 980px !important;
  padding-bottom: 980px !important;
}

.m-980 {
  margin: 980px !important;
}

.mt-980 {
  margin-top: 980px !important;
}

.mb-980 {
  margin-bottom: 980px !important;
}

.ml-980 {
  margin-left: 980px !important;
}

.mr-980 {
  margin-right: 980px !important;
}

.mx-980 {
  margin-left: 980px !important;
  margin-right: 980px !important;
}

.my-980 {
  margin-top: 980px !important;
  margin-bottom: 980px !important;
}

.p-990 {
  padding: 990px !important;
}

.pt-990 {
  padding-top: 990px !important;
}

.pb-990 {
  padding-bottom: 990px !important;
}

.pl-990 {
  padding-left: 990px !important;
}

.pr-990 {
  padding-right: 990px !important;
}

.px-990 {
  padding-left: 990px !important;
  padding-right: 990px !important;
}

.py-990 {
  padding-top: 990px !important;
  padding-bottom: 990px !important;
}

.m-990 {
  margin: 990px !important;
}

.mt-990 {
  margin-top: 990px !important;
}

.mb-990 {
  margin-bottom: 990px !important;
}

.ml-990 {
  margin-left: 990px !important;
}

.mr-990 {
  margin-right: 990px !important;
}

.mx-990 {
  margin-left: 990px !important;
  margin-right: 990px !important;
}

.my-990 {
  margin-top: 990px !important;
  margin-bottom: 990px !important;
}

.p-1000 {
  padding: 1000px !important;
}

.pt-1000 {
  padding-top: 1000px !important;
}

.pb-1000 {
  padding-bottom: 1000px !important;
}

.pl-1000 {
  padding-left: 1000px !important;
}

.pr-1000 {
  padding-right: 1000px !important;
}

.px-1000 {
  padding-left: 1000px !important;
  padding-right: 1000px !important;
}

.py-1000 {
  padding-top: 1000px !important;
  padding-bottom: 1000px !important;
}

.m-1000 {
  margin: 1000px !important;
}

.mt-1000 {
  margin-top: 1000px !important;
}

.mb-1000 {
  margin-bottom: 1000px !important;
}

.ml-1000 {
  margin-left: 1000px !important;
}

.mr-1000 {
  margin-right: 1000px !important;
}

.mx-1000 {
  margin-left: 1000px !important;
  margin-right: 1000px !important;
}

.my-1000 {
  margin-top: 1000px !important;
  margin-bottom: 1000px !important;
}

.p-1010 {
  padding: 1010px !important;
}

.pt-1010 {
  padding-top: 1010px !important;
}

.pb-1010 {
  padding-bottom: 1010px !important;
}

.pl-1010 {
  padding-left: 1010px !important;
}

.pr-1010 {
  padding-right: 1010px !important;
}

.px-1010 {
  padding-left: 1010px !important;
  padding-right: 1010px !important;
}

.py-1010 {
  padding-top: 1010px !important;
  padding-bottom: 1010px !important;
}

.m-1010 {
  margin: 1010px !important;
}

.mt-1010 {
  margin-top: 1010px !important;
}

.mb-1010 {
  margin-bottom: 1010px !important;
}

.ml-1010 {
  margin-left: 1010px !important;
}

.mr-1010 {
  margin-right: 1010px !important;
}

.mx-1010 {
  margin-left: 1010px !important;
  margin-right: 1010px !important;
}

.my-1010 {
  margin-top: 1010px !important;
  margin-bottom: 1010px !important;
}

.p-1020 {
  padding: 1020px !important;
}

.pt-1020 {
  padding-top: 1020px !important;
}

.pb-1020 {
  padding-bottom: 1020px !important;
}

.pl-1020 {
  padding-left: 1020px !important;
}

.pr-1020 {
  padding-right: 1020px !important;
}

.px-1020 {
  padding-left: 1020px !important;
  padding-right: 1020px !important;
}

.py-1020 {
  padding-top: 1020px !important;
  padding-bottom: 1020px !important;
}

.m-1020 {
  margin: 1020px !important;
}

.mt-1020 {
  margin-top: 1020px !important;
}

.mb-1020 {
  margin-bottom: 1020px !important;
}

.ml-1020 {
  margin-left: 1020px !important;
}

.mr-1020 {
  margin-right: 1020px !important;
}

.mx-1020 {
  margin-left: 1020px !important;
  margin-right: 1020px !important;
}

.my-1020 {
  margin-top: 1020px !important;
  margin-bottom: 1020px !important;
}

.p-1030 {
  padding: 1030px !important;
}

.pt-1030 {
  padding-top: 1030px !important;
}

.pb-1030 {
  padding-bottom: 1030px !important;
}

.pl-1030 {
  padding-left: 1030px !important;
}

.pr-1030 {
  padding-right: 1030px !important;
}

.px-1030 {
  padding-left: 1030px !important;
  padding-right: 1030px !important;
}

.py-1030 {
  padding-top: 1030px !important;
  padding-bottom: 1030px !important;
}

.m-1030 {
  margin: 1030px !important;
}

.mt-1030 {
  margin-top: 1030px !important;
}

.mb-1030 {
  margin-bottom: 1030px !important;
}

.ml-1030 {
  margin-left: 1030px !important;
}

.mr-1030 {
  margin-right: 1030px !important;
}

.mx-1030 {
  margin-left: 1030px !important;
  margin-right: 1030px !important;
}

.my-1030 {
  margin-top: 1030px !important;
  margin-bottom: 1030px !important;
}

.p-1040 {
  padding: 1040px !important;
}

.pt-1040 {
  padding-top: 1040px !important;
}

.pb-1040 {
  padding-bottom: 1040px !important;
}

.pl-1040 {
  padding-left: 1040px !important;
}

.pr-1040 {
  padding-right: 1040px !important;
}

.px-1040 {
  padding-left: 1040px !important;
  padding-right: 1040px !important;
}

.py-1040 {
  padding-top: 1040px !important;
  padding-bottom: 1040px !important;
}

.m-1040 {
  margin: 1040px !important;
}

.mt-1040 {
  margin-top: 1040px !important;
}

.mb-1040 {
  margin-bottom: 1040px !important;
}

.ml-1040 {
  margin-left: 1040px !important;
}

.mr-1040 {
  margin-right: 1040px !important;
}

.mx-1040 {
  margin-left: 1040px !important;
  margin-right: 1040px !important;
}

.my-1040 {
  margin-top: 1040px !important;
  margin-bottom: 1040px !important;
}

.p-1050 {
  padding: 1050px !important;
}

.pt-1050 {
  padding-top: 1050px !important;
}

.pb-1050 {
  padding-bottom: 1050px !important;
}

.pl-1050 {
  padding-left: 1050px !important;
}

.pr-1050 {
  padding-right: 1050px !important;
}

.px-1050 {
  padding-left: 1050px !important;
  padding-right: 1050px !important;
}

.py-1050 {
  padding-top: 1050px !important;
  padding-bottom: 1050px !important;
}

.m-1050 {
  margin: 1050px !important;
}

.mt-1050 {
  margin-top: 1050px !important;
}

.mb-1050 {
  margin-bottom: 1050px !important;
}

.ml-1050 {
  margin-left: 1050px !important;
}

.mr-1050 {
  margin-right: 1050px !important;
}

.mx-1050 {
  margin-left: 1050px !important;
  margin-right: 1050px !important;
}

.my-1050 {
  margin-top: 1050px !important;
  margin-bottom: 1050px !important;
}

.p-1060 {
  padding: 1060px !important;
}

.pt-1060 {
  padding-top: 1060px !important;
}

.pb-1060 {
  padding-bottom: 1060px !important;
}

.pl-1060 {
  padding-left: 1060px !important;
}

.pr-1060 {
  padding-right: 1060px !important;
}

.px-1060 {
  padding-left: 1060px !important;
  padding-right: 1060px !important;
}

.py-1060 {
  padding-top: 1060px !important;
  padding-bottom: 1060px !important;
}

.m-1060 {
  margin: 1060px !important;
}

.mt-1060 {
  margin-top: 1060px !important;
}

.mb-1060 {
  margin-bottom: 1060px !important;
}

.ml-1060 {
  margin-left: 1060px !important;
}

.mr-1060 {
  margin-right: 1060px !important;
}

.mx-1060 {
  margin-left: 1060px !important;
  margin-right: 1060px !important;
}

.my-1060 {
  margin-top: 1060px !important;
  margin-bottom: 1060px !important;
}

.p-1070 {
  padding: 1070px !important;
}

.pt-1070 {
  padding-top: 1070px !important;
}

.pb-1070 {
  padding-bottom: 1070px !important;
}

.pl-1070 {
  padding-left: 1070px !important;
}

.pr-1070 {
  padding-right: 1070px !important;
}

.px-1070 {
  padding-left: 1070px !important;
  padding-right: 1070px !important;
}

.py-1070 {
  padding-top: 1070px !important;
  padding-bottom: 1070px !important;
}

.m-1070 {
  margin: 1070px !important;
}

.mt-1070 {
  margin-top: 1070px !important;
}

.mb-1070 {
  margin-bottom: 1070px !important;
}

.ml-1070 {
  margin-left: 1070px !important;
}

.mr-1070 {
  margin-right: 1070px !important;
}

.mx-1070 {
  margin-left: 1070px !important;
  margin-right: 1070px !important;
}

.my-1070 {
  margin-top: 1070px !important;
  margin-bottom: 1070px !important;
}

.p-1080 {
  padding: 1080px !important;
}

.pt-1080 {
  padding-top: 1080px !important;
}

.pb-1080 {
  padding-bottom: 1080px !important;
}

.pl-1080 {
  padding-left: 1080px !important;
}

.pr-1080 {
  padding-right: 1080px !important;
}

.px-1080 {
  padding-left: 1080px !important;
  padding-right: 1080px !important;
}

.py-1080 {
  padding-top: 1080px !important;
  padding-bottom: 1080px !important;
}

.m-1080 {
  margin: 1080px !important;
}

.mt-1080 {
  margin-top: 1080px !important;
}

.mb-1080 {
  margin-bottom: 1080px !important;
}

.ml-1080 {
  margin-left: 1080px !important;
}

.mr-1080 {
  margin-right: 1080px !important;
}

.mx-1080 {
  margin-left: 1080px !important;
  margin-right: 1080px !important;
}

.my-1080 {
  margin-top: 1080px !important;
  margin-bottom: 1080px !important;
}

.p-1090 {
  padding: 1090px !important;
}

.pt-1090 {
  padding-top: 1090px !important;
}

.pb-1090 {
  padding-bottom: 1090px !important;
}

.pl-1090 {
  padding-left: 1090px !important;
}

.pr-1090 {
  padding-right: 1090px !important;
}

.px-1090 {
  padding-left: 1090px !important;
  padding-right: 1090px !important;
}

.py-1090 {
  padding-top: 1090px !important;
  padding-bottom: 1090px !important;
}

.m-1090 {
  margin: 1090px !important;
}

.mt-1090 {
  margin-top: 1090px !important;
}

.mb-1090 {
  margin-bottom: 1090px !important;
}

.ml-1090 {
  margin-left: 1090px !important;
}

.mr-1090 {
  margin-right: 1090px !important;
}

.mx-1090 {
  margin-left: 1090px !important;
  margin-right: 1090px !important;
}

.my-1090 {
  margin-top: 1090px !important;
  margin-bottom: 1090px !important;
}

.p-1100 {
  padding: 1100px !important;
}

.pt-1100 {
  padding-top: 1100px !important;
}

.pb-1100 {
  padding-bottom: 1100px !important;
}

.pl-1100 {
  padding-left: 1100px !important;
}

.pr-1100 {
  padding-right: 1100px !important;
}

.px-1100 {
  padding-left: 1100px !important;
  padding-right: 1100px !important;
}

.py-1100 {
  padding-top: 1100px !important;
  padding-bottom: 1100px !important;
}

.m-1100 {
  margin: 1100px !important;
}

.mt-1100 {
  margin-top: 1100px !important;
}

.mb-1100 {
  margin-bottom: 1100px !important;
}

.ml-1100 {
  margin-left: 1100px !important;
}

.mr-1100 {
  margin-right: 1100px !important;
}

.mx-1100 {
  margin-left: 1100px !important;
  margin-right: 1100px !important;
}

.my-1100 {
  margin-top: 1100px !important;
  margin-bottom: 1100px !important;
}

.p-1110 {
  padding: 1110px !important;
}

.pt-1110 {
  padding-top: 1110px !important;
}

.pb-1110 {
  padding-bottom: 1110px !important;
}

.pl-1110 {
  padding-left: 1110px !important;
}

.pr-1110 {
  padding-right: 1110px !important;
}

.px-1110 {
  padding-left: 1110px !important;
  padding-right: 1110px !important;
}

.py-1110 {
  padding-top: 1110px !important;
  padding-bottom: 1110px !important;
}

.m-1110 {
  margin: 1110px !important;
}

.mt-1110 {
  margin-top: 1110px !important;
}

.mb-1110 {
  margin-bottom: 1110px !important;
}

.ml-1110 {
  margin-left: 1110px !important;
}

.mr-1110 {
  margin-right: 1110px !important;
}

.mx-1110 {
  margin-left: 1110px !important;
  margin-right: 1110px !important;
}

.my-1110 {
  margin-top: 1110px !important;
  margin-bottom: 1110px !important;
}

.p-1120 {
  padding: 1120px !important;
}

.pt-1120 {
  padding-top: 1120px !important;
}

.pb-1120 {
  padding-bottom: 1120px !important;
}

.pl-1120 {
  padding-left: 1120px !important;
}

.pr-1120 {
  padding-right: 1120px !important;
}

.px-1120 {
  padding-left: 1120px !important;
  padding-right: 1120px !important;
}

.py-1120 {
  padding-top: 1120px !important;
  padding-bottom: 1120px !important;
}

.m-1120 {
  margin: 1120px !important;
}

.mt-1120 {
  margin-top: 1120px !important;
}

.mb-1120 {
  margin-bottom: 1120px !important;
}

.ml-1120 {
  margin-left: 1120px !important;
}

.mr-1120 {
  margin-right: 1120px !important;
}

.mx-1120 {
  margin-left: 1120px !important;
  margin-right: 1120px !important;
}

.my-1120 {
  margin-top: 1120px !important;
  margin-bottom: 1120px !important;
}

.p-1130 {
  padding: 1130px !important;
}

.pt-1130 {
  padding-top: 1130px !important;
}

.pb-1130 {
  padding-bottom: 1130px !important;
}

.pl-1130 {
  padding-left: 1130px !important;
}

.pr-1130 {
  padding-right: 1130px !important;
}

.px-1130 {
  padding-left: 1130px !important;
  padding-right: 1130px !important;
}

.py-1130 {
  padding-top: 1130px !important;
  padding-bottom: 1130px !important;
}

.m-1130 {
  margin: 1130px !important;
}

.mt-1130 {
  margin-top: 1130px !important;
}

.mb-1130 {
  margin-bottom: 1130px !important;
}

.ml-1130 {
  margin-left: 1130px !important;
}

.mr-1130 {
  margin-right: 1130px !important;
}

.mx-1130 {
  margin-left: 1130px !important;
  margin-right: 1130px !important;
}

.my-1130 {
  margin-top: 1130px !important;
  margin-bottom: 1130px !important;
}

.p-1140 {
  padding: 1140px !important;
}

.pt-1140 {
  padding-top: 1140px !important;
}

.pb-1140 {
  padding-bottom: 1140px !important;
}

.pl-1140 {
  padding-left: 1140px !important;
}

.pr-1140 {
  padding-right: 1140px !important;
}

.px-1140 {
  padding-left: 1140px !important;
  padding-right: 1140px !important;
}

.py-1140 {
  padding-top: 1140px !important;
  padding-bottom: 1140px !important;
}

.m-1140 {
  margin: 1140px !important;
}

.mt-1140 {
  margin-top: 1140px !important;
}

.mb-1140 {
  margin-bottom: 1140px !important;
}

.ml-1140 {
  margin-left: 1140px !important;
}

.mr-1140 {
  margin-right: 1140px !important;
}

.mx-1140 {
  margin-left: 1140px !important;
  margin-right: 1140px !important;
}

.my-1140 {
  margin-top: 1140px !important;
  margin-bottom: 1140px !important;
}

.p-1150 {
  padding: 1150px !important;
}

.pt-1150 {
  padding-top: 1150px !important;
}

.pb-1150 {
  padding-bottom: 1150px !important;
}

.pl-1150 {
  padding-left: 1150px !important;
}

.pr-1150 {
  padding-right: 1150px !important;
}

.px-1150 {
  padding-left: 1150px !important;
  padding-right: 1150px !important;
}

.py-1150 {
  padding-top: 1150px !important;
  padding-bottom: 1150px !important;
}

.m-1150 {
  margin: 1150px !important;
}

.mt-1150 {
  margin-top: 1150px !important;
}

.mb-1150 {
  margin-bottom: 1150px !important;
}

.ml-1150 {
  margin-left: 1150px !important;
}

.mr-1150 {
  margin-right: 1150px !important;
}

.mx-1150 {
  margin-left: 1150px !important;
  margin-right: 1150px !important;
}

.my-1150 {
  margin-top: 1150px !important;
  margin-bottom: 1150px !important;
}

.p-1160 {
  padding: 1160px !important;
}

.pt-1160 {
  padding-top: 1160px !important;
}

.pb-1160 {
  padding-bottom: 1160px !important;
}

.pl-1160 {
  padding-left: 1160px !important;
}

.pr-1160 {
  padding-right: 1160px !important;
}

.px-1160 {
  padding-left: 1160px !important;
  padding-right: 1160px !important;
}

.py-1160 {
  padding-top: 1160px !important;
  padding-bottom: 1160px !important;
}

.m-1160 {
  margin: 1160px !important;
}

.mt-1160 {
  margin-top: 1160px !important;
}

.mb-1160 {
  margin-bottom: 1160px !important;
}

.ml-1160 {
  margin-left: 1160px !important;
}

.mr-1160 {
  margin-right: 1160px !important;
}

.mx-1160 {
  margin-left: 1160px !important;
  margin-right: 1160px !important;
}

.my-1160 {
  margin-top: 1160px !important;
  margin-bottom: 1160px !important;
}

.p-1170 {
  padding: 1170px !important;
}

.pt-1170 {
  padding-top: 1170px !important;
}

.pb-1170 {
  padding-bottom: 1170px !important;
}

.pl-1170 {
  padding-left: 1170px !important;
}

.pr-1170 {
  padding-right: 1170px !important;
}

.px-1170 {
  padding-left: 1170px !important;
  padding-right: 1170px !important;
}

.py-1170 {
  padding-top: 1170px !important;
  padding-bottom: 1170px !important;
}

.m-1170 {
  margin: 1170px !important;
}

.mt-1170 {
  margin-top: 1170px !important;
}

.mb-1170 {
  margin-bottom: 1170px !important;
}

.ml-1170 {
  margin-left: 1170px !important;
}

.mr-1170 {
  margin-right: 1170px !important;
}

.mx-1170 {
  margin-left: 1170px !important;
  margin-right: 1170px !important;
}

.my-1170 {
  margin-top: 1170px !important;
  margin-bottom: 1170px !important;
}

.p-1180 {
  padding: 1180px !important;
}

.pt-1180 {
  padding-top: 1180px !important;
}

.pb-1180 {
  padding-bottom: 1180px !important;
}

.pl-1180 {
  padding-left: 1180px !important;
}

.pr-1180 {
  padding-right: 1180px !important;
}

.px-1180 {
  padding-left: 1180px !important;
  padding-right: 1180px !important;
}

.py-1180 {
  padding-top: 1180px !important;
  padding-bottom: 1180px !important;
}

.m-1180 {
  margin: 1180px !important;
}

.mt-1180 {
  margin-top: 1180px !important;
}

.mb-1180 {
  margin-bottom: 1180px !important;
}

.ml-1180 {
  margin-left: 1180px !important;
}

.mr-1180 {
  margin-right: 1180px !important;
}

.mx-1180 {
  margin-left: 1180px !important;
  margin-right: 1180px !important;
}

.my-1180 {
  margin-top: 1180px !important;
  margin-bottom: 1180px !important;
}

.p-1190 {
  padding: 1190px !important;
}

.pt-1190 {
  padding-top: 1190px !important;
}

.pb-1190 {
  padding-bottom: 1190px !important;
}

.pl-1190 {
  padding-left: 1190px !important;
}

.pr-1190 {
  padding-right: 1190px !important;
}

.px-1190 {
  padding-left: 1190px !important;
  padding-right: 1190px !important;
}

.py-1190 {
  padding-top: 1190px !important;
  padding-bottom: 1190px !important;
}

.m-1190 {
  margin: 1190px !important;
}

.mt-1190 {
  margin-top: 1190px !important;
}

.mb-1190 {
  margin-bottom: 1190px !important;
}

.ml-1190 {
  margin-left: 1190px !important;
}

.mr-1190 {
  margin-right: 1190px !important;
}

.mx-1190 {
  margin-left: 1190px !important;
  margin-right: 1190px !important;
}

.my-1190 {
  margin-top: 1190px !important;
  margin-bottom: 1190px !important;
}

.p-1200 {
  padding: 1200px !important;
}

.pt-1200 {
  padding-top: 1200px !important;
}

.pb-1200 {
  padding-bottom: 1200px !important;
}

.pl-1200 {
  padding-left: 1200px !important;
}

.pr-1200 {
  padding-right: 1200px !important;
}

.px-1200 {
  padding-left: 1200px !important;
  padding-right: 1200px !important;
}

.py-1200 {
  padding-top: 1200px !important;
  padding-bottom: 1200px !important;
}

.m-1200 {
  margin: 1200px !important;
}

.mt-1200 {
  margin-top: 1200px !important;
}

.mb-1200 {
  margin-bottom: 1200px !important;
}

.ml-1200 {
  margin-left: 1200px !important;
}

.mr-1200 {
  margin-right: 1200px !important;
}

.mx-1200 {
  margin-left: 1200px !important;
  margin-right: 1200px !important;
}

.my-1200 {
  margin-top: 1200px !important;
  margin-bottom: 1200px !important;
}

body {
  background-color: #F1F0E9;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  overflow: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  /* ヒラギノ */
  /* ヒラギノ丸ゴ */
  /* 游ゴシック体 */
  /* 游明朝体 */
}
@media screen and (max-width: 428px) {
  body {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
}
a:hover {
  text-decoration: none;
  color: #D80C18;
  opacity: 1;
}

input,
button {
  transition: all 0.3s;
  opacity: 1;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none !important;
}

a,
button {
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.sp,
.ak__sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp,
  .ak__sp {
    display: block !important;
  }
}

.pc,
.ak__pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc,
  .ak__pc {
    display: none !important;
  }
}

.inline-sp,
.ak__inline-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .inline-sp,
  .ak__inline-sp {
    display: inline-block !important;
  }
}

.inline-pc,
.ak__inline-pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .inline-pc,
  .ak__inline-pc {
    display: none !important;
  }
}

.inner,
.ak__inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 16px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.text-align {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .scroll-prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.preload .panel__mask {
  -webkit-transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.grecaptcha-badge {
  visibility: hidden;
  z-index: 99;
}

.ak__menu--list .menu-item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
}
.ak__menu--list .menu-item:hover {
  color: #D80C18;
}
.ak__menu--list .menu-item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: -10px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}
.ak__menu--list .menu-item:hover::after {
  transform: scale(1, 1);
}

.nodata {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 30px;
  width: 100%;
  text-align: center;
}

.new-tag {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  color: #D80C18;
  font-size: 20px;
  position: relative;
  padding-left: 8px;
  display: inline-block;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .new-tag {
    display: inline;
    vertical-align: text-top;
    font-size: 16px;
  }
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.animated {
  opacity: 1;
}

.alert {
  padding: 0.75rem 1.25rem 0.01rem;
}

.ak__blur .ak__blur--thumb {
  overflow: hidden;
}
.ak__blur img {
  filter: blur(7px);
  transform: scale(1.05);
  transition: filter 0.3s ease;
}

.ak__audio {
  background: #fff;
  padding: 60px 40px;
  box-sizing: border-box;
  width: 90%;
  border: solid 1px #101010;
  margin: auto;
}
.ak__audio form {
  margin: 1rem auto;
}
.ak__audio form input[type=password] {
  margin-bottom: 20px;
}
.ak__audio p.first,
.ak__audio p.second {
  text-align: center;
}
@media (max-width: 768px) {
  .ak__audio {
    padding: 30px 14px;
  }
}
@media (max-width: 540px) {
  .ak__audio p.second {
    text-align: left;
  }
}

.l-inner {
  margin: 0 auto;
  padding: 0 clamp(16px, 4.8611111111vw, 70px);
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding: 0 22px;
  }
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 40px 0;
}
@media (max-width: 767.98px) {
  .remodal-wrapper {
    padding: 15px 15px 0;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  background: transparent;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  left: initial !important;
  display: block;
  overflow: visible;
  width: 22px;
  height: 22px;
  margin: 20px;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  outline: 0;
  border: none;
  background-color: transparent !important;
}
@media (max-width: 767.98px) {
  .remodal-close {
    margin: 10px;
  }
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 22px;
  line-height: 22px;
  content: "×";
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal {
  padding: 50px;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .remodal {
    padding: 40px 20px;
  }
}
.remodal.YouTube {
  padding: 0px;
  background: transparent;
  border-radius: 0px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__closebtn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  font-weight: bold;
  border: none;
  background-color: transparent;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 22px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 22px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  right: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100vw;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #ffffff;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  border-radius: 50px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 13px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 6px;
    height: 6px;
    font-size: 10px;
    line-height: 6px;
  }
}
.slick-dots li button:before {
  text-align: center;
  color: #231815;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #fc8102;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.btn-withdrawal {
  background-color: #606060;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 50px;
}

.btn-entry {
  width: 80%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 1em 0;
  background: linear-gradient(90deg, #af4646, #aa0909, #000000); /*グラデーションを定義*/
  color: #fff;
  text-align: center;
  margin: 24px auto;
  display: block;
  position: relative;
  transition: all 0.3s;
}
.btn-entry:hover {
  color: #ffffff;
  opacity: 0.7;
}

.btn-back {
  flex-direction: row;
}
.btn-back:after {
  right: auto;
  left: 15px;
  transform: translate(50%, -50%) rotate(-180deg);
}
.btn-back--fc:before {
  border-color: #000000;
}

.btn {
  color: #D80C18;
  border: 1px solid #D80C18;
  text-decoration: none;
  transition: all 0.3s;
  width: fit-content;
  padding: 14px 50px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 8px;
  }
}
.btn:hover {
  background-color: #D80C18;
  color: #ffffff;
}
.btn:focus {
  box-shadow: none;
}
.btn-primary {
  color: #D80C18;
  overflow: hidden;
  isolation: isolate;
  background-color: initial;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #D80C18;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: -1;
}
.btn-primary:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #D80C18;
}
.btn-primary:hover::before {
  transform: scaleX(1);
}
.btn-primary:focus {
  box-shadow: none;
}
.btn-secondary {
  background-color: initial;
  color: #000000;
  border: 1px solid #000000;
  overflow: hidden;
  isolation: isolate;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: -1;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #000000;
}
.btn-secondary:hover::before {
  transform: scaleX(1);
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 1.35em;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.8em;
}
.btn-block {
  width: 100%;
  max-width: 640px;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .btn-block {
    font-size: 14px;
  }
}

.btn-join,
.btn-login {
  position: relative;
  font-size: 26px;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #D80C18;
  width: 90px;
  height: 120px;
  border: none;
  border-radius: 100%;
  padding: 0;
  letter-spacing: 0;
}
.btn-join .btn-ring,
.btn-login .btn-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.btn-join .btn-ring ellipse,
.btn-login .btn-ring ellipse {
  fill: none;
  stroke: #D80C18;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0;
}
.btn-join .btn-ring-text,
.btn-login .btn-ring-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
}
.btn-join .char,
.btn-login .char {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.btn-join .char__inner,
.btn-login .char__inner {
  display: inline-block;
}
.btn-join:hover,
.btn-login:hover {
  background-color: transparent;
  color: #D80C18;
}
.btn-join:hover .btn-ring ellipse,
.btn-login:hover .btn-ring ellipse {
  animation: moviePlayRing 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.btn-join:hover .char__inner,
.btn-login:hover .char__inner {
  animation: moreBtnTextIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * 0.06s);
}

.btn-register {
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .btn-register {
    color: #D80C18 !important;
  }
}
.btn-register:hover {
  text-decoration: underline !important;
}

.btn-register_bk {
  color: #D80C18 !important;
}

.moreBtn {
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease;
  letter-spacing: initial;
}
.moreBtn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .moreBtn {
    font-size: 23px;
  }
  .moreBtn::after {
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }
}
.moreBtn__text {
  display: inline-flex;
}
.moreBtn .char {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.moreBtn .char__inner {
  display: inline-block;
}
.moreBtn:hover .char__inner {
  animation: moreBtnTextIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * 0.03s);
}
.moreBtn[data-char-split]::after {
  content: none;
}
.moreBtn__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
}
.moreBtn__arrowIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .moreBtn__arrowIcon {
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}
.moreBtn:hover .moreBtn__arrowIcon {
  animation: moreBtnArrowSwap 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .moreBtn:hover .char__inner,
  .moreBtn:hover .moreBtn__arrowIcon,
  .btn-join:hover .char__inner,
  .btn-login:hover .char__inner,
  .btn-join:hover .btn-ring ellipse,
  .btn-login:hover .btn-ring ellipse {
    animation: none;
  }
}
@keyframes moreBtnTextIn {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moreBtnArrowSwap {
  0% {
    transform: translateX(0) rotate(-45deg);
  }
  45% {
    transform: translateX(180%) rotate(-45deg);
  }
  46% {
    transform: translateX(-180%) rotate(-45deg);
  }
  100% {
    transform: translateX(0) rotate(-45deg);
  }
}
.arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
}
.arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.arrow--prev {
  left: 20px;
}
.arrow--prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.arrow--next {
  right: 20px;
}
.arrow--next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pager,
.ak__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .pager,
  .ak__pager {
    margin-top: 30px;
  }
}
.pager .pagenation,
.ak__pager .pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pager .pagenation,
  .ak__pager .pagenation {
    gap: 16px;
  }
}
.pager .pagenation li,
.ak__pager .pagenation li {
  position: relative;
  min-width: 1rem;
}
.pager .pagenation li p,
.ak__pager .pagenation li p {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 40px;
  color: #000000;
}
.pager .pagenation li.page-current p,
.ak__pager .pagenation li.page-current p {
  color: #D80C18;
}
.pager .pagenation li a,
.ak__pager .pagenation li a {
  color: #000000;
}
.pager .pagenation li a:hover,
.ak__pager .pagenation li a:hover {
  color: #D80C18;
}
.pager .pagenation li.arrow,
.ak__pager .pagenation li.arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 28px;
  height: 28px;
}
.pager .pagenation li.arrow::before,
.ak__pager .pagenation li.arrow::before {
  border-color: #000000;
}
.pager .pagenation li.arrow:hover::before,
.ak__pager .pagenation li.arrow:hover::before {
  border-color: #D80C18;
}
.pager .pagenation li.arrow a,
.ak__pager .pagenation li.arrow a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.mf__pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mf__pager .pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mf__pager .pagenation li {
  position: relative;
}
.mf__pager .pagenation li p {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  padding: 0 0.5em;
  width: 36px;
  height: 36px;
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mf__pager .pagenation li.page-current p {
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 50px;
  color: #000000;
}
.mf__pager .pagenation li a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: transparent;
  border: solid 1px #000000;
  border-radius: 50px;
}
.mf__pager .pagenation li a:hover {
  color: #AEE2FF;
  border: solid 1px #AEE2FF;
}
.mf__pager .pagenation-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.mf__pager .pagenation-back a {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  background-image: url("../img/fc/left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0);
}
.mf__pager .pagenation-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.mf__pager .pagenation-next a {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  background-image: url("../img/fc/right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0);
}

.ak__heading {
  margin-bottom: 66px;
  text-align: center;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  .ak__heading {
    padding-top: 80px;
    margin-bottom: 0;
  }
}
.ak__heading--titlepage h2 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  color: #D80C18;
  text-align: left;
  border-bottom: 1px solid #D80C18;
  padding-bottom: 28px;
}
.ak__heading--category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3em;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
}
.ak__heading--category ul li a {
  font-size: 26px;
}
.ak__heading--category ul li a.current {
  color: #D80C18;
}
.ak__heading--title h2 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  letter-spacing: initial;
  text-align: center;
  font-size: 80px;
  color: #D80C18;
  border-bottom: unset;
  line-height: initial;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ak__heading--title h2 {
    font-size: 52px;
  }
}
.ak__heading h2 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  letter-spacing: initial;
  text-align: center;
  font-size: 80px;
  color: #D80C18;
  border-bottom: unset;
  line-height: initial;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ak__heading h2 {
    font-size: 52px;
  }
}

.ak__movie__inner .ak__heading {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .ak__movie__inner .ak__heading {
    padding-top: 80px;
  }
}
.ak__movie__inner .ak__heading h2 {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .ak__movie__inner .ak__heading h2 {
    font-size: 52px;
  }
}

.ak__biography .ak__heading--titlepage h2 {
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

.ak__mypage .ak__heading--title:first-child h2,
.ak__payment .ak__heading--title:first-child h2 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .ak__mypage .ak__heading--title:first-child h2,
  .ak__payment .ak__heading--title:first-child h2 {
    font-size: 52px;
  }
}

.discography-archive .ak__heading--title img {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .discography-archive .ak__heading--title h2 {
    font-size: 42px;
  }
}
.discography-archive .ak__heading--category ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .discography-archive .ak__heading--category ul {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .ak__discography .ak__heading h2 {
    font-size: 42px;
  }
}

.ak__heading--category {
  margin-top: 30px;
}

.mypage .ak__heading--title h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #D80C18;
  border-bottom: 1px solid #D80C18;
}

.ak__transfer .ak__heading {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .ak__transfer .ak__heading {
    margin-bottom: 40px !important;
  }
}
.ak__transfer .ak__heading h2 {
  line-height: 0.8;
}
.ak__transfer .ak__heading label {
  margin: 10px 0 0px;
  background: #D80C18;
  color: #ffffff;
  padding: 5px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ak__transfer .ak__heading label {
    font-size: 14px;
  }
}

.ak__archive--image, .ak__archive--list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.ak__archive--imageItem, .ak__archive--listItem {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.ak__archive--imageItem a, .ak__archive--listItem a {
  align-items: center;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .ak__archive--imageItem a, .ak__archive--listItem a {
    gap: 0;
  }
}
.ak__archive--imageItem a p, .ak__archive--listItem a p {
  display: -webkit-box;
  width: 100%;
  font-size: 13px;
  position: relative;
  flex: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .ak__archive--imageItem a p, .ak__archive--listItem a p {
    font-size: 13px;
    flex: unset;
    width: 100%;
  }
}
.ak__archive--image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.ak__archive--imageItem {
  width: calc((100% - 40px) / 3);
  border: none;
}
@media screen and (max-width: 768px) {
  .ak__archive--imageItem {
    width: 100%;
  }
}
.ak__archive--imageItem a {
  padding: 0;
  display: block;
}
.ak__archive--imageItem a:hover .ak__archive--imageThumbnail.mov::before {
  background-color: rgba(0, 0, 0, 0);
}
.ak__archive--imageItem a:hover .ak__archive--imageThumbnail.mov::after {
  opacity: 0;
}
.ak__archive--imageThumbnail {
  position: relative;
  z-index: 0;
  margin-bottom: 5px;
  overflow: hidden;
}
.ak__archive--imageThumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.ak__archive--imageThumbnail.mov::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  border-radius: 10px;
}

.ak__discography--list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .ak__discography--list {
    gap: 20px 16px;
  }
}
.ak__discography--list > li {
  width: calc((100% - 100px) / 3);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ak__discography--list > li {
    width: calc((100% - 16px) / 2);
  }
}
.ak__discography--list > li figure {
  margin: 0;
}
.ak__discography--list > li figure a {
  display: block;
}
.ak__discography--list > li .ak__archive--imageThumbnail {
  aspect-ratio: 1/1;
}
.ak__discography--list > li figcaption {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .ak__discography--list > li figcaption {
    margin-top: 0;
  }
}
.ak__discography--list > li figcaption .ak__archive--imageHeading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ak__discography--list > li figcaption .ak__archive--imageHeading time {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 22px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .ak__discography--list > li figcaption .ak__archive--imageHeading time {
    font-size: 20px;
    margin-top: 4px;
  }
}
.ak__discography--list > li figcaption p {
  font-size: 13px;
  margin-top: 0px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .ak__discography--list > li figcaption p {
    font-size: 13px;
    line-height: initial;
  }
}
.ak__discography--wrap {
  display: flex;
  gap: 60px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ak__discography--wrap {
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
  }
}
.ak__discography--images {
  max-width: 450px;
  width: 100%;
}
.ak__discography--profileHeading {
  margin-bottom: 20px;
}
.ak__discography--profileHeading h3 {
  margin-bottom: 5px;
}
.ak__discography--profile a {
  color: #D80C18;
}

.ak__textlist {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.ak__textlist--item {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .ak__textlist--item {
    gap: 0;
    padding: 15px 0;
  }
}
.ak__textlist--item time {
  display: inline-block;
  line-height: 0;
  margin: 0;
  position: relative;
  top: -1px;
  font-size: 14px;
}
.ak__textlist--item label {
  background-color: #AEE2FF;
  color: #ffffff;
  border-radius: 50px;
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding: 3px 0.5em 1px;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  position: relative;
}
.ak__textlist--item p {
  display: -webkit-box;
  width: 100%;
  font-size: 13px;
  position: relative;
  flex: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .ak__textlist--item p {
    flex: unset;
    width: 100%;
  }
}

.ak__schedule--list {
  flex-wrap: wrap;
  gap: 50px;
}
.ak__schedule--list .ak__archive--listItem {
  width: calc((100% - 100px) / 3);
}
.ak__schedule--list a {
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ak__schedule--list a {
    gap: 10px;
  }
}
.ak__schedule--list a .thumbnail {
  width: 100%;
  flex-shrink: 0;
}
.ak__schedule--list a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ak__schedule--list a .state {
  flex: 1;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ak__schedule--list a .state {
    display: block;
  }
}

.ak__calendar--list,
.ak__wallpaper--list {
  gap: 13px;
  row-gap: 50px;
}
.ak__calendar--listItem,
.ak__wallpaper--listItem {
  width: calc((100% - 40px) / 4);
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ak__calendar--listItem,
  .ak__wallpaper--listItem {
    width: 100%;
    margin-right: 0;
  }
}
.ak__calendar--listItem a,
.ak__wallpaper--listItem a {
  display: block;
  position: relative;
}
.ak__calendar--listItem a img,
.ak__wallpaper--listItem a img {
  margin-bottom: 5px;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
  width: 100%;
}
.ak__calendar--listItem a figcaption p,
.ak__wallpaper--listItem a figcaption p {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 27px;
}
.ak__calendar--listItem a:hover img,
.ak__wallpaper--listItem a:hover img {
  transform: scale(1.1);
}

.ak__photo--detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .ak__photo--detail {
    gap: 8px;
  }
}
.ak__photo--detailItem {
  width: calc(25% - 16px);
}
@media screen and (max-width: 768px) {
  .ak__photo--detailItem {
    width: calc(33.3333333333% - 6px);
  }
}
.ak__photo--detailItem {
  font-size: 0;
  line-height: 0;
}
.ak__photo--detailItem img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.times {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .times {
    width: 100%;
  }
}

.archive-ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive-ttl p {
  flex: 1;
}
.archive-ttl .new-tag {
  flex-shrink: 0;
}

.ak__textlist--item a {
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ak__textlist--item a {
    gap: 6px;
  }
}
.ak__textlist--item .times {
  flex-shrink: 0;
}
.ak__textlist--item .day {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  color: #000000;
  white-space: nowrap;
  width: 3.3em;
}
@media screen and (max-width: 768px) {
  .ak__textlist--item .day {
    font-size: 6.4676616915vw;
  }
}

.message {
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .message {
    font-size: 3vw;
  }
}

.required {
  color: #D80C18;
  font-weight: bold;
}

.error_list {
  color: #D80C18;
  margin-bottom: 50px;
}

.hm_err_msg {
  text-align: center;
}

.inputform {
  width: 100%;
}

form {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 640px;
  margin: auto;
}
form button,
form select,
form textarea {
  -webkit-appearance: none;
}
form .form-control {
  border: solid 1px #FFBED2;
}
form .custom-control-label::before {
  background-color: #fc8102;
}
form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fc8102;
}
form p {
  margin: 0.5em 0;
}
form table {
  width: 100%;
}
form table tr .data {
  word-wrap: break-word;
  font-size: 14px;
}
form table tr .submit {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  form table {
    width: 100%;
    display: block;
  }
  form table tbody {
    display: block;
  }
  form table tr {
    display: block;
  }
  form table tr .column {
    display: block;
    padding-bottom: 10px;
  }
  form table tr .data {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 2.8vw;
  }
  form table tr .data .hm_comment {
    margin-bottom: 10px;
  }
  form table tr .submit {
    display: block;
  }
}
form label {
  display: block;
  margin-top: 1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 428px) {
  form label {
    display: block;
  }
}
form input[type=tel],
form input[type=text],
form input[type=password],
form input[type=email] {
  padding: 5px;
  border: none;
  border-radius: 0;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #606060;
  padding: 0.25em 1em;
  font-size: 16px;
}
form select {
  border: solid 1px #606060;
  color: #000000;
  border-radius: 0;
  padding: 5px 6px 5px 11px;
  position: relative;
  background-image: url("../img/ico_select.svg") !important;
  background-size: 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  min-width: 80px;
}
form input[type=radio],
form input[type=checkbox] {
  accent-color: #D80C18;
}
form textarea {
  padding: 5px;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 300px;
  max-width: 100%;
  border: solid 1px #606060;
  background-color: #ffffff;
  padding: 0.75em 1em;
}
@media screen and (max-width: 428px) {
  form textarea {
    height: 150px;
  }
}
form td.submit {
  text-align: center;
}
form input[type=file] {
  border: none;
}
form .btn-submit {
  position: relative;
  width: fit-content;
  margin: auto;
}
form button:focus {
  outline: 0;
}
form .data pre {
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  max-width: 780px;
  white-space: normal;
  word-wrap: break-word;
  white-space: initial;
}

.inputform tr .column {
  border-bottom: 1px dotted #D9D9D9;
  font-weight: bold;
}
.inputform tr .data {
  border-bottom: 1px dotted #D9D9D9;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .inputform {
    width: 100%;
    display: block;
  }
  .inputform tbody {
    display: block;
  }
  .inputform tr {
    display: block;
  }
  .inputform tr .column {
    display: block;
    border-bottom: none;
    font-size: 3vw;
  }
  .inputform tr .data {
    display: block;
    border-bottom: 1px dotted #D9D9D9;
  }
  .inputform tr .submit {
    display: block;
  }
}
.hm_title {
  text-align: center;
  border-bottom: solid 1px #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0.5em 0;
  margin-bottom: 40px;
}

#inputForm td.data table td {
  padding: 0 1em 0 0;
}

fieldset.gender legend {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
}
fieldset.gender label {
  display: inline-block;
}

fieldset.birthday legend {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
}
fieldset.birthday label {
  display: inline-block;
}

.point-items .owned-point {
  text-align: center;
  margin-bottom: 20px;
}
.point-items .owned-point span {
  font-size: 24px;
  font-weight: 800;
}
.point-items table {
  width: 100%;
  max-width: 500px !important;
  margin: 0 auto 30px;
}
.point-items table tr td:nth-child(odd) {
  background-color: #D80C18;
  color: #ffffff;
}
.point-items input[type=number] {
  background: #DDF3FF;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #eaeaea;
}
.point-items .alert {
  font-size: 13px;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #DDF3FF;
  border: solid 1px #D80C18;
  border-radius: 5px;
}

.payment-gacha #cartItems {
  padding: 10px;
  background: #f2f2f6;
  margin-bottom: 20px;
}
.payment-gacha .checkout-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.payment-gacha .checkout-item-row > div:nth-child(1) {
  width: 100%;
  order: 1;
}
.payment-gacha .checkout-item-row > div:nth-child(2) {
  order: 3;
  text-align: right;
  flex: 1;
  font-weight: 700;
  font-size: 1.2em;
}
.payment-gacha .checkout-item-row > div:nth-child(3) {
  order: 2;
}
.payment-gacha .checkout-item-row .item-del {
  order: 4;
  background: #ffffff;
  color: #000000;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 100vw;
  border: solid 1px #000000;
}
.payment-gacha .checkout-item-row + div {
  font-weight: 700;
  font-size: 1.2em;
}

.payment-gacha-complete p {
  text-align: center;
}
.payment-gacha-complete p .number {
  font-size: 24px;
  font-weight: 800;
}

.members_point {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 1em 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .members_point {
    padding: 1em 1em;
  }
}
.members_point h4.members_point--title {
  line-height: 1;
}
.members_point--num p {
  color: #D80C18;
  font-size: 24px;
  margin-bottom: 0 !important;
}
.members_point--caution {
  border-top: solid 1px #000000;
  padding-top: 1em;
}

.gacha_remain_data {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gacha_remain_data {
    gap: 20px 10px;
  }
}
.gacha_remain_data--item {
  text-align: center;
  max-width: 270px;
}
.gacha_remain_data--item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .gacha_remain_data--item figure {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .gacha_remain_data--item {
    width: calc(50% - 5px);
  }
}
.gacha_remain_data--item img {
  max-width: 270px;
  height: auto;
  width: 100%;
  margin-bottom: 0 !important;
}
.gacha_remain_data--item figcaption {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .gacha_remain_data--item figcaption {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.gacha_remain_data--item figcaption strong {
  font-size: 1.2rem;
  display: block;
}
.gacha_remain_data--item figcaption .prize_name {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gacha_remain_data--item figcaption .prize_remain_data {
  background-color: #D80C18;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  width: 100%;
}
.gacha_remain_data--item figcaption .prize_remain_data span {
  font-weight: 700;
  font-size: 1.2em;
}

.gacha_data_histroy {
  width: 100%;
}
.gacha_data_histroy td {
  text-align: center;
}
.gacha_data_histroy .prize_image {
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gacha_data_histroy .prize_image {
    width: 160px;
  }
}
.gacha_data_histroy .prize_date {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
}
.gacha_data_histroy .prize_name {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gacha_data_histroy table {
    border: none;
  }
  .gacha_data_histroy thead {
    display: none;
  }
  .gacha_data_histroy tbody tr {
    display: block;
    border-bottom: solid 1px #000;
    padding: 1rem 6px;
  }
  .gacha_data_histroy tbody tr:last-child {
    border-bottom: none;
  }
  .gacha_data_histroy tbody tr td {
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
  }
}

.gacha-movieWrap {
  border: solid 1px #000000;
  line-height: 0;
  max-width: 480px;
  margin: auto;
}
.gacha-movieWrap video {
  width: 100%;
  height: auto;
}

.gacha-resultWrap {
  display: none;
}

.gacha-point-alert {
  font-weight: 700;
  text-align: center;
  color: #D80C18;
}

.gacha-result-title {
  font-family: lust, serif;
  text-align: center;
  font-size: 2rem;
}

.gacha-message {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.gacha_result {
  text-align: center;
  padding: 30px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .gacha_result {
    padding: 10px 0;
  }
}
.gacha_result img {
  max-width: 320px;
  display: inline-block;
}
.gacha_result .prize_message {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem auto;
}

.gacha-alert {
  display: none;
}

.price-list-table {
  width: 100%;
  table-layout: fixed;
}
.price-list-table td {
  font-size: 1.5em;
  text-align: right;
}

.gacha_award {
  text-align: center;
  margin-bottom: 2em;
}
.gacha_award h4 {
  text-align: center;
}
.gacha_award .prize_award {
  max-width: 50%;
  height: auto;
  display: inline-block;
  margin: 1em auto;
}

.gacha_exchange {
  background: #606060;
  border-radius: 5px;
  padding: 0 0px 1px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.gacha_exchange h3 {
  display: block;
  text-align: center;
  background: #d4d4d4;
  color: #ffffff;
  padding: 5px;
  margin: 0 0 10px;
  border: none;
}

.gacha_result_data {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 0;
  max-width: 480px;
  margin: 0 auto 2rem;
}
.gacha_result_data--item[data-exchanged_none="0"] img {
  opacity: 0.75;
  filter: grayscale(100%);
}
.gacha_result_data--item[data-exchanged_none="0"] .prize_redemption .col_red {
  display: none;
}
.gacha_result_data--item {
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  border-bottom: solid 1px rgba(252, 129, 2, 0.3);
}
.gacha_result_data--item figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  gap: 10px;
}
.gacha_result_data--item img {
  max-width: 85px !important;
  height: 90px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.gacha_result_data--item figcaption {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 12px;
}
.gacha_result_data--item figcaption strong {
  font-size: 1.2rem;
  display: block;
}
.gacha_result_data--item figcaption .prize_name {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 700;
  width: 100%;
}
.gacha_result_data--item figcaption .prize_redemption {
  width: 100%;
  text-align: right;
}
.gacha_result_data--item figcaption .prize_remain_data {
  background-color: #fc8102;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  width: 100%;
}
.gacha_result_data--item figcaption .prize_remain_data span {
  font-weight: 700;
  font-size: 1.2em;
}

.prize_redemption .prize_redemption_0 {
  display: inline-block;
  margin-left: 5px;
}
.prize_redemption .prize_redemption_1 {
  display: inline-block;
}

.modal_redemption-list {
  margin: 1em auto;
}
.modal_redemption-list label {
  margin-bottom: 20px;
  display: block;
}
.modal_redemption-list label:last-of-type {
  margin-bottom: 0;
}
.modal_redemption-list label input {
  display: none;
}
.modal_redemption-list label .prize_name {
  color: #fc8102;
  border: 1px solid #fc8102;
  border-radius: 5px;
  padding: 0.75em 2em;
  display: block;
  font-size: 1.2em;
}
.modal_redemption-list label .prize_name .prize_count {
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}
.modal_redemption-list label input:checked + .prize_name {
  color: #FFF;
  background: #D80C18;
  border: 1px solid #D80C18;
}

.btn-modal-submit:disabled {
  color: #d4d4d4;
  opacity: 0.25;
  background: #383838;
  font-weight: 600;
  pointer-events: none;
}

.prize_remain_name {
  font-size: 1rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .prize_remain_name {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .wysiwyg,
  .ak__wysiwyg {
    font-size: 12px;
  }
}
.wysiwyg *,
.ak__wysiwyg * {
  font-feature-settings: "palt";
  letter-spacing: 0.04rem;
  word-break: break-all;
}
.wysiwyg .li-none,
.ak__wysiwyg .li-none {
  padding-left: 0;
}
.wysiwyg .li-none li,
.ak__wysiwyg .li-none li {
  list-style: none;
}
.wysiwyg img,
.ak__wysiwyg img {
  margin: 1rem auto;
}
.wysiwyg h1,
.ak__wysiwyg h1 {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 900;
}
.wysiwyg h2,
.ak__wysiwyg h2 {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.wysiwyg h3,
.ak__wysiwyg h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
  background: #D80C18;
  padding: 12px 20px;
}
.wysiwyg h4,
.ak__wysiwyg h4 {
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
}
.wysiwyg h5,
.wysiwyg h3,
.ak__wysiwyg h5,
.ak__wysiwyg h3 {
  color: #ffffff;
  font-size: 14px;
  background: #000000;
  padding: 8px 20px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.wysiwyg h6,
.ak__wysiwyg h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 12px;
  margin-bottom: 12px;
}
.wysiwyg a:not(.btn),
.ak__wysiwyg a:not(.btn) {
  color: #D80C18;
  text-decoration: underline;
}
.wysiwyg a:not(.btn):hover,
.ak__wysiwyg a:not(.btn):hover {
  text-decoration: none;
}
.wysiwyg p,
.ak__wysiwyg p {
  display: block;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 2.1em;
}
@media screen and (max-width: 428px) {
  .wysiwyg p,
  .ak__wysiwyg p {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-right: -0.25em;
  }
  .wysiwyg p img,
  .ak__wysiwyg p img {
    max-width: calc(100% - 0.25em);
  }
}
.wysiwyg ol,
.ak__wysiwyg ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1em;
}
.wysiwyg ol li,
.ak__wysiwyg ol li {
  list-style-type: decimal;
  font-size: 1em;
  line-height: 1.8;
}
.wysiwyg ol.style_none,
.ak__wysiwyg ol.style_none {
  list-style-type: none;
  padding-left: 0;
}
.wysiwyg ol.style_none li,
.ak__wysiwyg ol.style_none li {
  list-style-type: none;
}
.wysiwyg ul,
.ak__wysiwyg ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1em;
}
.wysiwyg ul li,
.ak__wysiwyg ul li {
  list-style-type: disc;
  line-height: 1.8;
}
.wysiwyg ul.style_none,
.ak__wysiwyg ul.style_none {
  list-style-type: none;
  padding-left: 0;
}
.wysiwyg ul.style_none li,
.ak__wysiwyg ul.style_none li {
  list-style-type: none;
}
.wysiwyg dl dt,
.ak__wysiwyg dl dt {
  line-height: 1.8;
}
.wysiwyg dl dd,
.ak__wysiwyg dl dd {
  line-height: 1.8;
}
.wysiwyg table,
.ak__wysiwyg table {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
  border-collapse: collapse;
  margin-bottom: 1em;
  border: none;
}
.wysiwyg table thead,
.ak__wysiwyg table thead {
  background-color: #D80C18;
}
.wysiwyg table thead th,
.ak__wysiwyg table thead th {
  background-color: #D80C18;
  color: #ffffff;
  padding: 0.75em 1em;
  font-weight: 400;
}
.wysiwyg table tbody tr,
.ak__wysiwyg table tbody tr {
  border-bottom: solid 1px #eaeaea;
}
.wysiwyg table tbody tr:nth-child(even),
.ak__wysiwyg table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.wysiwyg table tbody tr:nth-child(odd),
.ak__wysiwyg table tbody tr:nth-child(odd) {
  background-color: #F4F4F4;
}
.wysiwyg table tbody th,
.wysiwyg table tbody td,
.ak__wysiwyg table tbody th,
.ak__wysiwyg table tbody td {
  border: none;
  padding: 0.75em 1em;
}
.wysiwyg iframe,
.ak__wysiwyg iframe {
  border: none;
  max-width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.wysiwyg .ticket-price,
.ak__wysiwyg .ticket-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  column-gap: 3vw;
}
.wysiwyg .ticket-price dt,
.ak__wysiwyg .ticket-price dt {
  flex: 1;
  margin: 0;
  padding: 0 0.5em 0 0;
  border-right: solid 1px #ccc;
  font-size: 1.75em;
}
@media screen and (max-width: 428px) {
  .wysiwyg .ticket-price dt,
  .ak__wysiwyg .ticket-price dt {
    font-size: 15px;
    font-size: 4vw;
  }
}
.wysiwyg .ticket-price dd,
.ak__wysiwyg .ticket-price dd {
  width: 7em;
  font-size: 2em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 428px) {
  .wysiwyg .ticket-price dd,
  .ak__wysiwyg .ticket-price dd {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .wysiwyg .ticket-price dd small,
  .ak__wysiwyg .ticket-price dd small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.wysiwyg ul.caution,
.ak__wysiwyg ul.caution {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.wysiwyg ul.caution li,
.ak__wysiwyg ul.caution li {
  line-height: 1.4;
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}
.wysiwyg .scroll-hint,
.ak__wysiwyg .scroll-hint {
  overflow: hidden;
  overflow-x: scroll;
}
.wysiwyg .scroll-hint table,
.ak__wysiwyg .scroll-hint table {
  width: 200%;
  max-width: initial;
}
.wysiwyg .scroll-hint table th, .wysiwyg .scroll-hint table td,
.ak__wysiwyg .scroll-hint table th,
.ak__wysiwyg .scroll-hint table td {
  white-space: nowrap;
}
.wysiwyg .table-type-sp table,
.ak__wysiwyg .table-type-sp table {
  font-size: 0.9rem;
}
.wysiwyg .table-type-sp table td .th,
.ak__wysiwyg .table-type-sp table td .th {
  display: none;
}
@media screen and (max-width: 768px) {
  .wysiwyg .table-type-sp table,
  .ak__wysiwyg .table-type-sp table {
    width: 100%;
  }
  .wysiwyg .table-type-sp table thead,
  .ak__wysiwyg .table-type-sp table thead {
    display: none;
  }
  .wysiwyg .table-type-sp table tbody tr,
  .ak__wysiwyg .table-type-sp table tbody tr {
    display: block;
    border: solid 1px #D80C18;
    margin-bottom: 5px;
  }
  .wysiwyg .table-type-sp table tbody tr:last-child,
  .ak__wysiwyg .table-type-sp table tbody tr:last-child {
    margin-bottom: 0;
  }
  .wysiwyg .table-type-sp table tbody tr th,
  .ak__wysiwyg .table-type-sp table tbody tr th {
    border: none;
  }
  .wysiwyg .table-type-sp table tbody tr td,
  .ak__wysiwyg .table-type-sp table tbody tr td {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100% !important;
    border: none;
    border-top: solid 1px #D80C18;
    padding: 0;
    height: auto !important;
  }
  .wysiwyg .table-type-sp table tbody tr td .th,
  .ak__wysiwyg .table-type-sp table tbody tr td .th {
    width: 5rem;
    display: block;
    background-color: #D80C18;
    color: #ffffff;
    padding: 5px;
    line-height: 1.2;
    font-size: 0.75rem;
  }
  .wysiwyg .table-type-sp table tbody tr td .td,
  .ak__wysiwyg .table-type-sp table tbody tr td .td {
    flex: 1;
    padding: 5px;
    line-height: 1.2;
  }
}
.wysiwyg b, .wysiwyg strong,
.ak__wysiwyg b,
.ak__wysiwyg strong {
  font-weight: bold;
}
.wysiwyg .streaming-frame,
.ak__wysiwyg .streaming-frame {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin: 0 -16px 30px;
  flex-direction: column;
  gap: 10px;
}
.wysiwyg .streaming-video,
.ak__wysiwyg .streaming-video {
  flex: 1;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wysiwyg .streaming-video iframe,
.ak__wysiwyg .streaming-video iframe {
  aspect-ratio: 4/3;
}
.wysiwyg .streaming-chat,
.ak__wysiwyg .streaming-chat {
  width: 30%;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wysiwyg .streaming-chat iframe,
.ak__wysiwyg .streaming-chat iframe {
  aspect-ratio: 9/12;
}

.text-center {
  text-align: center;
}

table {
  border: solid 1px #ffffff;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0.7rem;
  border-collapse: collapse;
}
table th, table td {
  padding: 0.5rem;
  border: solid 1px #ffffff;
  color: #000000;
  background-color: #ffffff;
}
table th p, table td p {
  margin: 0 !important;
}
table th {
  background-color: #000000;
  color: #ffffff;
}
table thead tr > th {
  background-color: #D80C18;
  border: solid 1px #ffffff;
}

.ak__footer {
  margin-top: 0px;
  text-align: center;
  padding: 136px 0;
  background-color: #000000;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .ak__footer {
    padding-top: 90px;
  }
}
.ak__footer--inner {
  padding: 0 56px;
}
@media screen and (max-width: 768px) {
  .ak__footer--inner {
    padding: 0 16px;
  }
}
.ak__footer--logos {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ak__footer--logos {
    flex-direction: column;
    gap: 32px;
  }
}
.ak__footer--logos .logo {
  width: 100%;
}
.ak__footer--logos .logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .ak__footer--logos .logo {
    max-width: 284px;
  }
}
.ak__footer--logos .logo img {
  max-width: 140px;
  width: 100%;
}
.ak__footer--logos .sns {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex: 1;
}
.ak__footer--logos .sns a i {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  transition: all 0.3s;
}
.ak__footer--logos .sns a i:hover {
  color: #D80C18;
}
.ak__footer--logos .sns a .line-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-mask: url("../img/line-icon.svg") no-repeat center/contain;
  mask: url("../img/line-icon.svg") no-repeat center/contain;
  transition: all 0.3s;
}
.ak__footer--logos .sns a:hover .line-icon {
  background-color: #D80C18;
}
.ak__footer--logos .login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .ak__footer--logos .login {
    display: none;
  }
}
.ak__footer--menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  row-gap: 1em;
}
@media screen and (max-width: 768px) {
  .ak__footer--menu {
    flex-direction: column;
    gap: 20px;
  }
}
.ak__footer--menu li {
  font-size: clamp(11px, 0.9722222222vw, 14px);
  line-height: 1;
  padding: 0 0.75em;
}
@media screen and (max-width: 768px) {
  .ak__footer--menu li {
    font-size: 3.4825870647vw;
  }
}
.ak__footer--menu .menu-item {
  color: #ffffff;
}
.ak__footer--copyright {
  color: #ffffff;
  margin-top: 40px;
  font-size: 9px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ak__footer--copyright {
    text-align: center;
  }
}
.ak__footer--copyright small {
  font-size: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ak__footer--copyright small {
    margin-left: 0;
  }
}
.ak__footer--copyright small a {
  color: #ffffff;
}
.ak__footer--copyright small a:hover {
  color: #D80C18;
}

.home .ak__footer {
  margin-top: 0;
}

.ak__header {
  width: 100vw;
  padding: 34px 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  .ak__header {
    padding: 20px 0;
  }
}
.ak__header--inner {
  padding: 0 54px;
}
@media screen and (max-width: 1000px) {
  .ak__header--inner {
    padding: 0 16px;
  }
}
.ak__header--logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 5vw, 60px);
}
.ak__header--logos .logo {
  flex: 0 0 auto;
  z-index: 1100;
}
.ak__header--logos .logo a {
  display: block;
  width: 100%;
  max-width: 350px;
  line-height: 0;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .ak__header--logos .logo a {
    max-width: 245px;
  }
}
.ak__header--logos .ak__menu--list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .ak__header--logos .ak__menu--list {
    display: none;
  }
}
.ak__header--logos .ak__menu--list .menu-item {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 20px;
  line-height: 0.5;
  margin-right: 10px;
  color: #D80C18;
}
.ak__header--logos .ak__side--list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 14px;
}
.ak__header--logos .ak__side--list .homies-logo {
  flex: 0 0 auto;
  line-height: 0;
  position: relative;
  z-index: 1100;
}
.ak__header--logos .ak__side--list .homies-logo img {
  width: 88px;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .ak__header--logos .ak__side--list .homies-logo {
    display: none;
  }
}
.ak__header--logos .ak__side--list .menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  .ak__header--logos .ak__side--list .menu {
    display: block;
    color: #D80C18;
    font-family: "bourbon", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: initial;
    letter-spacing: initial;
    font-size: 22px;
    z-index: 1100;
  }
}
.ak__header--logos .ak__side--list .hum-nav-toggle {
  flex: 0 0 auto;
}
.ak__header--btn {
  order: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 950px) {
  .ak__header--btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.ak__header--btn .ak__btn {
  min-width: 64px;
  padding: 0 0.5em 0 0.25em;
}
@media screen and (max-width: 950px) {
  .ak__header--btn .ak__btn {
    width: 100%;
  }
}

#top-head {
  display: none;
}
@media screen and (max-width: 1000px) {
  #top-head {
    display: block;
  }
}

.hum-nav-toggle {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 28px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .hum-nav-toggle {
    height: 25px;
  }
}
.hum-nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  background: #D80C18;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out, opacity 0.2s ease-in-out, background 0.35s ease-in-out;
}
.hum-nav-toggle span:nth-child(1) {
  top: 10px;
}
.hum-nav-toggle span:nth-child(2) {
  top: 14px;
}
.hum-nav-toggle span:nth-child(3) {
  top: 18px;
}

.hum-open .hum-nav-toggle span:nth-child(1) {
  top: 14px;
  transform: rotate(-25deg);
}
.hum-open .hum-nav-toggle span:nth-child(2) {
  opacity: 0;
}
.hum-open .hum-nav-toggle span:nth-child(3) {
  top: 14px;
  transform: rotate(25deg);
}

.hum-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  height: 100dvh;
  padding: 135px 54px calc(54px + env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hum-nav::-webkit-scrollbar {
  display: none;
}
.hum-nav {
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .hum-nav {
    max-width: 100%;
    padding: 80px 16px calc(40px + env(safe-area-inset-bottom));
    align-items: flex-start;
  }
}
.hum-nav .menu-area {
  display: none;
}
@media screen and (max-width: 1000px) {
  .hum-nav .menu-area {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
  }
  .hum-nav .menu-area__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .hum-nav .menu-area__wrap .menu-item {
    color: #ffffff;
  }
}
.hum-nav .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 43px;
}
@media screen and (max-width: 1000px) {
  .hum-nav .btn-wrap {
    margin: 57px auto 23px;
  }
}
.hum-nav .btn-wrap .homies {
  display: none;
}
@media screen and (max-width: 1000px) {
  .hum-nav .btn-wrap .homies {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.hum-nav .btn-wrap .homies img {
  width: 180px;
}
.hum-nav .bottom-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .hum-nav .bottom-menu {
    flex-direction: row;
  }
}
.hum-nav .bottom-menu__wrap {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .hum-nav .bottom-menu__wrap {
    align-items: flex-start;
  }
}
.hum-nav .menu-item {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 50px;
  color: #D80C18;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: initial;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hum-nav .menu-item {
    font-size: 32px;
  }
}
.hum-nav .menu-item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: -6px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}
.hum-nav .menu-item:hover::after {
  transform: scale(1, 1);
}

.hum-open .hum-nav {
  transform: translateX(0);
}

.hum-open .ak__header {
  z-index: 1100;
}

.hum-open {
  overflow: hidden;
}

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
  top: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  font-size: 16px;
  overflow-y: auto;
  padding-top: 80px;
}
#global-nav ul {
  list-style: none;
}
#global-nav ul li a {
  color: #ffffff;
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  padding-bottom: 30px;
  line-height: 1;
}
#global-nav ul li .btn:hover {
  letter-spacing: unset;
}

.ak__inner--signup {
  width: 100%;
}
.ak__inner--signup .fc-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ak__inner--signup .fc-content img {
    max-width: 75%;
    width: 75%;
    margin: 0 auto;
  }
}
.ak__inner--signup .login {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.ak__inner--signup .login a {
  font-size: 15px !important;
  padding-bottom: 10px !important;
  background: #62C6FF;
  color: #ffffff !important;
  padding: 10px 5px 10px 10px !important;
  text-align: center;
  max-width: 116px;
  min-width: 116px;
}
.ak__inner--signup .login a i {
  color: #ffffff !important;
  margin-left: 5px;
}

.fc-menu {
  background: #F1F0E9;
  padding: 60px 0 200px;
}
.fc-menu li:last-child a {
  padding-bottom: 0 !important;
}

#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}

.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#nav-bg {
  content: "";
  width: 2400px;
  height: 2400px;
  margin-right: -1200px;
  margin-top: -1200px;
  top: 23px;
  right: 30px;
  display: block;
  position: fixed;
  background: #62C6FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.043);
  transform: scale(0.043);
  z-index: 100;
}

.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#nav-toggle {
  display: block;
  position: fixed;
  right: 9px;
  top: 12px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000000;
  left: 0;
  zoom: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle small {
  padding-top: 20px;
  display: block;
  font-size: 9px;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 6px;
}

#nav-toggle span:nth-child(3) {
  top: 12px;
}

.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle small {
  color: #ffffff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

.ak__header .logo-blend {
  display: none;
}

.ak__header {
  mix-blend-mode: difference;
}
.ak__header .ak__menu--list .menu-item,
.ak__header .ak__side--list .menu {
  color: #1DD2CC;
}
.ak__header .hum-nav-toggle span {
  background: #1DD2CC;
}
.ak__header .logo-normal {
  display: none;
}
.ak__header .logo-blend {
  display: block;
}

.home .ak__header {
  background: initial;
  mix-blend-mode: normal;
}
.home .ak__header .ak__menu--list .menu-item,
.home .ak__header .ak__side--list .menu {
  color: #D80C18;
}
.home .ak__header .hum-nav-toggle span {
  background: #D80C18;
}
.home .ak__header .logo-normal {
  display: block;
}
.home .ak__header .logo-blend {
  display: none;
}
.home .ak__header.is-blend {
  mix-blend-mode: difference;
}
.home .ak__header.is-blend .ak__menu--list .menu-item,
.home .ak__header.is-blend .ak__side--list .menu {
  color: #1DD2CC;
}
.home .ak__header.is-blend .hum-nav-toggle span {
  background: #1DD2CC;
}
.home .ak__header.is-blend .logo-normal {
  display: none;
}
.home .ak__header.is-blend .logo-blend {
  display: block;
}

.ak__header-utils {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 30px 54px;
}
@media screen and (max-width: 1000px) {
  .ak__header-utils {
    display: none;
  }
}
.ak__header-utils .homies-logo {
  flex: 0 0 auto;
  line-height: 0;
  position: relative;
}
.ak__header-utils .homies-logo img {
  width: 88px;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .ak__header-utils .homies-logo {
    display: none;
  }
}
.ak__header-utils .hum-nav-toggle {
  flex: 0 0 auto;
}
.ak__header-utils {
  mix-blend-mode: difference;
}
.ak__header-utils .logo-normal {
  display: none;
}
.ak__header-utils .logo-blend {
  display: block;
}
.ak__header-utils .hum-nav-toggle span {
  background: #1DD2CC;
}

.home .ak__header-utils {
  mix-blend-mode: normal;
}
.home .ak__header-utils .logo-normal {
  display: block;
}
.home .ak__header-utils .logo-blend {
  display: none;
}
.home .ak__header-utils .hum-nav-toggle span {
  background: #D80C18;
}
.home .ak__header-utils.is-blend {
  mix-blend-mode: difference;
}
.home .ak__header-utils.is-blend .logo-normal {
  display: none;
}
.home .ak__header-utils.is-blend .logo-blend {
  display: block;
}
.home .ak__header-utils.is-blend .hum-nav-toggle span {
  background: #1DD2CC;
}

.hum-open .ak__header-utils,
.hum-open .ak__header-utils.is-blend {
  mix-blend-mode: normal;
}
.hum-open .ak__header-utils .logo-normal,
.hum-open .ak__header-utils.is-blend .logo-normal {
  display: block;
}
.hum-open .ak__header-utils .logo-blend,
.hum-open .ak__header-utils.is-blend .logo-blend {
  display: none;
}
.hum-open .ak__header-utils .hum-nav-toggle span,
.hum-open .ak__header-utils.is-blend .hum-nav-toggle span {
  background: #D80C18;
}

.hum-nav-toggle--header {
  display: none;
}

@media screen and (max-width: 1000px) {
  .hum-nav-toggle--header {
    display: inline-block;
  }
  .hum-open .ak__header,
  .hum-open .ak__header.is-blend {
    mix-blend-mode: normal;
  }
  .hum-open .ak__header .logo-normal,
  .hum-open .ak__header.is-blend .logo-normal {
    display: block;
  }
  .hum-open .ak__header .logo-blend,
  .hum-open .ak__header.is-blend .logo-blend {
    display: none;
  }
  .hum-open .ak__header .ak__menu--list .menu-item,
  .hum-open .ak__header .ak__side--list .menu,
  .hum-open .ak__header.is-blend .ak__menu--list .menu-item,
  .hum-open .ak__header.is-blend .ak__side--list .menu {
    color: #D80C18;
  }
  .hum-open .ak__header .hum-nav-toggle span,
  .hum-open .ak__header.is-blend .hum-nav-toggle span {
    background: #D80C18;
  }
}
.ak__main {
  width: 100%;
  position: relative;
}
.ak__main--image {
  font-size: 0;
  line-height: 0;
  display: block !important;
}
.ak__main--image a {
  display: block;
}
.ak__main--image img {
  width: 100%;
  height: auto;
}
.ak__main--logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #62C6FF;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 768px) {
  .ak__main--logo {
    padding: 25px 0;
  }
}
.ak__main--logo img {
  margin: 0 auto;
}

.ak__top {
  overflow-x: clip;
}
.ak__top .mv {
  background-color: #000000;
  position: relative;
  overflow: visible;
}
.ak__top .mv img {
  aspect-ratio: 1440/900;
  object-fit: contain;
  height: auto;
}
.ak__top .mv__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  aspect-ratio: 1440/900;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: none;
  background: #000000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ak__top .mv__body {
    aspect-ratio: 402/794;
  }
}
.ak__top .mv__cursor {
  width: 233px;
  height: 99px;
  font-size: 32px;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  justify-content: center;
}
.ak__top .mv__cursor::after {
  content: none;
}
.ak__top .mv__cursor .btn-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ak__top .mv__cursor .btn-ring ellipse {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: var(--ring-len, 100);
}
.ak__top .mv__cursor .btn-ring-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  left: 10px;
  top: -2px;
}
.ak__top .mv__cursor .char {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.ak__top .mv__cursor .char__inner {
  display: inline-block;
  transform: translateX(-110%);
}
.ak__top .mv__cursor.is-visible {
  opacity: 1;
}
.ak__top .mv__cursor.is-visible .btn-ring ellipse {
  animation: moviePlayRing 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ak__top .mv__cursor.is-visible .char__inner {
  animation: moreBtnTextIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * 0.03s);
}
.ak__top .mv__cursor.is-visible .moreBtn__arrowIcon {
  animation: moreBtnArrowSwap 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ak__top .mv .panel {
  background: #000000;
  position: relative;
  overflow: hidden;
}
.ak__top .mv .panel__inner {
  position: absolute;
  inset: 0;
  background-image: url("../img/mv_pc.jpg");
  background-repeat: no-repeat;
  background-size: 300% 100%;
}
.ak__top .mv .panel:nth-child(1) .panel__inner {
  background-position: 0% 50%;
}
.ak__top .mv .panel:nth-child(2) .panel__inner {
  background-position: 50% 50%;
}
.ak__top .mv .panel:nth-child(3) .panel__inner {
  background-position: 100% 50%;
}
.ak__top .mv .panel__mask {
  position: absolute;
  inset: 0;
  background: #000000;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.ak__top .mv .panel:nth-child(2) .panel__mask {
  right: -1px;
}
.ak__top .mv__body.is-active .panel:nth-child(1) .panel__mask {
  transition-delay: 0ms;
  transform: scaleX(0);
}
.ak__top .mv__body.is-active .panel:nth-child(2) .panel__mask {
  transition-delay: 120ms;
  transform: scaleX(0);
}
.ak__top .mv__body.is-active .panel:nth-child(3) .panel__mask {
  transition-delay: 240ms;
  transform: scaleX(0);
}
.ak__top .mv__marquee {
  display: none;
}
@media screen and (max-width: 768px) {
  .ak__top .mv__body {
    grid-template-columns: 1fr 1fr;
    background-image: url("../img/mv_sp.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .ak__top .mv .panel {
    background: transparent;
  }
  .ak__top .mv .panel__inner,
  .ak__top .mv .panel:nth-child(3), .ak__top .mv__cursor {
    display: none;
  }
  .ak__top .mv__marquee {
    display: block;
    position: absolute;
    bottom: -112px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(2, 2, 3, 0) 0%, rgba(2, 2, 3, 0) 16%, rgb(2, 2, 3) 30%, rgb(2, 2, 3) 100%);
    padding: 85px 0 56px;
  }
  .ak__top .mv__marquee-track {
    display: flex;
    width: max-content;
    height: 83px;
    animation: mv-marquee 16s linear infinite;
  }
  .ak__top .mv__marquee-track .moreBtn {
    flex-shrink: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
    width: 195px;
    font-size: 33px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ak__top .mv__marquee-track .moreBtn {
    font-size: 29px;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ak__top .mv__marquee-track .moreBtn::after {
    width: 10px;
    height: 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}
@keyframes mv-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ak__top .news {
  padding: 50px 0;
  background: #F1F0E9;
}
@media screen and (max-width: 768px) {
  .ak__top .news {
    padding-bottom: 70px;
    padding-top: 187px;
  }
}
.ak__top .news__title {
  color: #D80C18;
  font-size: 70px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
}
.ak__top .news__body {
  padding-top: clamp(37px, 3.8888888889vw, 56px);
}
.ak__top .news__body .month {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.ak__top .news__body .month a {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
}
.ak__top .news__body .month .day {
  font-size: clamp(28px, 2.3611111111vw, 34px);
  color: #000000;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  display: inline-block;
  width: 1.7em;
  text-align: left;
}
.ak__top .news__body .month p {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .ak__top .news__body .month > li {
    margin-bottom: 10px;
  }
}
.ak__top .news__more {
  text-align: center;
  padding-top: 50px;
}
.ak__top .news__more .moreBtn {
  color: #000;
}
.ak__top .banner {
  position: relative;
}
.ak__top .banner .slider {
  line-height: 0;
}
.ak__top .banner .slider a {
  display: block;
}
.ak__top .banner .slider img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ak__top .banner .slider .arrow {
    opacity: 0;
  }
}
.ak__top .live {
  overflow: hidden;
  background-color: #D80C18;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ak__top .live {
    padding-bottom: 80px;
  }
}
.ak__top .live__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ak__top .live__wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.ak__top .live__title {
  padding-left: 70px;
  padding-right: 84px;
}
@media screen and (max-width: 768px) {
  .ak__top .live__title {
    padding: inherit;
    margin: 80px auto 34px;
  }
}
.ak__top .live__logo-stage {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ak__top .live__logo-final {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.ak__top .live__logo-final.is-visible {
  opacity: 1;
}
.ak__top .live__logo-scramble {
  position: absolute;
  inset: 0;
}
.ak__top .live__logo-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.012) 2px, rgba(255, 255, 255, 0.012) 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.ak__top .live__logo-scanlines.is-active {
  opacity: 1;
}
.ak__top .live__logo-flash {
  position: absolute;
  inset: -20px;
  background: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.ak__top .live__body {
  flex: 1;
  min-width: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.ak__top .live__body.is-visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .ak__top .live__body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ak__top .live__body .slider .slick-track {
    margin-left: 16px;
  }
}
.ak__top .live__body .slider .slick-list {
  overflow: visible;
  clip-path: inset(0 0 -120px 0);
}
.ak__top .live__body .slider li a {
  display: block;
  position: relative;
}
.ak__top .live__body .slider li a .caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: clamp(5px, 1.1111111111vw, 16px);
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .ak__top .live__body .slider li a .caption {
    width: 85%;
    font-size: 11px;
  }
}
.ak__top .live__body .slider li img {
  display: block;
  height: 616px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .ak__top .live__body .slider li img {
    height: 260px;
  }
}
.ak__top .live__body .slider .arrow--prev {
  opacity: 0;
}
.ak__top .live__more {
  padding-left: 70px;
}
.ak__top .live__more .moreBtn {
  color: #000;
}
@media screen and (max-width: 768px) {
  .ak__top .live__more {
    text-align: center;
    padding: initial;
    margin-top: 90px;
  }
}
.ak__top .movie {
  position: relative;
  background-color: #000000;
  isolation: isolate;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .ak__top .movie {
    padding: 80px 0;
  }
}
.ak__top .movie__bg {
  position: absolute;
  inset: 0;
  background-size: 250%;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: -2;
}
.ak__top .movie__bg.is-fading {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .ak__top .movie__bg {
    background-size: 530%;
  }
}
.ak__top .movie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.ak__top .movie__title {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ak__top .movie__title {
    padding-bottom: 30px;
  }
}
.ak__top .movie__logo-stage {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ak__top .movie__logo-final {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ak__top .movie__logo-final.is-visible {
  opacity: 1;
}
.ak__top .movie__logo-scramble {
  position: absolute;
  inset: 0;
}
.ak__top .movie__logo-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.012) 2px, rgba(255, 255, 255, 0.012) 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.ak__top .movie__logo-scanlines.is-active {
  opacity: 1;
}
.ak__top .movie__logo-flash {
  position: absolute;
  inset: -20px;
  background: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.ak__top .movie__body {
  width: 100%;
  max-width: 66.1111111111vw;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease;
}
.ak__top .movie__body.is-visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .ak__top .movie__body {
    padding: 0 16px;
    max-width: 100%;
  }
}
.ak__top .movie__body .caption {
  color: #ffffff;
  margin-top: 16px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ak__top .movie__body .caption {
    margin-top: 8px;
  }
}
.ak__top .movie__body .slider li:hover .caption {
  color: #D80C18;
}
.ak__top .movie__viewport {
  position: relative;
}
.ak__top .movie .slick-slide {
  margin: 0;
}
.ak__top .movie__slider .slick-list {
  overflow: hidden;
}
.ak__top .movie__slider .arrow {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  height: auto;
  color: #ffffff;
}
.ak__top .movie__slider .arrow::before {
  position: static;
  transform: none;
}
.ak__top .movie__slider .arrow--next {
  right: -12.5vw;
  flex-direction: row-reverse;
}
.ak__top .movie__slider .arrow--next::before {
  transform: rotate(-45deg);
}
.ak__top .movie__slider .arrow--prev {
  left: -12.5vw;
}
.ak__top .movie__slider .arrow--prev::before {
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .ak__top .movie__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
  }
  .ak__top .movie__slider .slick-list {
    order: 0;
    flex-basis: 100%;
    width: 100%;
  }
  .ak__top .movie__slider .arrow {
    position: static;
    order: 1;
    font-size: 24px;
    margin: 0 16px;
  }
  .ak__top .movie__slider .arrow--prev {
    left: auto;
  }
  .ak__top .movie__slider .arrow--next {
    right: auto;
  }
}
.ak__top .movie .movie__viewport.is-wiping .movie__player::before {
  animation: movie-mask-wipe 1100ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.ak__top .movie__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000000;
  overflow: hidden;
  cursor: pointer;
}
.ak__top .movie__player::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  transform: translateX(0);
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  will-change: transform, opacity;
}
.ak__top .movie__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 3;
}
.ak__top .movie__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ak__top .movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(139px, 16.1805555556vw, 233px);
  height: clamp(59px, 6.875vw, 99px);
  border-radius: 50%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: clamp(30px, 3.4722222222vw, 50px);
  line-height: 1;
  letter-spacing: 0.05em;
  transition: transform 0.3s ease, background 0.3s ease;
}
.ak__top .movie__play-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ak__top .movie__play-ring ellipse {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  stroke-dashoffset: 0;
}
.ak__top .movie__play-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
}
.ak__top .movie__play .char {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.ak__top .movie__play .char__inner {
  display: inline-block;
}
.ak__top .movie .movie__player:hover .movie__play .movie__play-ring ellipse {
  animation: moviePlayRing 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ak__top .movie .movie__player:hover .movie__play .char__inner {
  animation: moreBtnTextIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * 0.06s);
}
.ak__top .movie__more {
  text-align: center;
  margin-top: 27px;
}
.ak__top .movie__more a {
  color: #D80C18;
}
.ak__top .discography {
  background-color: #000000;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .ak__top .discography {
    padding: 80px 0;
  }
}
.ak__top .discography__title {
  text-align: center;
}
.ak__top .discography__logo-stage {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ak__top .discography__logo-final {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.ak__top .discography__logo-final.is-visible {
  opacity: 1;
}
.ak__top .discography__logo-scramble {
  position: absolute;
  inset: 0;
}
.ak__top .discography__logo-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.012) 2px, rgba(255, 255, 255, 0.012) 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.ak__top .discography__logo-scanlines.is-active {
  opacity: 1;
}
.ak__top .discography__logo-flash {
  position: absolute;
  inset: -20px;
  background: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.ak__top .discography__body {
  overflow: hidden;
  position: relative;
  padding-top: 130px;
  opacity: 0;
  transition: opacity 1s ease;
}
.ak__top .discography__body.is-visible {
  opacity: 1;
}
.ak__top .discography__body .slick-list {
  overflow: visible;
}
.ak__top .discography__body .slider li {
  padding: 0 clamp(8px, 1.3888888889vw, 20px);
}
.ak__top .discography__body .slider li a {
  display: block;
}
.ak__top .discography__body .slider li a .caption {
  padding-top: 9px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.ak__top .discography__body .slider li a:hover .caption {
  color: #D80C18;
}
.ak__top .discography__body .slider li img {
  display: block;
  width: clamp(200px, 22.2222222222vw, 320px);
  height: clamp(200px, 22.2222222222vw, 320px);
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transform-origin: center bottom;
  transform: scale(1) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.ak__top .discography__body .slider .slick-slide:not(.slick-center) .caption {
  width: clamp(200px, 22.2222222222vw, 320px);
  margin: 0 auto;
}
.ak__top .discography__body .slider .slick-slide.slick-center img {
  opacity: 1;
  transform: scale(1.32) translateZ(0);
}
@media screen and (max-width: 768px) {
  .ak__top .discography__body .slider .arrow {
    opacity: 0;
  }
}
.ak__top .discography__more {
  text-align: center;
  margin-top: 89px;
}
.ak__top .discography__more .moreBtn {
  color: #D80C18;
}
@media screen and (max-width: 768px) {
  .ak__top .discography__more {
    margin-top: 30px;
  }
}
.ak__top .profile {
  background-color: #D80C18;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .ak__top .profile {
    padding: 80px 0;
  }
}
.ak__top .profile__title {
  text-align: center;
}
.ak__top .profile__logo-stage {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ak__top .profile__logo-final {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.ak__top .profile__logo-final.is-visible {
  opacity: 1;
}
.ak__top .profile__logo-scramble {
  position: absolute;
  inset: 0;
}
.ak__top .profile__logo-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.012) 2px, rgba(255, 255, 255, 0.012) 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.ak__top .profile__logo-scanlines.is-active {
  opacity: 1;
}
.ak__top .profile__logo-flash {
  position: absolute;
  inset: -20px;
  background: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.ak__top .profile__body {
  padding-top: 70px;
  color: #ffffff;
  opacity: 0;
  transition: opacity 1s ease;
}
.ak__top .profile__body.is-visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .ak__top .profile__body picture,
  .ak__top .profile__body > img {
    display: block;
    width: calc(100% + 44px);
    max-width: none;
    margin-left: -22px;
    margin-right: -22px;
  }
  .ak__top .profile__body picture img {
    display: block;
    width: 100%;
    max-width: none;
  }
}
.ak__top .profile__sub-title {
  font-size: clamp(18px, 2.0833333333vw, 30px);
  font-weight: 700;
  line-height: 1.7;
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  .ak__top .profile__sub-title {
    margin: 31px auto 24px;
  }
}
.ak__top .profile__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
.ak__top .profile__text p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ak__top .profile__text {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 12px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #fff #000;
    scrollbar-gutter: stable;
  }
  .ak__top .profile__text::-webkit-scrollbar {
    width: 6px;
    -webkit-appearance: none;
    display: block;
    background: #000;
  }
  .ak__top .profile__text::-webkit-scrollbar-track, .ak__top .profile__text::-webkit-scrollbar-track-piece {
    background: #000;
  }
  .ak__top .profile__text::-webkit-scrollbar-thumb {
    background: #fff;
    min-height: 30px;
    border-radius: 0;
  }
  .ak__top .profile__text::-webkit-scrollbar-corner {
    background: #000;
  }
}
.ak__top .profile__more {
  text-align: center;
  margin-top: 60px;
}
.ak__top .profile__more a {
  color: #ffffff;
}
.ak__top .fc-menu {
  background-image: url(../img/bg-fcmenu.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .ak__top .fc-menu {
    padding: 80px 0;
    background-image: url(../img/bg-fcmenu_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .ak__top .fc-menu h2 img {
    width: 90%;
  }
}
.ak__top .fc-menu__body {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 78px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ak__top .fc-menu__body {
    font-size: 60px;
    margin-top: 30px;
  }
}
.ak__top .fc-menu__body li {
  margin: 0 auto;
  max-width: 500px;
  border-bottom: 1px solid #D80C18;
  overflow: hidden;
}
.ak__top .fc-menu__body li:last-child {
  border-bottom: none;
}
.ak__top .fc-menu__body a {
  color: #D80C18;
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  letter-spacing: initial;
}
.ak__top .fc-menu__body a .moreBtn__text {
  display: inline-flex;
}
.ak__top .fc-menu__body a .char {
  display: inline-block;
  overflow: hidden;
  white-space: pre;
}
.ak__top .fc-menu__body a .char__inner {
  display: inline-block;
}
.ak__top .fc-menu__body a:hover .char__inner {
  animation: moreBtnTextIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * 0.03s);
}
.ak__top .fc-menu__body.is-visible a {
  transform: translateY(0);
}
.ak__top .login-btn {
  font-size: 26px;
  display: flex;
  justify-content: center;
  gap: 26px;
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .ak__top .login-btn {
    padding-top: 30px;
  }
}
.ak__top .login-btn a {
  width: 120px;
  height: 120px;
}

@keyframes movie-mask-wipe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moviePlayRing {
  0% {
    stroke-dashoffset: var(--ring-len, 100);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.ak__homies-info {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 900;
  display: block;
  background: #C39C0E;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
  transform: translateX(150%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ak__homies-info {
    bottom: 15px;
    padding: 15px 10px 10px;
  }
}
.ak__homies-info.is-visible {
  transform: translateX(0);
}
.ak__homies-info:hover {
  background: #D80C18;
}
.ak__homies-info__link {
  display: block;
  text-decoration: none;
}
.ak__homies-info__close {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .ak__homies-info__close {
    top: -10px;
    left: -10px;
    width: 24px;
    height: 24px;
  }
}
.ak__homies-info__close::before, .ak__homies-info__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .ak__homies-info__close::before, .ak__homies-info__close::after {
    width: 12px;
  }
}
.ak__homies-info__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ak__homies-info__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ak__homies-info__ttl {
  display: block;
  width: 157px;
  max-width: 40vw;
  height: auto;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .ak__homies-info__ttl {
    width: 71px;
    margin: 0 auto 8px;
  }
}
.ak__homies-info__btn {
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ak__homies-info__btn {
    font-size: 12px;
    padding: 10px;
  }
}

.ak__article {
  width: 100vw;
  overflow: hidden;
}

.ak__container {
  padding-top: 12.5vw;
}
@media screen and (max-width: 1000px) {
  .ak__container {
    padding-top: 0;
  }
}
.ak__container.ak__container--top {
  padding-top: 0;
}

.ak__login {
  display: none;
}
@media screen and (max-width: 768px) {
  .ak__login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 30px 30px;
  }
  .ak__login .ak__btn {
    flex: 1;
    width: 100%;
    height: 35px;
  }
}

.ak__single .ak__single--detailHeading h3,
.lottery-single .ak__single--detailHeading h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.ak__page--detailHeading,
.ak__single--detailHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ak__page--detailHeading,
  .ak__single--detailHeading {
    padding: 15px 10px;
  }
}
.ak__page--detailHeading h3,
.ak__single--detailHeading h3 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
.ak__page--404 h2,
.ak__single--404 h2 {
  line-height: 1.3;
}
.ak__page--404 h2 .small404,
.ak__single--404 h2 .small404 {
  display: block;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .ak__page--404 h2 .small404,
  .ak__single--404 h2 .small404 {
    font-size: 30px;
  }
}

.ak__page--info .ak__heading,
.ak__mypage .ak__heading {
  margin-bottom: 28px;
}
.ak__page--info .ak__heading .ak__news--date,
.ak__mypage .ak__heading .ak__news--date {
  font-size: 80px;
  color: #D80C18;
}
@media screen and (max-width: 768px) {
  .ak__page--info .ak__heading .ak__news--date,
  .ak__mypage .ak__heading .ak__news--date {
    font-size: 52px;
  }
}

.ak__page--info .ak__heading h3,
.ak__page--info .ak__heading h2,
.ak__mypage .ak__heading h3 {
  border-bottom: 1px solid #D80C18;
  width: 100%;
  font-size: 26px;
  text-align: left;
  padding-bottom: 28px;
  font-weight: 600;
  color: #D80C18;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ak__page--info .ak__heading h3,
  .ak__page--info .ak__heading h2,
  .ak__mypage .ak__heading h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}

.ak__wallpaper .ak__single--detailHeading {
  border-radius: 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.ak__wallpaper .ak__single--detailHeading h3 {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 50px;
}
.ak__wallpaper--list .ak__blur--thumb {
  overflow: hidden;
}
.ak__wallpaper--list .ak__blur--thumb img {
  margin-bottom: 0;
}

.ak__single--detail .ak__single--detailHeading {
  border-radius: 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.ak__single--detail .ak__single--detailHeading h3 {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.ak__single--detail .ak__single--detailHeading .new-tag {
  transform: translateY(2px);
}

.ak__news--date {
  text-align: center;
  margin-bottom: 30px;
}
.ak__news--date .day {
  display: block;
  font-size: 50px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ak__news--date .day {
    font-size: 40px;
  }
}
.ak__news--date .ym {
  display: block;
  font-size: 20px;
  color: #D80C18;
  margin-top: 6px;
}

.ak__backmore {
  text-align: center;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  margin-top: 50px;
}

.form-description {
  padding: 1em 2em;
}

.ak__live .ak__single--detailHeading,
.ak__media .ak__single--detailHeading {
  display: block;
}
.ak__live .ak__single--detailHeading .times,
.ak__media .ak__single--detailHeading .times {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 20px;
}
.ak__live .ak__archive--imageThumbnail,
.ak__media .ak__archive--imageThumbnail {
  width: 400px;
}

.ak__movie .wysiwyg p {
  margin-bottom: 0px;
}
.ak__movie__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ak__movie__inner {
    flex-direction: column;
  }
}
.ak__movie__inner .ak__heading {
  position: fixed;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .ak__movie__inner .ak__heading {
    position: relative;
  }
}
.ak__movie__inner .ak__heading .ak__heading--youtube {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 2.7777777778vw;
  margin-top: 45px;
  text-align: left;
  display: block;
  letter-spacing: initial;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ak__movie__inner .ak__heading .ak__heading--youtube {
    margin-top: 20px;
    justify-content: center;
    font-size: 7.960199005vw;
  }
}
.ak__movie__inner .ak__archive {
  width: 100%;
}
.ak__movie--list {
  flex-direction: column;
  gap: 0;
  background: initial;
  padding: 0;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
}
.ak__movie--list .ak__archive--imageItem {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .ak__movie--list .ak__archive--imageItem {
    width: 95%;
    margin: 0 auto;
  }
}
.ak__movie--list .ak__archive--imageItem a .mov {
  position: relative;
  margin-bottom: 0;
}
.ak__movie--list .ak__archive--imageItem a .mov figcaption {
  position: absolute;
  bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ak__movie--list .ak__archive--imageItem a .mov figcaption {
    bottom: 4px;
  }
}
.ak__movie--list .ak__archive--imageItem a {
  width: 100%;
}
.ak__movie--list .ak__archive--imageItem a .ak__archive--imageThumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0;
}

.movie-archive .ak__inner {
  max-width: initial;
  margin: 180px 0 0;
  padding-left: 54px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .movie-archive .ak__inner {
    padding-left: 0;
    margin: 0;
  }
}

.ak__gallery--detail {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ak__gallery--detail .item {
    width: 100%;
  }
}
.ak__gallery--detail .item img {
  height: 440px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .ak__gallery--detail .item img {
    height: auto;
    width: 100%;
  }
}
.ak__gallery--detail .item figcaption {
  text-align: center;
  margin-top: 10px;
}

.ak__calendar .fc-h-event .fc-event-title-container {
  cursor: pointer;
}
.ak__calendar .fc .fc-toolbar-title {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
}
.ak__calendar .fc .fc-col-header-cell-cushion {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
.ak__calendar .fc .fc-daygrid-day-number {
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}

.ak__biography .ak__inner {
  max-width: none;
  margin: auto;
  padding: 0;
}
.ak__biography .ak__content-wrap {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ak__biography .ak__content-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ak__biography .thumb {
    margin: 0 auto 24px;
  }
}
.ak__biography .ak__page--detailContent {
  min-width: 0;
  overflow-y: auto;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .ak__biography .ak__page--detailContent {
    max-height: none;
    overflow: visible;
    padding: 0 16px;
  }
}
.ak__biography .ak__page--detailContent dl {
  display: flex;
  gap: 23px;
  align-items: center;
}
.ak__biography .ak__page--detailContent dl dt {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 24px;
  flex-shrink: 0;
  width: 2.4em;
}
.ak__biography .ak__page--detailContent dl dd {
  flex-shrink: 1;
}

.login .remember-me label {
  border: none;
}
.login .remember-me label:before {
  content: none;
}

.creditbrand,
.creditcard_brand {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .creditbrand img,
  .creditcard_brand img {
    width: auto;
    height: 11vw;
  }
}

.timing h3:first-child {
  margin-top: 40px;
}

.ak__mypage .ak__heading--title,
.ak__payment .ak__heading--title {
  text-align: center;
  margin-bottom: 66px;
}

.ak__mypage h3.ak__mypage--title {
  padding: 0;
  background: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  color: #D80C18;
  font-weight: 600;
  margin-bottom: 51px;
  line-height: 26px;
}
.ak__mypage h3.ak__mypage--title > span {
  font-size: 10px;
  color: #606060;
}
.ak__mypage--card {
  text-align: center;
  margin-bottom: 37px;
}
.ak__mypage--card img {
  max-width: 400px;
  width: 100%;
}
.ak__mypage .massage.warning {
  border: solid 1px #000000;
  padding: 1em;
  margin-bottom: 1em;
}
.ak__mypage .massage.warning ul {
  margin-bottom: 0;
}
.ak__mypage .mention {
  background-color: transparent !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: none;
  color: #000000 !important;
}
.ak__mypage .mention:before {
  content: none;
}
.ak__mypage .inner {
  max-width: 800px;
}
.ak__mypage table.status {
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status {
    font-size: 0.8rem;
    border: none;
  }
}
.ak__mypage table.status span .btn {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status span .btn {
    margin: 10px 6px;
    font-size: 12px;
  }
}
.ak__mypage table.status th {
  width: 140px;
  padding: 6px 1em;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status th {
    min-width: 9em;
    width: 9em;
    display: block;
    padding: 0.5em;
  }
  .ak__mypage table.status th.status__member {
    background-color: #D80C18;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status tbody tr {
    display: block;
  }
  .ak__mypage table.status tbody th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.ak__mypage table.status td {
  padding: 0;
}
.ak__mypage table.status td table.status-cont {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status td table.status-cont {
    font-size: 0.8rem;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status td table.status-cont thead {
    display: none;
  }
}
.ak__mypage table.status td table.status-cont tr {
  border: none;
}
.ak__mypage table.status td table.status-cont tr th {
  text-align: center;
}
.ak__mypage table.status td table.status-cont tr th .btn-register {
  border: 1px solid #ffffff;
  border-radius: 28px;
  font-size: 11px;
  padding: 0 12px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ak__mypage table.status td table.status-cont tr th .btn-register:hover {
  background-color: #ffffff;
  color: #D80C18 !important;
  text-decoration: none !important;
}
.ak__mypage table.status td table.status-cont tr td {
  border-right: 1px solid #606060;
  text-align: center;
  padding: 0.5rem 0;
}
.ak__mypage table.status td table.status-cont tr td:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status td table.status-cont tr {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ak__mypage table.status td table.status-cont tr .btn-register {
    font-size: 1.1em;
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ak__mypage table.status td table.status-cont tr .btn-register {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .ak__mypage table.status td table.status-cont tr th {
    width: 9em;
    font-size: 0.8rem;
    text-align: left;
    padding: 0 0.5em;
    border-bottom: solid 1px #ffffff;
    padding: 0.5em;
  }
  .ak__mypage table.status td table.status-cont tr th:nth-last-child(2) {
    border-bottom: none !important;
  }
  .ak__mypage table.status td table.status-cont tr td {
    width: calc(100% - 9em);
    font-size: 0.8rem;
    text-align: left;
    border: none;
    border-top: solid 1px #ffffff;
    padding: 0.5em;
  }
  .ak__mypage table.status td table.status-cont tr td:last-child {
    border-bottom: none !important;
  }
}
.ak__mypage table.status .member_status .btn-text {
  display: inline-block;
}
.ak__mypage table.status .member_status .label_status {
  margin: 0;
}
.ak__mypage table.info {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.info {
    font-size: 0.8rem;
    margin-top: 20px;
    border-top: 1px solid #000000;
  }
}
.ak__mypage table.info th {
  width: 140px;
  padding: 16px 1em;
  border-top: unset;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.info th {
    width: 9em;
    padding: 0 0.5em;
  }
}
.ak__mypage table.info td {
  border-bottom: 1px solid #606060;
  border-top: unset;
}
.ak__mypage table.info td a {
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 4px 30px;
  border-radius: 28px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ak__mypage table.info td a:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ak__mypage table.info td .btn-long {
    font-size: 10px;
    padding: 4px;
  }
}
.ak__mypage table.info tr:last-child td {
  border-bottom: none;
}
.ak__mypage .payment_log table {
  width: 100%;
  max-width: 100%;
}
.ak__mypage .payment_log table thead {
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  .ak__mypage .payment_log table thead {
    width: 100%;
    text-align: center;
    line-height: 1.3;
  }
}
.ak__mypage .payment_log table thead th:last-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .ak__mypage .payment_log table thead th:last-child {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .ak__mypage .payment_log table tbody tr {
    border-bottom: 1px solid #d4d4d4;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ak__mypage .payment_log table tbody tr:first-child td:last-child {
    width: 35%;
  }
}
.ak__mypage .payment_log table tbody td {
  padding: 10px;
  word-break: break-all;
}

.mypage__profile .gender label {
  display: inline-block;
}
.mypage__profile .birthday label {
  display: inline-block;
}

.alert-dismissible {
  padding: 0.75rem 1.25rem;
  color: #D80C18;
  margin: 1em auto;
  background: #ffffff;
}

.alert-info {
  background: #ffffff;
}

.ak__payment .ak__heading--title {
  text-align: center;
  margin-bottom: 66px;
}
.ak__payment h3 {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 1em;
}
.ak__payment .lead {
  font-size: 1rem;
}
.ak__payment p {
  margin-bottom: 1em;
}
.ak__payment dl {
  margin: 2em 0;
}
.ak__payment dl dt {
  border-left: solid 2px #000000;
  padding-left: 1em;
  font-size: 1rem;
  margin-bottom: 1em;
}
.ak__payment .alert-dismissible {
  border: solid 1px #d4d4d4;
}
.ak__payment .accordion form {
  border: solid 1px #000000;
  text-align: center;
  margin: 0 auto;
}
.ak__payment .choose-payment {
  font-size: 1.2rem;
}
.ak__payment .choose-payment strong {
  display: inline-block;
  border-bottom: solid 2px #000000;
}
.ak__payment .btn__carrier {
  border: none;
  background: transparent;
  padding: 0;
  max-width: 240px;
  width: auto;
  margin: 0;
}
.ak__payment .btn__carrier img {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .ak__payment .carddetail th {
    width: 74px;
    font-size: 0.8em;
    padding: 0.25em 0.5em;
  }
  .ak__payment .carddetail td {
    width: calc(100% - 76px);
    border: none;
    font-size: 0.8em;
    padding: 0.25em 0.5em;
  }
}

.ak__signup #userid .row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin: 3rem auto 1rem;
}
.ak__signup #userid .col {
  width: 50%;
  background-color: #eff4f7;
  padding: 0.5em;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.ak__signup #userid .col .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
@media all and (max-width: 768px) {
  .ak__signup #userid .row {
    flex-wrap: wrap;
  }
  .ak__signup #userid .col {
    width: 100%;
  }
}

.ak__pre-li {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}
.ak__pre-li--item {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(33.3333333333% - 18px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ak__pre-li--item {
    width: calc(50% - 6px);
  }
}
.ak__pre-li--item .icon img {
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 60%;
}
.ak__pre-li--item .name {
  text-align: center;
}
.ak__pre-li--item .name img {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .ak__pre-li--item .name img {
    height: 20px;
  }
}
.ak__pre-li--item .name img {
  width: auto;
}
.ak__pre-li--item p {
  flex: 1;
  margin: 0;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .ak__pre-li--item p {
    padding: 1em 0;
  }
}
.ak__pre-li--item p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kiyaku-list li {
  margin-bottom: 1em;
}
.kiyaku-list li a {
  font-size: 1em;
}

.faq_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .faq_contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .faq_contact p {
    width: 100%;
  }
}
.faq_contact a {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .faq_contact a {
    display: block;
    width: 100%;
  }
}

.ak__carrierpayment .btn:first-of-type {
  margin-bottom: 30px !important;
}

.ak__payment form {
  margin-left: 0;
}

.ak__contact .confirm-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ak__contact .form-description p:last-of-type {
  margin-bottom: 0;
}

.inquiry__confirm .form-confirm label {
  background: #D80C18;
  padding: 5px;
  color: #ffffff;
}

.ak__contact--confirm .ak__form-wrap label {
  background: #D80C18;
  padding: 5px;
  color: #ffffff;
}

.ak__payment--gmo .choose-card-update {
  text-align: center;
  margin: 30px auto;
}
.ak__payment--gmo .alert {
  padding: 0.75rem 1.25rem 0.75rem;
}
.ak__payment--gmo form {
  margin: 0 auto;
}
.ak__payment--gmo form fieldset legend {
  font-size: 1em;
  background: #d4d4d4;
  border-radius: 5px;
  padding: 4px 8px;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.ak__payment--gmo .choose-payment {
  line-height: 2;
  margin-bottom: 1em;
  position: relative;
  font-size: 1.2em;
  background: #AEE2FF;
  border-radius: 5px;
  padding: 4px 8px;
  display: block;
}

.ak__payment .alert {
  padding: 0.75rem 1.25rem 0.75rem;
}
.ak__payment form {
  margin: 0 auto;
}
.ak__payment form fieldset legend {
  font-size: 1em;
  background: #d4d4d4;
  border-radius: 5px;
  padding: 4px 8px;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

.badge-danger {
  border-radius: 20px;
  padding: 3px 8px;
}

.ak__presignup ul, .ak__presignup li {
  list-style-type: none !important;
  padding-left: 0;
}
.ak__presignup--contents {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 40px 0 60px !important;
}
@media screen and (max-width: 768px) {
  .ak__presignup--contents {
    gap: 20px;
  }
}
.ak__presignup--contents p {
  margin-bottom: 0;
}
.ak__presignup--contents li {
  width: calc(50% - 15px);
  font-family: "goldenbook", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border: 2px solid #AEE2FF;
  border-radius: 5px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--contents li {
    padding-bottom: 10px;
  }
}
.ak__presignup--contents li h4 {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .ak__presignup--contents li {
    width: 100%;
  }
}
.ak__presignup #userid .row {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin: 3rem auto 2rem;
}
@media screen and (max-width: 768px) {
  .ak__presignup #userid .row {
    flex-wrap: wrap;
  }
}
.ak__presignup #userid .row .col {
  border-radius: 10px;
  width: 50%;
  background-color: #DDF3FF;
  border: none;
  padding: 30px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ak__presignup #userid .row .col {
    width: 100%;
    padding: 1em;
  }
}
.ak__presignup #userid .row .col p:last-of-type {
  margin-bottom: 0;
}

.ak__movie--imageItem .mov figcaption p {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .ak__movie--imageItem .mov figcaption p {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 10px;
  }
}

.ak__movie--list .new-tag,
.ak__photo--list .new-tag {
  display: inline-block !important;
  display: inline-flex;
}

.ak__photo--notice {
  margin-top: 20px;
  font-size: 10px;
}

.ak__photo--list .times {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 27px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .ak__photo--list .times {
    font-size: 20px;
  }
}

.ak__textlist .new-tag {
  margin-left: 0;
}

.ak__comment--detailHead {
  text-align: center;
}
.ak__comment--detailHead h4 {
  margin-bottom: 1.5em !important;
}

.comment-block dl dt {
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 10px;
  background: #eaeaea;
  padding: 2px 6px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt {
    padding: 5px 6px;
    line-height: 1.5;
  }
}
.comment-block dl dt .name-wp {
  width: 80%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .comment-block dl dt .name-wp {
    width: 100%;
    font-size: 15px;
  }
}
.comment-block dl dt .date {
  margin-left: auto;
  font-weight: normal;
  width: 190px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
  color: #D80C18;
}
@media screen and (max-width: 768px) {
  .comment-block dl dt .date {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    text-align: left;
    width: auto;
    font-size: 13px;
  }
}
.comment-block dl dt .like {
  background: #DDF3FF;
  border-radius: 5px;
  padding: 1px 4px;
  display: none;
}
.comment-block dl dt .like::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../img/ico_like.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin: 0 3px;
}
.comment-block dl dd {
  padding-bottom: 16px;
  margin-left: 0;
  border-bottom: solid 1px #d4d4d4;
}
.comment-block .comment-content {
  font-size: 14px;
}

.comment-block--form {
  border: 1px solid #000000;
  padding: 50px 50px 10px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .comment-block--form {
    padding: 40px 20px 0;
  }
}
.comment-block--form input {
  margin-bottom: 20px;
}
.comment-block--form form {
  margin: 0 auto;
}

.signup .wysiwyg .alert p {
  margin-bottom: 0;
}

.ak__law dd {
  margin-left: 0 !important;
}

.ak__paid .alert-dismissible {
  margin-bottom: 30px !important;
}
.ak__paid .alert-dismissible p {
  margin-bottom: 0 !important;
}

.confirm_check dl {
  max-width: 800px;
  margin: auto;
  display: flex;
  padding: 5px 10px;
  border-bottom: solid 1px #ccc;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .confirm_check dl {
    display: block;
    padding: 10px 0px;
  }
}
.confirm_check dl dt {
  width: 30%;
  background: #AEE2FF;
  padding: 5px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .confirm_check dl dt {
    width: 100%;
    text-align: left;
  }
}
.confirm_check dl dd {
  width: 70%;
  margin-left: 0;
  text-align: left;
  padding-left: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .confirm_check dl dd {
    width: 100%;
    padding-left: 0;
    padding-top: 6px;
  }
}

.confirm_buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.confirm_buttons .button {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 12px 30px;
}

.remodal-close:before {
  line-height: 20px;
}

.prize_name img {
  display: block;
  text-align: center;
  width: 100%;
}

.prize_used_label {
  background: #D80C18;
  padding: 10px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .prize_used_label {
    font-size: 16px;
  }
}

.ak__transfer--table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}
.ak__transfer--table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ak__transfer--table {
    font-size: 13px;
  }
}
.ak__transfer--table th,
.ak__transfer--table td {
  border: 1px solid #eaeaea;
  padding: 14px 16px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ak__transfer--table th,
  .ak__transfer--table td {
    padding: 10px 12px;
  }
}
.ak__transfer--table thead th {
  background: #DDF3FF;
  font-weight: 700;
  white-space: nowrap;
}
.ak__transfer--table tbody th {
  width: 30%;
  background: #F4F4F4;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ak__transfer--table tbody th {
    width: 34%;
  }
}
.ak__transfer--table-sub {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 400;
  color: #606060;
}
.ak__transfer--select {
  margin: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .ak__transfer--select {
    margin: 30px 0 36px;
  }
}
.ak__transfer--select-head {
  text-align: center;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 10px 0;
  margin: 0 0 28px;
  background: #D80C18;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ak__transfer--select-head {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.ak__transfer--select-cards {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ak__transfer--select-cards {
    flex-direction: column;
    gap: 16px;
  }
}
.ak__transfer--select-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border: 1px solid #000000;
  background: #ffffff;
  text-decoration: none !important;
  color: #000000;
  transition: background-color 0.3s;
}
.ak__transfer--select-card.is-member .ak__transfer--select-label {
  color: #D80C18;
}
.ak__transfer--select-card.is-new .ak__transfer--select-label {
  color: #1b35d6;
}
.ak__transfer--select-card:hover {
  background: #d4d4d4;
}
.ak__transfer--select-label {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ak__transfer--select-label {
    font-size: 18px;
  }
}
.ak__transfer--select-desc {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .ak__transfer--select-desc {
    font-size: 12px !important;
  }
}

.ak__form-wrap--login {
  background: #ffffff;
}
.ak__form-wrap--login h3 {
  margin-bottom: 0;
}
.ak__form-wrap--login form {
  padding: 0;
}

.carrier-item {
  text-align: center;
  padding: 28px 16px;
  border-top: 1px solid #000000;
}
.carrier-item__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .carrier-item__title {
    font-size: 17px;
  }
}

.login-item {
  padding: 20px 30px;
  margin-bottom: 30px;
}
.login-item p {
  margin-bottom: 0;
}

.ak__blog .like-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.ak__blog .like-button.active .like-icon {
  color: #D80C18;
}
.ak__blog .report-btn {
  margin-left: 10px;
  vertical-align: text-bottom;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-size: 8px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.ak__blog .report-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.ak__blog .report-btn.reported, .ak__blog .report-btn:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.ak__blog .report-btn.reported:hover, .ak__blog .report-btn:disabled:hover {
  background-color: transparent;
  color: #000000;
}

#fcchat .may__under-head h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fcchat .nh__newsDetails {
    padding-bottom: 200px;
  }
  #fcchat .nh__listMore {
    display: none;
  }
}
#fcchat .reply-button {
  display: none !important;
}
#fcchat .my-2 {
  margin: 0.5em 0;
}
#fcchat .mb-5 {
  margin-bottom: 1em;
}
#fcchat .yn__cmn-inner {
  max-width: 600px;
}
#fcchat .section-inner {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #fcchat #doMoreBtn:hover {
    opacity: inherit;
    background-color: #fff;
  }
}
#fcchat .btn-back--main {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 42px;
  color: #62C6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  border: 1px solid #62C6FF;
}
#fcchat .reply_block {
  display: none;
}
#fcchat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fcchat ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fcchat .board-form {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fcchat .board-form {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    padding: 22px 15px 15px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 0 0 0;
    border-top: 1px solid #62C6FF;
  }
}
#fcchat .board-form .alert-message {
  position: absolute;
  right: 10px;
  top: -20px;
  display: inline-block;
  width: fit-content;
  border-radius: 5px;
  padding: 3px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #fcchat .board-form .alert-message {
    right: 5px;
    top: 2px;
  }
}
#fcchat .board-form .inputmessage {
  background-color: #606060;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  flex: 1;
  margin-bottom: 0;
}
#fcchat .board-form .inputmessage:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
#fcchat .board-form .btn {
  margin: 0 auto;
}
#fcchat .board-form .activesubmit {
  margin-top: 7px;
}
#fcchat .board-form .activesubmit:after {
  display: none;
}
#fcchat .board-form .btn:disabled {
  color: #666 !important;
  opacity: 0.2 !important;
}
#fcchat .board-form .message-row textarea {
  background: #F8F8FB;
  border-radius: 5px;
  font-size: 13px;
  color: #000;
  height: 200px;
}
#fcchat .board-form .message-row label {
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
}
#fcchat .board-form .message-row label .filelabel {
  outline: none;
  color: #62C6FF;
  display: block;
  border: none;
  font-size: 1em;
  width: 31px;
  height: 22px;
  line-height: 1;
  margin-top: 7px;
  margin-right: 3px;
  text-align: center;
}
#fcchat .board-form .message-row label .filelabel i {
  font-size: 27px;
}
#fcchat .board-form .message-row label .filelabel i:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #fcchat .board-form .message-row label .filelabel i {
    font-size: 38px;
  }
}
#fcchat .board-form .message-row label input[type=file] {
  display: none;
}
#fcchat .board-form .images_check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 5px;
  flex-wrap: wrap;
}
#fcchat .board-form .images_check figure {
  display: inline;
  max-width: 50px;
}
#fcchat .board-form .images_check figure img {
  aspect-ratio: 1/1;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
#fcchat #board {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #fcchat #board {
    margin-bottom: 1rem;
  }
}
#fcchat #board #timeline {
  padding: 0 15px;
}
#fcchat .mainthread {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fcchat .mainthread .comment {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
}
#fcchat .mainthread .comment small {
  display: none;
}
#fcchat .mainthread .comment_blocks {
  position: relative;
}
#fcchat .mainthread .timeline {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column-reverse;
  width: 100%;
}
#fcchat .mainthread .timeline .comment_block .comment_message .comment_item {
  text-align: left;
  font-size: 13px;
  padding: 5px 40px 0 0;
}
#fcchat .mainthread .timeline .comment_block .comment_message .comment_item p {
  font-size: 1em;
}
#fcchat .mainthread .timeline .comment_block .comment_message .comment_item .clamp {
  max-height: 8.2em;
  overflow: hidden;
}
#fcchat .mainthread .read_more {
  color: #D80C18 !important;
}
#fcchat .comment_block {
  position: relative;
  width: 100%;
  padding: 20px;
  position: relative;
  margin: 0 0 20px 0 !important;
  background: #ffffff;
  border: solid 2px #d4d4d4;
  border-radius: 10px;
  box-sizing: border-box;
}
#fcchat .comment_block .comment_setting {
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#fcchat .comment_block .comment_setting .comment_setting_btn {
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  font-size: 1em;
  color: #D9D9D9;
}
#fcchat .comment_block .comment_setting--item {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 12px;
  width: fit-content;
  padding: 5px;
  border: 1px solid #AEB1D0;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-direction: column;
}
#fcchat .comment_block .comment_setting--item button {
  border: none;
  background-color: transparent;
  outline: none;
  color: #AEB1D0;
  display: flex !important;
  align-items: center;
}
#fcchat .comment_block .comment_setting--item button i {
  font-size: 18px;
  padding-right: 5px;
  float: left;
}
#fcchat .comment_block .comment_namedate {
  text-align: right;
}
#fcchat .comment_block .comment_name {
  display: none;
  text-align: right;
  font-size: 0.9em;
}
#fcchat .comment_block .comment_item {
  padding: 15px 0 0 0;
  font-size: 13px;
  word-break: break-all;
  white-space: pre-wrap;
}
#fcchat .comment_block .comment_item p {
  font-size: 1em;
}
#fcchat .comment_block .comment_item a {
  text-decoration: underline;
  word-break: break-all;
}
#fcchat .comment_block .comment_item .read_more {
  border: none;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  font-size: 0.9em;
}
#fcchat .comment_block .comment_date {
  padding: 0;
  font-size: 12px;
  text-align: right;
}
#fcchat .comment_block .comment_date .fa-envelope {
  margin-right: 4px;
}
#fcchat .comment_block .comment_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  position: relative;
}
#fcchat .comment_block .comment_imgs figure {
  flex: 1;
  min-width: calc(50% - 2px);
  line-height: 0;
}
#fcchat .comment_block .comment_imgs figure a {
  display: block;
}
#fcchat .comment_block .comment_imgs figure img {
  max-width: 300%;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
#fcchat .comment_block .comment_imgs figure:nth-child(n+5) {
  display: none;
}
#fcchat .comment_block .comment_imgs figure:nth-child(4) {
  position: relative;
}
#fcchat .comment_block .comment_imgs figure:nth-child(4):after {
  content: "+" attr(data-plusnum);
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(98, 198, 255, 0.7);
  color: #fff;
  font-size: 3em;
  pointer-events: none;
}
#fcchat .comment_block .comment_imgs[data-imgsnum="3"] figure:nth-child(1) {
  width: 100%;
  flex: auto;
}
#fcchat .comment_block .comment_imgs[data-imgsnum="3"] figure:nth-child(1) img {
  aspect-ratio: 16/9;
}
#fcchat .comment_block .comment_imgs[data-imgsnum="1"] figure:after, #fcchat .comment_block .comment_imgs[data-imgsnum="2"] figure:after, #fcchat .comment_block .comment_imgs[data-imgsnum="3"] figure:after, #fcchat .comment_block .comment_imgs[data-imgsnum="4"] figure:after {
  content: none;
}
#fcchat .comment_block .comment_imgs_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  gap: 2px;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#fcchat .comment_block .comment_imgs_grid figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#fcchat .comment_block .comment_imgs_grid figure:nth-child(n+5) {
  display: none;
}
#fcchat .comment_block .comment_imgs_grid figure a {
  display: block;
}
#fcchat .comment_block .comment_imgs_grid figure img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="1"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  gap: 2px;
  padding: 5px;
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="2"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="2"] img {
  width: 200%;
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="3"] {
  display: grid;
  grid-template: "wrapper1 wrapper3" "wrapper2 wrapper3";
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="3"] img {
  aspect-ratio: 3/2;
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="3"] figure:nth-child(3) {
  grid-area: wrapper3;
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="3"] figure:nth-child(3) img {
  aspect-ratio: 2/3;
}
#fcchat .comment_block .comment_imgs_grid[data-imgsnum="3"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#fcchat .comment_block .comment_nav {
  padding: 15px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 11px;
}
#fcchat .comment_block .comment_nav i {
  font-size: 20px;
}
#fcchat .comment_block .comment_nav button {
  font-size: 11px;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  color: #62C6FF;
  padding: 0 5px 0 0;
}
#fcchat .comment_block .comment_nav button .fas {
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
}
#fcchat .comment_block .comment_nav button .num {
  font-size: 11px;
  display: inline-block;
  margin-left: 0.5em;
}
#fcchat .comment_block .comment_nav .comment_date {
  flex: 1;
  color: #62C6FF;
}
#fcchat .comment_block .comment_delete {
  display: flex;
  align-items: center;
}
#fcchat .replythread {
  max-width: 460px;
  margin: 0 auto;
}
#fcchat .replythread .comment_blocks {
  padding-top: 0;
}
#fcchat .replythread .comment_blocks .comment_setting--item {
  top: 80px;
}
#fcchat .replythread .comment_name {
  display: block;
}
#fcchat .replythread .parent_post .read_more {
  color: #D80C18;
}
#fcchat .replythread .comment .message-row label {
  display: none;
}
#fcchat .replythread .timeline {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column-reverse;
  width: 100%;
  gap: 11px;
}
#fcchat .replythread .timeline .comment_block {
  background: transparent;
  border: none;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #eaeaea;
  border-radius: 0;
}
#fcchat .replythread .timeline .comment_block:hover {
  background: none;
  box-shadow: none;
}
#fcchat .replythread .timeline .comment_block .comment_setting {
  top: 30px;
}
#fcchat .replythread .timeline .comment_block .comment_name {
  display: block;
  font-size: 13px;
  text-align: left;
  color: #62C6FF;
  margin-bottom: 10px;
}
#fcchat .replythread .timeline .comment_block .comment_message .comment_item {
  font-size: 14px;
  width: fit-content;
  color: #000000;
  padding: 0 40px 0 0;
  margin-bottom: 10px;
  font-weight: 400 !important;
}
#fcchat .replythread .timeline .comment_block .comment_message .comment_item p {
  font-size: 1em;
}
#fcchat .replythread .timeline .comment_block .comment_message .comment_item .clamp {
  max-height: 8.2em;
  overflow: hidden;
}
#fcchat .replythread .timeline .comment_block .comment_message .comment_item a {
  text-decoration: underline;
  color: #62C6FF;
  word-break: break-all;
}
#fcchat .replythread .timeline .comment_block .comment_message .comment_item .read_more {
  text-decoration: underline;
  color: #D80C18;
  padding: 0;
  font-weight: 400;
}
#fcchat .replythread .timeline .comment_block .comment_date {
  text-align: right;
  padding: 0.25em 20px 0.25em 0;
}
#fcchat .replythread .timeline .comment_block .comment_nav {
  padding: 0;
}
#fcchat .replythread .timeline .comment_block .comment_nav button {
  font-size: 1.2em;
  padding: 0 1em 0 0;
}
#fcchat .activesubmit {
  margin-top: 10px;
}

.modaal-inner-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
}

.modaal-gallery-item-wrap {
  max-width: 700px;
  max-height: 80vh;
  background: transparent;
}
.modaal-gallery-item-wrap img {
  max-width: 700px;
  max-height: 80vh;
  object-fit: contain;
}

.modaal-gallery-label {
  display: none;
}

.loading {
  width: 100%;
  text-align: center;
  padding: 5em;
  box-sizing: border-box;
}
.loading img {
  max-width: 64px !important;
}

.dg-content {
  color: #000000 !important;
  font-weight: 700;
}

.dg-btn--ok {
  color: #62C6FF !important;
  border-color: #62C6FF !important;
}

.dg-btn--cancel {
  border-color: #ffffff !important;
  background-color: #62C6FF !important;
}

.dg-content-cont {
  padding: 0 15px;
}

.dg-content-cont--floating {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.caution_block {
  margin-bottom: 1em;
  text-align: center;
}

.modaal-content-container {
  padding: 15px !important;
}
.modaal-content-container .text-main {
  font-size: 2em;
}
.modaal-content-container h6 {
  text-decoration: underline;
  display: inline-block;
  margin: 0.5em 0;
  font-weight: 700;
  font-size: 1em;
}
.modaal-content-container ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1em;
}
.modaal-content-container ul li {
  list-style: disc;
}
.modaal-content-container p {
  margin-bottom: 1em;
}
.modaal-content-container p + ul {
  margin-bottom: 0;
}

.chat .modaal-container {
  max-height: 80vh;
  max-width: 1000px;
  overflow-y: scroll;
}
.chat .modaal-container .modaal-gallery-item img {
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  .chat .modaal-gallery-control {
    width: 35px;
    height: 35px;
  }
  .chat .modaal-gallery-control:before, .chat .modaal-gallery-control:after {
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .chat .modaal-gallery-next:before, .chat .modaal-gallery-next:after {
    top: 14px;
    left: 17px;
  }
  .chat .modaal-gallery-next:before {
    margin: -4px 0 0;
  }
  .chat .modaal-gallery-next:after {
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .chat .modaal-gallery-prev:before, .chat .modaal-gallery-prev:after {
    top: 13px;
    left: 15px;
  }
  .chat .modaal-gallery-prev:before {
    margin: 2px 0 0;
  }
  .chat .modaal-gallery-prev:after {
    margin: -3px 0 0;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bottom-bar {
  display: none;
}

button.mfp-arrow:before {
  content: none;
}
button.mfp-arrow:after {
  content: none;
}
button.mfp-arrow {
  background-image: url("../img/ico_arrow_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 !important;
  transform-origin: center;
  transform: translateY(-50%) !important;
  mix-blend-mode: difference;
}

button.mfp-arrow-left {
  transform: translateY(-50%) scale(-1, 1) !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto !important;
  color: #fff !important;
  opacity: 1 !important;
  background-image: url("../img/icon_close.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0;
  width: 30px !important;
  height: 40px !important;
}

.hg__header--chat {
  display: block;
  background-color: #62C6FF;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .hg__header--chat {
    position: absolute;
    top: 17px;
    right: min(20%, 80px);
    width: 30px;
    height: 30px;
    z-index: 110;
  }
}
.hg__header--chatIcon {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}
.hg__header--chatIcon:hover {
  color: #ffffff;
  opacity: 0.7;
}
.hg__header--chat i {
  transform: translateX(1px);
}
.hg__header--chat .num {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  top: -5px;
  right: -5px;
  background-color: #ff637d;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0;
}

.chat-back {
  margin: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  .chat-back {
    margin: 40px 0 0;
  }
}

.ak__bbs {
  max-width: 900px;
  margin: 0 auto;
}
.ak__bbs h2 {
  text-align: center;
  font-size: 80px;
  color: #D80C18;
  border-bottom: unset;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
}
@media screen and (max-width: 768px) {
  .ak__bbs h2 {
    font-size: 52px;
  }
}
.ak__bbs .ak__topics-cont {
  margin: 0 auto 100px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ak__bbs .ak__topics-cont {
    margin-bottom: 60px;
  }
}
.ak__bbs__ttl {
  margin: 80px 0 10px;
  text-align: center;
  font-size: 40px;
  color: #D80C18;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
}
@media screen and (max-width: 768px) {
  .ak__bbs__ttl {
    margin: 60px 0 10px;
  }
}
.ak__bbs-thread-list {
  margin: 32px 0 50px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #000000;
}
.ak__bbs-thread-item {
  position: relative;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.ak__bbs-thread-item a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}
.ak__bbs-thread-item a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.ak__bbs-thread-item:hover a {
  color: #D80C18;
}
.ak__bbs-thread-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  flex-shrink: 0;
  color: #606060;
  font-size: 12px;
  white-space: nowrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ak__bbs-thread-meta {
    margin-top: 10px;
  }
}
.ak__bbs .pager .bbs-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ak__bbs .pager .bbs-pagination {
    gap: 16px;
  }
}
.ak__bbs .pager .bbs-pagination li {
  position: relative;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}
.ak__bbs .pager .bbs-pagination li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.ak__bbs .pager .bbs-pagination li a:hover {
  color: #D80C18;
}
.ak__bbs .pager .bbs-pagination li.active {
  color: #D80C18;
}
.ak__bbs .pager .bbs-pagination li.active a {
  color: #D80C18;
}
.ak__bbs .pager .bbs-pagination li a[rel=prev],
.ak__bbs .pager .bbs-pagination li a[rel=next] {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  vertical-align: middle;
}
.ak__bbs .pager .bbs-pagination li a[rel=prev]::before,
.ak__bbs .pager .bbs-pagination li a[rel=next]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
}
.ak__bbs .pager .bbs-pagination li a[rel=next]::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ak__bbs .pager .bbs-pagination li a[rel=prev]::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.ak__bbs-name {
  margin: 0 0 6px;
  color: #D80C18;
  font-size: 12px;
  font-weight: 500;
}
.ak__bbs-thread-ttl {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: unset;
}
.ak__bbs-body {
  line-height: 1.9;
}
.ak__bbs-thread-head {
  margin-bottom: 40px;
}
.ak__bbs-thread-head .ak__bbs-name {
  font-size: 16px;
}
.ak__bbs-thread-head .ak__bbs-body {
  padding: 24px 0;
  border-top: 1px solid #000000;
}
.ak__bbs-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
  color: #606060;
  font-size: 12px;
}
.ak__bbs-like {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ak__bbs-like i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
}
.like-button.active .ak__bbs-like i {
  background: #D80C18;
}
.ak__bbs-report {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-size: 8px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.ak__bbs-report:hover {
  background-color: #000000;
  color: #ffffff;
}
.ak__bbs-report.reported, .ak__bbs-report:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.ak__bbs-report.reported:hover, .ak__bbs-report:disabled:hover {
  background-color: transparent;
  color: #000000;
}
.ak__bbs-reply-list {
  margin: 32px 0 50px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #000000;
}
.ak__bbs-reply-list .no-reply {
  margin-top: 20px;
}
.ak__bbs-reply-item {
  padding: 20px 0 30px;
  border-bottom: 1px solid #000000;
}
.ak__bbs-reply-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.ak__bbs-reply-foot .ak__bbs-name {
  margin: 0;
}
.ak__bbs-reply-foot .ak__bbs-actions {
  margin-top: 0;
}
.ak__bbs-back {
  margin-top: 60px;
  text-align: center;
}
.ak__bbs-back a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
}
.ak__bbs-back a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  transform: rotate(-45deg);
}
.ak__bbs-back a:hover {
  color: #D80C18;
}
.ak__bbs-form {
  padding: 60px 80px;
  background: #000000;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .ak__bbs-form {
    padding: 40px 30px;
  }
}
.ak__bbs-form input,
.ak__bbs-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font-size: 14px;
}
.ak__bbs-form textarea {
  min-height: 200px;
  resize: vertical;
  margin-bottom: 30px;
}
.ak__bbs-form .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.ak__bbs-form .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: -1;
}
.ak__bbs-form .btn:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #000000;
}
.ak__bbs-form .btn:hover::before {
  transform: scaleX(1);
}

.modal-dialog {
  max-width: 600px;
}
.modal-dialog .modal-body {
  text-align: left;
}
.modal-dialog .modal-header {
  padding-top: 60px;
}
.modal-dialog .modal-title {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-title {
    font-size: 15px;
  }
}
.modal-dialog .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-backdrop {
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: opacity 0.2s linear, backdrop-filter 0.2s linear, -webkit-backdrop-filter 0.2s linear, background-color 0.2s linear;
}

.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ak__mypage {
  /*会員証*/
}
.ak__mypage .members_card {
  text-align: center;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.ak__mypage .members_card .members_number {
  position: absolute;
  font-size: 14px;
  width: 100%;
  bottom: 95px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ak__mypage .members_card .members_number {
    bottom: 70px;
    font-size: 10px;
  }
}
.ak__mypage .members_card .members_since {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  position: absolute;
  font-size: 13px;
  bottom: 135px;
  left: 31%;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ak__mypage .members_card .members_since {
    font-size: 10px;
    bottom: 98px;
    left: 30.5%;
  }
}
.ak__mypage .members_card .members_since span {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ak__mypage .members_card .members_since span {
    font-size: 18px;
  }
}
.ak__mypage {
  /*プレミアム会員導線*/
}
.ak__mypage .premium-action__wrap {
  background: #C39C0E;
  color: #000000;
  margin: 2rem auto;
  text-align: center;
}
.ak__mypage .premium-action__wrap h4 {
  margin: 0 0 24px;
  padding: 10px 16px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.ak__mypage .premium-action__wrap .premium-action__upgrade,
.ak__mypage .premium-action__wrap .premium-action__downgrade {
  padding: 0 24px 30px;
}
.ak__mypage .premium-action__wrap .premium-action__upgrade h4,
.ak__mypage .premium-action__wrap .premium-action__downgrade h4 {
  margin-left: -24px;
  margin-right: -24px;
}
.ak__mypage .premium-action__wrap p {
  color: #000000;
  margin-bottom: 20px;
}
.ak__mypage .premium-action__wrap p:last-child {
  margin-bottom: 0;
}
.ak__mypage .premium-action__wrap .btn-warning {
  position: relative;
  display: inline-block;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 0;
  padding: 14px 40px;
  font-weight: 500;
  transition: color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 768px) {
  .ak__mypage .premium-action__wrap .btn-warning {
    padding: 16px;
    width: 100%;
  }
}
.ak__mypage .premium-action__wrap .btn-warning::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: -1;
}
.ak__mypage .premium-action__wrap .btn-warning:hover {
  color: #ffffff;
}
.ak__mypage .premium-action__wrap .btn-warning:hover::before {
  transform: scaleX(1);
}
.ak__mypage .premium-action__wrap a:not(.btn-warning) {
  display: inline-block;
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.ak__mypage .premium-action__wrap a:not(.btn-warning):hover {
  opacity: 0.6;
}
.ak__mypage .relation-list__publisher-name {
  font-size: 20px;
  font-weight: bold;
}
.ak__mypage {
  /*ログイン時にパスワード周り*/
}
.ak__mypage .password-wrapper {
  position: relative;
}
.ak__mypage .password-wrapper .form-control {
  padding-right: 44px;
}
.ak__mypage .password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.ak__mypage .password-toggle:hover {
  color: #333;
}
.ak__mypage {
  /*キャリアボタン関連*/
}
.ak__mypage .carrier-login-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.ak__mypage .carrier-login-btn img {
  max-width: 220px;
  height: auto;
}
.ak__mypage {
  /* ID連携 */
}
.ak__mypage .relation-list {
  margin-top: 3rem;
}
.ak__mypage .relation-list__publisher-name {
  color: #ffffff;
  font-size: 14px;
  background: #000000;
  padding: 8px 20px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.ak__mypage .relation-list__description {
  margin-bottom: 2rem;
}
.ak__mypage .relation-list__description .carrier {
  text-align: center;
}
.ak__mypage .relation-list__description .carrier-login-btn {
  margin: 0 auto;
}

.ak__payment .inner {
  max-width: 800px;
  margin: 0 auto;
}
.ak__payment form {
  max-width: 100%;
  margin: 0 auto;
}

.ak__mypage .ak__heading--title h2,
.ak__payment .ak__heading--title h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #d80c18;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d80c18;
}

.ak__presignup {
  color: #000000;
}
.ak__presignup--inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  .ak__presignup--inner {
    padding: 40px 16px 0;
  }
}
.ak__presignup--head {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D80C18;
  margin-bottom: 40px;
}
.ak__presignup--logo {
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  color: #D80C18;
  font-size: 80px;
  line-height: 1;
  margin: 0 0 66px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--logo {
    margin-bottom: 30px;
    font-size: 52px;
  }
}
.ak__presignup--subtitle {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #D80C18;
}
.ak__presignup--intro {
  text-align: center;
  margin-bottom: 30px;
}
.ak__presignup--intro-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 30px;
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .ak__presignup--intro-title {
    font-size: 16px;
  }
}
.ak__presignup--intro-text {
  font-size: 13px;
  line-height: 2;
  margin: 0;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .ak__presignup--intro-text {
    font-size: 12px;
  }
}
.ak__presignup--gallery {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--gallery {
    margin-bottom: 60px;
  }
}
.ak__presignup--gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ak__presignup--gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ak__presignup--gallery-list li {
  margin: 0;
}
.ak__presignup--gallery-list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.ak__presignup--benefits {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--benefits {
    margin-bottom: 60px;
  }
}
.ak__presignup--benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .ak__presignup--benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.ak__presignup--benefit {
  text-align: center;
}
.ak__presignup--benefit-icon {
  margin-bottom: 14px;
  color: #D80C18;
  font-family: "bourbon", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: initial;
  letter-spacing: initial;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--benefit-icon {
    margin-bottom: 10px;
  }
}
.ak__presignup--benefit-icon img {
  display: inline-block;
  max-height: 46px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .ak__presignup--benefit-icon img {
    max-height: 36px;
  }
}
.ak__presignup--benefit-lead {
  color: #D80C18;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--benefit-lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.ak__presignup--benefit-desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .ak__presignup--benefit-desc {
    font-size: 12px;
  }
}
.ak__presignup--plan {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ak__presignup--plan {
    margin-bottom: 60px;
  }
}
.ak__presignup--plan-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.ak__presignup--plan-row {
  margin-bottom: 30px;
  text-align: center;
}
.ak__presignup--plan-label {
  display: block;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.ak__presignup--plan-label-normal {
  background: #D80C18;
}
.ak__presignup--plan-label-premium {
  background: #C39C0E;
}
.ak__presignup--plan-price {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ak__presignup--plan-price {
    font-size: 16px;
  }
}
.ak__presignup--plan-note {
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  margin: 40px 0 50px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .ak__presignup--plan-note {
    text-align: left;
  }
}
.ak__presignup--table-wrap {
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
}
.ak__presignup--table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  background: #ffffff;
}
.ak__presignup--table thead th {
  padding: 4px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
}
.ak__presignup--table thead th:nth-child(1) {
  background: #000000;
  width: 34%;
}
.ak__presignup--table thead th:nth-child(2) {
  background: #D80C18;
  width: 33%;
}
.ak__presignup--table thead th:nth-child(3) {
  background: #C39C0E;
  width: 33%;
}
.ak__presignup--table tbody th {
  background: #000000;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 18px 8px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
.ak__presignup--table tbody td {
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 16px 8px;
  border: 1px solid #000000;
  vertical-align: middle;
  font-size: 14px;
}
.ak__presignup--table tbody td:last-child {
  border-right: 0;
}
.ak__presignup--table tbody tr:last-child td {
  border-bottom: 0;
}
.ak__presignup--table .is-gold-cell {
  line-height: 1.4;
}
.ak__presignup--table .is-gold-cell .dot {
  display: block;
  color: #C39C0E;
  font-size: 14px;
}
.ak__presignup--table .is-gold-cell .label {
  display: block;
  color: #000000;
  font-size: 10px;
  font-weight: 200;
  margin-top: 2px;
}
.ak__presignup--register {
  margin-top: 80px;
  text-align: center;
}
.ak__presignup--register-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.ak__presignup--register-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.ak__presignup--register-btn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 768px) {
  .ak__presignup--register-btn {
    min-width: 80%;
  }
}
.ak__presignup--register-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: -1;
}
.ak__presignup--register-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.ak__presignup--register-btn:hover::before {
  transform: scaleX(1);
}
.ak__presignup--register-btn-normal {
  color: #D80C18;
  border: 1px solid #D80C18;
  min-width: 242px;
}
.ak__presignup--register-btn-normal::before {
  background-color: #D80C18;
}
.ak__presignup--register-btn-normal:hover {
  color: #ffffff;
  border-color: #D80C18;
}
.ak__presignup--register-btn-premium {
  color: #C39C0E;
  border: 1px solid #C39C0E;
  min-width: 284px;
}
.ak__presignup--register-btn-premium::before {
  background-color: #C39C0E;
}
.ak__presignup--register-btn-premium:hover {
  color: #ffffff;
  border-color: #C39C0E;
}
.ak__presignup--register-note {
  font-size: 10px;
  font-weight: 200;
}
.ak__presignup--detail {
  margin-top: 30px;
}

.grecaptcha-badge {
  visibility: hidden;
  z-index: 99;
}/*# sourceMappingURL=app.css.map */