@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:wght@300&family=Work+Sans:wght@400&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!
* Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.row {
  --bs-gutter-x: $grid-gutter;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: $grid-gutter;
}

.g-4,
.gy-4 {
  --bs-gutter-y: $grid-gutter;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 30px !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 30px !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 30px !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 30px !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 30px !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 30px !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 30px !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 30px !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 30px !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 30px !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 30px !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 30px !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 30px !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 30px !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 30px !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 30px !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 30px !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 30px !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 30px !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 30px !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 30px !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 30px !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 30px !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 30px !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 30px !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 30px !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 30px !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 30px !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 30px !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 30px !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 30px !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 30px !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 30px !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 30px !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 30px !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 30px !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 1cm;
  }
}
:root {
  --headerHeight: 70px;
  --container-width: 1250px;
  --grid-gutter: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  :root {
    --grid-gutter: 100px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --headerHeight: 60px;
    --container-width: 500px;
    --grid-gutter: 50px;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

body {
  min-width: 320px;
  padding-top: var(--headerHeight);
  background: #fff;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #313434;
}
@media print {
  body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  body * {
    page-break-before: avoid !important;
    page-break-after: avoid !important;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h2 {
  letter-spacing: 2px;
}

h3 {
  letter-spacing: 1px;
}

a {
  color: #38B2A9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, afocus {
  color: #646464;
  text-decoration: none;
}
a:hover img, afocus img {
  opacity: 0.9;
}

p {
  line-height: 1.8;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.container {
  max-width: calc(var(--container-width) + var(--grid-gutter) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--grid-gutter) / 2);
  padding-left: calc(var(--grid-gutter) / 2);
}
.container-wide {
  max-width: 1440px;
}
@media print {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: var(--headerHeight);
  padding-left: clamp(20px, 2vw, 80px);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.hide {
  opacity: 0;
  visibility: hidden;
}
.header.show {
  background-color: #ffffff;
}
@media print {
  .header {
    position: static;
  }
  .header.hide {
    opacity: 1;
    visibility: visible;
  }
}

.header_logo {
  display: block;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .header_logo img {
    width: 220px;
  }
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  height: var(--headerHeight);
}

.header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .header_btns {
    display: none;
  }
}

.header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: var(--headerHeight);
  padding: 0 32px;
  background: #313434;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.header_btn:hover {
  background: #38B2A9;
  color: #fff;
}
.header_btn:before {
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.header_btn.btn-showroom:before {
  background-image: url(../img/icon_showroom.svg);
}
.header_btn.btn-catalog:before {
  background-image: url(../img/icon_catalog.svg);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header_btn {
    padding: 0 16px;
    background: #fff;
    color: #313434;
  }
  .header_btn:hover {
    background: #EDF2F2;
    color: #313434;
  }
  .header_btn.btn-showroom:before {
    background-image: url(../img/icon_showroom-black.svg);
  }
  .header_btn.btn-catalog:before {
    background-image: url(../img/icon_catalog-black.svg);
  }
}

.gnav_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(24px, 2vw, 32px);
}
.gnav_desktop > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--headerHeight);
}
.gnav_desktop > li > a {
  display: block;
  font-weight: 500;
  font-size: clamp(12px, 0.85vw, 14px);
  color: #313434;
}
.gnav_desktop > li > a:hover, .gnav_desktop > li > a:focus, .gnav_desktop > li > a:active {
  color: #38B2A9;
}
.gnav_desktop > li > a {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.gnav_desktop > li:has(.nav_item_instagram) a {
  padding-left: 24px;
  border-left: 1px solid #ccc;
}
.gnav_desktop > li:hover .nav_item_product:before {
  background-image: url(../img/icon_minus-green.svg);
}
.gnav_desktop .nav_item_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.gnav_desktop .nav_item_instagram .text {
  display: none;
}
.gnav_desktop .nav_item_instagram:before {
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/icon_instagram.svg) no-repeat center/cover;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  content: "";
}
.gnav_desktop .nav_item_instagram:hover:before {
  background-image: url(../img/icon_instagram-green.svg);
}
.gnav_desktop .nav_item_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.gnav_desktop .nav_item_note .text {
  display: none;
}
.gnav_desktop .nav_item_note:before {
  display: block;
  width: 60px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/logo_note.svg) no-repeat center/cover;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  content: "";
}
.gnav_desktop .nav_item_note:hover:before {
  background-image: url(../img/logo_note-green.svg);
}
.gnav_desktop .nav_item_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: clamp(12px, 0.85vw, 14px);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.gnav_desktop .nav_item_product:before {
  display: block;
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/icon_plus.svg) no-repeat center/cover;
  content: "";
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.gnav_desktop .nav_item_product:hover {
  color: #38B2A9;
}
.gnav_desktop .nav_item_product:hover:before {
  background-image: url(../img/icon_minus-green.svg);
}
@media print {
  .gnav_desktop > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .gnav_desktop {
    display: none;
  }
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100vw;
  max-width: 100vw;
  padding: 40px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: clip-path 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
}
.gnav_desktop > li:has(.nav_item_product):hover .mega-menu {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 0.3s ease, opacity 0.3s ease;
  transition: clip-path 0.3s ease, opacity 0.3s ease;
}

.mega-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.mega-menu_list > li {
  -ms-flex-preferred-size: calc(25% - 2px);
      flex-basis: calc(25% - 2px);
}

.mega-menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.mega-menu_item_pic {
  overflow: hidden;
}
.mega-menu_item_pic img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mega-menu_item_title .en {
  display: block;
  font-size: 13px;
  color: #A7ADAD;
}
.mega-menu_item_title .ja {
  display: block;
  font-size: 15px;
  color: #313434;
  letter-spacing: 0.1em;
}
.mega-menu_item:hover .mega-menu_item_pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nav_mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .nav_mobile {
    display: block;
  }
}

.nav-mobile_trigger_wrapper {
  display: none;
}
@media screen and (max-width: 1199px) {
  .nav-mobile_trigger_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 32px;
  }
}

.nav-mobile_trigger {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.nav-mobile_trigger_icon {
  position: relative;
  display: block;
}
.nav-mobile_trigger_icon:before, .nav-mobile_trigger_icon:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 2px;
  background: #313434;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-mobile_trigger_icon:before {
  top: -4px;
  width: 100%;
}
.nav-mobile_trigger_icon:after {
  width: calc(100% - 10px);
  bottom: -4px;
}
.nav-mobile_trigger_icon.animated:before, .nav-mobile_trigger_icon.animated:after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  margin: auto;
  background: #313434;
  height: 2px;
}
.nav-mobile_trigger_icon.animated:before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 100%;
}
.nav-mobile_trigger_icon.animated:after {
  -webkit-transform: rotate(-195deg);
          transform: rotate(-195deg);
  width: 100%;
}
.nav-mobile_trigger:hover, .nav-mobile_trigger:active, .nav-mobile_trigger:focus {
  outline: none;
}
.nav-mobile_trigger:hover_icon, .nav-mobile_trigger:active_icon, .nav-mobile_trigger:focus_icon {
  background: #fff;
}

.nav-mobile_wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  margin-top: var(--headerHeight);
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  height: calc(100dvh - var(--headerHeight));
  padding: 40px;
  background: #fff;
  overflow-y: scroll;
}

.gnav_mobile > li {
  position: relative;
}
.gnav_mobile > li > a, .gnav_mobile > li span {
  display: block;
  padding: 15px 0;
  font-weight: 600;
  font-size: 16px;
  color: #313434;
}
.gnav_mobile > li > a:hover, .gnav_mobile > li > a:focus, .gnav_mobile > li > a:active, .gnav_mobile > li span:hover, .gnav_mobile > li span:focus, .gnav_mobile > li span:active {
  color: #38B2A9;
}

.gnav_mobile_sub_list {
  padding-left: 32px;
}
.gnav_mobile_sub_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #313434;
}
.gnav_mobile_sub_list a:hover, .gnav_mobile_sub_list a:focus, .gnav_mobile_sub_list a:active {
  color: #38B2A9;
}
.gnav_mobile_sub_list a:before {
  display: block;
  width: 16px;
  height: 1px;
  background: #313434;
  content: "";
}

.mobile_links {
  margin-top: 24px;
  border-bottom: 1px solid #ccc;
}
.mobile_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  gap: 8px;
  padding: 15px 0;
  font-weight: 600;
  color: #313434;
}
.mobile_links a:hover, .mobile_links a:focus, .mobile_links a:active {
  color: #38B2A9;
}
.mobile_links a:before {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  content: "";
}
.mobile_links .mobile_link-showroom:before {
  background-image: url(../img/icon_showroom-black.svg);
}
.mobile_links .mobile_link-catalog:before {
  background-image: url(../img/icon_catalog-black.svg);
}
.mobile_links .mobile_link-instagram:before {
  background-image: url(../img/icon_instagram.svg);
}
.mobile_links .mobile_link-note {
  padding: 20px 0;
}
.mobile_links .mobile_link-note:before {
  display: none;
}

