/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  font-style: italic;
}

video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.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.33333333%;
}

.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.66666667%;
}

.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: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .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 {
    -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.33333333%;
  }
  .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.66666667%;
  }
  .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: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .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 {
    -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.33333333%;
  }
  .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.66666667%;
  }
  .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: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .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 {
    -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.33333333%;
  }
  .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.66666667%;
  }
  .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: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .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 {
    -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.33333333%;
  }
  .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.66666667%;
  }
  .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: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .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: grid !important;
}

.d-inline-grid {
  display: inline-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;
  align-self: auto !important;
}

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

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

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

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

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

.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: 1.5rem !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: 1.5rem !important;
  margin-left: 1.5rem !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: 1.5rem !important;
  margin-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !important;
  padding-left: 1.5rem !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: 1.5rem !important;
  padding-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-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;
    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;
    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;
    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: 1.5rem !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: 1.5rem !important;
    margin-left: 1.5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !important;
    padding-left: 1.5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: grid !important;
  }
  .d-md-inline-grid {
    display: inline-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;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .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: 1.5rem !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: 1.5rem !important;
    margin-left: 1.5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !important;
    padding-left: 1.5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-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;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .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: 1.5rem !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: 1.5rem !important;
    margin-left: 1.5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !important;
    padding-left: 1.5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-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;
    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;
    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;
    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: 1.5rem !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: 1.5rem !important;
    margin-left: 1.5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !important;
    padding-left: 1.5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-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;
    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;
    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;
    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: 1.5rem !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: 1.5rem !important;
    margin-left: 1.5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !important;
    padding-left: 1.5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: 1.5rem !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: grid !important;
  }
  .d-print-inline-grid {
    display: inline-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;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: -webkit-calc(var(--bs-border-width) * 2) solid currentcolor;
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + var(--bs-border-width));
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: -webkit-calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + var(--bs-border-width));
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: -webkit-calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + var(--bs-border-width));
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: -webkit-calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: -webkit-calc(1.5em + 0.75rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: -webkit-calc(1.5em + 0.75rem + -webkit-calc(var(--bs-border-width) * 2));
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + -webkit-calc(var(--bs-border-width) * 2));
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + -webkit-calc(var(--bs-border-width) * 2));
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: -webkit-calc(3.5rem + -webkit-calc(var(--bs-border-width) * 2));
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: -webkit-calc(3.5rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -webkit-calc(var(--bs-border-width) * -1);
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: -webkit-calc(3rem + -webkit-calc(1.5em + 0.75rem));
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: -webkit-calc(3rem + -webkit-calc(1.5em + 0.75rem));
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: -webkit-calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - var(--bs-modal-margin) * 2);
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: -webkit-calc(var(--bs-modal-header-padding-y) * 0.5) -webkit-calc(var(--bs-modal-header-padding-x) * 0.5);
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: -webkit-calc(-0.5 * var(--bs-modal-header-padding-y)) -webkit-calc(-0.5 * var(--bs-modal-header-padding-x)) -webkit-calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: -webkit-calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: -webkit-calc(var(--bs-modal-footer-gap) * 0.5);
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: -webkit-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: -webkit-calc(var(--adp-time-thumb-size) / 2 * -1);
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  -webkit-transform: translateY(-webkit-calc(var(--adp-transition-offset) * -1));
  -ms-transform: translateY(calc(var(--adp-transition-offset) * -1));
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  -webkit-transform: translateX(var(--adp-transition-offset));
  -ms-transform: translateX(var(--adp-transition-offset));
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  -webkit-transform: translateY(var(--adp-transition-offset));
  -ms-transform: translateY(var(--adp-transition-offset));
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  -webkit-transform: translateX(-webkit-calc(var(--adp-transition-offset) * -1));
  -ms-transform: translateX(calc(var(--adp-transition-offset) * -1));
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  -webkit-transition: none;
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, -webkit-calc(-50% + var(--adp-transition-offset)));
  -ms-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  -webkit-transition: none;
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: -webkit-calc(var(--adp-pointer-size) / 2);
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: -webkit-calc(100% - var(--pointer-half-size) + 1px);
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: -webkit-calc(100% - var(--pointer-half-size) + 1px);
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: -webkit-calc(100% - var(--pointer-half-size) + 1px);
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: -webkit-calc(100% - var(--pointer-half-size) + 1px);
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: -webkit-calc(50% - var(--adp-pointer-size) / 2);
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: -webkit-calc(50% - var(--adp-pointer-size) / 2);
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