.footer_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #313434;
  color: #fff;
}
.footer_catalog_title {
  margin-bottom: 32px;
  font-size: 26px;
}
.footer_catalog > * {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.footer_catalog_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_catalog_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px;
  min-width: 720px;
}
.footer_catalog_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .footer_catalog {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_catalog_title {
    margin-bottom: 24px;
  }
  .footer_catalog_pic {
    margin-top: -80px;
    padding: 0 calc(var(--grid-gutter) / 2);
  }
  .footer_catalog_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px;
    min-width: 720px;
  }
  .footer_catalog_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_catalog {
    margin-top: 0;
  }
  .footer_catalog_title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .footer_catalog_pic {
    margin-top: 0;
    padding: 0;
  }
  .footer_catalog_content {
    min-width: auto;
    padding: 40px calc(var(--grid-gutter) / 2);
  }
  .footer_catalog_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .footer_catalog_btns .btn {
    width: 100%;
  }
}

.footer_cta {
  padding: 80px 0 50px;
  background: #EDF2F2;
}
@media screen and (max-width: 1199px) {
  .footer_cta {
    padding: 50px 0;
  }
}

.footer_cta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.footer_cta_list li:has(.showroom) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.footer_cta_list li:has(.contact) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 1199px) {
  .footer_cta_list {
    gap: 16px;
  }
  .footer_cta_list li:has(.showroom) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .footer_cta_list li:has(.contact) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (max-width: 767px) {
  .footer_cta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_cta_list li:has(.showroom) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.footer_cta_box {
  display: block;
  padding: 24px 40px;
  height: 100%;
  background: #fff;
  color: #313434;
}
.footer_cta_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  margin-right: -40px;
  padding-right: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #38B2A9;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 55px;
  line-height: 1;
  color: #38B2A9;
}
.footer_cta_box_title .arrow {
  margin-left: auto;
  background-color: #38B2A9;
  background-image: url(../img/arrow_white.svg);
}
.footer_cta_box p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.footer_cta_box p strong {
  font-weight: 500;
  color: #38B2A9;
}
.footer_cta_box .showroom_time {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
}
.footer_cta_box .showroom_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 12px;
  color: #A3A3A3;
}
.footer_cta_box .showroom_note:before {
  content: "※";
}
.footer_cta_box .contact_title {
  margin: 0;
}
.footer_cta_box .contact_number {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
  white-space: nowrap;
}
.footer_cta_box .contact_time {
  margin-top: 16px;
}
.footer_cta_box .contact_time .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.footer_cta_box .contact_time dt {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.footer_cta_box .contact_time dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer_cta_box:hover {
  opacity: 1;
  color: #313434;
}
.footer_cta_box:hover .arrow {
  background-color: #fff;
  background-image: url(../img/arrow_green.svg);
}
@media screen and (max-width: 1199px) {
  .footer_cta_box {
    padding: 24px 24px;
  }
  .footer_cta_box_title {
    margin-right: 0;
    padding-right: 0;
    font-size: 45px;
  }
  .footer_cta_box p {
    line-height: 1.6;
  }
  .footer_cta_box .showroom_time {
    font-size: 28px;
  }
  .footer_cta_box .contact_time dt {
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 767px) {
  .footer_cta_box_title {
    font-size: 35px;
  }
  .footer_cta_box .showroom_time {
    margin-top: 16px;
  }
  .footer_cta_box .showroom_note {
    margin-top: 16px;
  }
}

.page-top_btn {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top_btn:before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  background: #313434 url(../img/icon_page-top.svg) no-repeat center center/18px 18px;
  border-radius: 50%;
  content: "";
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-top_btn span {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  font-size: 13px;
}
.page-top_btn:hover {
  color: #38B2A9;
}
.page-top_btn:hover:before {
  background-color: #38B2A9;
}

.footer_copyright {
  padding: 40px 0;
  text-align: center;
}
.footer_copyright .footer_logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.footer_copyright .copyright {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    padding: 24px 0;
  }
  .footer_copyright .footer_logo {
    width: 100px;
  }
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46px;
  height: 20px;
  border: 1px solid #38B2A9;
  border-radius: 99px;
  background: url(../img/arrow_green.svg) no-repeat center/16px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow.arrow-white {
  border-color: #fff;
  background: url(../img/arrow_white.svg) no-repeat center/16px 12px;
}
.arrow.arrow-green {
  border-color: #38B2A9;
  background: url(../img/arrow_green.svg) no-repeat center/16px 12px;
}
.arrow.arrow-black {
  border-color: #313434;
  background: #313434 url(../img/arrow_white.svg) no-repeat center/16px 12px;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-radius: 3px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
}

.btn-paper {
  background-color: #fff;
  border-color: #fff;
  color: #313434;
}
.btn-paper:hover, .btn-paper:active, .btn-paper:focus {
  background-color: #38B2A9;
  border-color: #38B2A9;
  color: #fff;
}
.btn-paper:hover .arrow-black, .btn-paper:active .arrow-black, .btn-paper:focus .arrow-black {
  border-color: #fff;
  background-color: transparent;
  background-image: url(../img/arrow_white.svg);
}

.btn-digital {
  background-color: #313434;
  border-color: #fff;
  color: #fff;
}
.btn-digital:hover, .btn-digital:active, .btn-digital:focus {
  background-color: #38B2A9;
  border-color: #38B2A9;
  color: #fff;
}
.btn-digital:hover .arrow, .btn-digital:active .arrow, .btn-digital:focus .arrow {
  border-color: #fff;
  background-image: url(../img/arrow_white.svg);
}

.link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 500;
}
.link:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 27px;
  height: 1px;
  background: #38B2A9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.link:hover:after {
  width: 100%;
}
.link:hover .arrow {
  background: #38B2A9 url(../img/arrow_white.svg) no-repeat center/16px 12px;
  border-color: #38B2A9;
}
.link-black {
  color: #313434;
}
.link-black:after {
  background: #313434;
}
.link-black .arrow {
  border-color: #313434;
  background: url(../img/arrow_black.svg) no-repeat center/16px 12px;
}
.link-black:hover {
  color: #38B2A9;
}

.link-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #38B2A9;
}
.link-book:after {
  width: 20px;
  height: 20px;
  background: url(../img/icon/book.svg) no-repeat center/contain;
  background-color: transparent;
  height: 20px;
  content: "";
}
.link-book:hover {
  border-color: #646464;
}
.link-book:hover:after {
  background-image: url(../img/icon/book-black.svg);
}

.ir_doc_list li:not(:last-child) {
  margin-bottom: 20px;
}

.ir_doc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  border: 1px solid #D6CFCF;
  border-radius: 10px;
  font-weight: 500;
  color: #313434;
}
.ir_doc_item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ir_doc_item_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 200px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.ir_doc_item_download:before {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/pdf-black.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ir_doc_item_download-movie:before {
  content: none;
}
.ir_doc_item_download-movie:after {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow_right.svg) no-repeat center/contain;
  content: "";
}
.ir_doc_item:hover {
  border-color: #38B2A9;
  color: #38B2A9;
}
.ir_doc_item:hover .ir_doc_item_download:before {
  background-image: url(../img/icon/pdf-green.svg);
}
.ir_doc_item:hover .ir_doc_item_download-movie:after {
  background-image: url(../img/icon/arrow_right-green.svg);
}
@media screen and (max-width: 767px) {
  .ir_doc_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px 8px;
    padding: 16px 24px;
    font-size: 14px;
  }
}

.pic.centered {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pic.pic-sp-small {
    max-width: 50%;
  }
}

.note {
  font-size: 13px;
  color: #787878;
}
* + .note {
  margin-top: 16px;
}

.note_box_title {
  margin: 0;
  font-size: 13px;
}
.note_box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 13px;
}
.note_box_list .number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.numbured_notes_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.numbured_notes_list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.numbured_notes_list .number {
  width: 80px;
}

.numbured_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.numbured_list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.numbured_list .number {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  font-size: 20px;
  color: #38B2A9;
}
.numbured_list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.25em;
}

.dl {
  margin-top: 40px;
}
.dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.dl dt, .dl dd {
  padding: 24px 0;
}
.dl dt {
  width: 240px;
  border-top: 1px solid #38B2A9;
  font-weight: 500;
  font-size: 20px;
  color: #38B2A9;
}
.dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #ccc;
}
.dl .dl_dd_title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #38B2A9;
}
.dl .dl_dd_title:not(:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dl dt, .dl dd {
    padding: 18px 0;
  }
  .dl dt {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .dl {
    margin-top: 24px;
  }
  .dl .inner {
    display: block;
  }
  .dl .inner:first-child {
    padding-top: 0;
  }
  .dl dt, .dl dd {
    width: 100%;
    padding: 12px 0;
  }
  .dl dt {
    border-top: 0;
    font-size: 18px;
  }
  .dl .dl_dd_title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .dl .dl_dd_title:not(:first-child) {
    margin-top: 24px;
  }
}

.pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 16px;
}
.pic_list_item figcaption {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pic_list {
    gap: 16px 8px;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 1200px) {
  .pc {
    display: block;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tb-only {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media all and (min-width: 1200px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tb-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mt0 {
  margin-top: 0px;
}
@media screen and (max-width: 1199px) {
  .mt0 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt4 {
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .mt4 {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mt4 {
    margin-top: 2px;
  }
}

.mt8 {
  margin-top: 8px;
}
@media screen and (max-width: 1199px) {
  .mt8 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mt8 {
    margin-top: 4px;
  }
}

.mt12 {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .mt12 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mt12 {
    margin-top: 6px;
  }
}

.mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .mt16 {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .mt16 {
    margin-top: 8px;
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .mt24 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mt24 {
    margin-top: 12px;
  }
}

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .mt32 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mt32 {
    margin-top: 16px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .mt40 {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 1199px) {
  .mt64 {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .mt64 {
    margin-top: 32px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .mt80 {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px;
  }
}

.pt0 {
  padding-top: 0px;
}
@media screen and (max-width: 1199px) {
  .pt0 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pt4 {
  padding-top: 4px;
}
@media screen and (max-width: 1199px) {
  .pt4 {
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pt4 {
    padding-top: 2px;
  }
}

.pt8 {
  padding-top: 8px;
}
@media screen and (max-width: 1199px) {
  .pt8 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pt8 {
    padding-top: 4px;
  }
}

.pt12 {
  padding-top: 12px;
}
@media screen and (max-width: 1199px) {
  .pt12 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pt12 {
    padding-top: 6px;
  }
}

.pt16 {
  padding-top: 16px;
}
@media screen and (max-width: 1199px) {
  .pt16 {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pt16 {
    padding-top: 8px;
  }
}

.pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 1199px) {
  .pt24 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pt24 {
    padding-top: 12px;
  }
}

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 1199px) {
  .pt32 {
    padding-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pt32 {
    padding-top: 16px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .pt40 {
    padding-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 1199px) {
  .pt64 {
    padding-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pt64 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .pt80 {
    padding-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px;
  }
}

.mr0 {
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .mr0 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr4 {
  margin-right: 4px;
}
@media screen and (max-width: 1199px) {
  .mr4 {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mr4 {
    margin-right: 2px;
  }
}

.mr8 {
  margin-right: 8px;
}
@media screen and (max-width: 1199px) {
  .mr8 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mr8 {
    margin-right: 4px;
  }
}

.mr12 {
  margin-right: 12px;
}
@media screen and (max-width: 1199px) {
  .mr12 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mr12 {
    margin-right: 6px;
  }
}

.mr16 {
  margin-right: 16px;
}
@media screen and (max-width: 1199px) {
  .mr16 {
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .mr16 {
    margin-right: 8px;
  }
}

.mr24 {
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .mr24 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mr24 {
    margin-right: 12px;
  }
}

.mr32 {
  margin-right: 32px;
}
@media screen and (max-width: 1199px) {
  .mr32 {
    margin-right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mr32 {
    margin-right: 16px;
  }
}

.mr40 {
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .mr40 {
    margin-right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .mr40 {
    margin-right: 20px;
  }
}

.mr64 {
  margin-right: 64px;
}
@media screen and (max-width: 1199px) {
  .mr64 {
    margin-right: 43px;
  }
}
@media screen and (max-width: 767px) {
  .mr64 {
    margin-right: 32px;
  }
}

.mr80 {
  margin-right: 80px;
}
@media screen and (max-width: 1199px) {
  .mr80 {
    margin-right: 53px;
  }
}
@media screen and (max-width: 767px) {
  .mr80 {
    margin-right: 40px;
  }
}

.pr0 {
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .pr0 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0px;
  }
}

.pr4 {
  padding-right: 4px;
}
@media screen and (max-width: 1199px) {
  .pr4 {
    padding-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pr4 {
    padding-right: 2px;
  }
}

.pr8 {
  padding-right: 8px;
}
@media screen and (max-width: 1199px) {
  .pr8 {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pr8 {
    padding-right: 4px;
  }
}

.pr12 {
  padding-right: 12px;
}
@media screen and (max-width: 1199px) {
  .pr12 {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pr12 {
    padding-right: 6px;
  }
}

.pr16 {
  padding-right: 16px;
}
@media screen and (max-width: 1199px) {
  .pr16 {
    padding-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pr16 {
    padding-right: 8px;
  }
}

.pr24 {
  padding-right: 24px;
}
@media screen and (max-width: 1199px) {
  .pr24 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pr24 {
    padding-right: 12px;
  }
}

.pr32 {
  padding-right: 32px;
}
@media screen and (max-width: 1199px) {
  .pr32 {
    padding-right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pr32 {
    padding-right: 16px;
  }
}

.pr40 {
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .pr40 {
    padding-right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pr40 {
    padding-right: 20px;
  }
}

.pr64 {
  padding-right: 64px;
}
@media screen and (max-width: 1199px) {
  .pr64 {
    padding-right: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pr64 {
    padding-right: 32px;
  }
}

.pr80 {
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  .pr80 {
    padding-right: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pr80 {
    padding-right: 40px;
  }
}

.mb0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .mb0 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb4 {
  margin-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .mb4 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 2px;
  }
}

.mb8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .mb8 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .mb12 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mb12 {
    margin-bottom: 6px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .mb16 {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .mb24 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .mb32 {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mb40 {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .mb64 {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .mb64 {
    margin-bottom: 32px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .mb80 {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .pb0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.pb4 {
  padding-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .pb4 {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pb4 {
    padding-bottom: 2px;
  }
}

.pb8 {
  padding-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .pb8 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pb8 {
    padding-bottom: 4px;
  }
}

.pb12 {
  padding-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .pb12 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pb12 {
    padding-bottom: 6px;
  }
}

.pb16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .pb16 {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pb16 {
    padding-bottom: 8px;
  }
}

.pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .pb24 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pb24 {
    padding-bottom: 12px;
  }
}

.pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .pb32 {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pb32 {
    padding-bottom: 16px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .pb40 {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .pb64 {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pb64 {
    padding-bottom: 32px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .pb80 {
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.ml0 {
  margin-left: 0px;
}
@media screen and (max-width: 1199px) {
  .ml0 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml4 {
  margin-left: 4px;
}
@media screen and (max-width: 1199px) {
  .ml4 {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .ml4 {
    margin-left: 2px;
  }
}

.ml8 {
  margin-left: 8px;
}
@media screen and (max-width: 1199px) {
  .ml8 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ml8 {
    margin-left: 4px;
  }
}

.ml12 {
  margin-left: 12px;
}
@media screen and (max-width: 1199px) {
  .ml12 {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ml12 {
    margin-left: 6px;
  }
}

.ml16 {
  margin-left: 16px;
}
@media screen and (max-width: 1199px) {
  .ml16 {
    margin-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .ml16 {
    margin-left: 8px;
  }
}

.ml24 {
  margin-left: 24px;
}
@media screen and (max-width: 1199px) {
  .ml24 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ml24 {
    margin-left: 12px;
  }
}

.ml32 {
  margin-left: 32px;
}
@media screen and (max-width: 1199px) {
  .ml32 {
    margin-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .ml32 {
    margin-left: 16px;
  }
}

.ml40 {
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .ml40 {
    margin-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .ml40 {
    margin-left: 20px;
  }
}

.ml64 {
  margin-left: 64px;
}
@media screen and (max-width: 1199px) {
  .ml64 {
    margin-left: 43px;
  }
}
@media screen and (max-width: 767px) {
  .ml64 {
    margin-left: 32px;
  }
}

.ml80 {
  margin-left: 80px;
}
@media screen and (max-width: 1199px) {
  .ml80 {
    margin-left: 53px;
  }
}
@media screen and (max-width: 767px) {
  .ml80 {
    margin-left: 40px;
  }
}

.pl0 {
  padding-left: 0px;
}
@media screen and (max-width: 1199px) {
  .pl0 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0px;
  }
}

.pl4 {
  padding-left: 4px;
}
@media screen and (max-width: 1199px) {
  .pl4 {
    padding-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pl4 {
    padding-left: 2px;
  }
}

.pl8 {
  padding-left: 8px;
}
@media screen and (max-width: 1199px) {
  .pl8 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pl8 {
    padding-left: 4px;
  }
}

.pl12 {
  padding-left: 12px;
}
@media screen and (max-width: 1199px) {
  .pl12 {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pl12 {
    padding-left: 6px;
  }
}

.pl16 {
  padding-left: 16px;
}
@media screen and (max-width: 1199px) {
  .pl16 {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pl16 {
    padding-left: 8px;
  }
}

.pl24 {
  padding-left: 24px;
}
@media screen and (max-width: 1199px) {
  .pl24 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pl24 {
    padding-left: 12px;
  }
}

.pl32 {
  padding-left: 32px;
}
@media screen and (max-width: 1199px) {
  .pl32 {
    padding-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pl32 {
    padding-left: 16px;
  }
}

.pl40 {
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .pl40 {
    padding-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pl40 {
    padding-left: 20px;
  }
}

.pl64 {
  padding-left: 64px;
}
@media screen and (max-width: 1199px) {
  .pl64 {
    padding-left: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pl64 {
    padding-left: 32px;
  }
}

.pl80 {
  padding-left: 80px;
}
@media screen and (max-width: 1199px) {
  .pl80 {
    padding-left: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pl80 {
    padding-left: 40px;
  }
}

.page_header {
  position: relative;
  background: #fff no-repeat center center/cover;
}
.page_header .scroll {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_header .scroll:hover {
  -webkit-transform: translateX(-50%) translateY(-4px);
          transform: translateX(-50%) translateY(-4px);
}
.page-noiseless-design .page_header {
  background-image: url(../img/noiseless-design/page_header_bg.png);
}
.page-customize .page_header {
  background-image: url(../img/customize/page_header_bg.png);
}
.page-plan .page_header {
  background-image: url(../img/plan/page_header_bg.png);
}
.page-design-philosophy .page_header {
  background-image: url(../img/design-philosophy/page_header_bg.png);
}

.page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 640px;
  height: calc(100vh - var(--headerHeight));
  line-height: 1;
  color: #fff;
  text-align: center;
}
.page_title .en {
  display: block;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 56px;
  letter-spacing: 0.05em;
}
.page_title .ja {
  display: block;
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page_title {
    height: 100%;
  }
  .page_title .en {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  .page_title .ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    min-height: 380px;
    height: auto;
  }
  .page_title .en {
    font-size: 46px;
  }
  .page_title .ja {
    margin-top: 24px;
    font-size: 16px;
  }
}

.page_intro {
  padding: 80px 0 48px;
  text-align: center;
}
.page_intro .container {
  max-width: 1180px;
}
.page_intro_text {
  font-size: 30px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page_intro_text {
    font-size: 25px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page_intro {
    padding: 48px 0;
  }
  .page_intro_text {
    font-size: 15px;
    line-height: 50px;
  }
}

.page_index {
  border-bottom: 1px solid #D2D2D2;
}
.page_index_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.page_index a {
  position: relative;
  display: block;
  padding-bottom: 8px;
  font-size: 18px;
  color: #313434;
}
.page_index a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.page_index a:hover:after {
  background: #313434;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page_index_list {
    gap: 20px;
  }
  .page_index a {
    position: relative;
    display: block;
    padding-bottom: 8px;
    font-size: 15px;
    color: #313434;
  }
  .page_index a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  .page_index a:hover:after {
    background: #313434;
  }
}
@media screen and (max-width: 767px) {
  .page_index_list {
    margin-top: 0;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .page_index a {
    padding: 8px 10px;
    border: 1px solid #313434;
    font-size: 13px;
  }
}

.page_section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.page_section.section-bg {
  background: #EDF2F2;
}
.page_section .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_section {
    padding: 64px 0;
  }
}

.pic-absolute {
  position: absolute;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .pic-absolute {
    display: none;
  }
}

.parallax {
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  height: calc(100% + 50px);
}

.page_section_title .number {
  padding-bottom: 4px;
  border-bottom: 1px solid #38B2A9;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  color: #38B2A9;
}
.page_section_title .ja {
  display: block;
  margin-top: 48px;
  font-size: 27px;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  .page_section_title .number {
    font-size: 20px;
  }
  .page_section_title .ja {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page_section_title .ja {
    margin-top: 32px;
  }
}

.section_description {
  margin-top: 24px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.section_bg_text {
  position: absolute;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-style: italic;
  font-size: 110px;
  line-height: 0.9;
  color: #EDF2F2;
  pointer-events: none;
  white-space: nowrap;
}
.section_bg_text span {
  display: block;
}
.section_bg_text span:nth-child(2) {
  padding-left: 56px;
}
.section-bg .section_bg_text {
  color: #fff;
}
.section_bg_text.static {
  position: static;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section_bg_text {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_bg_text {
    position: static;
    font-size: 50px;
  }
}

.page_links {
  padding: 96px 0;
}
.page_links_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin-bottom: 80px;
  line-height: 1;
}
.page_links_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #38B2A9;
}
.page_links_title .ja {
  display: block;
  font-weight: 400;
  font-size: 26px;
}
.page_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.page_links_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_links_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  padding: 24px;
  font-size: 25px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.page_links_item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  content: "";
}
.page_links_item:hover {
  color: #fff;
}
.page_links_item:hover:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page_links_item.noiseless-design:before {
  background-image: url(../img/link_noiseless-design.png);
}
.page_links_item.customize:before {
  background-image: url(../img/link_customize.png);
}
.page_links_item.plan:before {
  background-image: url(../img/link_plan.png);
}
.page_links_item.design-philosophy:before {
  background-image: url(../img/link_design-philosophy.png);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page_links_list {
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: calc(var(--grid-gutter) / 2 * -1);
  }
}
@media screen and (max-width: 1199px) {
  .page_links_list {
    gap: 8px;
  }
  .page_links_item {
    height: 100%;
    padding: 24px;
    font-size: 16px;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  .page_links {
    padding: 48px 0;
  }
  .page_links_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    margin-bottom: 32px;
  }
  .page_links_title .en {
    font-size: 12px;
  }
  .page_links_title .ja {
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
  .page_links_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
  .page_links_item {
    font-size: 18px;
    aspect-ratio: 16/9;
  }
}

.mv {
  position: relative;
}
.mv .mv_inner {
  position: relative;
  z-index: 1;
  min-height: 760px;
  height: calc(100vh - var(--headerHeight));
}
.mv .container {
  position: relative;
  height: 100%;
}
.mv_title {
  position: absolute;
  left: calc(var(--grid-gutter) / 2);
  bottom: 48px;
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media all and (min-width: 1200px) {
  .mv .news_box {
    position: absolute;
    z-index: 2;
    right: 48px;
    bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mv .mv_inner {
    min-height: 560px;
    height: 560px;
  }
  .mv_title {
    left: calc(var(--grid-gutter) / 2);
    bottom: 24px;
    font-size: 55px;
  }
}
.mv .mv_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #2a2a2a;
}
.mv .mv_bg .mv_bg_swiper {
  position: absolute;
  inset: 0;
}
.mv .mv_bg .mv_bg_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner {
    min-height: 280px;
    height: 280px;
  }
  .mv_title {
    bottom: 24px;
    font-size: 28px;
  }
}

.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.65);
}
.news_box .date {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
}
.news_box .title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #313434;
}
.news_box .title:hover, .news_box .title:focus, .news_box .title:active {
  color: #38B2A9;
}
.news_box .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (min-width: 1200px) {
  .news_box {
    max-width: 385px;
  }
}
@media screen and (max-width: 767px) {
  .news_box {
    gap: 4px;
    padding: 8px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section {
  position: relative;
}
.section .container {
  position: relative;
  height: 100%;
}

.section_title {
  margin-bottom: 64px;
  line-height: 1.4;
}
.section_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: #38B2A9;
  letter-spacing: 0.04em;
}
.section_title .ja {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 40px;
  }
  .section_title .en {
    font-size: 12px;
  }
  .section_title .ja {
    font-size: 20px;
  }
}

.section-message {
  padding: 160px 0 300px;
  background: #EDF2F2;
  overflow: hidden;
}
.section-message .pic-top {
  margin-bottom: 80px;
  margin-right: calc(var(--grid-gutter) / 2 * -1);
  margin-left: calc(var(--grid-gutter) / 2 * -1);
  text-align: center;
}
.section-message .pic-bottom {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-message {
    padding: 40px 0;
  }
  .section-message .pic-top {
    margin-bottom: 40px;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: calc(var(--grid-gutter) / 2 * -1);
  }
  .section-message .pic-top img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-message .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-message .pic-top {
    margin-bottom: 40px;
  }
  .section-message .pic-bottom {
    margin-top: 40px;
  }
}

.message_title {
  margin-bottom: 24px;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: #38B2A9;
  letter-spacing: 0.04em;
  text-align: center;
}
.message_title:after {
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 24px;
  background: #38B2A9;
  content: "";
}

.message_content {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.message_content p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .message_content p {
    font-size: 16px;
  }
}

@media all and (min-width: 1200px) {
  .message_pic_list .pic-left-top {
    left: -100px;
    top: 50px;
    width: 340px;
    height: 230px;
  }
  .message_pic_list .pic-right-top {
    right: -100px;
    top: -100px;
    width: 370px;
    height: 230px;
  }
  .message_pic_list .pic-left-middle {
    left: 0px;
    top: 450px;
    width: 185px;
    height: 250px;
  }
  .message_pic_list .pic-right-middle {
    right: -50px;
    top: 250px;
    width: 232px;
    height: 350px;
  }
  .message_pic_list .pic-left-bottom {
    left: 150px;
    top: 800px;
    width: 300px;
    height: 215px;
  }
  .message_pic_list .pic-right-bottom {
    right: 0;
    top: 720px;
    width: 325px;
    height: 210px;
  }
}
@media screen and (max-width: 1199px) {
  .message_pic_list {
    display: none;
  }
}

.section-magazine {
  padding: 64px 0;
}
.section-magazine .section_title .en {
  display: block;
}
@media screen and (max-width: 1199px) {
  .section-magazine {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-magazine .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.magazine_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .magazine_intro {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.magazine_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.magazine_content p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.magazine_content .link {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .magazine_content p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .magazine_content .link {
    margin-top: 40px;
  }
}

.magazine_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border-top: 1px solid #313434;
  border-bottom: 1px solid #313434;
}
.magazine_list li:not(:last-child) {
  border-right: 1px solid #313434;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .magazine_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .magazine_list li:not(:nth-child(2n)) {
    border-right: 1px solid #313434;
  }
  .magazine_list li:nth-child(-n+2) {
    border-bottom: 1px solid #313434;
  }
}
@media screen and (max-width: 767px) {
  .magazine_list {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    border-top: 0;
  }
}

.magazine_item {
  display: block;
  color: #313434;
}
.magazine_item:hover, .magazine_item:focus, .magazine_item:active {
  color: #38B2A9;
}
.magazine_item {
  padding: 64px 32px 40px;
  max-width: 600px;
  margin: 0 auto;
}
.magazine_item_pic img {
  width: 100%;
}
.magazine_item_content {
  margin-top: 16px;
}
.magazine_item_content .date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.magazine_item_content .title {
  display: block;
  font-size: 16px;
}
.magazine_item_content .arrow {
  margin-top: 16px;
}
.magazine_item:hover .arrow {
  background: #38B2A9 url(../img/arrow_white.svg) no-repeat center/16px 12px;
}
@media screen and (max-width: 767px) {
  .magazine_item {
    padding: 0 calc(var(--grid-gutter) / 2) 40px;
  }
  .magazine_item_pic {
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: calc(var(--grid-gutter) / 2 * -1);
  }
}

.section-product {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section-product .section_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    margin-bottom: 32px;
  }
  .section-product .section_title .en {
    font-size: 12px;
  }
  .section-product .section_title .ja {
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 767px) {
  .section-product {
    padding: 40px 0 0;
  }
}

.product_title .en {
  display: block;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: #38B2A9;
  letter-spacing: 0.04em;
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.product_list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5vw 20vw;
  min-height: 500px;
  color: #fff;
  overflow: hidden;
}
.product_list_item_inner {
  position: relative;
  z-index: 1;
  max-width: 540px;
}
.product_list_item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product_list_item_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #919191;
}
.product_list_item_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  letter-spacing: 0.04em;
}
.product_list_item_title .ja {
  font-size: 15px;
}
.product_list_item_title .icon {
  margin-left: auto;
  width: 28px;
  height: 28px;
  background: url(../img/icon_arrow.png) no-repeat center center/cover;
}
.product_list_item_title:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 26px;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  content: "";
}
.product_list_item.noiseless-design:before {
  background: url(../img/noiseless-design.png) no-repeat center center/cover;
}
.product_list_item.customize:before {
  background: url(../img/customize.png) no-repeat center center/cover;
}
.product_list_item.plan:before {
  background: url(../img/plan.png) no-repeat center center/cover;
}
.product_list_item.design-philosophy:before {
  background: url(../img/design-philosophy.png) no-repeat center center/cover;
}
.product_list_item:hover {
  color: #fff;
}
.product_list_item:hover .product_list_item_title .icon {
  background-image: url(../img/icon_arrow_hover.png);
}
.product_list_item:hover .product_list_item_title:after {
  width: 100%;
}
.product_list_item:hover:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1199px) {
  .product_list_item {
    padding: 0 calc(var(--grid-gutter) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product_list_item {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .product_list_item {
    min-height: 300px;
  }
  .product_list_item_title {
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .product_list_item_title .en {
    font-size: 20px;
  }
  .product_list_item_title .ja {
    margin-top: 10px;
    font-size: 10px;
  }
  .product_list_item_title .icon {
    width: 20px;
    height: 20px;
  }
  .product_list_item_description {
    font-size: 13px;
  }
}

.section-news {
  padding: 80px 0;
}
.section-news .section_title .en {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-news {
    padding: 40px 0;
  }
}

.news_contaier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
}
@media screen and (max-width: 1199px) {
  .news_contaier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.news_content {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_content.is-active {
  display: block;
}

.news_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100px;
}
.news_categories a {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #D8D7D3;
}
.news_categories a.active:before {
  content: "・";
}
.news_categories a.active {
  font-weight: 400;
  font-style: italic;
  color: #38B2A9;
}
@media screen and (max-width: 1199px) {
  .news_categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    width: 100%;
  }
}

.news_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 16px 0;
  border-top: 1px solid #DFDFDF;
  color: #313434;
}
.news_item:hover, .news_item:focus, .news_item:active {
  color: #38B2A9;
}
.news_item:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 27px;
  height: 1px;
  background: #38B2A9;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  content: "";
}
.news_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.news_item_info_date {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
}
.news_item_info_category {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  color: #D8D7D3;
  white-space: nowrap;
}
.news_item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_item:hover:before {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .news_item {
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news_item_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .news_item_info_date {
    font-size: 13px;
  }
  .news_item_info_category {
    font-size: 13px;
  }
  .news_item_title {
    font-size: 15px;
  }
}

.page-noiseless-design .section_content {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-noiseless-design .section_content {
    position: static;
  }
}

@media all and (min-width: 1200px) {
  #worktop-frame .container {
    height: 850px;
  }
  #worktop-frame .section_bg_text {
    top: 20%;
    right: 0%;
  }
  #worktop-frame .section_content {
    top: 50%;
    right: 10%;
  }
  #worktop-frame .pic-left {
    top: 15%;
    left: -5%;
    width: 480px;
    height: 370px;
  }
  #worktop-frame .pic-right {
    top: 40%;
    left: 33%;
    width: 230px;
    height: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #worktop-frame .container {
    height: 500px;
  }
  #worktop-frame .section_bg_text {
    top: 0;
    right: 5%;
    text-align: right;
  }
  #worktop-frame .section_content {
    top: 20%;
    right: 5%;
    width: 350px;
  }
  #worktop-frame .pic-left {
    top: 0;
    left: 0;
    width: 300px;
    max-width: 45%;
  }
  #worktop-frame .pic-right {
    top: 50%;
    right: 55%;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #worktop-frame .pic-sp {
    margin-top: 40px;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
  }
}

@media all and (min-width: 1200px) {
  #door-panel .container {
    height: 600px;
  }
  #door-panel .section_bg_text {
    top: 0%;
    left: 0%;
  }
  #door-panel .section_content {
    top: 30%;
    left: 0%;
  }
  #door-panel .pic-left {
    top: 30%;
    right: 30%;
    width: 250px;
    height: 330px;
  }
  #door-panel .pic-right {
    top: 15%;
    right: -5%;
    width: 440px;
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #door-panel .container {
    height: 500px;
  }
  #door-panel .section_bg_text {
    top: 0;
    left: 5%;
  }
  #door-panel .section_content {
    width: 350px;
    top: 35%;
    left: 5%;
  }
  #door-panel .pic-left {
    top: 45%;
    right: 20%;
    width: 180px;
  }
  #door-panel .pic-right {
    top: 0;
    right: 0;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #door-panel .section_bg_text {
    text-align: right;
  }
  #door-panel .pic-sp-01 {
    margin-top: 40px;
    max-width: 85%;
    margin-left: auto;
  }
  #door-panel .pic-sp-02 {
    margin-top: 40px;
    max-width: 50%;
    margin-right: auto;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
  }
}

@media all and (min-width: 1200px) {
  #sink .container {
    height: 780px;
  }
  #sink .section_bg_text {
    top: 5%;
    left: 25%;
  }
  #sink .section_content {
    top: 60%;
    right: 20%;
  }
  #sink .pic-left {
    top: 40%;
    left: 0%;
    width: 540px;
    height: 310px;
  }
  #sink .pic-right {
    top: 15%;
    right: -5%;
    width: 460px;
    height: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #sink .container {
    height: 450px;
  }
  #sink .section_bg_text {
    top: 5%;
    left: 35%;
  }
  #sink .section_content {
    width: 400px;
    top: 45%;
    right: 5%;
  }
  #sink .pic-left {
    top: 45%;
    left: 0;
    width: 320px;
    max-width: 40%;
  }
  #sink .pic-right {
    top: 0;
    right: 0;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #sink .pic-sp-01 {
    margin-top: 40px;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: auto;
    max-width: 85%;
  }
  #sink .section_content {
    margin-top: 40px;
  }
  #sink .pic-sp-02 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    max-width: 85%;
  }
}

@media all and (min-width: 1200px) {
  #cabinet .container {
    height: 640px;
  }
  #cabinet .section_bg_text {
    top: 0%;
    left: -5%;
  }
  #cabinet .section_content {
    top: 40%;
    left: 5%;
  }
  #cabinet .pic-absolute {
    top: 15%;
    right: -5%;
    width: 720px;
    height: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #cabinet .container {
    height: 450px;
  }
  #cabinet .section_bg_text {
    top: 0;
    left: 5%;
  }
  #cabinet .section_content {
    width: 350px;
    top: 40%;
    left: 15%;
  }
  #cabinet .pic-absolute {
    top: 0;
    right: 0;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #cabinet .section_bg_text {
    text-align: right;
  }
  #cabinet .pic-sp {
    margin-top: 40px;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: auto;
    max-width: 95%;
  }
  #cabinet .section_content {
    margin-top: 40px;
  }
}

@media all and (min-width: 1200px) {
  #design-storage .container {
    height: 640px;
  }
  #design-storage .section_bg_text {
    top: 5%;
    left: 25%;
  }
  #design-storage .section_content {
    top: 40%;
    left: 40%;
  }
  #design-storage .pic-left {
    top: 30%;
    left: -5%;
    width: 540px;
    height: 310px;
  }
  #design-storage .pic-right {
    top: 5%;
    right: -5%;
    width: 380px;
    height: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #design-storage .container {
    height: 500px;
  }
  #design-storage .section_bg_text {
    top: 5%;
    left: 15%;
  }
  #design-storage .section_content {
    top: 40%;
    right: calc(var(--grid-gutter) / 2);
    width: 400px;
    max-width: 48%;
  }
  #design-storage .pic-left {
    top: 30%;
    left: 0;
    width: 320px;
  }
  #design-storage .pic-right {
    top: 0;
    right: 0;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #design-storage .pic-sp-01 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    max-width: 80%;
  }
  #design-storage .pic-sp-02 {
    margin-top: 40px;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: auto;
    max-width: 85%;
  }
  #design-storage .section_content {
    margin-top: 40px;
  }
}