html {
  font-size: 10px;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
  background: #ffffff;
}
body.ov-hidden {
  overflow: hidden;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1650px;
  }
}
.container-1220 {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .container-1220 {
    max-width: 1250px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.the_content p:not(:last-of-type) {
  margin-bottom: 30px;
}
.the_content ul,
.the_content ol {
  list-style: disc;
  list-style-position: inside;
}
.the_content ul li,
.the_content ol li {
  font-size: 1.2rem;
  line-height: 1.666;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .the_content ul li,
  .the_content ol li {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.the_content ol {
  list-style: decimal;
  list-style-position: inside;
}

.left-design {
  position: relative;
}
.left-design::after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  left: 0;
  background-image: url("../img/rent/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 576px) {
  .left-design::after {
    height: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .left-design::after {
    height: 56px;
    background-image: url("../img/rent/rent-top-bg.svg");
  }
}

.heading-primary {
  font-family: "futura-pt", sans-serif;
  color: #004898;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3125;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .heading-primary {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 37px;
  }
}
.heading-primary.-txt-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heading-primary.-txt-center-sp {
    text-align: center;
  }
}

.sub-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.466;
}
@media only screen and (min-width: 768px) {
  .sub-heading {
    font-size: 3rem;
    line-height: 1.466;
  }
}
.sub-heading.-txt-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sub-heading.-txt-center-sp {
    text-align: center;
  }
}

.btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #004898;
  width: 180px;
  height: 60px;
  color: #ffffff;
  border: 1px solid #004898;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    padding-left: 47px;
    width: 316px;
    height: 90px;
  }
}
.btn-contact__txt {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-contact__txt {
    font-size: 1.4rem;
    line-height: 1.4285;
  }
}
.btn-contact__txt.-lg {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
@media only screen and (min-width: 768px) {
  .btn-contact__txt.-lg {
    font-size: 1.8rem;
    gap: 27px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-contact__txt.-lg {
    font-size: 2rem;
  }
}
.btn-contact__txt.-lg:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .btn-contact__txt.-lg:after {
    width: 20px;
    height: 20px;
  }
}
.btn-contact__no {
  font-family: "Helvetica", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.22;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-contact__no {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}
.btn-contact__no::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.285' height='18.335' viewBox='0 0 18.285 18.335'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M136.253-832.858a6.86,6.86,0,0,0-2.07-5.041,6.86,6.86,0,0,0-5.041-2.07V-842a8.844,8.844,0,0,1,3.568.724,9.292,9.292,0,0,1,2.9,1.955,9.292,9.292,0,0,1,1.955,2.9,8.845,8.845,0,0,1,.724,3.568Zm-4.063,0a2.939,2.939,0,0,0-.889-2.159,2.939,2.939,0,0,0-2.159-.889v-2.032a4.9,4.9,0,0,1,3.593,1.486,4.895,4.895,0,0,1,1.486,3.593Zm5.028,9.193a15.247,15.247,0,0,1-6.273-1.384,18.766,18.766,0,0,1-5.638-3.924,18.765,18.765,0,0,1-3.924-5.638A15.248,15.248,0,0,1,120-840.883a1.034,1.034,0,0,1,.3-.762,1.034,1.034,0,0,1,.762-.3h4.114a.944.944,0,0,1,.635.241.928.928,0,0,1,.33.571l.66,3.555a1.792,1.792,0,0,1-.025.686,1.069,1.069,0,0,1-.279.483l-2.463,2.489a12.288,12.288,0,0,0,1.206,1.816,17.857,17.857,0,0,0,1.536,1.689,17.864,17.864,0,0,0,1.651,1.46,16.042,16.042,0,0,0,1.828,1.232l2.387-2.387a1.421,1.421,0,0,1,.6-.343,1.635,1.635,0,0,1,.724-.063l3.5.711a1.175,1.175,0,0,1,.584.368.894.894,0,0,1,.229.6v4.114a1.034,1.034,0,0,1-.3.762A1.034,1.034,0,0,1,137.218-823.665Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-contact__no::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-contact:hover {
    background-color: #ffffff;
  }
  .btn-contact:hover .btn-contact__txt {
    color: #004898;
  }
  .btn-contact:hover .btn-contact__no {
    color: #004898;
  }
  .btn-contact:hover .btn-contact__no::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23004898;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
  }
  .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%23004898'/%3E%3C/svg%3E%0A");
  }
}
@media only screen and (max-width: 767px) {
  .btn-contact.-click {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-contact.-click {
    pointer-events: all;
  }
}
@media only screen and (min-width: 768px) {
  .btn-contact.-click .btn-contact__txt {
    margin-bottom: 4px;
  }
}

.btn-primary {
  background-color: #E38D17;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  padding: 19px;
  border-radius: 44px;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #E38D17;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  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: 7px;
}
@media only screen and (min-width: 576px) {
  .btn-primary {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .btn-primary {
    font-size: 1.8rem;
    max-width: 300px;
    padding: 22px;
  }
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #E38D17;
}
.btn-primary:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .btn-primary:after {
    width: 18px;
    height: 18px;
  }
}
.btn-primary[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.676' height='17.676' viewBox='0 0 17.676 17.676'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.964-822.324a1.891,1.891,0,0,1-1.387-.577,1.891,1.891,0,0,1-.577-1.387v-13.748a1.891,1.891,0,0,1,.577-1.387,1.891,1.891,0,0,1,1.387-.577h6.874v1.964h-6.874v13.748h13.748v-6.874h1.964v6.874a1.891,1.891,0,0,1-.577,1.387,1.891,1.891,0,0,1-1.387.577Zm4.615-5.2L125.2-828.9l9.133-9.133H130.8V-840h6.874v6.874h-1.964v-3.535Z' transform='translate(-120 840)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.btn-primary[target=_blank]:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.676' height='17.676' viewBox='0 0 17.676 17.676'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.964-822.324a1.891,1.891,0,0,1-1.387-.577,1.891,1.891,0,0,1-.577-1.387v-13.748a1.891,1.891,0,0,1,.577-1.387,1.891,1.891,0,0,1,1.387-.577h6.874v1.964h-6.874v13.748h13.748v-6.874h1.964v6.874a1.891,1.891,0,0,1-.577,1.387,1.891,1.891,0,0,1-1.387.577Zm4.615-5.2L125.2-828.9l9.133-9.133H130.8V-840h6.874v6.874h-1.964v-3.535Z' transform='translate(-120 840)' fill='%23E38D17'/%3E%3C/svg%3E%0A");
}

.btn-search {
  background-color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 12px;
  max-width: 168px;
  width: 100%;
  display: inline-block;
  border-radius: 25px;
  position: relative;
  border: solid 1px #525252;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .btn-search {
    max-width: 216px;
    font-size: 1.6rem;
  }
}
.btn-search:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.522' height='17.522' viewBox='0 0 17.522 17.522'%3E%3Cpath id='search_20dp_FILL1_wght400_GRAD-25_opsz20' d='M168.739-790.478l-6.281-6.282a6.108,6.108,0,0,1-1.732.9,6.266,6.266,0,0,1-1.992.314,6.015,6.015,0,0,1-4.415-1.816,6,6,0,0,1-1.818-4.411,6.009,6.009,0,0,1,1.816-4.412A6,6,0,0,1,158.727-808a6.007,6.007,0,0,1,4.412,1.818,6.012,6.012,0,0,1,1.818,4.415,6.206,6.206,0,0,1-.321,2,6.417,6.417,0,0,1-.9,1.739l6.282,6.269Zm-10.011-6.857a4.283,4.283,0,0,0,3.148-1.29,4.282,4.282,0,0,0,1.29-3.148,4.282,4.282,0,0,0-1.29-3.148,4.283,4.283,0,0,0-3.148-1.29,4.283,4.283,0,0,0-3.148,1.29,4.283,4.283,0,0,0-1.29,3.148,4.283,4.283,0,0,0,1.29,3.148A4.283,4.283,0,0,0,158.728-797.334Z' transform='translate(-152.5 808)' fill='%23333'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .btn-search:after {
    right: 23px;
  }
}
.btn-search:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px rgba(0, 43, 90, 0.1);
  box-shadow: 0 3px 6px rgba(0, 43, 90, 0.1);
}
@media only screen and (min-width: 768px) {
  .header {
    -webkit-box-shadow: 0 6px 6px rgba(0, 43, 90, 0.1);
    box-shadow: 0 6px 6px rgba(0, 43, 90, 0.1);
  }
}
.header__wrapper {
  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: 19px;
}
.header__logo {
  display: block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 156px;
  flex: 0 0 156px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1230px) {
  .header__logo {
    margin-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo svg {
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header__right {
    gap: 32px;
  }
}
@media only screen and (min-width: 1230px) {
  .header__right {
    gap: 52px;
  }
}
.header__right .btn-contact {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .nav__list {
    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;
    gap: 31px;
  }
}
@media only screen and (min-width: 1230px) {
  .nav__list {
    gap: 51px;
  }
}
.nav__item {
  position: relative;
}
.nav__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  top: 56%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1230px) {
  .nav__item:not(:last-of-type)::after {
    right: -25px;
  }
}
.nav__link {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
}
.nav__link:hover {
  opacity: 0.7;
  color: #004898;
}

@media only screen and (max-width: 767px) {
  .hero {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .hero {
    margin-top: 0;
  }
}
.hero__mv {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__mv {
    height: -webkit-calc(100svh - 60px);
    height: calc(100svh - 60px);
  }
}
.hero__mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #66809d;
  opacity: 0.45;
  mix-blend-mode: multiply;
  z-index: 0;
}
.hero__vid {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .hero__vid video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hero__heading {
  width: 100%;
  position: absolute;
  top: -webkit-calc((108svh - 297px - 55px) / 2 - 60px);
  top: calc((108svh - 297px - 55px) / 2 - 60px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero__heading {
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .hero__heading img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__heading img {
    max-width: 267px;
  }
}
.hero__ttl {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    font-size: 2.8rem;
    line-height: 1.44;
  }
}
@media only screen and (min-width: 992px) {
  .hero__ttl {
    font-size: 3.8rem;
    margin-bottom: 50px;
  }
}
.hero-contact {
  max-width: 345px;
  margin: -65px auto 0;
  padding: 15px 11px 18px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(4, 28, 56, 0.13);
  box-shadow: 0 5px 10px rgba(4, 28, 56, 0.13);
  position: relative;
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 576px) {
  .hero-contact {
    max-width: 555px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-contact {
    margin: -45px auto 0;
    max-width: 890px;
    padding: 32px 10px 14px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-contact {
    margin: -95px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-contact__wrapper.-abs {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -140px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-contact__wrapper {
    padding: 0 15px;
  }
}
.hero-contact__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .hero-contact__lnk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 15px;
    pointer-events: none;
  }
}
.hero-contact__lnk:hover {
  opacity: 0.7;
}
.hero-contact__lnk-txt {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .hero-contact__lnk-txt {
    font-size: 2rem;
    margin-top: -8px;
    margin-bottom: 0;
  }
}
.hero-contact__lnk-txt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23004898;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (min-width: 768px) {
  .hero-contact__lnk-txt::before {
    width: 23px;
    height: 23px;
    margin-right: 12px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.hero-contact__lnk-no {
  font-family: "Helvetica", sans-serif;
  color: #004898;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-contact__lnk-no {
    font-size: 4.5rem;
  }
}
.hero-contact__txt {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.41;
}
@media only screen and (min-width: 768px) {
  .hero-contact__txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.hero-contact__iframe {
  z-index: 1;
  position: relative;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .hero-contact__iframe {
    margin-top: -80px;
    margin-bottom: -210px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-contact__iframe {
    margin-top: -320px;
    margin-bottom: -180px;
  }
}
.hero-contact__iframe iframe {
  border-radius: 8px;
  width: 100%;
  height: 490px;
  max-width: 957px;
}
@media only screen and (min-width: 768px) {
  .hero-contact__iframe iframe {
    height: 490px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-contact__iframe iframe {
    height: 450px;
  }
}

.news {
  position: relative;
  padding: 50px 0 111px;
}
@media only screen and (min-width: 768px) {
  .news {
    padding: 50px 0 32px;
  }
}
@media only screen and (min-width: 768px) {
  .news {
    padding: 120px 0 166px;
  }
}
.news::after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  left: 0;
  background-image: url("../img/rent/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 576px) {
  .news::after {
    height: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .news::after {
    height: 56px;
    background-image: url("../img/rent/rent-top-bg.svg");
  }
}
@media only screen and (min-width: 768px) {
  .news-wrapper .heading-primary {
    margin-bottom: 33px;
  }
}
.news-wrapper .sub-heading {
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  .news-wrapper .sub-heading {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .news-content {
    gap: 182px;
  }
}
.news-content__note {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .news-content__note {
    margin-top: 72px;
    margin-bottom: 0;
  }
}
.news-content__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-content__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.news-content-details__item:not(:first-of-type) .news-content-details__link {
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .news-content-details__item:not(:first-of-type) .news-content-details__link {
    padding-top: 24px;
  }
}
.news-content-details__link {
  display: block;
  color: #333333;
  padding-bottom: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: -webkit-radial-gradient(center, circle, #c9c9c9 0, #c9c9c9 2px, white 2px, white 100%);
  background-image: radial-gradient(circle at center, #c9c9c9 0, #c9c9c9 2px, white 2px, white 100%);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 10px 4px;
}
@media only screen and (min-width: 768px) {
  .news-content-details__link {
    padding-bottom: 20px;
    background-image: -webkit-radial-gradient(center, circle, #c9c9c9 0, #c9c9c9 1px, white 1px, white 100%);
    background-image: radial-gradient(circle at center, #c9c9c9 0, #c9c9c9 1px, white 1px, white 100%);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 8px 4px;
  }
}
.news-content-details__link:hover {
  opacity: 0.7;
}
.news-content-details__link:hover .news-content-details__icon {
  background-color: #004898;
}
.news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.news-content-details__lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.news-content-details__time {
  font-family: "futura-pt", sans-serif;
  color: #004898;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .news-content-details__time {
    font-size: 1.2rem;
    line-height: 1.333;
  }
}
.news-content-details__txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.428;
}
@media only screen and (min-width: 768px) {
  .news-content-details__txt {
    padding-top: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.news-content-details__icon {
  background-color: #f5f5f5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .news-content-details__icon {
    width: 34px;
    height: 34px;
  }
}
.news-content-details__icon::before {
  content: "";
  width: 9px;
  height: 8px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23004898;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .news-content-details__icon::before {
    width: 10px;
    height: 9px;
  }
}

.rent {
  position: relative;
  padding: 33px 0 97px;
  background-color: #f7f7f7;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .rent {
    padding: 30px 0 148px;
  }
}
@media only screen and (min-width: 768px) {
  .rent {
    padding: 106px 0 214px;
  }
}
.rent::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.rent::after {
  bottom: 0;
  height: 54px;
  background-image: url("../img/rent/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 576px) {
  .rent::after {
    height: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .rent::after {
    height: 53px;
    background-image: url("../img/rent/rent-bottom-bg.svg");
  }
}
.rent-wrapper .section-heading {
  margin-bottom: 39px;
}
@media only screen and (min-width: 768px) {
  .rent-wrapper .section-heading {
    margin-bottom: 61px;
  }
}
@media only screen and (min-width: 576px) {
  .rent__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .rent__row {
    gap: 34px;
  }
}
@media only screen and (min-width: 576px) {
  .rent__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 -webkit-calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: -webkit-calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 992px) {
  .rent__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 22.6666666667px);
    flex: 0 0 -webkit-calc(33.3333333333% - 22.6666666667px);
    flex: 0 0 calc(33.3333333333% - 22.6666666667px);
    max-width: -webkit-calc(33.3333333333% - 22.6666666667px);
    max-width: calc(33.3333333333% - 22.6666666667px);
  }
}
@media only screen and (max-width: 767px) {
  .rent__col:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.rent__card {
  display: block;
  color: #212121;
}
.rent__img {
  overflow: hidden;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .rent__img {
    margin-bottom: 16px;
  }
}
.rent__img img {
  aspect-ratio: 384/285;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: 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;
}
.rent__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.rent__tag {
  background-color: #004898;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333333333% - 3.3333333333px);
  flex: 0 0 -webkit-calc(33.3333333333% - 3.3333333333px);
  flex: 0 0 calc(33.3333333333% - 3.3333333333px);
  border: 1px solid #004898;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 3px 10px 3px;
}
@media only screen and (min-width: 768px) {
  .rent__tag {
    font-size: 1.4rem;
  }
}
.rent__tag.-active {
  background-color: #ffffff;
  color: #004898;
}
.rent__tag.-active-green {
  background-color: #ffffff !important;
  color: #0ab1b7;
  border: 1px solid #0ab1b7 !important;
}
.rent__tag.-green {
  background-color: #0ab1b7;
  border: 1px solid #0ab1b7;
}
.rent__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .rent__ttl {
    font-size: 2.5rem;
    line-height: 1.44;
  }
}
.rent__price {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.41;
}
@media only screen and (min-width: 768px) {
  .rent__price {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.rent__price.-sm {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rent__price.-sm {
    font-size: 1.4rem;
  }
}
.rent__iframe {
  text-align: center;
  border-radius: 8px;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .rent__iframe {
    margin-bottom: -120px;
  }
}
.rent__iframe iframe {
  border-radius: 8px;
  width: 100%;
  height: 490px;
  max-width: 957px;
}
@media only screen and (min-width: 992px) {
  .rent__iframe iframe {
    height: 450px;
  }
}
.rent__btn {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004898;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-top: 15px;
}
.rent__btn:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-color: #004898;
  -webkit-mask: url(../img/icons/icon-right.svg);
  mask: url(../img/icons/icon-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rent__btn.-green {
  color: #0ab1b7;
}
.rent__btn.-green:after {
  background-color: #0ab1b7;
}
.rent__btn:hover {
  opacity: 0.7;
}
.rent__btn:hover:after {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

.features {
  position: relative;
  padding: 50px 0 100px;
}
@media only screen and (min-width: 768px) {
  .features {
    padding: 156px 0 110px;
  }
}
@media only screen and (min-width: 768px) {
  .features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .features-right {
    padding-top: 17px;
    position: -webkit-sticky;
    position: sticky;
    top: 303px;
    left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-right {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .features-right .section-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .features-left {
    max-width: 581px;
  }
}
.features-content-block:not(:last-of-type) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .features-content-block:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.features-content-block__img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .features-content-block__img {
    margin-bottom: 25px;
  }
}
.features-content-block__img img {
  width: 100%;
  aspect-ratio: 581/362;
  -o-object-fit: cover;
  object-fit: cover;
}
.features-content-block__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 9px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .features-content-block__ttl {
    font-size: 2.5rem;
    line-height: 1.44;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.features-content-block__ttl span {
  font-family: "futura-pt", sans-serif;
  color: #004898;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-right: 9px;
}
@media only screen and (min-width: 768px) {
  .features-content-block__ttl span {
    font-size: 2.5rem;
    line-height: 1.32;
    margin-right: 7px;
  }
}
.features-content-block__ttl::after {
  content: "";
  display: block;
  width: 194px;
  height: 2px;
  border-radius: 4px;
  background-color: #004898;
  position: absolute;
  bottom: -1.1px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .features-content-block__ttl::after {
    width: 327px;
  }
}
.features-content-block__desc {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.41;
}
@media only screen and (min-width: 768px) {
  .features-content-block__desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.info {
  padding: 75px 0 106px;
}
@media only screen and (max-width: 767px) {
  .info {
    padding: 30px 0 50px;
  }
}
.info .section-heading {
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .info .section-heading {
    margin-bottom: 44px;
  }
}
.info__faq {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .info__faq {
    margin-bottom: 50px;
  }
}
.info__faq-box {
  background-color: #f5f5f5;
}
.info__faq-box:not(:last-of-type) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .info__faq-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.info__faq-qus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 17px 39px 16px 50px;
}
@media only screen and (max-width: 767px) {
  .info__faq-qus {
    padding: 14px 15px;
  }
}
.info__faq-qus.active .info__faq-icon {
  rotate: 90deg;
}
.info__faq-qus.active .info__faq-icon::before {
  opacity: 0;
}
.info__faq-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4444444444;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .info__faq-ttl {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.info__faq-cont {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.info__faq-cont-wrapper {
  padding: 15px 85px 46px 50px;
}
@media only screen and (max-width: 767px) {
  .info__faq-cont-wrapper {
    padding: 10px 15px 22px;
  }
}
.info__faq-cont-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.03em;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .info__faq-cont-txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.info__faq-cont-txt-underline {
  text-decoration: underline;
}
.info__faq-cont-txt.-m {
  font-weight: 500;
}
.info__faq-cont-txt.-bg {
  color: #134379;
}
.info__faq-icon {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: rotate 0.5s ease;
  transition: rotate 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .info__faq-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
}
.info__faq-icon::before, .info__faq-icon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #004898;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info__faq-icon::before {
  width: 15px;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .info__faq-icon::before {
    width: 12px;
  }
}
.info__faq-icon::after {
  height: 15px;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .info__faq-icon::after {
    height: 12px;
  }
}
.info__pdf {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #134379;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .info__pdf {
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.03em;
    font-weight: 500;
    gap: 5px;
  }
}
.info__pdf::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%23004898'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .info__pdf::after {
    width: 20px;
    height: 20px;
  }
}
.info__pdf:hover {
  opacity: 0.8;
}
.info__pdf:hover::after {
  opacity: 0.8;
}

.access {
  padding: 110px 0 68px;
}
@media only screen and (max-width: 767px) {
  .access {
    padding: 50px 0 57px;
  }
}
.access .section-heading {
  margin-bottom: 108px;
}
@media only screen and (max-width: 767px) {
  .access .section-heading {
    margin-bottom: 44px;
  }
}
.access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .access__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
  }
}
.access__col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .access__col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .access__col:first-of-type {
    padding-right: 30px;
  }
}
.access__image img {
  width: 100%;
}
.access__ttl {
  font-size: 2.5rem;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #134379;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .access__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: unset;
  }
}
.access__location {
  margin: 28px 0 0 33px;
}
@media only screen and (max-width: 767px) {
  .access__location {
    margin: 12px 0 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .access__location:first-child {
    margin-top: 10px;
  }
}
.access__location-txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4444444444;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .access__location-txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.access__location-txt.-zip {
  position: relative;
}
.access__location-txt.-zip::before {
  position: absolute;
  left: -31px;
  top: 4px;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%23134379'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .access__location-txt.-zip::before {
    width: 15px;
    height: 19px;
    left: -26px;
  }
}
.access__location-txt.-phn {
  position: relative;
}
.access__location-txt.-phn::before {
  position: absolute;
  left: -27px;
  top: 3px;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%23134379'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .access__location-txt.-phn::before {
    width: 14px;
    height: 14px;
  }
}
.access__map {
  max-width: 100%;
}
.access__map iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .access__map iframe {
    height: 242px;
  }
}

.cta {
  background-color: #004898;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 35px 0;
  }
}
.cta__wrapper {
  padding: 0 15px;
}
.cta__wrapper .hero-contact {
  margin: 0 auto;
  padding-top: 0;
  padding: 15px 11px 18px;
}
@media only screen and (min-width: 768px) {
  .cta__wrapper .hero-contact {
    padding: 32px 10px 14px;
  }
}
.cta .hero-contact {
  pointer-events: all;
}
.cta .hero-contact__lnk {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .cta .hero-contact__lnk {
    pointer-events: none;
  }
}
.cta__link {
  margin-top: 20px;
  padding-top: 12px;
  border-top: solid 1px #d5d5d5;
  font-size: 1.3rem;
  font-weight: 700;
  color: #004898;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  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: 5px;
}
@media only screen and (min-width: 768px) {
  .cta__link {
    margin-top: 18px;
    padding-top: 15px;
    font-size: 1.6rem;
  }
  .cta__link:hover {
    opacity: 0.7;
  }
}
.cta__link[target=_blank]:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%23004898'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .cta__link[target=_blank]:after {
    width: 16px;
    height: 16px;
  }
}

.floating-icons {
  position: fixed;
  bottom: 16px;
  left: 12px;
  z-index: 98;
}
@media only screen and (min-width: 768px) {
  .floating-icons {
    bottom: 41px;
    left: 30px;
  }
}
.floating-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .floating-icons-wrapper {
    gap: 22px;
  }
}
.floating-icons__item {
  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: 48px;
  height: 48px;
  background-color: #004898;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .floating-icons__item {
    width: 62px;
    height: 62px;
  }
}
.floating-icons__item:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .floating-icons__item.-insta img {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .floating-icons__item.-line img {
    width: 26px;
    height: 24px;
  }
}

.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(70, 70, 70, 0.3);
  padding: 20px 15px;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal.open {
  visibility: visible;
  opacity: 1;
}
.modal-wrapper {
  background-color: #ffffff;
  max-width: 1320px;
  width: 100%;
  padding: 25px 21px 20px 12px;
  max-height: 585px;
  height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  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;
}
@media only screen and (min-width: 768px) {
  .modal-wrapper {
    max-height: 724px;
    padding: 40px 30px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-wrapper {
    padding: 40px 45px 30px;
  }
}
@media only screen and (min-width: 1230px) {
  .modal-wrapper {
    padding: 40px 80px 30px;
  }
}
.modal-close {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 0;
  color: #004898;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.94;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .modal-close {
    font-size: 1.8rem;
    line-height: 1.511;
  }
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  max-height: -webkit-calc(100% - 45px);
  max-height: calc(100% - 45px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.modal-body__top {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .modal-body__top {
    padding-bottom: 39px;
  }
}
.modal-body__date {
  font-family: "futura-pt", sans-serif;
  color: #004898;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.28;
}
@media only screen and (min-width: 768px) {
  .modal-body__date {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.modal-body__ttl {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .modal-body__ttl {
    font-size: 2.5rem;
    line-height: 1.44;
  }
}
.modal-body__content {
  overflow: auto;
  padding: 27px 0 20px;
}
@media only screen and (min-width: 768px) {
  .modal-body__content {
    padding: 50px 0 20px;
    max-height: -webkit-calc(100% - 97px);
    max-height: calc(100% - 97px);
  }
}
.modal-body__content-block:not(:last-of-type) {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .modal-body__content-block:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.modal-body__content-block h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.666;
}
@media only screen and (min-width: 768px) {
  .modal-body__content-block h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
}
.modal-body__content-block p {
  font-size: 1.2rem;
  line-height: 1.666;
}
@media only screen and (min-width: 768px) {
  .modal-body__content-block p {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
}

.direction {
  padding-bottom: 72px;
}
@media only screen and (min-width: 768px) {
  .direction {
    padding-bottom: 141px;
  }
}
.direction__wpr {
  max-width: 995px;
  margin: 0 auto;
}
.direction__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #134379;
  letter-spacing: 0.03em;
  margin-bottom: 64px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .direction__ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .direction__ttl {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .direction__ttl {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 1230px) {
  .direction__ttl {
    font-size: 2.5rem;
  }
}
.direction__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 30px;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .direction__row {
    gap: 40px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .direction__row {
    gap: 40px 82px;
  }
}
@media only screen and (min-width: 1230px) {
  .direction__row {
    margin: 0;
  }
}
.direction__col {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .direction__col:nth-of-type(even) .direction__img:after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .direction__col {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
  }
  .direction__col:nth-child(3) .direction__img:after, .direction__col:nth-child(6) .direction__img:after {
    content: none;
  }
}
@media only screen and (min-width: 992px) {
  .direction__col {
    width: -webkit-calc(33.33% - 55px);
    width: calc(33.33% - 55px);
  }
}
.direction__img {
  margin-bottom: 17px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .direction__img {
    margin-bottom: 12px;
  }
}
.direction__img:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #e0e0e0;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .direction__img:after {
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #e0e0e0;
    right: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .direction__img:after {
    border-width: 16px 0 16px 27.7px;
    border-color: transparent transparent transparent #e0e0e0;
    right: -55px;
  }
}
.direction__img img {
  width: 100%;
}
.direction__desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .direction__desc {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  .direction__desc {
    white-space: nowrap;
  }
}

.footer {
  padding: 58px 0 70px;
  background-color: #134379;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 64px 0 47px;
  }
}
.footer__logo {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    max-width: 260px;
    margin-bottom: 50px;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .footer-top, .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top__list, .footer-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-top {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top__list {
    gap: 51px;
    padding-right: 16px;
  }
}
.footer-top__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-top__item:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top__item:not(:last-of-type)::after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer-top__link {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.64;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (min-width: 768px) {
  .footer-top__link {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.footer-top__link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-bottom__list {
    gap: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom__item:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
.footer-bottom__link {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__link {
    color: #d0d0d0;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
.footer-bottom__link:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__link:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
  }
}
.footer__copyright {
  color: #d0d0d0;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    text-align: start;
    font-size: 1.2rem;
  }
}

.scenes {
  position: relative;
  padding: 55px 0 119px;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 576px) {
  .scenes {
    padding: 150px 0 160px;
  }
}
@media only screen and (min-width: 768px) {
  .scenes {
    background-color: #f4f4f4;
    padding: 60px 0 179px;
  }
}
.scenes::before, .scenes::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.scenes::after {
  bottom: 0;
  height: 81px;
  background-image: url("../img/scenes/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 576px) {
  .scenes::after {
    height: 108px;
  }
}
@media only screen and (min-width: 768px) {
  .scenes::after {
    height: 84px;
    background-image: url("../img/scenes/scenes-bottom-bg.svg");
  }
}
.scenes-wrapper .section-heading {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .scenes-wrapper .section-heading {
    margin-bottom: 87px;
  }
}
.scenes__row {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .scenes__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .scenes__row {
    gap: 50px 42px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1230px) {
  .scenes__row {
    gap: 86px;
  }
}
@media only screen and (min-width: 576px) {
  .scenes__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 -webkit-calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .scenes__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 21px);
    flex: 0 0 -webkit-calc(50% - 21px);
    flex: 0 0 calc(50% - 21px);
    max-width: -webkit-calc(50% - 21px);
    max-width: calc(50% - 21px);
  }
}
@media only screen and (min-width: 992px) {
  .scenes__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 28px);
    flex: 0 0 -webkit-calc(33.3333333333% - 28px);
    flex: 0 0 calc(33.3333333333% - 28px);
    max-width: -webkit-calc(33.3333333333% - 28px);
    max-width: calc(33.3333333333% - 28px);
  }
}
@media only screen and (min-width: 1230px) {
  .scenes__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 57.3333333333px);
    flex: 0 0 -webkit-calc(33.3333333333% - 57.3333333333px);
    flex: 0 0 calc(33.3333333333% - 57.3333333333px);
    max-width: -webkit-calc(33.3333333333% - 57.3333333333px);
    max-width: calc(33.3333333333% - 57.3333333333px);
  }
}
@media only screen and (max-width: 767px) {
  .scenes__col:not(:last-of-type) {
    margin-bottom: 46px;
  }
}
.scenes__img {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .scenes__img {
    margin-bottom: 20px;
  }
}
.scenes__img img {
  aspect-ratio: 384/285;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: 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;
}
.scenes__ttl {
  color: #134379;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .scenes__ttl {
    font-size: 2.3rem;
    line-height: 1.4545;
    margin-bottom: 20px;
  }
}
.scenes__desc {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .scenes__desc {
    font-size: 1.4rem;
    line-height: 1.785;
  }
}
.scenes-location__box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  border: solid 2px #134379;
}
@media only screen and (min-width: 768px) {
  .scenes-location__box {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .scenes-location__box {
    padding: 60px;
  }
}
@media only screen and (min-width: 1230px) {
  .scenes-location__box {
    padding: 60px 103px 60px 60px;
  }
}
.scenes-location__wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .scenes-location__wpr {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .scenes-location__wpr {
    gap: 55px;
  }
}
.scenes-location__img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .scenes-location__img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .scenes-location__img {
    max-width: 435px;
  }
}
.scenes-location__img img {
  width: 100%;
}
.scenes-location__contents {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .scenes-location__contents {
    width: -webkit-calc(100% - 350px - 30px);
    width: calc(100% - 350px - 30px);
  }
}
@media only screen and (min-width: 992px) {
  .scenes-location__contents {
    width: -webkit-calc(100% - 435px - 55px);
    width: calc(100% - 435px - 55px);
  }
}
.scenes-location__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #134379;
  margin-bottom: 14px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 576px) {
  .scenes-location__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .scenes-location__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .scenes-location__ttl {
    font-size: 2.5rem;
  }
}
.scenes-location__subttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .scenes-location__subttl {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .scenes-location__subttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.scenes-location__desc {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .scenes-location__desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.interview {
  padding: 135px 0 200px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .interview {
    padding: 110px 0 140px;
  }
}
.interview:before, .interview:after {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.interview::before {
  top: 0;
  left: 0;
  background-image: url("../img/top-l-decor-sp.svg");
}
@media only screen and (min-width: 576px) {
  .interview::before {
    height: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .interview::before {
    height: 56px;
    background-image: url("../img/top-l-decor.svg");
  }
}
.interview:after {
  background-image: url(../img/bottom-r-decor-sp.svg);
  right: 0;
  bottom: 0;
  height: 81px;
}
@media only screen and (min-width: 576px) {
  .interview:after {
    height: 108px;
  }
}
@media only screen and (min-width: 768px) {
  .interview:after {
    background-image: url(../img/bottom-r-decor.svg);
    height: 84px;
  }
}
.interview .section-heading {
  margin-bottom: 87px;
}
@media only screen and (max-width: 767px) {
  .interview .section-heading {
    margin-bottom: 40px;
  }
}
.interview-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .interview-row {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .interview-row {
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .interview-row {
    gap: 40px;
  }
}
.interview-col {
  width: -webkit-calc(33.33% - 33.33px);
  width: calc(33.33% - 33.33px);
}
@media only screen and (max-width: 991px) {
  .interview-col {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .interview-col {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .interview-col {
    width: 100%;
  }
}
.interview-card {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.interview-card:hover {
  text-decoration: none;
}
.interview-card:hover .interview-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.interview-img {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
.interview-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.interview-tagwpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.interview-date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .interview-date {
    font-size: 1.2rem;
  }
}
.interview-tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #134379;
  background-color: #f4f4f4;
  min-width: 85px;
  border-radius: 13px;
  text-align: center;
  line-height: 1;
  padding: 4px 4px 6px;
}
@media only screen and (max-width: 767px) {
  .interview-tag {
    font-size: 1.2rem;
    min-width: 73px;
    padding: 4px 4px 5px;
  }
}
.interview-tag.-green {
  color: #50AEB5;
}
.interview-desc {
  font-size: 2rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1229px) {
  .interview-desc {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .interview-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .interview-desc {
    line-height: 1.5;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
  }
}

.interview-modal .modal-wrapper {
  max-width: 1160px;
  padding: 25px 15px 15px;
}
@media only screen and (min-width: 768px) {
  .interview-modal .modal-wrapper {
    max-height: 980px;
  }
}
@media only screen and (min-width: 1230px) {
  .interview-modal .modal-wrapper {
    padding: 45px 86px 30px 84px;
  }
}
.interview-modal .modal-body__content {
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .interview-modal .modal-body__content {
    padding: 0 0 20px;
  }
}
.interview-modal .modal-body__top {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .interview-modal .modal-body__top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .interview-modal .modal-body__top {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .interview-modal .the_content p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.interview-modal .interview-tagwpr {
  gap: 5px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .interview-modal .interview-tagwpr {
    margin-bottom: 15px;
  }
}
.interview-modal .interview-date {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #004898;
  font-family: "futura-pt", sans-serif;
}
@media only screen and (max-width: 767px) {
  .interview-modal .interview-date {
    font-size: 1.4rem;
  }
}
.interview-modal .interview-desc {
  letter-spacing: 0;
  text-decoration: none;
}
.interview-modal .interview-desc.-lg {
  margin-bottom: 12px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .interview-modal .interview-desc.-lg {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.interview-modal .interview-desc.-sm {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .interview-modal .interview-desc.-sm {
    display: none;
  }
}
.interview-modal .interview-modal-img {
  margin-bottom: 40px;
  max-width: 733px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .interview-modal .interview-modal-img {
    margin-bottom: 20px;
  }
}
.interview-modal .interview-modal-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
}
.interview-modal .interview-tag {
  color: #333333;
}

.interview-subdesc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .interview-subdesc {
    font-size: 1.2rem;
  }
}

.body.-blue .header__logo svg path {
  fill: #216ec4;
}
.body.-blue .btn-contact {
  background-color: #216ec4;
  border: 1px solid #216ec4;
}
@media only screen and (min-width: 768px) {
  .body.-blue .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-blue .btn-contact:hover .btn-contact__txt {
    color: #216ec4;
  }
  .body.-blue .btn-contact:hover .btn-contact__no {
    color: #216ec4;
  }
  .body.-blue .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%23216EC4'/%3E%3C/svg%3E%0A");
  }
}
.body.-blue .floating-icons__item {
  background-color: #216ec4;
}
.body.-blue .floating-icons__item .line-text path {
  fill: #216ec4;
}
.body.-blue .news::after {
  background-image: url("../img/o-naz/blue/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-blue .news::after {
    background-image: url("../img/o-naz/blue/rent-top-bg.svg");
  }
}
.body.-blue .left-design::after {
  background-image: url("../img/o-naz/blue/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-blue .left-design::after {
    background-image: url("../img/o-naz/blue/rent-top-bg2.svg");
  }
}
.body.-blue .rent::after {
  background-image: url("../img/o-naz/blue/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-blue .rent::after {
    background-image: url("../img/o-naz/blue/rent-bottom-bg.svg");
  }
}
.body.-blue .interview::before {
  background-image: url("../img/o-naz/blue/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-blue .interview::before {
    background-image: url("../img/o-naz/blue/top-l-decor.svg");
  }
}
.body.-blue .interview::after {
  background-image: url(../img/o-naz/blue/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-blue .interview::after {
    background-image: url(../img/o-naz/blue/bottom-r-decor.svg);
  }
}
.body.-blue .scenes::after {
  background-image: url("../img/o-naz/blue/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-blue .scenes::after {
    background-image: url("../img/o-naz/blue/scenes-bottom-bg.svg");
  }
}
.body.-blue .heading-primary,
.body.-blue .features-content-block__ttl span,
.body.-blue .scenes__ttl,
.body.-blue .scenes-location__ttl,
.body.-blue .hero-contact__lnk-no,
.body.-blue .cta__link,
.body.-blue .access__ttl,
.body.-blue .info__pdf,
.body.-blue .modal-body__date,
.body.-blue .modal-close,
.body.-blue .news-content-details__time,
.body.-blue .modal-body__date,
.body.-blue .interview-modal .interview-date,
.body.-blue .info__faq-cont-txt.-bg,
.body.-blue .rent__tag.-new.-active {
  color: #216ec4;
}
.body.-blue .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-blue .news-content-details__link:hover .news-content-details__icon,
.body.-blue .info__faq-icon::before,
.body.-blue .info__faq-icon::after,
.body.-blue .features-content-block__ttl::after,
.body.-blue .cta,
.body.-blue .footer,
.body.-blue .rent__tag.-new {
  background-color: #216ec4;
}
.body.-blue .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23216EC4;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-blue .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23216EC4;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-blue .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%23216EC4'/%3E%3C/svg%3E%0A");
}
.body.-blue .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%23216EC4'/%3E%3C/svg%3E%0A");
}
.body.-blue .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%23216EC4'/%3E%3C/svg%3E%0A");
}
.body.-blue .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-blue .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%23216EC4'/%3E%3C/svg%3E%0A");
}
.body.-blue .rent__tag.-new,
.body.-blue .rent__tag.-new.-active,
.body.-blue .scenes-location__box {
  border-color: #216ec4;
}
.body.-blue .nav__link:hover {
  color: #216ec4;
}
.body.-green .header__logo svg path {
  fill: #10A32A;
}
.body.-green .btn-contact {
  background-color: #10A32A;
  border: 1px solid #10A32A;
}
@media only screen and (min-width: 768px) {
  .body.-green .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-green .btn-contact:hover .btn-contact__txt {
    color: #10A32A;
  }
  .body.-green .btn-contact:hover .btn-contact__no {
    color: #10A32A;
  }
  .body.-green .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%2310A32A'/%3E%3C/svg%3E%0A");
  }
}
.body.-green .floating-icons__item {
  background-color: #10A32A;
}
.body.-green .floating-icons__item .line-text path {
  fill: #10A32A;
}
.body.-green .news::after {
  background-image: url("../img/o-naz/green/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-green .news::after {
    background-image: url("../img/o-naz/green/rent-top-bg.svg");
  }
}
.body.-green .left-design::after {
  background-image: url("../img/o-naz/green/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-green .left-design::after {
    background-image: url("../img/o-naz/green/rent-top-bg2.svg");
  }
}
.body.-green .rent::after {
  background-image: url("../img/o-naz/green/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-green .rent::after {
    background-image: url("../img/o-naz/green/rent-bottom-bg.svg");
  }
}
.body.-green .interview::before {
  background-image: url("../img/o-naz/green/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-green .interview::before {
    background-image: url("../img/o-naz/green/top-l-decor.svg");
  }
}
.body.-green .interview::after {
  background-image: url(../img/o-naz/green/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-green .interview::after {
    background-image: url(../img/o-naz/green/bottom-r-decor.svg);
  }
}
.body.-green .scenes::after {
  background-image: url("../img/o-naz/green/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-green .scenes::after {
    background-image: url("../img/o-naz/green/scenes-bottom-bg.svg");
  }
}
.body.-green .heading-primary,
.body.-green .features-content-block__ttl span,
.body.-green .scenes__ttl,
.body.-green .scenes-location__ttl,
.body.-green .hero-contact__lnk-no,
.body.-green .cta__link,
.body.-green .access__ttl,
.body.-green .info__pdf,
.body.-green .modal-body__date,
.body.-green .modal-close,
.body.-green .news-content-details__time,
.body.-green .modal-body__date,
.body.-green .interview-modal .interview-date,
.body.-green .info__faq-cont-txt.-bg,
.body.-green .rent__tag.-new.-active {
  color: #10A32A;
}
.body.-green .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-green .news-content-details__link:hover .news-content-details__icon,
.body.-green .info__faq-icon::before,
.body.-green .info__faq-icon::after,
.body.-green .features-content-block__ttl::after,
.body.-green .cta,
.body.-green .footer,
.body.-green .rent__tag.-new {
  background-color: #10A32A;
}
.body.-green .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2310A32A;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-green .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2310A32A;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-green .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%2310A32A'/%3E%3C/svg%3E%0A");
}
.body.-green .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%2310A32A'/%3E%3C/svg%3E%0A");
}
.body.-green .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%2310A32A'/%3E%3C/svg%3E%0A");
}
.body.-green .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-green .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%2310A32A'/%3E%3C/svg%3E%0A");
}
.body.-green .rent__tag.-new,
.body.-green .rent__tag.-new.-active,
.body.-green .scenes-location__box {
  border-color: #10A32A;
}
.body.-green .nav__link:hover {
  color: #10A32A;
}
.body.-yellow .header__logo svg path {
  fill: #E3C000;
}
.body.-yellow .btn-contact {
  background-color: #E3C000;
  border: 1px solid #E3C000;
}
@media only screen and (min-width: 768px) {
  .body.-yellow .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-yellow .btn-contact:hover .btn-contact__txt {
    color: #E3C000;
  }
  .body.-yellow .btn-contact:hover .btn-contact__no {
    color: #E3C000;
  }
  .body.-yellow .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%23E3C000'/%3E%3C/svg%3E%0A");
  }
}
.body.-yellow .floating-icons__item {
  background-color: #E3C000;
}
.body.-yellow .floating-icons__item .line-text path {
  fill: #E3C000;
}
.body.-yellow .news::after {
  background-image: url("../img/o-naz/yellow/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-yellow .news::after {
    background-image: url("../img/o-naz/yellow/rent-top-bg.svg");
  }
}
.body.-yellow .left-design::after {
  background-image: url("../img/o-naz/yellow/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-yellow .left-design::after {
    background-image: url("../img/o-naz/yellow/rent-top-bg2.svg");
  }
}
.body.-yellow .rent::after {
  background-image: url("../img/o-naz/yellow/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-yellow .rent::after {
    background-image: url("../img/o-naz/yellow/rent-bottom-bg.svg");
  }
}
.body.-yellow .interview::before {
  background-image: url("../img/o-naz/yellow/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-yellow .interview::before {
    background-image: url("../img/o-naz/yellow/top-l-decor.svg");
  }
}
.body.-yellow .interview::after {
  background-image: url(../img/o-naz/yellow/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-yellow .interview::after {
    background-image: url(../img/o-naz/yellow/bottom-r-decor.svg);
  }
}
.body.-yellow .scenes::after {
  background-image: url("../img/o-naz/yellow/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-yellow .scenes::after {
    background-image: url("../img/o-naz/yellow/scenes-bottom-bg.svg");
  }
}
.body.-yellow .heading-primary,
.body.-yellow .features-content-block__ttl span,
.body.-yellow .scenes__ttl,
.body.-yellow .scenes-location__ttl,
.body.-yellow .hero-contact__lnk-no,
.body.-yellow .cta__link,
.body.-yellow .access__ttl,
.body.-yellow .info__pdf,
.body.-yellow .modal-body__date,
.body.-yellow .modal-close,
.body.-yellow .news-content-details__time,
.body.-yellow .modal-body__date,
.body.-yellow .interview-modal .interview-date,
.body.-yellow .info__faq-cont-txt.-bg,
.body.-yellow .rent__tag.-new.-active {
  color: #E3C000;
}
.body.-yellow .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-yellow .news-content-details__link:hover .news-content-details__icon,
.body.-yellow .info__faq-icon::before,
.body.-yellow .info__faq-icon::after,
.body.-yellow .features-content-block__ttl::after,
.body.-yellow .cta,
.body.-yellow .footer,
.body.-yellow .rent__tag.-new {
  background-color: #E3C000;
}
.body.-yellow .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23E3C000;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-yellow .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23E3C000;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-yellow .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%23E3C000'/%3E%3C/svg%3E%0A");
}
.body.-yellow .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%23E3C000'/%3E%3C/svg%3E%0A");
}
.body.-yellow .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%23E3C000'/%3E%3C/svg%3E%0A");
}
.body.-yellow .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-yellow .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%23E3C000'/%3E%3C/svg%3E%0A");
}
.body.-yellow .rent__tag.-new,
.body.-yellow .rent__tag.-new.-active,
.body.-yellow .scenes-location__box {
  border-color: #E3C000;
}
.body.-yellow .footer__copyright,
.body.-yellow .footer-bottom__link {
  color: #ffffff;
}
.body.-yellow .nav__link:hover {
  color: #E3C000;
}
.body.-orange .header__logo svg path {
  fill: #CC4C2E;
}
.body.-orange .btn-contact {
  background-color: #CC4C2E;
  border: 1px solid #CC4C2E;
}
@media only screen and (min-width: 768px) {
  .body.-orange .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-orange .btn-contact:hover .btn-contact__txt {
    color: #CC4C2E;
  }
  .body.-orange .btn-contact:hover .btn-contact__no {
    color: #CC4C2E;
  }
  .body.-orange .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%23CC4C2E'/%3E%3C/svg%3E%0A");
  }
}
.body.-orange .floating-icons__item {
  background-color: #CC4C2E;
}
.body.-orange .floating-icons__item .line-text path {
  fill: #CC4C2E;
}
.body.-orange .news::after {
  background-image: url("../img/o-naz/orange/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-orange .news::after {
    background-image: url("../img/o-naz/orange/rent-top-bg.svg");
  }
}
.body.-orange .left-design::after {
  background-image: url("../img/o-naz/orange/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-orange .left-design::after {
    background-image: url("../img/o-naz/orange/rent-top-bg2.svg");
  }
}
.body.-orange .rent::after {
  background-image: url("../img/o-naz/orange/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-orange .rent::after {
    background-image: url("../img/o-naz/orange/rent-bottom-bg.svg");
  }
}
.body.-orange .interview::before {
  background-image: url("../img/o-naz/orange/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-orange .interview::before {
    background-image: url("../img/o-naz/orange/top-l-decor.svg");
  }
}
.body.-orange .interview::after {
  background-image: url(../img/o-naz/orange/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-orange .interview::after {
    background-image: url(../img/o-naz/orange/bottom-r-decor.svg);
  }
}
.body.-orange .scenes::after {
  background-image: url("../img/o-naz/orange/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-orange .scenes::after {
    background-image: url("../img/o-naz/orange/scenes-bottom-bg.svg");
  }
}
.body.-orange .heading-primary,
.body.-orange .features-content-block__ttl span,
.body.-orange .scenes__ttl,
.body.-orange .scenes-location__ttl,
.body.-orange .hero-contact__lnk-no,
.body.-orange .cta__link,
.body.-orange .access__ttl,
.body.-orange .info__pdf,
.body.-orange .modal-body__date,
.body.-orange .modal-close,
.body.-orange .news-content-details__time,
.body.-orange .modal-body__date,
.body.-orange .interview-modal .interview-date,
.body.-orange .info__faq-cont-txt.-bg,
.body.-orange .rent__tag.-new.-active {
  color: #CC4C2E;
}
.body.-orange .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-orange .news-content-details__link:hover .news-content-details__icon,
.body.-orange .info__faq-icon::before,
.body.-orange .info__faq-icon::after,
.body.-orange .features-content-block__ttl::after,
.body.-orange .cta,
.body.-orange .footer,
.body.-orange .rent__tag.-new {
  background-color: #CC4C2E;
}
.body.-orange .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23CC4C2E;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-orange .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23CC4C2E;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-orange .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%23CC4C2E'/%3E%3C/svg%3E%0A");
}
.body.-orange .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%23CC4C2E'/%3E%3C/svg%3E%0A");
}
.body.-orange .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%23CC4C2E'/%3E%3C/svg%3E%0A");
}
.body.-orange .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-orange .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%23CC4C2E'/%3E%3C/svg%3E%0A");
}
.body.-orange .rent__tag.-new,
.body.-orange .rent__tag.-new.-active,
.body.-orange .scenes-location__box {
  border-color: #CC4C2E;
}
.body.-orange .footer__copyright,
.body.-orange .footer-bottom__link {
  color: #ffffff;
}
.body.-orange .nav__link:hover {
  color: #CC4C2E;
}
.body.-purple .header__logo svg path {
  fill: #8341C4;
}
.body.-purple .btn-contact {
  background-color: #8341C4;
  border: 1px solid #8341C4;
}
@media only screen and (min-width: 768px) {
  .body.-purple .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-purple .btn-contact:hover .btn-contact__txt {
    color: #8341C4;
  }
  .body.-purple .btn-contact:hover .btn-contact__no {
    color: #8341C4;
  }
  .body.-purple .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%238341C4'/%3E%3C/svg%3E%0A");
  }
}
.body.-purple .floating-icons__item {
  background-color: #8341C4;
}
.body.-purple .floating-icons__item .line-text path {
  fill: #8341C4;
}
.body.-purple .news::after {
  background-image: url("../img/o-naz/purple/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-purple .news::after {
    background-image: url("../img/o-naz/purple/rent-top-bg.svg");
  }
}
.body.-purple .left-design::after {
  background-image: url("../img/o-naz/purple/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-purple .left-design::after {
    background-image: url("../img/o-naz/purple/rent-top-bg2.svg");
  }
}
.body.-purple .rent::after {
  background-image: url("../img/o-naz/purple/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-purple .rent::after {
    background-image: url("../img/o-naz/purple/rent-bottom-bg.svg");
  }
}
.body.-purple .interview::before {
  background-image: url("../img/o-naz/purple/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-purple .interview::before {
    background-image: url("../img/o-naz/purple/top-l-decor.svg");
  }
}
.body.-purple .interview::after {
  background-image: url(../img/o-naz/purple/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-purple .interview::after {
    background-image: url(../img/o-naz/purple/bottom-r-decor.svg);
  }
}
.body.-purple .scenes::after {
  background-image: url("../img/o-naz/purple/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-purple .scenes::after {
    background-image: url("../img/o-naz/purple/scenes-bottom-bg.svg");
  }
}
.body.-purple .heading-primary,
.body.-purple .features-content-block__ttl span,
.body.-purple .scenes__ttl,
.body.-purple .scenes-location__ttl,
.body.-purple .hero-contact__lnk-no,
.body.-purple .cta__link,
.body.-purple .access__ttl,
.body.-purple .info__pdf,
.body.-purple .modal-body__date,
.body.-purple .modal-close,
.body.-purple .news-content-details__time,
.body.-purple .modal-body__date,
.body.-purple .interview-modal .interview-date,
.body.-purple .info__faq-cont-txt.-bg,
.body.-purple .rent__tag.-new.-active {
  color: #8341C4;
}
.body.-purple .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-purple .news-content-details__link:hover .news-content-details__icon,
.body.-purple .info__faq-icon::before,
.body.-purple .info__faq-icon::after,
.body.-purple .features-content-block__ttl::after,
.body.-purple .cta,
.body.-purple .footer,
.body.-purple .rent__tag.-new {
  background-color: #8341C4;
}
.body.-purple .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238341C4;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-purple .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%238341C4;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-purple .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%238341C4'/%3E%3C/svg%3E%0A");
}
.body.-purple .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%238341C4'/%3E%3C/svg%3E%0A");
}
.body.-purple .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%238341C4'/%3E%3C/svg%3E%0A");
}
.body.-purple .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-purple .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%238341C4'/%3E%3C/svg%3E%0A");
}
.body.-purple .rent__tag.-new,
.body.-purple .rent__tag.-new.-active,
.body.-purple .scenes-location__box {
  border-color: #8341C4;
}
.body.-purple .nav__link:hover {
  color: #8341C4;
}
.body.-pink .header__logo svg path {
  fill: #D34697;
}
.body.-pink .btn-contact {
  background-color: #D34697;
  border: 1px solid #D34697;
}
@media only screen and (min-width: 768px) {
  .body.-pink .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-pink .btn-contact:hover .btn-contact__txt {
    color: #D34697;
  }
  .body.-pink .btn-contact:hover .btn-contact__no {
    color: #D34697;
  }
  .body.-pink .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%23D34697'/%3E%3C/svg%3E%0A");
  }
}
.body.-pink .floating-icons__item {
  background-color: #D34697;
}
.body.-pink .floating-icons__item .line-text path {
  fill: #D34697;
}
.body.-pink .news::after {
  background-image: url("../img/o-naz/pink/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-pink .news::after {
    background-image: url("../img/o-naz/pink/rent-top-bg.svg");
  }
}
.body.-pink .left-design::after {
  background-image: url("../img/o-naz/pink/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-pink .left-design::after {
    background-image: url("../img/o-naz/pink/rent-top-bg2.svg");
  }
}
.body.-pink .rent::after {
  background-image: url("../img/o-naz/pink/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-pink .rent::after {
    background-image: url("../img/o-naz/pink/rent-bottom-bg.svg");
  }
}
.body.-pink .interview::before {
  background-image: url("../img/o-naz/pink/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-pink .interview::before {
    background-image: url("../img/o-naz/pink/top-l-decor.svg");
  }
}
.body.-pink .interview::after {
  background-image: url(../img/o-naz/pink/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-pink .interview::after {
    background-image: url(../img/o-naz/pink/bottom-r-decor.svg);
  }
}
.body.-pink .scenes::after {
  background-image: url("../img/o-naz/pink/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-pink .scenes::after {
    background-image: url("../img/o-naz/pink/scenes-bottom-bg.svg");
  }
}
.body.-pink .heading-primary,
.body.-pink .features-content-block__ttl span,
.body.-pink .scenes__ttl,
.body.-pink .scenes-location__ttl,
.body.-pink .hero-contact__lnk-no,
.body.-pink .cta__link,
.body.-pink .access__ttl,
.body.-pink .info__pdf,
.body.-pink .modal-body__date,
.body.-pink .modal-close,
.body.-pink .news-content-details__time,
.body.-pink .modal-body__date,
.body.-pink .interview-modal .interview-date,
.body.-pink .info__faq-cont-txt.-bg,
.body.-pink .rent__tag.-new.-active {
  color: #D34697;
}
.body.-pink .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-pink .news-content-details__link:hover .news-content-details__icon,
.body.-pink .info__faq-icon::before,
.body.-pink .info__faq-icon::after,
.body.-pink .features-content-block__ttl::after,
.body.-pink .cta,
.body.-pink .footer,
.body.-pink .rent__tag.-new {
  background-color: #D34697;
}
.body.-pink .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23D34697;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-pink .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23D34697;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-pink .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%23D34697'/%3E%3C/svg%3E%0A");
}
.body.-pink .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%23D34697'/%3E%3C/svg%3E%0A");
}
.body.-pink .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%23D34697'/%3E%3C/svg%3E%0A");
}
.body.-pink .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-pink .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%23D34697'/%3E%3C/svg%3E%0A");
}
.body.-pink .rent__tag.-new,
.body.-pink .rent__tag.-new.-active,
.body.-pink .scenes-location__box {
  border-color: #D34697;
}
.body.-pink .nav__link:hover {
  color: #D34697;
}
.body.-black .header__logo svg path {
  fill: #2E2E2E;
}
.body.-black .btn-contact {
  background-color: #2E2E2E;
  border: 1px solid #2E2E2E;
}
@media only screen and (min-width: 768px) {
  .body.-black .btn-contact:hover {
    background-color: #ffffff;
  }
  .body.-black .btn-contact:hover .btn-contact__txt {
    color: #2E2E2E;
  }
  .body.-black .btn-contact:hover .btn-contact__no {
    color: #2E2E2E;
  }
  .body.-black .btn-contact:hover .btn-contact__txt.-lg:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.118' height='20.118' viewBox='0 0 20.118 20.118'%3E%3Cpath id='expand_circle_right_24dp_FILL1_wght300_GRAD0_opsz24' d='M111.15-849.941l-3.256,3.256L109-845.553l4.388-4.388L109-854.329l-1.106,1.132Zm-1.09,10.059a9.8,9.8,0,0,1-3.923-.792,10.16,10.16,0,0,1-3.195-2.15,10.159,10.159,0,0,1-2.151-3.193,9.791,9.791,0,0,1-.792-3.922,9.8,9.8,0,0,1,.792-3.923,10.161,10.161,0,0,1,2.15-3.195,10.16,10.16,0,0,1,3.193-2.151,9.79,9.79,0,0,1,3.922-.792,9.8,9.8,0,0,1,3.923.792,10.16,10.16,0,0,1,3.195,2.15,10.159,10.159,0,0,1,2.151,3.193,9.79,9.79,0,0,1,.792,3.922,9.8,9.8,0,0,1-.792,3.923,10.161,10.161,0,0,1-2.15,3.195,10.16,10.16,0,0,1-3.193,2.151A9.791,9.791,0,0,1,110.061-839.882Z' transform='translate(-100 860)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
  }
}
.body.-black .floating-icons__item {
  background-color: #2E2E2E;
}
.body.-black .floating-icons__item .line-text path {
  fill: #2E2E2E;
}
.body.-black .news::after {
  background-image: url("../img/o-naz/black/rent-top-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-black .news::after {
    background-image: url("../img/o-naz/black/rent-top-bg.svg");
  }
}
.body.-black .left-design::after {
  background-image: url("../img/o-naz/black/rent-top-bg-sp2.svg");
}
@media only screen and (min-width: 768px) {
  .body.-black .left-design::after {
    background-image: url("../img/o-naz/black/rent-top-bg2.svg");
  }
}
.body.-black .rent::after {
  background-image: url("../img/o-naz/black/rent-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-black .rent::after {
    background-image: url("../img/o-naz/black/rent-bottom-bg.svg");
  }
}
.body.-black .interview::before {
  background-image: url("../img/o-naz/black/top-l-decor-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-black .interview::before {
    background-image: url("../img/o-naz/black/top-l-decor.svg");
  }
}
.body.-black .interview::after {
  background-image: url(../img/o-naz/black/bottom-r-decor-sp.svg);
}
@media only screen and (min-width: 768px) {
  .body.-black .interview::after {
    background-image: url(../img/o-naz/black/bottom-r-decor.svg);
  }
}
.body.-black .scenes::after {
  background-image: url("../img/o-naz/black/scenes-bottom-bg-sp.svg");
}
@media only screen and (min-width: 768px) {
  .body.-black .scenes::after {
    background-image: url("../img/o-naz/black/scenes-bottom-bg.svg");
  }
}
.body.-black .heading-primary,
.body.-black .features-content-block__ttl span,
.body.-black .scenes__ttl,
.body.-black .scenes-location__ttl,
.body.-black .hero-contact__lnk-no,
.body.-black .cta__link,
.body.-black .access__ttl,
.body.-black .info__pdf,
.body.-black .modal-body__date,
.body.-black .modal-close,
.body.-black .news-content-details__time,
.body.-black .modal-body__date,
.body.-black .interview-modal .interview-date,
.body.-black .info__faq-cont-txt.-bg,
.body.-black .rent__tag.-new.-active {
  color: #2E2E2E;
}
.body.-black .rent__tag.-new.-active {
  background-color: transparent;
}
.body.-black .news-content-details__link:hover .news-content-details__icon,
.body.-black .info__faq-icon::before,
.body.-black .info__faq-icon::after,
.body.-black .features-content-block__ttl::after,
.body.-black .cta,
.body.-black .footer,
.body.-black .rent__tag.-new {
  background-color: #2E2E2E;
}
.body.-black .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%232E2E2E;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-black .hero-contact__lnk-txt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.59' height='23.655' viewBox='0 0 23.59 23.655'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%232E2E2E;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M140.969-830.205a8.851,8.851,0,0,0-2.67-6.5,8.851,8.851,0,0,0-6.5-2.67V-842a11.411,11.411,0,0,1,4.6.934,11.988,11.988,0,0,1,3.735,2.523,11.989,11.989,0,0,1,2.523,3.735,11.411,11.411,0,0,1,.934,4.6Zm-5.242,0a3.792,3.792,0,0,0-1.147-2.785,3.792,3.792,0,0,0-2.785-1.147v-2.621a6.315,6.315,0,0,1,4.636,1.917,6.315,6.315,0,0,1,1.917,4.636Zm6.487,11.86a19.673,19.673,0,0,1-8.093-1.786,24.21,24.21,0,0,1-7.273-5.062,24.21,24.21,0,0,1-5.062-7.273A19.672,19.672,0,0,1,120-840.558a1.333,1.333,0,0,1,.393-.983,1.333,1.333,0,0,1,.983-.393h5.308a1.218,1.218,0,0,1,.819.311,1.2,1.2,0,0,1,.426.737l.852,4.587a2.311,2.311,0,0,1-.033.885,1.379,1.379,0,0,1-.36.622l-3.178,3.211a15.847,15.847,0,0,0,1.556,2.343,23.032,23.032,0,0,0,1.982,2.179,23.04,23.04,0,0,0,2.13,1.884,20.71,20.71,0,0,0,2.359,1.589l3.08-3.08a1.835,1.835,0,0,1,.77-.442,2.111,2.111,0,0,1,.934-.082l4.521.917a1.517,1.517,0,0,1,.754.475,1.153,1.153,0,0,1,.295.77v5.308a1.334,1.334,0,0,1-.393.983A1.334,1.334,0,0,1,142.214-818.345Z' transform='translate(-120 842)'/%3E%3C/svg%3E");
}
.body.-black .cta__link[target=_blank]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.988' height='15.988' viewBox='0 0 15.988 15.988'%3E%3Cpath id='open_in_new_24dp_FILL1_wght400_GRAD0_opsz24' d='M121.776-824.012a1.71,1.71,0,0,1-1.255-.522,1.71,1.71,0,0,1-.522-1.255v-12.435a1.711,1.711,0,0,1,.522-1.255,1.711,1.711,0,0,1,1.255-.522h6.218v1.776h-6.218v12.435h12.435v-6.218h1.776v6.218a1.71,1.71,0,0,1-.522,1.255,1.71,1.71,0,0,1-1.255.522Zm4.175-4.708-1.244-1.243,8.261-8.26h-3.2V-840h6.218v6.218h-1.776v-3.2Z' transform='translate(-120 840)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}
.body.-black .access__location-txt.-zip::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='22.759' viewBox='0 0 17.925 22.759'%3E%3Cpath id='location_on_FILL1_wght200_GRAD0_opsz24' d='M205.121-828.973a1.955,1.955,0,0,0,1.44-.6,1.976,1.976,0,0,0,.6-1.444,1.955,1.955,0,0,0-.6-1.44,1.976,1.976,0,0,0-1.444-.6,1.955,1.955,0,0,0-1.44.6,1.976,1.976,0,0,0-.6,1.444,1.955,1.955,0,0,0,.6,1.44A1.976,1.976,0,0,0,205.121-828.973Zm0,11.732a38.937,38.937,0,0,1-6.707-7.344,11.52,11.52,0,0,1-2.255-6.2,8.947,8.947,0,0,1,2.61-6.612,8.656,8.656,0,0,1,6.353-2.6,8.656,8.656,0,0,1,6.353,2.6,8.947,8.947,0,0,1,2.61,6.612,11.52,11.52,0,0,1-2.255,6.2A38.937,38.937,0,0,1,205.117-817.241Z' transform='translate(-196.154 840)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}
.body.-black .access__location-txt.-phn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.925' height='17.925' viewBox='0 0 17.925 17.925'%3E%3Cpath id='call_FILL1_wght400_GRAD0_opsz24_1_' data-name='call_FILL1_wght400_GRAD0_opsz24 (1)' d='M136.88-822.075a14.949,14.949,0,0,1-6.149-1.357,18.4,18.4,0,0,1-5.527-3.846,18.4,18.4,0,0,1-3.846-5.527A14.949,14.949,0,0,1,120-838.954a1.014,1.014,0,0,1,.3-.747,1.013,1.013,0,0,1,.747-.3h4.033a.926.926,0,0,1,.622.237.91.91,0,0,1,.324.56l.647,3.485a1.756,1.756,0,0,1-.025.672,1.047,1.047,0,0,1-.274.473l-2.415,2.44a12.042,12.042,0,0,0,1.183,1.78,17.511,17.511,0,0,0,1.506,1.656,17.51,17.51,0,0,0,1.618,1.432,15.738,15.738,0,0,0,1.793,1.207l2.34-2.34a1.394,1.394,0,0,1,.585-.336,1.6,1.6,0,0,1,.71-.062l3.436.7a1.152,1.152,0,0,1,.573.361.876.876,0,0,1,.224.585v4.033a1.013,1.013,0,0,1-.3.747A1.013,1.013,0,0,1,136.88-822.075Z' transform='translate(-120 840)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}
.body.-black .news-content-details__link:hover .news-content-details__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.678' height='9.356' viewBox='0 0 10.678 9.356'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f5f5f5;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M241.741-687.63l-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Zm5.376,0-4.049-4.054.624-.624,4.678,4.678-4.678,4.678-.624-.624Z' transform='translate(-237.692 692.308)'/%3E%3C/svg%3E");
}
.body.-black .info__pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='picture_as_pdf_FILL1_wght200_GRAD0_opsz24' d='M146.063-828.959h.9v-2.353h1.448a.876.876,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-1.448a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.353Zm.9-3.258v-1.448h1.448v1.448Zm3.575,3.258h2.262a.875.875,0,0,0,.645-.26.876.876,0,0,0,.26-.645v-3.8a.876.876,0,0,0-.26-.645.876.876,0,0,0-.645-.26h-2.262Zm.9-.9v-3.8h1.357v3.8Zm3.71.9h.9v-2.353h1.629v-.9h-1.629v-1.448h1.629v-.9h-2.534Zm-9.729,5.43a1.841,1.841,0,0,1-1.356-.544,1.841,1.841,0,0,1-.544-1.356V-838.1a1.841,1.841,0,0,1,.544-1.356A1.841,1.841,0,0,1,145.43-840H158.1a1.841,1.841,0,0,1,1.356.544A1.841,1.841,0,0,1,160-838.1v12.67a1.841,1.841,0,0,1-.544,1.356,1.841,1.841,0,0,1-1.356.544ZM141.9-820a1.845,1.845,0,0,1-1.36-.544A1.845,1.845,0,0,1,140-821.9v-13.843h1.176V-821.9a.692.692,0,0,0,.226.5.692.692,0,0,0,.5.226h13.846V-820Z' transform='translate(-140 840)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}
.body.-black .rent__tag.-new,
.body.-black .rent__tag.-new.-active,
.body.-black .scenes-location__box {
  border-color: #2E2E2E;
}
.body.-black .nav__link:hover {
  color: #2E2E2E;
}