@media all and (min-width: 1200px) {
  #mansion-renovation .container {
    height: 720px;
  }
  #mansion-renovation .section_bg_text {
    top: 5%;
    right: 15%;
  }
  #mansion-renovation .section_content {
    top: 50%;
    left: 0%;
  }
  #mansion-renovation .pic-left {
    top: 0%;
    left: -5%;
    width: 520px;
    height: 300px;
  }
  #mansion-renovation .pic-right {
    top: 50%;
    right: -5%;
    width: 600px;
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #mansion-renovation .container {
    height: 500px;
  }
  #mansion-renovation .section_bg_text {
    top: 0;
    right: 10%;
  }
  #mansion-renovation .section_content {
    top: 50%;
    left: 10%;
    width: 420px;
  }
  #mansion-renovation .pic-left {
    top: 0%;
    left: -5%;
    width: 320px;
  }
  #mansion-renovation .pic-right {
    top: 35%;
    right: -5%;
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  #mansion-renovation .pic-sp-01 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    max-width: 90%;
  }
  #mansion-renovation .pic-sp-02 {
    margin-top: 40px;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: auto;
    max-width: 100%;
  }
  #mansion-renovation .section_content {
    margin-top: 40px;
  }
}

.page-customize .section_content {
  position: absolute;
}
.page-customize .section_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-customize .section_content {
    position: static;
  }
}

@media all and (min-width: 1200px) {
  #variation .section_inner {
    height: 600px;
  }
  #variation .section_bg_text {
    top: 0%;
    left: 20%;
  }
  #variation .section_content {
    top: 15%;
    left: 5%;
  }
  #variation .pic-left {
    top: 15%;
    right: 28%;
    width: 270px;
    height: 330px;
  }
  #variation .pic-right {
    top: 0%;
    right: -5%;
    width: 400px;
    height: 320px;
  }
}
#variation .variation_materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
#variation .variation_materials_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #variation .section_inner {
    height: 650px;
  }
  #variation .section_bg_text {
    top: 5%;
    left: 10%;
  }
  #variation .section_content {
    bottom: 0;
    right: 0;
    width: 500px;
    max-width: calc(100% - 220px);
  }
  #variation .pic-left {
    bottom: 25%;
    left: calc(var(--grid-gutter) / 2 * -1);
    width: 220px;
  }
  #variation .pic-right {
    top: 0;
    right: calc(var(--grid-gutter) / 2 * -1);
    width: 320px;
  }
  #variation .variation_materials {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #variation .pic-sp {
    margin-top: 24px;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    margin-right: calc(var(--grid-gutter) / 2 * -1);
  }
  #variation .pic-sp img {
    width: 100%;
  }
  #variation .section_content {
    margin-top: 40px;
  }
  #variation .variation_materials {
    margin-top: 40px;
    display: block;
  }
  #variation .variation_materials_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #variation .variation_materials .handle .variation_materials_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.variation_materials_box {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 4px;
  padding-bottom: 24px;
  border-top: 1px solid #313434;
}
.variation_materials_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.variation_materials_box_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-weight: 200;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.variation_materials_box_title .ja {
  padding-top: 8px;
  font-size: 13px;
}
.variation_materials_box.frame, .variation_materials_box.handle {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

.variation_materials_category_title {
  margin-bottom: 12px;
  padding: 4px 12px;
  background: #EDF2F2;
  text-align: center;
}
.variation_materials_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.variation_materials_category_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .variation_materials_category_title {
    margin-bottom: 8px;
    padding: 4px 8px;
  }
  .variation_materials_category_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.variation_materials_item {
  text-align: center;
}
.variation_materials_item_name {
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .variation_materials_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .variation_materials_item img {
    max-width: 40%;
  }
  .variation_materials_item_name {
    margin-top: 4px;
    font-size: 12px;
  }
  .handle .variation_materials_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .handle .variation_materials_item .variation_materials_category_title {
    width: 100%;
  }
  .handle .variation_materials_item img {
    max-width: 100%;
  }
}

@media all and (min-width: 1200px) {
  #equipment .section_inner {
    height: 700px;
  }
  #equipment .section_bg_text {
    top: 0%;
    left: 15%;
  }
  #equipment .section_content {
    top: 45%;
    left: 35%;
  }
  #equipment .pic-left {
    top: 40%;
    left: 0%;
    width: 400px;
    height: 410px;
  }
  #equipment .pic-right {
    top: 10%;
    right: -5%;
    width: 500px;
    height: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #equipment .section_inner {
    height: 820px;
  }
  #equipment .section_bg_text {
    top: -2.5%;
    left: 5%;
  }
  #equipment .section_content {
    top: 60%;
    left: 0;
  }
  #equipment .pic-left {
    top: 25%;
    left: 10%;
    width: 260px;
  }
  #equipment .pic-right {
    top: 18%;
    right: calc(var(--grid-gutter) / 2 * -1);
    width: 400px;
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #equipment .pic-sp {
    margin-top: 40px;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    margin-right: calc(var(--grid-gutter) / 2 * -1);
  }
  #equipment .pic-sp img {
    width: 100%;
  }
}