.search-rental {
  height: 490px;
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .search-rental {
    height: 490px;
  }
}
@media only screen and (min-width: 992px) {
  .search-rental {
    height: 450px;
  }
}
.search-form {
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px 66px 32px 43px;
}
@media only screen and (max-width: 767px) {
  .search-form {
    padding: 20px;
  }
}
.search-form__ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.45;
  color: #333333;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .search-form__ttl {
    font-size: 1.6rem;
  }
}
.search-form__datewpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 10px;
}
.search-form__datewpr > .search-form__row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .search-form__datewpr > .search-form__row {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
.search-form__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.search-form__row {
  margin-bottom: 12px;
}
.search-form__faq {
  margin: 22px 0 26px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-form__faq {
    margin: 20px 0;
  }
}
.search-form__date {
  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;
}
.search-form__date-txt {
  font-family: "noto-sans-cjk-jp", sans-serif;
  max-width: 244px;
  max-height: 40px;
  width: 100%;
  padding: 11px 10px 9px;
  font-size: 1.6rem;
  line-height: 1.42;
  font-weight: 500;
  background-color: #c9c9c9;
  color: #333333;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  caret-color: transparent;
}
@media only screen and (max-width: 767px) {
  .search-form__date-txt {
    max-width: 58%;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-form__date-txt {
    padding: 10px 20px 9px;
  }
}
.search-form__date-txt::-webkit-input-placeholder {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.42;
}
.search-form__date-txt::-moz-placeholder {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.42;
}
.search-form__date-txt:-ms-input-placeholder {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.42;
}
.search-form__date-txt::-ms-input-placeholder {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.42;
}
.search-form__date-txt::placeholder {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.42;
}
@media only screen and (max-width: 767px) {
  .search-form__date-txt::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .search-form__date-txt::-moz-placeholder {
    font-size: 1.3rem;
  }
  .search-form__date-txt:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .search-form__date-txt::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .search-form__date-txt::placeholder {
    font-size: 1.3rem;
  }
}
.search-form__date-txt.-lg {
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  position: relative;
  background-color: #ececec;
  font-size: 1.2rem;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .search-form__date-txt.-lg {
    background-color: #fff;
    text-align: left;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-form__date-txt.-lg img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-form__date-txt.-lg {
    max-width: 290px;
    font-weight: 500;
    background-color: transparent;
    padding: 0;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .search-form__date-txt.-lg {
    max-width: 365px;
    font-size: 1.6rem;
  }
}
.search-form__date-txt.-lg img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .search-form__date-txt.-lg img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-form__date-txt.-bg {
    background-color: #ececec;
  }
}
@media only screen and (max-width: 767px) {
  .search-form__date-txt.-bg img {
    display: block;
  }
}
.search-form__date-txt span {
  display: inline-block;
}
.search-form__date-txt span:first-child {
  font-size: 2rem;
  font-weight: 700;
  color: #CC4C2E;
  margin: 0 4px 0 6px;
}
.search-form__date-txt span:last-child {
  font-size: 1.6rem;
  font-weight: 500;
}
.search-form__date-txt.-calender {
  background: #FAFAFA url(.././img/icons/calender-icon-black.svg) no-repeat right 18px center/13px 13px;
}
.search-form__src {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
  text-align: center;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .search-form__src {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .search-form__src {
    position: unset;
  }
}
.search-form__src.filter-opt.-p-fx {
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 52px;
  border-top: 1px solid #efefef;
}
@media only screen and (max-width: 575px) {
  .search-form__src.filter-opt.-p-fx {
    margin: 0;
    padding: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .search-form__src.filter-opt.-p-fx {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.search-form__src img {
  margin-right: 7px;
}
.search-form__src .search-form__lft {
  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;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .search-form__src .search-form__lft {
    cursor: pointer;
  }
}
.search-form__src .search-form__lft,
.search-form__src .search-form__select {
  width: 50%;
}
.search-form__src .search-form__select {
  background-color: #ffffff;
  max-width: 100%;
  margin: 0;
  border-left: 1px solid #efefef;
}
.search-form__src .search-form__select select {
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
  color: #333333;
  background: #ffffff url(.././img/icon/select-icon.svg) no-repeat right 30px center/10px 6px;
}
.search-form__src .search-form__select select:focus, .search-form__src .search-form__select select:focus-visible {
  outline: none;
}
.search-form__qsn {
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: 700;
  color: #0ab1b7;
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.search-form__qsn:hover {
  opacity: 0.8;
}
.search-form__qsn .more-clk {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form__qsn .more-clk::before, .search-form__qsn .more-clk::after {
  content: "";
  position: absolute;
  background-color: #0ab1b7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.search-form__qsn .more-clk::before {
  width: 100%;
  height: 3px;
}
.search-form__qsn .more-clk::after {
  width: 3px;
  height: 100%;
}
.search-form__qsn.-open .more-clk::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.search-form__qsn.-open .more-clk::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.search-form__body .form-control {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 1rem;
}
.search-form__body .search-form__radio-check {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
}
.search-form__body .search-form__radio-check::before {
  content: "";
  background-image: url(../img/top/icons/radio.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-form__body label:not(:last-of-type) {
  margin-right: 16px;
}
.search-form__select {
  margin-top: 10px;
}
.search-form__select.-nopad {
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
.search-form__select select {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 10px 20px 10px 10px;
  width: 100%;
  border: none;
  background-color: #c9c9c9;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #f8f8f8 url(.././img/icons/select-icon.svg) no-repeat right 10px center/10px 6px;
}
@media only screen and (min-width: 768px) {
  .search-form__select select {
    min-height: 40px;
    padding: 7px 20px 7px;
    background: #f8f8f8 url(.././img/icons/select-icon.svg) no-repeat right 20px center/10px 6px;
  }
}
.search-form__select select.sm {
  padding: 10px;
}
.search-form__select select:focus-visible {
  outline: none;
}
.search-form__select.-lg {
  max-width: 200px;
  margin-left: 30px;
}
.search-form__btn {
  text-align: center;
}
.search-form__radio-wrap label {
  cursor: pointer;
}
.search-form__btn .btn-gradient {
  max-width: 260px;
  margin: 0 auto;
}
.search-form .search-form__body .form-control:checked + .search-form__radio-check::before {
  background-image: url(.././img/top/icons/radio-1.svg);
}

#mySelect {
  display: none;
}

.selectedOption {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
  padding: 12px 20px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .selectedOption {
    background: #ffffff url(.././img/icon/select-icon.svg) no-repeat right 10px center/10px 6px;
  }
}
@media only screen and (min-width: 992px) {
  .selectedOption {
    background: #ffffff url(.././img/icon/select-icon.svg) no-repeat right 20px center/10px 6px;
  }
}
.selectedOption.-sp {
  background: #ffffff url(.././img/icon/select-icon.svg) no-repeat right 32px center/10px 6px;
  padding: 12px 20px 12px 36px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .customselect {
    position: relative;
  }
}
.customselect ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  width: 100%;
  padding: 20px;
}
.customselect ul:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customselect ul li {
  font-size: 1.4rem;
  font-weight: 500;
  color: #c9c9c9;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
}
.customselect ul li:not(:last-child) {
  margin-bottom: 34px;
}
.customselect ul li.selected {
  color: #CC4C2E;
  font-weight: 700;
}
.customselect ul li:hover {
  color: #CC4C2E;
}
.customselect ul .-open {
  display: block;
}
.customselect.-sp #close__select {
  display: block;
  height: 14px;
  width: 14px;
  background-image: url(.././img/icon/cross-icon.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 2;
}
.customselect.-sp ul {
  margin-top: 1px;
  padding: 20px 0;
}
.customselect.-sp ul::before {
  content: none;
}
.customselect.-sp ul li.active {
  cursor: auto;
}
.customselect.-sp ul li.active.selected {
  font-weight: 700;
}
.customselect.-sp ul li.active.active {
  font-size: 1.2rem;
  border-bottom: 1px solid #efefef;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.search-change {
  background-color: #ffffff;
  padding: 37px 0 0;
}
.search-change .search-form {
  max-width: 375px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .search-change .search-form {
    max-width: 640px;
  }
}
.search-change .search-form__body {
  padding: 0 35px 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-change .search-form__body.-border {
  border-top: 1px solid #efefef;
  padding: 17px 35px 21px;
}
.search-change .search-form__row {
  margin-bottom: 15px;
}
.search-change .search-form__row.-mb0 {
  margin-bottom: 0;
}
.search-change .search-form__row.-mb0 .search-form__label {
  margin-bottom: 15px;
}
.search-change .search-form__select.-nopad {
  margin-left: 15px;
}
.search-change .search-form__select.-nopad select {
  padding: 10px 20px 10px 20px;
}
.search-change .search-form__border {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.search-change .search-form__border .container {
  padding: 0 35px;
}
.search-change .search-form__noborder {
  padding-left: 35px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .search-change .search-form__noborder {
    padding-bottom: 30px;
  }
}
.search-change__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin: 40px 0 50px;
}
.search-change .btn-pri {
  max-width: 120px;
  height: 50px;
}
.search-change .btn-gradient {
  max-width: 215px;
  height: 50px;
}
.search-change .form {
  padding: 0;
  padding-bottom: 80px;
  margin: 0 auto;
}
.search-change .form__wrapper {
  border: none;
  padding: 15px 0;
}
.search-change .form__content {
  border-bottom: none;
}
/*# sourceMappingURL=app.css.map */