#more-items {
  overflow: visible !important;
}
#more-items .section_bg_text {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #more-items .section_bg_text {
    margin-bottom: 40px;
  }
}

.storage_sticky_wrapper {
  height: 500vh;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .storage_sticky_wrapper {
    height: 250vh;
  }
}

.storage_section {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.storage_section .storage_pic_wrapper {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.storage_section .storage_pic {
  position: relative;
  width: 100%;
  aspect-ratio: 720/560;
  overflow: hidden;
}
.storage_section .storage_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.storage_section .storage_pic .storage_pic_01 {
  z-index: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.storage_section .storage_pic .storage_pic_02 {
  z-index: 4;
}
.storage_section .storage_pic .storage_pic_03 {
  z-index: 3;
}
.storage_section .storage_pic .storage_pic_04 {
  z-index: 2;
}
.storage_section .storage_pic .storage_pic_05 {
  z-index: 1;
}
.storage_section .storage_content {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .storage_section {
    top: 25%;
    padding: 0;
    height: calc(50vh - var(--headerHeight));
    gap: 40px;
  }
  .storage_section .section_bg_text {
    margin-bottom: -40px;
    text-align: right;
  }
  .storage_section .storage_pic {
    aspect-ratio: 410/455;
  }
}
@media screen and (max-width: 767px) {
  .storage_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 24px;
    top: var(--headerHeight);
    min-height: calc(100vh - var(--headerHeight));
    height: auto;
  }
  .storage_section .storage_pic_wrapper {
    display: contents;
  }
  .storage_section .storage_pic {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 375/290;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .storage_section .storage_pic img {
    width: 100%;
    height: 100%;
    aspect-ratio: 375/290;
  }
  .storage_section .storage_content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: calc(var(--grid-gutter) / 2);
    padding-left: calc(var(--grid-gutter) / 2);
  }
}

.storage_item {
  position: relative;
  height: 60px;
}
.storage_item p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.storage_item p:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: var(--storage-underline-width, 0%);
  height: 1px;
  background: #313434;
  content: "";
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .storage_item {
    margin: 24px;
  }
}
@media screen and (max-width: 767px) {
  .storage_item {
    margin-bottom: 40px;
  }
}

.storage_section[data-step="0"] .storage_item_01,
.storage_section[data-step="1"] .storage_item_02,
.storage_section[data-step="2"] .storage_item_03,
.storage_section[data-step="3"] .storage_item_04,
.storage_section[data-step="4"] .storage_item_05 {
  opacity: 1;
}

#related-products {
  padding-bottom: 128px;
}
@media screen and (max-width: 767px) {
  #related-products {
    padding-bottom: 64px;
  }
}

.related_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related_intro .section_bg_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.related_intro .related_intro_right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .related_intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .related_intro .related_intro_right {
    display: none;
  }
}

.related-products_swiper_wrapper {
  position: relative;
  margin-top: 64px;
  margin-left: 10%;
}
.related-products_swiper_wrapper .related-products_swiper_prev {
  left: -40px;
}
.related-products_swiper_wrapper .related-products_swiper_next {
  right: 1vw;
  z-index: 99;
}
.related-products_swiper_wrapper .swiper-button-prev,
.related-products_swiper_wrapper .swiper-button-next {
  color: #313434;
}
.related-products_swiper_wrapper .swiper-button-prev::after,
.related-products_swiper_wrapper .swiper-button-next::after {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .related-products_swiper_wrapper {
    margin-left: 0;
    padding-right: calc(var(--grid-gutter) / 2);
    padding-left: calc(var(--grid-gutter) / 2);
  }
  .related-products_swiper_wrapper .swiper-button-prev,
  .related-products_swiper_wrapper .swiper-button-next {
    top: 140px;
    width: 24px;
    height: 24px;
    background: rgba(49, 52, 52, 0.5);
  }
  .related-products_swiper_wrapper .swiper-button-prev::after,
  .related-products_swiper_wrapper .swiper-button-next::after {
    color: #fff;
    background-size: 4px 8px;
  }
  .related-products_swiper_wrapper .swiper-button-prev:hover,
  .related-products_swiper_wrapper .swiper-button-next:hover {
    background: rgba(49, 52, 52, 0.5);
  }
  .related-products_swiper_wrapper .swiper-button-prev {
    left: 40px;
  }
  .related-products_swiper_wrapper .swiper-button-prev:after {
    background-image: url(../img/icon_prev-white.svg);
  }
  .related-products_swiper_wrapper .swiper-button-next {
    right: 40px;
  }
  .related-products_swiper_wrapper .swiper-button-next:after {
    background-image: url(../img/icon_next-white.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .related-products_swiper_wrapper .swiper-button-prev,
  .related-products_swiper_wrapper .swiper-button-next {
    top: 200px;
    width: 40px;
    height: 40px;
  }
  .related-products_swiper_wrapper .swiper-button-prev {
    left: 80px;
  }
  .related-products_swiper_wrapper .swiper-button-next {
    right: 80px;
  }
}

.related-products_swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.related-products_swiper .swiper-slide {
  opacity: 0.75;
  height: auto;
}
.related-products_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.related-products_swiper .swiper-slide:not(.swiper-slide-active) .related-products_swiper_next {
  opacity: 0;
}

.related-products_swiper_pagination {
  position: static;
  margin-top: 32px;
}
.related-products_swiper_pagination .swiper-pagination-bullet {
  background: #fff;
}
.related-products_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #313434;
}
@media screen and (max-width: 1199px) {
  .related-products_swiper_pagination {
    position: absolute;
    top: 200px;
    margin-top: 16px;
  }
  .related-products_swiper_pagination .swiper-pagination-bullet {
    background: #EDF2F2;
  }
  .related-products_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #313434;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .related-products_swiper_pagination {
    top: 340px;
  }
}

.related-products_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  height: 100%;
}
.related-products_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 40px 80px;
}
.related-products_item_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.related-products_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-products_item .number {
  font-weight: 200;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  color: #38B2A9;
}
.related-products_item_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.related-products_item_description {
  margin-top: 40px;
}
.related-products_item .link {
  margin-top: 40px;
}
.swiper-slide-active .related-products_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swiper-slide-active .related-products_item .related-products_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .related-products_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #fff), to(#fff));
    background: linear-gradient(180deg, transparent 0%, transparent 10%, #fff 10%, #fff 100%);
  }
  .related-products_item_content {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 32px calc(var(--grid-gutter) / 2) 72px;
  }
  .related-products_item_pic {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding-right: calc(var(--grid-gutter) / 2);
    padding-left: calc(var(--grid-gutter) / 2);
  }
  .related-products_item_pic img {
    aspect-ratio: 270/200;
  }
  .related-products_item .number {
    font-size: 18px;
  }
  .related-products_item_title {
    margin-top: 12px;
    font-size: 18px;
  }
  .related-products_item_description {
    margin-top: 16px;
  }
  .related-products_item .link {
    margin-top: 24px;
  }
  .swiper-slide-active .related-products_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .related-products_item_content {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding-right: calc(var(--grid-gutter) / 1);
    padding-left: calc(var(--grid-gutter) / 1);
  }
  .related-products_item_pic {
    padding-right: calc(var(--grid-gutter) / 1);
    padding-left: calc(var(--grid-gutter) / 1);
  }
  .related-products_item .number {
    font-size: 18px;
  }
  .related-products_item_title {
    margin-top: 12px;
    font-size: 18px;
  }
  .related-products_item_description {
    margin-top: 16px;
  }
  .related-products_item .link {
    margin-top: 24px;
  }
  .swiper-slide-active .related-products_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.swiper-wrapper:has(.swiper-slide-active[aria-label="3 / 3"]) .swiper-slide-prev .related-products_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1199px) {
  .swiper-wrapper:has(.swiper-slide-active[aria-label="3 / 3"]) .swiper-slide-prev .related-products_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page_intro:has(.plan_index_swiper_wrapper) {
  overflow: hidden;
}

.number {
  font-family: serif;
}

.plan_index_swiper_wrapper {
  position: relative;
  margin-top: 24px;
}
.plan_index_swiper_wrapper .plan_index_swiper_next,
.plan_index_swiper_wrapper .plan_index_swiper_prev {
  top: 200px;
  width: 22px;
  height: 22px;
  border: 1px solid #313434;
}
.plan_index_swiper_wrapper .plan_index_swiper_next::after,
.plan_index_swiper_wrapper .plan_index_swiper_prev::after {
  background-size: 10px 10px;
}
.plan_index_swiper_wrapper .plan_index_swiper_next {
  right: 0;
}
.plan_index_swiper_wrapper .plan_index_swiper_prev {
  left: 0;
}

.plan_index_swiper {
  overflow: hidden;
}
.plan_index_swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.plan_index_swiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plan_index_swiper_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 24px;
  margin-right: calc(var(--grid-gutter) * -1);
  margin-left: calc(var(--grid-gutter) * -1);
  padding-bottom: 8px;
  border-bottom: 1px solid #C1C1C1;
}

.plan_index_swiper_nav_item {
  position: relative;
  background: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.plan_index_swiper_nav_item:hover {
  color: #666;
}
.plan_index_swiper_nav_item.is-active {
  color: #000;
  font-weight: 500;
}
.plan_index_swiper_nav_item.is-active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

.plan_index_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  border-right: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}
.plan_index_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan_index_list li:not(:last-child) .plan_index_item {
  border-right: 1px solid #C1C1C1;
}

.plan_index_item {
  display: block;
  padding: 0 8px;
  color: #313434;
}
.plan_index_item:hover, .plan_index_item:focus, .plan_index_item:active {
  color: #38B2A9;
}
.plan_index_item {
  text-align: center;
}
.plan_index_item_title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 20px;
}
.plan_index_item_text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.plan_index_item_icon {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #38B2A9;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .plan_index_item_title {
    font-size: 15px;
  }
  .plan_index_item_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .plan_index_item {
    padding-top: 24px;
    text-align: center;
  }
  .plan_index_item_title {
    font-size: 15px;
  }
  .plan_index_item_text {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .plan_index_item_icon {
    margin-top: 12px;
  }
}

.plans {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .plans {
    padding-top: 0;
  }
}

.plan_section {
  position: sticky;
  top: 0; /* JSでセクションごとに header 高さ分ずらす（スタック用） */
  z-index: 999;
  width: 100%;
  background: #fff;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan_section .container {
  max-width: 1180px;
}
.plan_section_header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #313434;
}
.plan_section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  line-height: 1;
}
.plan_section_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-weight: 200;
  font-size: 80px;
  color: #38B2A9;
}
.plan_section_title .ja {
  margin-top: 18px;
  font-size: 16px;
}
.plan_section_content {
  padding-top: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.plan_section_scroll_inner {
  will-change: transform;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .plan_section:not(:last-of-type) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_section_header {
    padding-bottom: 0;
  }
  .plan_section_title {
    gap: 12px;
    padding: 4px 0;
    white-space: nowrap;
  }
  .plan_section_title .en {
    font-size: 32px;
  }
  .plan_section_title .ja {
    margin-top: 8px;
    font-size: 12px;
  }
  .plan_section_content {
    padding-top: 24px;
  }
}

.plan_section_scroll_space {
  width: 100%;
}

.plan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
.plan_box_pic {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}
.plan_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan_box_content > p {
  line-height: 2.2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .plan_box {
    display: block;
  }
  .plan_box .plan_box_pic {
    float: left;
    width: 40%;
  }
  .plan_box .plan_box_description {
    float: right;
    width: 60%;
    padding-left: 24px;
  }
  .plan_box .plan_box_content {
    display: contents;
  }
  .plan_box .plan_box_info {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .plan_box {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .plan_box_pic {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .plan_box_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: contents;
  }
  .plan_box .plan_box_description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plan_box .plan_box_pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .plan_box .plan_box_info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.plan_box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plan_info_title {
  padding-bottom: 12px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #38B2A9;
}
@media all and (min-width: 1200px) {
  .plan_info_title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .plan_info_title {
    margin-top: 24px;
  }
}

.plan_info_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  padding: 24px 0;
  border-top: 1px solid #313434;
  border-bottom: 1px solid #313434;
}
.plan_info_dl > dt {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  font-weight: 500;
}
.plan_info_dl > dd {
  -ms-flex-preferred-size: calc(100% - 180px);
      flex-basis: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .plan_info_dl > dt {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
  .plan_info_dl > dd {
    -ms-flex-preferred-size: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
  }
}

.plan_info_dl_sub {
  margin-top: 8px;
}
.plan_info_dl_sub .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan_info_dl_sub dt {
  font-weight: normal;
}
.plan_info_dl_sub dt:after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .plan_info_dl_sub .inner {
    display: block;
    margin-top: 16px;
  }
  .plan_info_dl_sub dt {
    color: #858585;
  }
  .plan_info_dl_sub dt:after {
    content: "";
  }
}

.plan_material_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.plan_material_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan_material_list li:not(:last-child) .plan_material_item {
  border-right: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  .plan_material_list {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan_material_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .plan_material_list li:not(:last-child) .plan_material_item {
    border-right: none;
    border-bottom: 1px solid #C1C1C1;
  }
}

.plan_material_item {
  display: block;
  text-align: center;
}
.plan_material_item_title .en {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  font-weight: 200;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.plan_material_item_title .ja {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.plan_material_item .pic {
  margin-top: 24px;
}
.plan_material_item_description {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .plan_material_item {
    padding: 16px 0;
  }
  .plan_material_item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .plan_material_item_title .en {
    font-size: 27px;
  }
  .plan_material_item_title .ja {
    font-size: 14px;
  }
  .plan_material_item .pic {
    margin-top: 0;
  }
  .plan_material_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding-top: 16px;
  }
}

#inspiration {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #inspiration {
    margin-top: 40px;
  }
  #inspiration .section_bg_text {
    text-align: right;
  }
  #inspiration .section_description {
    margin-top: 12px;
  }
  #inspiration .inspiration_pic-01 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 30%;
    max-width: 120px;
  }
  #inspiration .inspiration_pic-02 {
    margin-top: 12px;
    margin-left: auto;
    margin-right: 10%;
    max-width: 30%;
    max-width: 100px;
  }
  #inspiration .inspiration_pic-03 {
    position: absolute;
    bottom: -40px;
    right: 0;
    max-width: 25%;
    max-width: 90px;
  }
}

.inspiration_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.inspiration_box_pic {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}
.inspiration_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inspiration_box_content_inner {
  padding-left: 80px;
}
.inspiration_box .section_description {
  margin-top: 80px;
}
.inspiration_box .link {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inspiration_box_pic {
    padding-top: 80px;
    -ms-flex-preferred-size: 275px;
        flex-basis: 275px;
  }
  .inspiration_box_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .inspiration_box_content_inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inspiration_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inspiration_box_pic {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .inspiration_box_content_inner {
    padding-left: 0;
  }
}

.coming-soon {
  position: relative;
}
.coming-soon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 200;
  font-size: clamp(24px, 5vw, 40px);
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  content: "Coming Soon";
}

.page-design-philosophy .section_content {
  position: absolute;
}
.page-design-philosophy .section_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-design-philosophy .section_content {
    position: static;
  }
}

@media all and (min-width: 1200px) {
  #craftsmanship .container {
    height: 600px;
  }
  #craftsmanship .section_bg_text {
    top: 0%;
    left: 0%;
  }
  #craftsmanship .section_content {
    top: 30%;
    left: 5%;
  }
  #craftsmanship .pic-left {
    top: 30%;
    right: 30%;
    width: 240px;
    height: 320px;
  }
  #craftsmanship .pic-right {
    top: 15%;
    right: -5%;
    width: 445px;
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #craftsmanship .container {
    height: 500px;
  }
  #craftsmanship .section_bg_text {
    top: 0%;
    left: calc(var(--grid-gutter) / 2);
  }
  #craftsmanship .section_content {
    top: 30%;
    left: 35%;
    width: 390px;
  }
  #craftsmanship .pic-left {
    top: 30%;
    left: calc(var(--grid-gutter) / 2);
    width: 160px;
  }
  #craftsmanship .pic-right {
    top: 15%;
    right: 0;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #craftsmanship .pic-sp {
    margin-top: 40px;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    margin-right: calc(var(--grid-gutter) / 2 * -1);
  }
  #craftsmanship .pic-sp img {
    width: 100%;
  }
  #craftsmanship .section_content {
    margin-top: 40px;
  }
}

@media all and (min-width: 1200px) {
  #material .container {
    height: 680px;
  }
  #material .section_bg_text {
    top: 0%;
    left: 40%;
  }
  #material .section_content {
    top: 50%;
    left: 50%;
  }
  #material .pic-left {
    top: 25%;
    left: 5%;
    width: 540px;
    height: 320px;
  }
  #material .pic-right {
    top: 10%;
    right: -5%;
    width: 300px;
    height: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #material .container {
    height: 600px;
  }
  #material .section_bg_text {
    top: 0;
    right: calc(var(--grid-gutter) / 2);
    text-align: right;
  }
  #material .section_content {
    top: 0;
    left: 5%;
    width: 380px;
  }
  #material .pic-left {
    bottom: 0;
    left: 0;
    width: 340px;
  }
  #material .pic-right {
    top: 20%;
    right: 0;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #material .pic-sp {
    margin-top: 40px;
    margin-left: calc(var(--grid-gutter) / 2 * -1);
    margin-right: calc(var(--grid-gutter) / 2 * -1);
  }
  #material .pic-sp img {
    width: 100%;
  }
  #material .section_bg_text {
    padding-left: 1em;
  }
  #material .section_content {
    margin-top: -40px;
  }
}

@media all and (min-width: 1200px) {
  #durability-test .container {
    height: 520px;
  }
  #durability-test .section_bg_text {
    top: 0%;
    left: 0%;
  }
  #durability-test .section_content {
    top: 30%;
    left: 10%;
  }
  #durability-test .pic-absolute {
    top: 15%;
    right: -5%;
    width: 560px;
    height: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #durability-test .container {
    height: 500px;
  }
  #durability-test .section_bg_text {
    top: 0;
    left: 15%;
  }
  #durability-test .section_content {
    bottom: 0;
    left: calc(var(--grid-gutter) / 2);
    width: 500px;
  }
  #durability-test .pic-absolute {
    top: 18%;
    right: 0;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #durability-test .pic-sp {
    margin-top: 40px;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: auto;
    max-width: 85%;
  }
  #durability-test .section_content {
    margin-top: 40px;
  }
}

@media all and (min-width: 1200px) {
  #sustainable .section_bg_text {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  #sustainable .section_bg_text {
    text-align: right;
  }
}

.sustainable_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.sustainable_box_pic {
  padding-top: 80px;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}
.sustainable_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1199px) {
  .sustainable_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
  .sustainable_box_pic {
    padding-top: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .sustainable_box_pic img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sustainable_box_pic {
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: calc(var(--grid-gutter) / 2 * -1);
  }
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
/* FONT_START */
/* FONT_END */
:root {
  --swiper-theme-color: $mainC;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #38B2A9;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: white;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -16px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -16px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: block;
  width: 8px;
  height: 16px;
  content: "";
}

.swiper-button-prev:after {
  background: url("../img/icon_prev.svg") no-repeat center center/8px 16px;
}

.swiper-button-next:after {
  background: url("../img/icon_next.svg") no-repeat center center/8px 16px;
}

/* Navigation font end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #fff;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #313434;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #38B2A9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}