﻿@charset "UTF-8";
/*! Bootstrap v4.3.1 (https://getbootstrap.com/) - Copyright 2011-2019 The Bootstrap Authors - Copyright 2011-2019 Twitter, Inc. - Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*
@mixin make-col($size, $columns: $grid-columns) {
  flex: 0 0 percentage(math.div($size , $columns));
  // Add a `max-width` to ensure content within each column does not blow out
  // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
  // do not appear to require this.
  max-width: percentage(math.div($size , $columns));
}

@mixin make-col-offset($size, $columns: $grid-columns) {
  $num: math.div($size , $columns);
  margin-left: if($num == 0, 0, percentage($num));
}
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Gudea", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #036;
  text-align: left;
  background-color: #F2F2F2;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: currentColor;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: currentColor;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7B7E7F;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: rgba(195, 161, 85, 0.4);
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7B7E7F;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #F2F2F2;
  border: 1px solid #C9C9CA;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #7B7E7F;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #373737;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #373737;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row, .main__navbar-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.col-2 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.col-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.col-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.col-11 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333%;
}
.offset-2 {
  margin-left: 16.6667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333%;
}
.offset-5 {
  margin-left: 41.6667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333%;
}
.offset-8 {
  margin-left: 66.6667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333%;
}
.offset-11 {
  margin-left: 91.6667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-md-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-md-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}
@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #036;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1360px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #E3E3E3;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #373737;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2a2a2a;
  text-decoration: none;
  background-color: #F2F2F2;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-white-rgb);
  text-decoration: none;
  background-color: #036;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7B7E7F;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #7B7E7F;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #373737;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: -0.1875rem;
  padding-bottom: -0.1875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1360px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.mt-4,
.my-4 {
  margin-top: 2rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}
.m-5 {
  margin: 4rem !important;
}
.mt-5,
.my-5 {
  margin-top: 4rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 4rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 4rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 4rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.pt-4,
.py-4 {
  padding-top: 2rem !important;
}
.pr-4,
.px-4 {
  padding-right: 2rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}
.pl-4,
.px-4 {
  padding-left: 2rem !important;
}
.p-5 {
  padding: 4rem !important;
}
.pt-5,
.py-5 {
  padding-top: 4rem !important;
}
.pr-5,
.px-5 {
  padding-right: 4rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}
.pl-5,
.px-5 {
  padding-left: 4rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -2rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}
.m-n5 {
  margin: -4rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -4rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -4rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -4rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -4rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -4rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -4rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -4rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #036;
}
a.text-primary:hover, a.text-primary:focus {
  color: #000d1a;
}
.text-secondary {
  color: #c3a155;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #967835;
}
.text-camel-light {
  color: #dfc17c;
}
a.text-camel-light:hover, a.text-camel-light:focus {
  color: #d0a43f;
}
.text-toupe {
  color: #c6b982;
}
a.text-toupe:hover, a.text-toupe:focus {
  color: #ad9b4f;
}
.text-light-brown {
  color: #dac9a3;
}
a.text-light-brown:hover, a.text-light-brown:focus {
  color: #c4a96c;
}
.text-faded-blue {
  color: #7ca7c7;
}
a.text-faded-blue:hover, a.text-faded-blue:focus {
  color: #4a83ad;
}
.text-cloudy-blue {
  color: #b7c4cf;
}
a.text-cloudy-blue:hover, a.text-cloudy-blue:focus {
  color: #899eb0;
}
.text-banner-blue {
  color: #81b0cd;
}
a.text-banner-blue:hover, a.text-banner-blue:focus {
  color: #4a8eb7;
}
.text-success {
  color: #28a745;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c;
}
.text-info {
  color: #7ca7c7;
}
a.text-info:hover, a.text-info:focus {
  color: #4a83ad;
}
.text-warning {
  color: #ffc107;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00;
}
.text-danger {
  color: #dc3545;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a;
}
.text-light {
  color: #F2F2F2;
}
a.text-light:hover, a.text-light:focus {
  color: #cccccc;
}
.text-dark {
  color: #494A4B;
}
a.text-dark:hover, a.text-dark:focus {
  color: #232424;
}
.text-body {
  color: #036 !important;
}
.text-muted {
  color: #7B7E7F !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots button, .slick-arrow, .nav-btn, .menu-toggler, .btn-naked, .close {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
/*
%no-highlight {
	@include no-highlight();
	@include box-shadow(none);
	&:hover,
	&:focus,
	&:active {
		outline: none;
	}
}
*/
.slick-dots button {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}
.slick-arrow, figure img, figure div:after, .banner, .aside-summary a:before, .aside-summary a, .aside-summary, .aside-summary__label, .bc a, .nav-btn, .main__a, .header-brand, .menu-toggler, .menu-toggler__bar:before, .menu-toggler__bar:after, .menu-toggler__bar, .btn, .cnt__title,
.page__title, .close:before, .close {
  transition: all 0.2s ease-in-out;
}
.slick-dots, .box__body ul.aside-summary__ul,
.cnt ul.aside-summary__ul, .aside-summary__ul, .bc ol, .header-top__ul, .main__st,
.main__nd__ul, .ul-arrows, .ul-naked {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lead__subtitle, .lead__title, .cnt :where(ol, ul, dl, dd):not([class]):last-child,
.box__body :where(ol, ul, dl, dd):not([class]):last-child, .more p, .section__subtitle, .cnt__title,
.page__title, .cnt__subtitle {
  margin-bottom: 0;
}
.ul-arrows {
  margin-bottom: 1rem;
}
.page__header, .cnt__header {
  margin-bottom: 2rem;
}
.section__title + .section__subtitle, .cnt__header .row + .cnt__subtitle, .cnt__header .main__navbar-row + .cnt__subtitle, .cnt__title + .cnt__subtitle,
.page__title + .cnt__subtitle {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page__header {
    margin-bottom: 4rem;
  }
}
.sg-cookie_btn-close,
.sg-cookie_btn-ok, .aside-summary a, .btn-link, :is(.btn-arrow, .btn-arrow-white, .btn-arrow-cloudy-blue), .btn-zip, .btn-youtube, .btn-word, .btn-search, .btn-ppt, .btn-png, .btn-pin_map, .btn-pdf, .btn-jpg, .btn-excel, .btn-clock, .btn-chevron-right, .btn-calendar, .btn-arrow, .btn-ico, .btn {
  text-decoration: none;
}
.slick-vertical .slick-slide, .slick-initialized .slick-slide, .slick-slide img, .slick-track, .slick-list, .slick-slider, .bc > a, .more--hidden .more__preview {
  display: block;
}
.slick-arrow.slick-hidden, .slick-slide.slick-loading img, .box__body:empty, .aside-summary-cnt, .bc br, .hp-section .lead__container, .btn-theme-cnt .dropdown-item:not(.active) span + .ico, .header-top, .more--hidden .more__complete, .more__preview {
  display: none;
}
.main__heading span, .main__a, .a-arrow,
.lead__title {
  font-family: var(--bs-font-serif);
}
.header-top__right .main__a, .main__nd .main__a,
.str-cv__title,
.lead__subtitle,
.cnt__subtitle,
time,
.time,
.eyelet {
  font-family: var(--bs-font-sans-serif);
}
time,
.time,
.eyelet {
  color: currentColor;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.bc li + li:before, .nav-btn:before, :is(.btn-arrow, .btn-arrow-white, .btn-arrow-cloudy-blue):after, .btn-zip:after, .btn-youtube:after, .btn-word:after, .btn-search:after, .btn-ppt:after, .btn-png:after, .btn-pin_map:after, .btn-pdf:after, .btn-jpg:after, .btn-excel:after, .btn-clock:after, .btn-chevron-right:after, .btn-calendar:after, .btn-ico:after, .btn:after, .a-arrow:before, .ico, .close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visually-hidden, .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.1px;
}
html,
body {
  font-size: 1rem;
}
body {
  background-color: var(--bs-body-bg, var(--bs-white));
  color: var(--bs-body-color, var(--bs-primary));
  min-height: 100vh;
  position: relative;
}
main {
  position: relative;
  z-index: 1;
}
/*
body { display: flex; flex-direction: column; min-height: 100vh; } // 1
#header, #footer { flex-shrink: 0; } // 2
main { flex: 1 0 auto; } // 2
*/
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
@media (max-width: 991.98px) {
  body {
    display: flex;
    flex-direction: column;
  }
  #header,
  #footer {
    flex: 0 0 auto;
  }
  main {
    flex: 1;
  }
}
.close {
  background: none;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  opacity: var(--ico-close-opacity, 0.8);
  padding: 0;
  color: currentColor;
}
.close:before {
  content: "\e93d";
  align-items: center;
  aspect-ratio: 1;
  background: none;
  color: currentColor;
  display: flex;
  font-size: var(--ico-close-fs, 1rem);
  height: var(--ico-close-h, 1.1rem);
  justify-content: center;
  line-height: 1;
}
.close:is(:focus, :hover, :active) {
  --ico-close-opacity: 1;
}
@media (min-width: 768px) {
  :root {
    --ico-close-fs: 24px;
    --ico-close-h: 26px;
  }
}
@media (min-width: 992px) {
  :root {
    --tools-lg-w: 100px;
    --tools-xxl-container-min-w: calc(1360px + 2 * var(--tools-lg-w));
  }
}
.text-end {
  text-align: end;
}
:root {
  --bs-gray-50: #f9f9f9;
  --bs-gray-50-rgb: 249, 249, 249;
  --bs-gray-100: #F2F2F2;
  --bs-gray-100-rgb: 242, 242, 242;
  --bs-gray-200: #E3E3E3;
  --bs-gray-200-rgb: 227, 227, 227;
  --bs-gray-300: #C9C9CA;
  --bs-gray-300-rgb: 201, 201, 202;
  --bs-gray-400: #AFB0B1;
  --bs-gray-400-rgb: 175, 176, 177;
  --bs-gray-500: #949697;
  --bs-gray-500-rgb: 148, 150, 151;
  --bs-gray-600: #7B7E7F;
  --bs-gray-600-rgb: 123, 126, 127;
  --bs-gray-700: #626465;
  --bs-gray-700-rgb: 98, 100, 101;
  --bs-gray-800: #494A4B;
  --bs-gray-800-rgb: 73, 74, 75;
  --bs-gray-900: #373737;
  --bs-gray-900-rgb: 55, 55, 55;
  --bs-blue-100: #D7EAFE;
  --bs-blue-100-rgb: 215, 234, 254;
  --bs-blue-200: #ABD1F8;
  --bs-blue-200-rgb: 171, 209, 248;
  --bs-blue-300: #83B8EC;
  --bs-blue-300-rgb: 131, 184, 236;
  --bs-blue-400: #609EDC;
  --bs-blue-400-rgb: 96, 158, 220;
  --bs-blue-500: #4284C6;
  --bs-blue-500-rgb: 66, 132, 198;
  --bs-blue-600: #3C6B9A;
  --bs-blue-600-rgb: 60, 107, 154;
  --bs-blue-700: #36526D;
  --bs-blue-700-rgb: 54, 82, 109;
  --bs-blue-800: #2B3846;
  --bs-blue-800-rgb: 43, 56, 70;
  --bs-blue-900: #1A1E23;
  --bs-blue-900-rgb: 26, 30, 35;
}
:root,
[data-bs-theme=light] {
  --bs-black: #000;
  --bs-white: #fff;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-primary: #036;
  --bs-primary-light: #1a4775;
  --bs-primary-dark: #00264d;
  --bs-primary-darker: #001a33;
  --bs-secondary: #c3a155;
  --bs-secondary-light: #c9aa66;
  --bs-secondary-dark: #bc9642;
  --bs-secondary-darker: #a9873c;
  --bs-body-bg: #F2F2F2;
  --bs-body-bg-rgb: 242, 242, 242;
  --bs-body-color: #036;
  --bs-body-color-rgb: 0, 51, 102;
  --form-control-bg-disabled: var(--bs-gray-200);
  --bs-red: #dc3545;
  --bs-red-rgb: 220, 53, 69;
  --bs-yellow: #ffc107;
  --bs-yellow-rgb: 255, 193, 7;
  --bs-green: #28a745;
  --bs-green-rgb: 40, 167, 69;
  --bs-primary: #036;
  --bs-primary-rgb: 0, 51, 102;
  --bs-secondary: #c3a155;
  --bs-secondary-rgb: 195, 161, 85;
  --bs-camel-light: #dfc17c;
  --bs-camel-light-rgb: 223, 193, 124;
  --bs-toupe: #c6b982;
  --bs-toupe-rgb: 198, 185, 130;
  --bs-light-brown: #dac9a3;
  --bs-light-brown-rgb: 218, 201, 163;
  --bs-faded-blue: #7ca7c7;
  --bs-faded-blue-rgb: 124, 167, 199;
  --bs-cloudy-blue: #b7c4cf;
  --bs-cloudy-blue-rgb: 183, 196, 207;
  --bs-banner-blue: #81b0cd;
  --bs-banner-blue-rgb: 129, 176, 205;
  --bs-success: #28a745;
  --bs-success-rgb: 40, 167, 69;
  --bs-info: #7ca7c7;
  --bs-info-rgb: 124, 167, 199;
  --bs-warning: #ffc107;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger: #dc3545;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light: #F2F2F2;
  --bs-light-rgb: 242, 242, 242;
  --bs-dark: #494A4B;
  --bs-dark-rgb: 73, 74, 75;
  --bs-dark: var(--bs-gray-800);
  --bs-beige: #dbcaa4;
  --bs-beige-rgb: 219, 202, 164;
}
.white {
  color: var(--bs-white);
}
.bg-white {
  background-color: var(--bs-white);
}
.black {
  color: var(--bs-black);
}
.bg-black {
  background-color: var(--bs-black);
}
.body-color-important {
  color: var(--bs-body-color) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.text-primary {
  color: var(--bs-primary);
}
.bg-beige {
  background-color: var(--bs-beige);
}
.red {
  color: var(--bs-red);
}
.bg-red {
  background-color: var(--bs-red);
}
.yellow {
  color: var(--bs-yellow);
}
.bg-yellow {
  background-color: var(--bs-yellow);
}
.green {
  color: var(--bs-green);
}
.bg-green {
  background-color: var(--bs-green);
}
.primary {
  color: var(--bs-primary);
}
.primary-important {
  color: var(--bs-primary) !important;
}
.bg-primary {
  background-color: var(--bs-primary);
}
.secondary {
  color: var(--bs-secondary);
}
.secondary-important {
  color: var(--bs-secondary) !important;
}
.bg-secondary {
  background-color: var(--bs-secondary);
}
.camel-light {
  color: var(--bs-camel-light);
}
.camel-light-important {
  color: var(--bs-camel-light) !important;
}
.bg-camel-light {
  background-color: var(--bs-camel-light);
}
.toupe {
  color: var(--bs-toupe);
}
.toupe-important {
  color: var(--bs-toupe) !important;
}
.bg-toupe {
  background-color: var(--bs-toupe);
}
.light-brown {
  color: var(--bs-light-brown);
}
.light-brown-important {
  color: var(--bs-light-brown) !important;
}
.bg-light-brown {
  background-color: var(--bs-light-brown);
}
.faded-blue {
  color: var(--bs-faded-blue);
}
.faded-blue-important {
  color: var(--bs-faded-blue) !important;
}
.bg-faded-blue {
  background-color: var(--bs-faded-blue);
}
.cloudy-blue {
  color: var(--bs-cloudy-blue);
}
.cloudy-blue-important {
  color: var(--bs-cloudy-blue) !important;
}
.bg-cloudy-blue {
  background-color: var(--bs-cloudy-blue);
}
.banner-blue {
  color: var(--bs-banner-blue);
}
.banner-blue-important {
  color: var(--bs-banner-blue) !important;
}
.bg-banner-blue {
  background-color: var(--bs-banner-blue);
}
.success {
  color: var(--bs-success);
}
.success-important {
  color: var(--bs-success) !important;
}
.bg-success {
  background-color: var(--bs-success);
}
.info {
  color: var(--bs-info);
}
.info-important {
  color: var(--bs-info) !important;
}
.bg-info {
  background-color: var(--bs-info);
}
.warning {
  color: var(--bs-warning);
}
.warning-important {
  color: var(--bs-warning) !important;
}
.bg-warning {
  background-color: var(--bs-warning);
}
.danger {
  color: var(--bs-danger);
}
.danger-important {
  color: var(--bs-danger) !important;
}
.bg-danger {
  background-color: var(--bs-danger);
}
.light {
  color: var(--bs-light);
}
.light-important {
  color: var(--bs-light) !important;
}
.bg-light {
  background-color: var(--bs-light);
}
.dark {
  color: var(--bs-dark);
}
.dark-important {
  color: var(--bs-dark) !important;
}
.bg-dark {
  background-color: var(--bs-dark);
}
.gray-50 {
  color: var(--bs-gray-50);
}
.bg-gray-50 {
  background-color: var(--bs-gray-50);
}
.gray-100 {
  color: var(--bs-gray-100);
}
.bg-gray-100 {
  background-color: var(--bs-gray-100);
}
.gray-200 {
  color: var(--bs-gray-200);
}
.bg-gray-200 {
  background-color: var(--bs-gray-200);
}
.gray-300 {
  color: var(--bs-gray-300);
}
.bg-gray-300 {
  background-color: var(--bs-gray-300);
}
.gray-400 {
  color: var(--bs-gray-400);
}
.bg-gray-400 {
  background-color: var(--bs-gray-400);
}
.gray-500 {
  color: var(--bs-gray-500);
}
.bg-gray-500 {
  background-color: var(--bs-gray-500);
}
.gray-600 {
  color: var(--bs-gray-600);
}
.bg-gray-600 {
  background-color: var(--bs-gray-600);
}
.gray-700 {
  color: var(--bs-gray-700);
}
.bg-gray-700 {
  background-color: var(--bs-gray-700);
}
.gray-800 {
  color: var(--bs-gray-800);
}
.bg-gray-800 {
  background-color: var(--bs-gray-800);
}
.gray-900 {
  color: var(--bs-gray-900);
}
.bg-gray-900 {
  background-color: var(--bs-gray-900);
}
@media (prefers-color-scheme: dark) {
  :root {
    --aside-summary-bg: var(--bs-gray-800);
    --bs-white-rgb: 239, 239, 239;
    --bs-white: #efefef;
    --bs-banner-blue: color-mix(in srgb, var(--bs-primary) 90%, var(--bs-white) 10%);
    --bs-body-bg: #1e2124;
    --bs-body-bg-rgb: 30, 33, 36;
    --bs-body-color-rgb: var(--bs-white-rgb);
    --bs-body-color: var(--bs-white);
    /*
    --bs-primary-rgb: 36, 67, 98;
    --bs-primary: #244362;
    */
    --bs-light: var(--bs-gray-700);
    --bs-light-rgb: var(--bs-gray-700-rgb);
    --bs-primary-rgb: var(--bs-blue-700-rgb);
    --bs-primary: var(--bs-blue-700);
    --bs-secondary-rgb: 232, 199, 124;
    --bs-secondary: #e8c77c;
    --doc-a-bg: var(--bs-gray-800);
    --hp-sections-hover-bg: var(--bs-blue-700);
    --hp-sections-hover-color: var(--bs-white);
    --news-cnt-bg: var(--bs-gray-800);
    --slick-dot-active-color-rgb: var(--bs-white);
    --ssd-bg: var(--bs-gray-800);
    --td-bg: var(--bs-gray-800);
    --box-bg: var(--bs-gray-800);
    --cll-indice-bg: var(--bs-gray-800);
    --slick-dot-bg: var(--bs-white);
    --form-control-bg-disabled: var(--bs-gray-700);
    color-scheme: dark;
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --aside-summary-bg: var(--bs-white);
    --bs-banner-blue: #81b0cd;
    --bs-body-bg: #F2F2F2;
    --bs-body-bg-rgb: 242, 242, 242;
    --bs-body-color-rgb: var(--bs-primary-rgb);
    --bs-body-color: var(--bs-primary);
    --bs-primary: #036;
    --bs-primary-rgb: 0, 51, 102;
    --bs-secondary: #c3a155;
    --bs-secondary-rgb: 195, 161, 85;
    --bs-white-rgb: 255, 255, 255;
    --bs-white: #fff;
    --bs-light: var(--bs-gray-100);
    --bs-light-rgb: var(--bs-gray-100-rgb);
    --doc-a-bg: var(--bs-gray-200);
    --hp-sections-hover-bg: var(--bs-white);
    --hp-sections-hover-color: var(--bs-body-color);
    --news-cnt-bg: var(--bs-white);
    --ssd-bg: var(--bs-white);
    --box-bg: var(--bs-white);
    --td-bg: inherit;
    --cll-indice-bg: var(--bs-white);
    --slick-dot-bg: var(--bs-primary);
    --form-control-bg-disabled: var(--bs-gray-200);
    color-scheme: light;
  }
}
[data-bs-theme=dark] {
  --aside-summary-bg: var(--bs-gray-800);
  --bs-white-rgb: 239, 239, 239;
  --bs-white: #efefef;
  --bs-banner-blue: color-mix(in srgb, var(--bs-primary) 90%, var(--bs-white) 10%);
  --bs-body-bg: #1e2124;
  --bs-body-bg-rgb: 30, 33, 36;
  --bs-body-color-rgb: var(--bs-white-rgb);
  --bs-body-color: var(--bs-white);
  /*
  --bs-primary-rgb: 36, 67, 98;
  --bs-primary: #244362;
  */
  --bs-primary-rgb: var(--bs-blue-700-rgb);
  --bs-primary: var(--bs-blue-700);
  --bs-secondary-rgb: 232, 199, 124;
  --bs-secondary: #e8c77c;
  --bs-light: var(--bs-gray-700);
  --bs-light-rgb: var(--bs-gray-700-rgb);
  --doc-a-bg: var(--bs-gray-800);
  --hp-sections-hover-bg: var(--bs-blue-700);
  --hp-sections-hover-color: var(--bs-white);
  --news-cnt-bg: var(--bs-gray-800);
  --slick-dot-active-color-rgb: var(--bs-white);
  --ssd-bg: var(--bs-gray-800);
  --td-bg: var(--bs-gray-800);
  --box-bg: var(--bs-gray-800);
  --cll-indice-bg: var(--bs-gray-800);
  --slick-dot-bg: var(--bs-white);
  --form-control-bg-disabled: var(--bs-gray-700);
  color-scheme: dark;
}
[data-bs-theme=light] {
  --aside-summary-bg: var(--bs-white);
  --bs-banner-blue: #81b0cd;
  --bs-body-bg: #F2F2F2;
  --bs-body-bg-rgb: 242, 242, 242;
  --bs-body-color-rgb: var(--bs-primary-rgb);
  --bs-body-color: var(--bs-primary);
  --bs-primary: #036;
  --bs-primary-rgb: 0, 51, 102;
  --bs-secondary: #c3a155;
  --bs-secondary-rgb: 195, 161, 85;
  --bs-white-rgb: 255, 255, 255;
  --bs-white: #fff;
  --bs-light: var(--bs-gray-100);
  --bs-light-rgb: var(--bs-gray-100-rgb);
  --doc-a-bg: var(--bs-gray-200);
  --hp-sections-hover-bg: var(--bs-white);
  --hp-sections-hover-color: var(--bs-body-color);
  --news-cnt-bg: var(--bs-white);
  --ssd-bg: var(--bs-white);
  --box-bg: var(--bs-white);
  --td-bg: inherit;
  --cll-indice-bg: var(--bs-white);
  --slick-dot-bg: var(--bs-primary);
  --form-control-bg-disabled: var(--bs-gray-200);
  color-scheme: light;
}
@media (min-width: 992px) and (prefers-color-scheme: dark) {
  :root {
    --slick-dot-bg: var(--bs-white);
  }
}
@media (min-width: 992px) and (prefers-color-scheme: light) {
  :root {
    --slick-dot-bg: var(--bs-white);
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] {
    --slick-dot-bg: var(--bs-white);
  }
  [data-bs-theme=light] {
    --slick-dot-bg: var(--bs-white);
  }
}
@media (prefers-color-scheme: dark) {
  .hp {
    --bs-body-bg-rgb: var(--bs-gray-900-rgb);
    --bs-body-bg: var(--bs-gray-900);
  }
}
@media (prefers-color-scheme: light) {
  .hp {
    --bs-body-bg: var(--bs-white);
    --bs-body-bg-rgb: var(--bs-white-rgb);
  }
}
[data-bs-theme=dark] .hp {
  --bs-body-bg-rgb: var(--bs-gray-900-rgb);
  --bs-body-bg: var(--bs-gray-900);
}
[data-bs-theme=light] .hp {
  --bs-body-bg: var(--bs-white);
  --bs-body-bg-rgb: var(--bs-white-rgb);
}
.hp main {
  --bs-secondary: var(--bs-blue-400);
  --bs-secondary-dark: var(--bs-blue-500);
  --bs-secondary-light: var(--bs-blue-300);
  --bs-secondary-rgb: var(--bs-blue-400-rgb);
}
.hp main .btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
}
.ico-flip {
  transform: scale3d(-1, -1, 1);
}
.ico-flip-x {
  transform: scale3d(-1, 1, 1);
}
.ico-flip-y {
  transform: scale3d(1, -1, 1);
}
.ico-rotate-90 {
  transform: rotate3d(0, 0, 1, 90deg);
}
.ico-16:before {
  height: 1rem;
  font-size: 1rem;
}
.ico-20:before {
  height: 1.25rem;
  font-size: 1.25rem;
}
.ico-24:before {
  height: 1.5rem;
  font-size: 1.5rem;
}
.ico-28:before {
  height: 1.75rem;
  font-size: 1.75rem;
}
.ico-32:before {
  height: 2rem;
  font-size: 2rem;
}
.ico-40:before {
  height: 2.5rem;
  font-size: 2.5rem;
}
.ico-48:before {
  height: 3rem;
  font-size: 3rem;
}
.ico-64:before {
  height: 4rem;
  font-size: 4rem;
}
.ico-72:before {
  height: 4.5rem;
  font-size: 4.5rem;
}
.ico-80:before {
  height: 5rem;
  font-size: 5rem;
}
@media (min-width: 576px) {
  .ico-sm-16:before {
    height: 1rem;
    font-size: 1rem;
  }
  .ico-sm-20:before {
    height: 1.25rem;
    font-size: 1.25rem;
  }
  .ico-sm-24:before {
    height: 1.5rem;
    font-size: 1.5rem;
  }
  .ico-sm-28:before {
    height: 1.75rem;
    font-size: 1.75rem;
  }
  .ico-sm-32:before {
    height: 2rem;
    font-size: 2rem;
  }
  .ico-sm-40:before {
    height: 2.5rem;
    font-size: 2.5rem;
  }
  .ico-sm-48:before {
    height: 3rem;
    font-size: 3rem;
  }
  .ico-sm-64:before {
    height: 4rem;
    font-size: 4rem;
  }
  .ico-sm-72:before {
    height: 4.5rem;
    font-size: 4.5rem;
  }
  .ico-sm-80:before {
    height: 5rem;
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .ico-md-16:before {
    height: 1rem;
    font-size: 1rem;
  }
  .ico-md-20:before {
    height: 1.25rem;
    font-size: 1.25rem;
  }
  .ico-md-24:before {
    height: 1.5rem;
    font-size: 1.5rem;
  }
  .ico-md-28:before {
    height: 1.75rem;
    font-size: 1.75rem;
  }
  .ico-md-32:before {
    height: 2rem;
    font-size: 2rem;
  }
  .ico-md-40:before {
    height: 2.5rem;
    font-size: 2.5rem;
  }
  .ico-md-48:before {
    height: 3rem;
    font-size: 3rem;
  }
  .ico-md-64:before {
    height: 4rem;
    font-size: 4rem;
  }
  .ico-md-72:before {
    height: 4.5rem;
    font-size: 4.5rem;
  }
  .ico-md-80:before {
    height: 5rem;
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .ico-lg-16:before {
    height: 1rem;
    font-size: 1rem;
  }
  .ico-lg-20:before {
    height: 1.25rem;
    font-size: 1.25rem;
  }
  .ico-lg-24:before {
    height: 1.5rem;
    font-size: 1.5rem;
  }
  .ico-lg-28:before {
    height: 1.75rem;
    font-size: 1.75rem;
  }
  .ico-lg-32:before {
    height: 2rem;
    font-size: 2rem;
  }
  .ico-lg-40:before {
    height: 2.5rem;
    font-size: 2.5rem;
  }
  .ico-lg-48:before {
    height: 3rem;
    font-size: 3rem;
  }
  .ico-lg-64:before {
    height: 4rem;
    font-size: 4rem;
  }
  .ico-lg-72:before {
    height: 4.5rem;
    font-size: 4.5rem;
  }
  .ico-lg-80:before {
    height: 5rem;
    font-size: 5rem;
  }
}
@media (min-width: 1360px) {
  .ico-xl-16:before {
    height: 1rem;
    font-size: 1rem;
  }
  .ico-xl-20:before {
    height: 1.25rem;
    font-size: 1.25rem;
  }
  .ico-xl-24:before {
    height: 1.5rem;
    font-size: 1.5rem;
  }
  .ico-xl-28:before {
    height: 1.75rem;
    font-size: 1.75rem;
  }
  .ico-xl-32:before {
    height: 2rem;
    font-size: 2rem;
  }
  .ico-xl-40:before {
    height: 2.5rem;
    font-size: 2.5rem;
  }
  .ico-xl-48:before {
    height: 3rem;
    font-size: 3rem;
  }
  .ico-xl-64:before {
    height: 4rem;
    font-size: 4rem;
  }
  .ico-xl-72:before {
    height: 4.5rem;
    font-size: 4.5rem;
  }
  .ico-xl-80:before {
    height: 5rem;
    font-size: 5rem;
  }
}
.ico-linkedin:before {
  content: "\e906";
}
.ico-youtube:before {
  content: "\e907";
}
.ico-x:before {
  content: "\e909";
}
.ico-twitter:before {
  content: "\e909";
}
.ico-alarm:before {
  content: "\e95f";
}
.ico-alarm-fill:before {
  content: "\e960";
}
.ico-arrow-down-short:before {
  content: "\e90a";
}
.ico-arrow-left-short:before {
  content: "\e90b";
}
.ico-arrow-repeat:before {
  content: "\e90c";
}
.ico-arrow-right-short:before {
  content: "\e90d";
}
.ico-arrow-up-short:before {
  content: "\e90e";
}
.ico-bell:before {
  content: "\e961";
}
.ico-bell-fill:before {
  content: "\e962";
}
.ico-brightness-high:before {
  content: "\e900";
}
.ico-brightness-high-fill:before {
  content: "\e901";
}
.ico-calendar2-week:before {
  content: "\e90f";
}
.ico-camera:before {
  content: "\e910";
}
.ico-check:before {
  content: "\e971";
}
.ico-check2:before {
  content: "\e972";
}
.ico-check-lg:before {
  content: "\e973";
}
.ico-chevron-down:before {
  content: "\e912";
}
.ico-chevron-left:before {
  content: "\e913";
}
.ico-chevron-right:before {
  content: "\e914";
}
.ico-chevron-up:before {
  content: "\e915";
}
.ico-circle:before {
  content: "\e975";
}
.ico-circle-fill:before {
  content: "\e976";
}
.ico-circle-half:before {
  content: "\e974";
}
.ico-clock-fill:before {
  content: "\e94d";
}
.ico-cookie:before {
  content: "\e902";
}
.ico-crosshair:before {
  content: "\e916";
}
.ico-download:before {
  content: "\e918";
}
.ico-exclamation-circle:before {
  content: "\e919";
}
.ico-exclamation-circle-fill:before {
  content: "\e91a";
}
.ico-exclamation-triangle:before {
  content: "\e91b";
}
.ico-exclamation-triangle-fill:before {
  content: "\e91c";
}
.ico-eye:before {
  content: "\e91d";
}
.ico-eye-fill:before {
  content: "\e903";
}
.ico-eye-slash:before {
  content: "\e91e";
}
.ico-eye-slash-fill:before {
  content: "\e904";
}
.ico-file-earmark:before {
  content: "\e905";
}
.ico-file-earmark-arrow-down:before {
  content: "\e908";
}
.ico-file-earmark-arrow-down-fill:before {
  content: "\e911";
}
.ico-file-earmark-easel:before {
  content: "\e94e";
}
.ico-file-earmark-easel-fill:before {
  content: "\e953";
}
.ico-file-earmark-excel:before {
  content: "\e917";
}
.ico-file-earmark-excel-fill:before {
  content: "\e91f";
}
.ico-file-earmark-font:before {
  content: "\e920";
}
.ico-file-earmark-font-fill:before {
  content: "\e93e";
}
.ico-file-earmark-image:before {
  content: "\e954";
}
.ico-file-earmark-image-fill:before {
  content: "\e955";
}
.ico-file-earmark-music:before {
  content: "\e93f";
}
.ico-file-earmark-music-fill:before {
  content: "\e940";
}
.ico-file-earmark-pdf:before {
  content: "\e921";
}
.ico-file-earmark-pdf-fill:before {
  content: "\e922";
}
.ico-file-earmark-play:before {
  content: "\e941";
}
.ico-file-earmark-play-fill:before {
  content: "\e942";
}
.ico-file-earmark-ppt:before {
  content: "\e956";
}
.ico-file-earmark-ppt-fill:before {
  content: "\e957";
}
.ico-file-earmark-ruled:before {
  content: "\e943";
}
.ico-file-earmark-ruled-fill:before {
  content: "\e944";
}
.ico-file-earmark-slides:before {
  content: "\e945";
}
.ico-file-earmark-slides-fill:before {
  content: "\e946";
}
.ico-file-earmark-spreadsheet:before {
  content: "\e947";
}
.ico-file-earmark-spreadsheet-fill:before {
  content: "\e948";
}
.ico-file-earmark-text:before {
  content: "\e949";
}
.ico-file-earmark-text-fill:before {
  content: "\e94a";
}
.ico-file-earmark-word:before {
  content: "\e94b";
}
.ico-file-earmark-word-fill:before {
  content: "\e94c";
}
.ico-file-earmark-zip:before {
  content: "\e923";
}
.ico-file-earmark-zip-fill:before {
  content: "\e924";
}
.ico-filetype-csv:before {
  content: "\e958";
}
.ico-filetype-docx:before {
  content: "\e925";
}
.ico-filetype-jpg:before {
  content: "\e959";
}
.ico-filetype-mp3:before {
  content: "\e926";
}
.ico-filetype-mp4:before {
  content: "\e927";
}
.ico-filetype-pdf:before {
  content: "\e928";
}
.ico-filetype-png:before {
  content: "\e95a";
}
.ico-filetype-ppt:before {
  content: "\e95b";
}
.ico-filetype-pptx:before {
  content: "\e95c";
}
.ico-filetype-txt:before {
  content: "\e95d";
}
.ico-filter:before {
  content: "\e95e";
}
.ico-geo-alt:before {
  content: "\e929";
}
.ico-geo-alt-fill:before {
  content: "\e92a";
}
.ico-globe2:before {
  content: "\e92b";
}
.ico-image:before {
  content: "\e92c";
}
.ico-images:before {
  content: "\e97d";
}
.ico-info-circle:before {
  content: "\e92d";
}
.ico-info-circle-fill:before {
  content: "\e92e";
}
.ico-link-45deg:before {
  content: "\e92f";
}
.ico-mask:before {
  content: "\e930";
}
.ico-mic:before {
  content: "\e978";
}
.ico-mic-fill:before {
  content: "\e979";
}
.ico-mic-mute:before {
  content: "\e97a";
}
.ico-mic-mute-fill:before {
  content: "\e97b";
}
.ico-moon:before {
  content: "\e94f";
}
.ico-moon-fill:before {
  content: "\e950";
}
.ico-moon-stars:before {
  content: "\e951";
}
.ico-moon-stars-fill:before {
  content: "\e952";
}
.ico-person:before {
  content: "\e931";
}
.ico-person-fill:before {
  content: "\e932";
}
.ico-play-circle:before {
  content: "\e933";
}
.ico-play-circle-fill:before {
  content: "\e934";
}
.ico-question-circle:before {
  content: "\e97c";
}
.ico-search:before {
  content: "\e935";
}
.ico-share:before {
  content: "\e936";
}
.ico-share-fill:before {
  content: "\e937";
}
.ico-soundwave:before {
  content: "\e938";
}
.ico-telephone:before {
  content: "\e939";
}
.ico-telephone-fill:before {
  content: "\e93a";
}
.ico-trash3:before {
  content: "\e93b";
}
.ico-x1:before {
  content: "\e93c";
}
.ico-x-lg:before {
  content: "\e93d";
}
.ico-zip:before {
  content: "\e977";
}
.ico-press:before {
  content: "\e968";
}
.ico-kit:before {
  content: "\e96a";
}
.ico-world:before {
  content: "\e96b";
}
.ico-calendar:before {
  content: "\e96c";
}
.ico-archive:before {
  content: "\e970";
}
.ico-arrow-right:before {
  content: "\e967";
}
.ico-pdf:before {
  content: "\e966";
}
.ico-clock:before {
  content: "\e963";
}
.ico-pin-map:before {
  content: "\e964";
}
.ico-jpg:before {
  content: "\e965";
}
.ico-png:before {
  content: "\e969";
}
.ico-ppt:before {
  content: "\e96d";
}
.ico-word:before {
  content: "\e96e";
}
.ico-excel:before {
  content: "\e96f";
}
:root {
  --bs-font-sans-serif: Gudea, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  --bs-font-serif: Noto Serif JP, Times New Roman, Times, serif;
}
.f-300 {
  font-weight: 300;
}
.f-400 {
  font-weight: 400;
}
.f-500 {
  font-weight: 500;
}
.f-700 {
  font-weight: 700;
}
.f-900 {
  font-weight: 900;
}
.serif,
.font-serif,
.font-family-serif,
.notoserifjp {
  font-family: var(--bs-font-serif) !important;
}
.sans-serif,
.font-sans-serif,
.font-family-sans-serif,
.gudea {
  font-family: var(--bs-font-sans-serif) !important;
}
b,
.b,
strong {
  font-weight: 900;
}
.line-through {
  text-decoration: line-through;
}
.nowrap {
  white-space: nowrap;
}
.normal {
  font-weight: normal !important;
}
mark,
.mark {
  background-color: rgba(var(--mark-rgb, var(--bs-primary-rgb)), 0.1);
  color: inherit;
  padding: 0.1em 0.3em;
}
main,
.cnt__body {
  --fs: 1rem;
  --lh: 1.5;
  font-size: var(--fs, 1rem);
  line-height: var(--lh, 22px);
}
main p,
.cnt__body p {
  margin-bottom: calc(1 * var(--fs, 1rem) * var(--lh, 22px));
}
small,
.small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.33;
}
h1,
.h1,
.cnt__title {
  font-size: var(--h1-fs, 1.875rem);
  line-height: var(--h1-lh, 1.25);
  font-weight: 900;
}
h2,
.h2,
.cnt__subtitle {
  font-size: var(--h2-fs, 1.125rem);
  line-height: var(--h2-lh, 1.25);
}
h3,
.h3 {
  font-size: var(--h3-fs, 1.125rem);
  line-height: var(--h3-lh, 1.25);
}
.cnt__body {
  margin-bottom: 2rem;
}
.cll__body a:not([class]),
.cnt__body a:not([class]) {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.cll__body a:not([class]):is(:focus, :focus-visible, :hover),
.cnt__body a:not([class]):is(:focus, :focus-visible, :hover) {
  text-underline-offset: 0.1em;
  -webkit-text-decoration-color: rgba(var(--bs-body-color-rgb), 0.5);
          text-decoration-color: rgba(var(--bs-body-color-rgb), 0.5);
}
.cnt__body:empty {
  height: 1rem;
  margin: 0;
}
.cnt__header time {
  font-weight: 900;
  margin-top: 2rem;
}
.section__title {
  /*
  font-size: 24px;
  line-height: 36px;
  */
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}
.more {
  margin-bottom: 1rem;
}
time,
.time {
  color: currentColor;
  font-weight: 400;
  text-transform: none;
}
big {
  font-size: var(--h2-fs, 1.125rem);
  vertical-align: baseline;
}
.title-404 {
  color: var(--heading-color, var(--bs-primary));
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.a-strillo:is(:focus, :hover) {
  text-decoration: underline;
}
.cnt,
.box__body {
  --fs: 1rem;
  --lh: 1.5;
  /*
  //	ul:not(.ul-arrows):not(.ul-dots) { @extend %ul-naked; padding-bottom: 1em;
  	ul:not([class]) { @extend %ul-naked; margin-bottom: 1em;
  		li { position: relative;
  			&:before { content:'_'; display: block; position: absolute; top: -4px; //-2px;
  				font-size: 1em;
  				left: .5em; // .5em;
  //				height: $line-height-sm; line-height: $line-height-sm;
  			}
  			+ li { margin-top: .5em; }
  		}
  	}
  	*/
}
.cnt ul,
.cnt ol,
.box__body ul,
.box__body ol {
  padding-bottom: 1em;
}
.cnt :where(ol, ul, dl, dd):not([class]) :where(li),
.box__body :where(ol, ul, dl, dd):not([class]) :where(li) {
  margin-bottom: 0.5em;
}
/*
a {
	&,
	&:hover {
		color: var(--bs-body-color);
	}
}
*/
.bg-primary {
  color: var(--color, var(--bs-white));
}
.ul-arrows li {
  margin-bottom: 0.5em;
}
.a-arrow {
  --fs: 1.125rem;
  --lh: 1.22;
  font-size: var(--fs);
  line-height: var(--lh);
  display: inline-block;
}
.a-arrow {
  color: currentColor;
  padding-left: 1.5rem;
  position: relative;
}
.a-arrow:before {
  content: "\e967";
  color: var(--color, currentColor);
  display: block;
  font-size: var(--ico-fs, 0.625rem);
  inset: calc(0.5 * var(--fs) * var(--lh)) auto auto var(--ico-left, 0);
  line-height: calc(var(--fs) * var(--lh));
  position: absolute;
  transform: translate3d(0, -50%, 0);
  transition: left 0.2s ease;
  width: 1.5rem;
}
.a-arrow:is(:focus, :hover, :active) {
  --ico-left: 0.5em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.a-arrow--gold {
  --color: var(--bs-secondary);
}
.a-arrow--white {
  --color: var(--bs-white);
}
.top--light .page__title,
.top--light .cnt__title,
.top--light .cnt__subtitle {
  color: var(--color, var(--bs-white));
}
.lh-115 {
  line-height: 1.15;
}
.str a:not([class]) {
  text-decoration: none;
}
.str a:not([class]):is(:focus, :hover, :active) {
  text-decoration: underline;
}
@media (min-width: 768px) {
  :root {
    --h1-fs: 2rem;
    --h1-lh: 1.25;
    --h2-fs: 1.5rem;
    --h2-lh: 1.25;
    --h3-fs: 1.1875rem;
    --h3-lh: 1.5;
    --fs: 1rem;
    --lh: 1.75;
  }
  /*
  main,
  .cnt__body {
  	//font-size: $font-size-base;
  	//line-height: $cnt__body-line-height-md;
  }
  */
  .ul-dots li:before {
    font-size: 0.375rem;
    line-height: 4.66;
  }
  .page__title {
    line-height: 1;
  }
  .title-404 {
    margin: 4rem 0 1.5rem;
  }
  .subtitle-404 {
    margin-bottom: 5rem;
  }
  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .a-arrow {
    --fs: 1.5rem;
    --lh: 1.25;
  }
  .cnt__body {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .page__title {
    font-size: 4rem;
  }
  .title-404 {
    font-size: 36px;
    line-height: 44px;
  }
  .cnt__title {
    font-size: 36px;
    line-height: 1.2;
  }
  /*
  .section__title {
  	font-size: $section__title-font-size-lg;
  	line-height: $section__title-line-height-lg;
  }

  .section__small-title {
  	font-size: 24px;
  	line-height: 32px;
  }
  */
  .ul-arrows li {
    margin-bottom: 0.25rem;
  }
  .eyelet-lg-big {
    font-size: 18px;
    margin: 0;
  }
  .cnt__header time {
    margin-top: 4rem;
  }
}
@media (min-width: 1360px) {
  .cnt__title {
    font-size: 46px;
  }
}
.h-100 {
  height: 100%;
}
:root {
  --bs-btn-font-family: Gudea, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}
.btn {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  background-color: var(--bs-btn-bg, transparent);
  border-radius: var(--bs-btn-border-radius, 0);
  border: var(--bs-btn-border-width, 1px) solid var(--bs-btn-border-color, transparent);
  color: var(--bs-btn-color, currentColor);
  cursor: pointer;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size, 0.875rem);
  font-weight: var(--bs-btn-font-weight, 400);
  gap: var(--bs-btn-gap, 1rem);
  justify-content: center;
  line-height: var(--bs-btn-line-height, 1.125rem);
  max-width: 100%;
  padding: var(--bs-btn-padding-y, 10px) var(--bs-btn-padding-x, 2rem);
  text-align: center;
  text-decoration: none;
  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-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.btn:after {
  color: var(--bs-btn-ico-color, currentColor);
}
.btn .icon:not(.icon-close) {
  display: block;
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  margin-right: 0.5em;
}
.btn-block {
  width: 100%;
}
:where([type=button], [type=reset], [type=submit], button, .btn, a.btn):is(:disabled, .disabled), fieldset:disabled :where([type=button], [type=reset], [type=submit], button, .btn, a.btn) {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.btn:is(:hover, :active, .active), .show > .dropdown-toggle:is(.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary) {
  background-color: var(--bs-btn-hover-bg);
  color: var(--bs-btn-hover-color, currentColor);
}
.btn:is(:hover, :active, .active):after, .show > .dropdown-toggle:is(.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary):after {
  color: var(--bs-btn-hover-ico-color, currentColor);
}
.btn:is(:focus) {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-outline-color-rgb, var(--bs-primary-rgb)), 0.25);
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary-light);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-ico-color: var(--bs-secondary);
  --bs-btn-border-radius: 99px;
}
.btn-outline-primary {
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-light);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-ico-color: var(--bs-secondary);
  --bs-btn-border-radius: 99px;
}
.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-outline-color-rgb: var(--bs-secondary-rgb);
  --bs-btn-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-secondary-light);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-ico-color: currentColor;
  --bs-btn-border-radius: 99px;
}
.btn-outline-secondary {
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-outline-color-rgb: var(--bs-secondary-rgb);
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-secondary-light);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-ico-color: var(--bs-secondary);
  --bs-btn-border-radius: 99px;
}
:is(.btn-arrow, .btn-arrow-white, .btn-arrow-cloudy-blue), .btn-zip, .btn-youtube, .btn-word, .btn-search, .btn-ppt, .btn-png, .btn-pin_map, .btn-pdf, .btn-jpg, .btn-excel, .btn-clock, .btn-chevron-right, .btn-calendar, .btn-arrow, .btn-ico {
  /*
  --bs-btn-border-radius: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  */
}
:is(.btn-arrow, .btn-arrow-white, .btn-arrow-cloudy-blue):after, .btn-zip:after, .btn-youtube:after, .btn-word:after, .btn-search:after, .btn-ppt:after, .btn-png:after, .btn-pin_map:after, .btn-pdf:after, .btn-jpg:after, .btn-excel:after, .btn-clock:after, .btn-chevron-right:after, .btn-calendar:after, .btn-ico:after {
  align-items: center;
  color: var(--bs-btn-ico-color, currentColor);
  content: var(--ico, "");
  display: flex;
  font-size: var(--bs-btn-ico-font-size, 1.675rem);
  height: var(--bs-btn-ico-font-size, 1.675rem);
  justify-content: center;
  line-height: 1;
}
.btn-arrow {
  --ico: "\e967";
  /*
  &:after {
  	content: "\e967";
  }
  */
}
.btn-calendar {
  --ico: "\e90f";
  /*
  &:after {
  	content: "\e90f";
  }
  */
}
.btn-chevron-right {
  --ico: "\e914";
  /*
  &:after {
  	content: "\e914";
  }
  */
}
.btn-clock {
  --ico: "\e94d";
  /*
  &:after {
  	content: "\e94d";
  }
  */
}
.btn-excel {
  --ico: "\e96f";
  /*
  &:after {
  	content: "\e96f";
  }
  */
}
.btn-jpg {
  --ico: "\e965";
  /*
  &:after {
  	content: "\e965";
  }
  */
}
.btn-pdf {
  --ico: "\e966";
  /*
  &:after {
  	content: "\e966";
  }
  */
}
.btn-pin_map {
  --ico: "\e964";
  /*
  &:after {
  	content: "\e964";
  }
  */
}
.btn-png {
  --ico: "\e969";
  /*
  &:after {
  	content: "\e969";
  }
  */
}
.btn-ppt {
  --ico: "\e96d";
  /*
  &:after {
  	content: "\e96d";
  }
  */
}
.btn-search {
  --ico: "\e935";
  /*
  &:after {
  	content: "\e935";
  }
  */
}
.btn-word {
  --ico: "\e96e";
  /*
  &:after {
  	content: "\e96e";
  }
  */
}
.btn-youtube {
  --ico: "\e907";
  /*
  &:after {
  	content: "\e907";
  }
  */
}
.btn-zip {
  --ico: "\e977";
  /*
  &:after {
  	content: "\e977";
  }
  */
}
/*

[class*='btn-'] {
	[class*='-primary'],
	.news--result &:is(:focus, :hover),
	&.doc__a:is(:focus, :hover),
	.box__a:is(:focus, :hover) &,
	.table a:is(:focus, :hover) & {
		--bs-btn-hover-ico-color: var(--bs-secondary);
	}

	.bg-primary &:after,
	&.btn-primary:after,
	.bg-light-brown &:hover:after {
		--bs-btn-hover-ico-color: var(--bs-white);
	}

	&.btn-primary:hover {
		--bs-btn-hover-ico-color: var(--bs-secondary);
	}
}

*/
.btn-link {
  --bs-btn-border-radius: 0;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-hover-color: var(--bs-secondary);
  --bs-btn-line-height: 0.875rem;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-gap: 0.75rem;
  background: none;
  justify-content: flex-start;
  position: relative;
  text-align: start;
  text-transform: uppercase;
}
.btn-link:before {
  content: "";
  display: block;
  inset: -8px;
  position: absolute;
}
:is(.btn-arrow, .btn-arrow-white, .btn-arrow-cloudy-blue) {
  --bs-btn-gap: 0.875rem;
  --bs-btn-ico-font-size: 0.9em;
}
.btn-arrow-white {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-secondary);
}
.btn-arrow-cloudy-blue {
  --bs-btn-color: var(--bs-cloudy-blue);
  --bs-btn-hover-color: var(--bs-secondary);
}
.btn-play {
  display: inline-flex;
  height: auto;
  text-align: left;
}
.btn-play:before {
  content: "";
  display: block;
  height: 90px;
  margin-bottom: 0.5rem;
  background: url("../img//ico/play-gold.svg") no-repeat 0 0;
  background-size: auto 100%;
}
.bg-primary .btn:is(.btn-link, .btn-arrow) {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-secondary);
}
.box--primary .btn-play:before,
.bg-primary .btn-play:before {
  background-image: url("../img//ico/play-white.svg");
}
.btn:is(.btn-pdf-it, .btn-pdf-en, .btn-pdf-fr) {
  --ico-btn-lng-filter: none;
}
.btn:is(.btn-pdf-it, .btn-pdf-en, .btn-pdf-fr):after {
  display: none;
}
.btn:is(.btn-pdf-it, .btn-pdf-en, .btn-pdf-fr) img {
  --filter-img-white: var(--ico-btn-lng-filter, none);
  background: var(--ico-btn-lng-pdf-bg, transparent);
  display: block;
  height: var(--ico-btn-lng-pdf-h, 1.5rem);
  padding: 2px;
  width: auto;
}
@media (max-width: 767.98px) {
  .btn-block-only-sm {
    width: 100%;
    display: block;
  }
  .btn-block + .btn-block {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .btn:not(.btn-link) {
    --bs-btn-font-size: 1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --ico-btn-lng-pdf-h: 2rem;
  }
  .btn-lg-big {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 3rem;
  }
}
.btn-link.btn-play {
  /*
  align-items: center;
  display: flex;
  gap: $spacer;
  */
}
.btn-link.btn-play:before {
  content: "";
  aspect-ratio: 1;
  display: block;
  height: auto;
  margin: 0;
  position: static;
  width: 45px;
}
[data-bs-theme=dark] .btn-link {
  --bs-btn-color: currentColor;
}
@media (prefers-color-scheme: dark) {
  :root {
    --ico-btn-lng-pdf-bg: var(--bs-gray-200);
  }
  .btn-outline-primary,
  .btn-primary {
    --bs-btn-border-color: var(--bs-body-color);
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-hover-border-color: var(--bs-body-color);
    --bs-btn-outline-color-rgb: var(--bs-body-color-rgb);
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --ico-btn-lng-pdf-bg: transparent;
  }
  .btn-primary,
  .btn-outline-primary {
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-outline-color-rgb: var(--bs-primary-rgb);
  }
  .btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
  }
  .btn-primary {
    --bs-btn-color: var(--bs-white);
  }
}
[data-bs-theme=dark] {
  --ico-btn-lng-pdf-bg: var(--bs-gray-200);
}
[data-bs-theme=dark] .btn-outline-primary,
[data-bs-theme=dark] .btn-primary {
  --bs-btn-border-color: var(--bs-body-color);
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-hover-border-color: var(--bs-body-color);
  --bs-btn-outline-color-rgb: var(--bs-body-color-rgb);
}
[data-bs-theme=light] {
  --ico-btn-lng-pdf-bg: transparent;
}
[data-bs-theme=light] .btn-primary,
[data-bs-theme=light] .btn-outline-primary {
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-outline-color-rgb: var(--bs-primary-rgb);
}
[data-bs-theme=light] .btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
}
[data-bs-theme=light] .btn-primary {
  --bs-btn-color: var(--bs-white);
}
:root {
  --header-bg: var(--bs-white);
  --header-color: var(--bs-primary);
  --header-h: 60px;
  --header-logo-h: 50px;
  --header-main-bg: var(--bs-primary);
  --header-menu-color-rgb: var(--bs-white-rgb);
  --header-menu-color: var(--bs-white);
  --header-menu-side-w: 50px;
  --menu-toggler-bar-w: 30px;
  --header-xs-btn-w: 50px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --header-bg: var(--bs-primary);
    --header-main-color: var(--bs-white);
    --header-menu-color-rgb: var(--bs-white-rgb);
    --header-menu-color: var(--bs-white);
    --header-menu-hover-bg-color: var(--bs-white);
    --header-menu-hover-color: var(--bs-primary);
    --header-top-bg: var(--bs-body-bg);
    --menu-toggler-closed-bar-color: var(--bs-white);
    --header-logo-color: var(--bs-white);
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --header-bg: var(--bs-white);
    --header-color: var(--bs-primary);
    --header-main-bg: var(--bs-primary);
    --header-menu-bg: var(--bs-primary);
    --header-menu-color-rgb: var(--bs-white-rgb);
    --header-menu-color: var(--bs-white);
    --header-menu-hover-bg-color: var(--bs-white);
    --header-menu-hover-color: var(--bs-primary);
    --menu-toggler-closed-bar-color: var(--bs-primary);
    --menu-toggler-opened-bar-color: var(--bs-white);
    --header-logo-color: #173f72;
  }
}
[data-bs-theme=dark] {
  --header-bg: var(--bs-primary);
  --header-main-color: var(--bs-white);
  --header-menu-color-rgb: var(--bs-white-rgb);
  --header-menu-color: var(--bs-white);
  --header-menu-hover-bg-color: var(--bs-white);
  --header-menu-hover-color: var(--bs-primary);
  --header-top-bg: var(--bs-body-bg);
  --menu-toggler-closed-bar-color: var(--bs-white);
  --header-logo-color: var(--bs-white);
}
[data-bs-theme=light] {
  --header-bg: var(--bs-white);
  --header-color: var(--bs-primary);
  --header-main-bg: var(--bs-primary);
  --header-menu-bg: var(--bs-primary);
  --header-menu-color-rgb: var(--bs-white-rgb);
  --header-menu-color: var(--bs-white);
  --header-menu-hover-bg-color: var(--bs-white);
  --header-menu-hover-color: var(--bs-primary);
  --menu-toggler-closed-bar-color: var(--bs-primary);
  --menu-toggler-opened-bar-color: var(--bs-white);
  --header-logo-color: #173f72;
}
.main__a {
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--header-main-a-fs, 0.875rem);
  line-height: var(--header-main-a-lh, 1.28);
}
.menu-toggler__bar {
  --menu-toggler-bar-bg: var(--menu-toggler-opened-bar-color);
  background-color: transparent;
  border-radius: 9px;
  height: var(--menu-toggler-bar-h, 2px);
  margin: 0 auto;
  position: relative;
  width: var(--menu-toggler-bar-w);
}
.menu-toggler__bar:before, .menu-toggler__bar:after {
  content: "";
  background-color: var(--menu-toggler-bar-bg, currentColor);
  border-radius: 9px;
  display: block;
  height: inherit;
  inset: var(--bar-inset);
  position: absolute;
  transform: var(--bar-transform);
  width: var(--menu-toggler-bar-w);
}
.menu-toggler__bar:before {
  --bar-inset: var(--menu-toggler-bar-space, 0) auto auto;
  --bar-transform: rotate3d(0, 0, 1, 225deg);
}
.menu-toggler__bar:after {
  --bar-inset: auto auto var(--menu-toggler-bar-space, 0);
  --bar-transform: rotate3d(0, 0, 1, -225deg);
}
.collapsed .menu-toggler__bar {
  --menu-toggler-bar-bg: var(--menu-toggler-closed-bar-color);
  --menu-toggler-bar-space: -10px;
  background-color: var(--menu-toggler-bar-bg);
}
.collapsed .menu-toggler__bar:before {
  --bar-transform: rotate3d(0, 0, 1, 0);
}
.collapsed .menu-toggler__bar:after {
  --bar-transform: rotate3d(0, 0, 1, 0);
}
.menu-toggler {
  align-items: center;
  background-color: var(--header-main-bg);
  border: 0;
  display: flex;
  height: var(--header-h);
  justify-content: center;
  padding: 0;
  width: calc(var(--menu-toggler-bar-w) + 2rem);
  z-index: 999;
}
.menu-toggler.collapsed {
  background-color: transparent;
}
.main__nav {
  background: var(--header-main-bg);
  transition: left 0.2s ease;
}
.header {
  background: var(--header-bg);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header-brand {
  display: block;
  flex: 0 1 auto;
  margin: 0;
}
.header-brand__a {
  display: block;
  padding: calc(0.5 * (var(--header-h) - var(--header-logo-h))) 0;
}
.header-brand__img {
  display: block;
  height: var(--header-logo-h);
  max-width: 100%;
  width: auto;
}
.header-brand__img .cls-1 {
  fill: var(--header-logo-color);
}
.main__row {
  margin: 0;
}
.main__navbar-row {
  align-items: center;
  justify-content: space-between;
}
.main__heading span {
  font-weight: 900;
}
.progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: var(--header-h);
  z-index: 3;
  /* Dimensions */
  width: 100%;
  height: 3px;
  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;
  /* Progress bar value for IE10+ */
  color: var(--bs-secondary);
}
.progress::-webkit-progress-bar {
  background-color: transparent;
}
.progress::-webkit-progress-value {
  background-color: var(--bs-secondary);
}
.progress::-moz-progress-bar {
  background-color: var(--bs-secondary);
}
.btn-theme-cnt {
  position: relative;
}
.btn-theme-cnt .ico {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  fill: currentColor;
  justify-content: center;
  width: 1.25rem;
}
.btn-theme-cnt path {
  fill: currentColor;
}
.btn-theme-cnt .dropdown-toggle {
  width: auto;
}
.btn-theme-cnt .dropdown-toggle,
.btn-theme-cnt .dropdown-item {
  align-items: center;
  color: currentColor;
  display: flex;
  gap: 0.5rem;
}
.btn-theme-cnt .dropdown-menu {
  background-color: var(--bs-primary);
  border-color: var(--bs-white);
  color: var(--bs-white);
  min-width: 0;
}
.btn-theme-cnt .dropdown-item {
  background-color: var(--bg, inherit);
  color: var(--color, inherit);
  font-size: var(--header-main-fs, 0.875rem);
  font-weight: 900;
  line-height: var(--header-main-lh, 1.25rem);
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.btn-theme-cnt .dropdown-item:is(:hover, :focus) {
  --bg: var(--bs-white);
  --color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  .main__navbar-row {
    flex-wrap: nowrap;
    height: var(--header-h);
    margin: 0;
  }
  .nav-btn {
    border: 0;
    flex: 0 0 var(--header-xs-btn-w);
    order: 2;
    padding: 0;
    transform: scale3d(1, -1, 1);
    width: var(--header-xs-btn-w);
  }
  .nav-btn:before {
    content: "\e912";
    align-items: center;
    color: var(--header-menu-color);
    display: flex;
    font-size: 1.25rem;
    justify-content: center;
    line-height: 1;
    /*
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: urlImg('chevron-right-white.svg') no-repeat center;
    background-size: auto 16px;
    */
  }
  .nav-btn.collapsed {
    transform: scale3d(1, 1, 1);
  }
  .main__a, .main__a:is(:link, :focus, :hover, :active, .active),
  .tools__a,
  .tools__a:is(:link, :focus, :hover, :active, .active) {
    color: var(--header-menu-color);
  }
  .main__a {
    flex: 0 0 calc(100% - var(--header-xs-btn-w));
    width: calc(100% - var(--header-xs-btn-w));
    padding: 0.75rem 1rem;
  }
  .main__a:is(:hover, .active) {
    text-decoration: underline;
  }
  .main__st {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(var(--header-menu-color-rgb), 0.5);
  }
  .main__st br {
    display: none;
  }
  .main__heading {
    display: none;
  }
  .main__li {
    display: flex;
    flex-wrap: wrap;
  }
  .main__nd {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 2rem;
    order: 3;
  }
  .main__nd .container {
    padding: 0;
  }
  .main__nd .main__a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .tools {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    padding: 1rem 0.5rem 1rem 1rem;
  }
  .tools .ico {
    display: block;
    flex: 0 0 auto;
    font-size: 1.5rem;
    height: 1.5rem;
  }
  .tools__li {
    flex: 0 0 auto;
    padding: 0 1rem;
    border-right: 1px solid rgba(var(--header-menu-color-rgb), 0.5);
  }
  .tools__li:last-child {
    border-right: 0;
  }
  .tools,
  .main__st {
    border-bottom: 1px solid rgba(var(--header-menu-color-rgb), 0.5);
  }
  .main__nav {
    color: var(--header-menu-color);
    height: calc(100vh - var(--header-h));
    left: 100vw;
    padding: 0;
    position: fixed;
    top: var(--header-h);
    width: calc(100vw - var(--header-menu-side-w));
  }
  .main__nav.collapse:not(.show) {
    display: block;
  }
  .main__nav.collapsing {
    transition: all 0.2s ease-in-out;
    display: block;
    height: calc(100vh - var(--header-h));
    position: fixed;
  }
  .main__nav.show {
    left: var(--header-menu-side-w);
  }
  .main__nav .container {
    max-width: 100%;
  }
  .main__nav > .container-fluid {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
  }
  .header:before {
    content: "";
    display: block;
    position: fixed;
    top: var(--header-h);
    left: 0;
    width: 100vw;
    height: 0;
    z-index: -1;
    background-color: transparent;
    transition: background-color 0.4s ease-in-out;
  }
  .menu--opened .header:before {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .main__row {
    height: 100%;
  }
  .main__nd__ul {
    padding: 0 0 1rem 0;
  }
  main {
    margin-top: var(--header-h);
  }
  .btn-theme-cnt .dropdown-menu {
    left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .main__li-header-top {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --header-menu-side-w: 45vw;
  }
}
@media (min-width: 992px) {
  :root {
    --header-h: 100px;
    --header-logo-h: 70px;
    --header-spalletta-h: 300px;
    --header-top-h: 40px;
    --header-main-h: 100px;
    --header-menu-nd-h: 450px;
    --header-main-nd-py: 2rem;
  }
}
@media (min-width: 992px) and (prefers-color-scheme: dark) {
  :root {
    --header-bg: var(--bs-dark);
    --header-top-bg: var(--bs-body-bg);
    --header-main-bg: var(--bs-dark);
    --header-main-color: var(--bs-white);
    --header-menu-color: var(--bs-white);
    --header-menu-color-rgb: var(--bs-white-rgb);
  }
}
@media (min-width: 992px) and (prefers-color-scheme: light) {
  :root {
    --header-bg: var(--bs-white);
    --header-main-bg: var(--bs-white);
    --header-main-color: var(--bs-primary);
    --header-menu-bg: var(--bs-primary);
    --header-menu-color-rgb: var(--bs-primary-rgb);
    --header-menu-color: var(--bs-primary);
    --header-top-bg: var(--bs-gray-100);
  }
}
@media (min-width: 992px) {
  [data-bs-theme=dark] {
    --header-bg: var(--bs-dark);
    --header-top-bg: var(--bs-body-bg);
    --header-main-bg: var(--bs-dark);
    --header-main-color: var(--bs-white);
    --header-menu-color: var(--bs-white);
    --header-menu-color-rgb: var(--bs-white-rgb);
  }
  [data-bs-theme=light] {
    --header-bg: var(--bs-white);
    --header-main-bg: var(--bs-white);
    --header-main-color: var(--bs-primary);
    --header-menu-bg: var(--bs-primary);
    --header-menu-color-rgb: var(--bs-primary-rgb);
    --header-menu-color: var(--bs-primary);
    --header-top-bg: var(--bs-gray-100);
  }
  .main__a {
    background: transparent;
    color: var(--header-menu-color);
    font-size: var(--header-main-fs, 0.875rem);
    line-height: var(--header-main-lh, 1.25rem);
    position: relative;
    z-index: 1;
  }
  .main__a:is(:focus, :hover) {
    color: var(--header-menu-hover-color, var(--bs-primary));
    background: var(--header-menu-hover-bg, var(--bs-white));
  }
  .main__a.active {
    text-decoration: underline;
  }
  .header-top__ul {
    display: flex;
    margin: 0 calc(-1 * var(--header-top-px, 0.5rem));
  }
  .header-top__ul > .main__li > .main__a,
  .header-top__right .main__a {
    align-items: center;
    display: flex;
    height: var(--header-top-h);
    padding: 0 var(--header-top-px, 0.5rem);
    gap: 0.25rem;
  }
  .nav-btn {
    display: none;
  }
  .main__navbar-row {
    flex-wrap: nowrap;
  }
  .main__li__collapse {
    position: absolute;
    inset: 100% 0 auto;
  }
  .header-top {
    --header-main-fs: 0.75rem;
    --header-main-lh: 1.28;
    background: var(--header-top-bg, var(--bs-gray-100));
    display: block;
    height: var(--header-top-h);
    overflow-y: visible;
    position: relative;
    z-index: 1;
  }
  .header-top .main__row {
    align-items: center;
    display: flex;
    height: var(--header-top-h);
    justify-content: space-between;
  }
  .header-top .main__a {
    font-weight: 900;
  }
  .header-top a:is(:focus) {
    outline: 2px solid var(--header-menu-color, var(--bs-white));
  }
  .header-top a:is(:focus) + .sub-menu {
    display: block !important;
  }
  .header-top .main__li:has(.main__a:is(:focus, :hover, .focus)) .main__nd, .header-top .main__li:is(:focus, :hover, .focus) .main__nd, .header-top .main__li:has(.main__a:is(:focus, .focus)) :has(.main__a:is(:focus, .focus)) .main__nd, .header-top .main__a:is(:focus, :hover, .focus) + .main__nd {
    display: block;
  }
  .header-top__right .main__a {
    font-size: 0.875em;
  }
  .main__nd,
  .panel-top {
    background-color: var(--header-menu-bg);
    color: var(--header-menu-color);
    display: none;
    left: 0;
    min-height: var(--header-menu-nd-h);
    padding: var(--header-main-nd-py) 0;
    position: fixed;
    top: var(--header-top-h);
    width: 100%;
    z-index: 0;
  }
  .main__nd:before,
  .panel-top:before {
    background-color: inherit;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translate3d(-50vw, 0, 0);
    z-index: -1;
  }
  .panel-top:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0 auto 0 calc(var(--tools-lg-w));
    border-left: 1px solid rgba(var(--bs-panel-color-rgb, var(--bs-white-rgb)), 0.1);
    width: 0;
  }
  .main__nd {
    --header-menu-hover-bg: transparent;
  }
  .main__nd .main__nd {
    display: none !important;
  }
  .tools,
  .main__nd {
    --header-menu-bg: var(--bs-primary);
    --header-menu-color-rgb: var(--bs-white-rgb);
    --header-menu-color: var(--bs-white);
    --header-menu-hover-color: var(--bs-primary);
    --header-menu-hover-bg-color: var(--bs-white);
  }
  .main__nd__ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: var(--header-menu-nd-h);
    margin-left: 2rem;
    position: relative;
    gap: 1rem 0;
  }
  .main__nd__ul .main__li {
    display: flex;
    padding: 0 1.5rem;
    width: 50%;
  }
  .main__nd__ul .main__a {
    color: var(--heading-main-nd-color, var(--bs-white));
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.5rem;
  }
  .main__nd__ul .main__a:before {
    content: "";
    background: transparent;
    display: block;
    inset: -0.5rem;
  }
  .main__nd__ul .main__a:is(:focus, :hover, .active) {
    color: var(--bs-secondary);
  }
  .main__nd__ul:before, .main__nd__ul:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(var(--header-menu-color-rgb), 0.1);
  }
  .main__nd__ul:before {
    left: 0;
  }
  .main__nd__ul:after {
    left: 50%;
  }
  .main__heading {
    display: block;
  }
  .main__heading a {
    color: currentColor;
    text-decoration: underline;
  }
  .main__heading span {
    color: currentColor;
    display: block;
    font-size: var(--heading-fs, 1.5rem);
    line-height: 1.1;
    margin: 0 0 2rem;
  }
  .main__heading img {
    margin: 0 0 2rem;
    max-width: 100%;
  }
  .header {
    height: auto;
  }
  .header-main {
    align-items: center;
    display: flex;
    height: var(--header-main-h);
  }
  .header-main {
    position: relative;
    z-index: 0;
  }
  .header-main .main__a {
    font-size: 1rem;
    line-height: 1.5;
  }
  .main__navbar {
    z-index: 1;
    width: 100%;
  }
  .main__nav {
    padding: 0;
    height: auto;
    flex-wrap: nowrap;
    width: auto;
    /*
    .container-fluid {
    	padding: 0;
    }
    */
  }
  .main__nav .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  .main__nav .main__nd {
    padding: 0;
    top: 100%;
  }
  .navbar-brand {
    position: relative;
    padding: calc(0.5 * (var(--header-main-h) - var(--header-logo-h))) 1rem;
  }
  .main__st__cnt {
    display: flex;
    list-style: none;
  }
  .main__st {
    align-items: center;
    display: flex;
    gap: var(--header-main-gap, 0);
    height: var(--header-main-h);
    justify-content: flex-end;
    margin: 0 calc(0 - var(--header-main-a-px, 0.5rem));
  }
  .main__st .main__a {
    font-size: var(--header-main-fs, 0.75rem);
    font-weight: 900;
    line-height: 1.28;
    padding: var(--header-main-a-px, 0.5rem);
    text-wrap: balance;
  }
  .main__st .main__a:is(:focus, :hover, .active) {
    text-decoration: underline;
  }
  .main__heading a:is(:focus, :hover, :active) {
    color: var(--bs-secondary);
  }
  .main__heading a:is(:focus, :hover, :active),
  .main__a.active:is(:focus, :hover, :active) {
    text-decoration: none;
  }
  main {
    margin-top: calc(var(--header-top-h) + var(--header-main-h));
  }
  .progress {
    top: calc(var(--header-top-h) + var(--header-main-h));
    height: 5px;
  }
  #cll-siti-gruppo .main__nd__ul:after {
    display: none;
  }
  .main__li--search {
    --header-main-nd-max-w: 1240px;
  }
  .panel-top--search {
    --bs-btn-ico-font-size: 3rem;
    /*
    .input-group {
    	border-bottom-color: transparent !important;
    	&.active {
    		border-bottom-color: transparent;
    		.form-control {
    			border-bottom-color: currentColor;
    		}
    	}
    }

    .custom-control-input:checked ~ .custom-control-label::before {
    	border-color: currentColor;
    	background-color: currentColor;
    }
    */
  }
  .panel-top--search .panel-top__cnt {
    padding-top: 4rem;
  }
  .panel-top--search .form-control {
    height: calc(38px + 0.5rem + 2px);
    padding: 0.25rem 0.2em;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1360px) {
  :root {
    --header-main-fs: 0.875rem;
    --header-main-gap: 1rem;
    --header-main-nd-py: 4rem;
    --heading-fs: 1.875rem;
  }
  /*
  .header-top .main__li {
  	padding-left: map-get($spacers, 2);
  	padding-right: map-get($spacers, 2);
  }
  */
  .main__st {
    --header-main-gap: 3rem;
  }
  .main__nav .container {
    width: 100%;
    max-width: 100%;
  }
  .main__nd {
    min-height: calc(var(--header-menu-nd-h) - 2 * var(--header-main-nd-py));
  }
  .main__nd .container {
    max-width: var(--header-main-nd-max-w, calc(100% - 2 * var(--tools-lg-w) - 80px));
  }
  .main__nd__ul .main__li {
    padding-left: 2.5rem;
  }
  .main__nd__ul .main__a {
    font-size: 1.125rem;
  }
}
@media (min-width: calc(1360px + 2 * var(--tools-lg-w))) {
  :root {
    --header-main-nd-max-w: 1380px;
    --header-top-px: 1rem;
    --heading-fs: 2.25rem;
  }
}
.hero__section-img-bg img,
.table td:first-child img,
.modal-header img,
.tools__li--insight img,
.tp-drink__img {
  filter: var(--filter-img-white, none);
}
.cnt__body img {
  background-color: var(--cnt-img-bg, transparent);
}
@media (prefers-color-scheme: dark) {
  :root {
    --cnt-img-bg: var(--bs-gray-100);
    --filter-img-white: brightness(0) invert(1);
    --footer-bg: var(--bs-gray-800);
    --footer-color: var(--bs-white);
  }
  .img-light-mode {
    display: none !important;
  }
  .img-dark-mode {
    display: block !important;
  }
  .section--hp-news,
  .bg-white-before {
    --bg: var(--bs-dark);
  }
  .bg-light-brown {
    background-color: var(--bs-secondary) !important;
  }
  .news__footer {
    --bs-btn-color: currentColor;
  }
  .box__calendar__v2 .box {
    --border-color: var(--bs-gray-500);
    --box-bg: var(--bs-gray-500);
    --box-color: var(--bs-white);
  }
  .box--camel {
    --box-bg: rgba(var(--bs-secondary-rgb), 0.75);
  }
  .tools__li--insight {
    --filter-img-white: brightness(0);
  }
  .cnt__body a:not([class]):is(:focus, :hover) {
    color: var(--bs-secondary);
  }
  .storia__article * {
    color: currentColor !important;
  }
  .section-bg-gray-100 {
    color: var(--bs-white);
    --bg: var(--bs-gray-700);
  }
  .box.bg-gray-100 {
    --box-bg: var(--bs-gray-700);
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --cnt-img-bg: transparent;
    --filter-img-white: none;
    --footer-bg: var(--bs-gray-100);
    --footer-color: var(--bs-primary);
  }
  .img-dark-mode {
    display: none !important;
  }
  .img-light-mode {
    display: block !important;
  }
  .bg-white-before {
    --bg: var(--bs-white);
  }
  .bg-light-brown {
    background-color: var(--bs-light-brown) !important;
  }
  .section--hp-news {
    --bg: var(--bs-primary);
  }
  .news__footer {
    --bs-btn-color: var(--bs-secondary);
  }
  .box__calendar__v2 .box {
    --border-color: #8b9aac;
    --box-bg: #8b9aac;
    --box-color: var(--bs-white);
  }
  .box--camel {
    --box-color: currentColor;
    --box-bg: rgba(var(--bs-secondary-rgb), 0.5);
  }
  .tools__li--insight {
    --filter-img-white: none;
  }
  .cnt__body a:not([class]):is(:focus, :hover) {
    color: currentColor;
  }
  .storia__article * {
    color: auto !important;
  }
  .section-bg-gray-100 {
    color: var(--bs-primary);
    --bg: var(--bs-gray-100);
  }
  .box.bg-gray-100 {
    --box-bg: var(--bs-gray-100);
  }
}
[data-bs-theme=dark] {
  --cnt-img-bg: var(--bs-gray-100);
  --filter-img-white: brightness(0) invert(1);
  --footer-bg: var(--bs-gray-800);
  --footer-color: var(--bs-white);
}
[data-bs-theme=dark] .section--hp-news,
[data-bs-theme=dark] .bg-white-before {
  --bg: var(--bs-dark);
}
[data-bs-theme=dark] .img-light-mode {
  display: none !important;
}
[data-bs-theme=dark] .img-dark-mode {
  display: block !important;
}
[data-bs-theme=dark] .bg-light-brown {
  background-color: var(--bs-secondary) !important;
}
[data-bs-theme=dark] .news__footer {
  --bs-btn-color: currentColor;
}
[data-bs-theme=dark] .box__calendar__v2 .box {
  --border-color: var(--bs-dark);
  --box-bg: var(--bs-dark);
  --box-cal-type-color: var(--bs-blue-500);
  --box-color: var(--bs-body-color);
}
[data-bs-theme=dark] .box--camel {
  --box-bg: rgba(var(--bs-secondary-rgb), 0.75);
}
[data-bs-theme=dark] .tools__li--insight {
  --filter-img-white: brightness(0);
}
[data-bs-theme=dark] .cnt__body a:not([class]):is(:focus, :hover) {
  color: var(--bs-secondary);
}
[data-bs-theme=dark] .storia__article * {
  color: currentColor !important;
}
[data-bs-theme=dark] .section-bg-gray-100 {
  color: var(--bs-white);
  --bg: var(--bs-dark);
}
[data-bs-theme=dark] .box.bg-gray-100 {
  --box-bg: var(--bs-dark);
}
[data-bs-theme=light] {
  --cnt-img-bg: transparent;
  --filter-img-white: none;
  --footer-bg: var(--bs-gray-100);
  --footer-color: var(--bs-primary);
}
[data-bs-theme=light] .img-dark-mode {
  display: none !important;
}
[data-bs-theme=light] .img-light-mode {
  display: block !important;
}
[data-bs-theme=light] .bg-white-before {
  --bg: var(--bs-white);
}
[data-bs-theme=light] .bg-light-brown {
  background-color: var(--bs-light-brown) !important;
}
[data-bs-theme=light] .section--hp-news {
  --bg: var(--bs-primary);
}
[data-bs-theme=light] .news__footer {
  --bs-btn-color: var(--bs-secondary);
}
[data-bs-theme=light] .box__calendar__v2 .box {
  --border-color: var(--bs-gray-500);
  --box-bg: var(--bs-gray-500);
  --box-color: var(--bs-white);
}
[data-bs-theme=light] .box--camel {
  --box-bg: rgba(var(--bs-secondary-rgb), 0.5);
}
[data-bs-theme=light] .tools__li--insight {
  --filter-img-white: none;
}
[data-bs-theme=light] .cnt__body a:not([class]):is(:focus, :hover) {
  color: currentColor;
}
[data-bs-theme=light] .storia__article * {
  color: auto !important;
}
[data-bs-theme=light] .section-bg-gray-100 {
  color: var(--bs-primary);
  --bg: var(--bs-gray-100);
}
[data-bs-theme=light] .box.bg-gray-100 {
  --box-bg: var(--bs-gray-100);
}
/* purgecss start ignore */
[style*="color:#003366"],
[style*="color:#001f5f"],
[style*="color:#002060"],
[style*="color: #003366"],
[style*="color: #001f5f"],
[style*="color: #002060"] {
  color: var(--bs-body-color, var(--bs-primary)) !important;
}
/* purgecss end ignore */
.disclaimer-banner {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
}
.disclaimer-header {
  padding: var(--disclaimer-header-p, 1rem);
}
.disclaimer-logo {
  height: 3rem;
}
.disclaimer-content {
  flex: 1;
  overflow: auto;
  padding: var(--disclaimer-content-p, 2rem 1rem);
}
.disclaimer-close-btn {
  aspect-ratio: 1;
  padding: 0.5rem;
}
body.hidden {
  overflow: hidden;
}
@media (min-width: 576px) {
  :root {
    --disclaimer-header-p: 2rem;
    --disclaimer-content-p: 2rem;
  }
}
@media (min-width: 992px) {
  :root {
    --disclaimer-header-p: 3rem 3rem 2rem;
    --disclaimer-content-p: 3rem;
  }
}
:root {
  --lead-in-h: 120px;
  --lead-hp-h: 380px;
}
.lead-bg__item, .lead__item, .lead, .lead.slick-slider, .lead__cnt {
  height: var(--lead-h, var(--lead-in-h));
}
.hp {
  --lead-h: var(--lead-hp-h);
}
.lead__cnt {
  color: var(--lead-color, var(--bs-white));
  background: var(--lead-bg, var(--bs-primary));
  position: relative;
}
.lead {
  overflow: hidden;
}
.lead, .lead.slick-slider {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
.lead-dots__cnt {
	&:empty {
		@extend %d-none;
	}
	.slick-dots {
		position: static;
	}
}
*/
.lead__item {
  position: relative;
}
.lead__item .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.lead-claim .lead__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.lead__title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.1;
}
.lead__subtitle {
  display: none;
  font-size: 1rem;
  line-height: 1.125;
  margin-top: 2rem;
}
.lead__header {
  margin-bottom: 2rem;
}
.lead__article {
  padding: var(--lead-article-p, 2rem 0 3rem);
}
.lead-bg__item {
  background: no-repeat center/cover;
  display: block !important;
  padding: 0;
  transform: scale3d(var(--img-zoom, 1), var(--img-zoom, 1), 1);
  transform-origin: 0 0;
  transition: transform 0.2s ease;
}
.lead-bg__item :where(figure, div, picture, img, video) {
  display: block;
  height: 100%;
  inset: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.lead--gradient {
  position: relative;
}
.lead--gradient .lead__cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 230px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3a155+0,003366+100 */
  background: var(--lead-bg, var(--bs-primary)); /* Old browsers */
  background: linear-gradient(to bottom, var(--bs-primary-rgb) 0%, var(--bs-secondary-rgb) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lead-insight {
  position: absolute;
  inset: var(--lead-insight-inset, 1rem 1rem auto auto);
}
.lead-video .lead__item .container {
  align-items: flex-start;
}
.lead-dots__cnt {
  height: calc(2rem + 1rem);
}
.lead-dots__cnt .slick-dots {
  height: calc(2rem + 1rem);
  margin: 0;
  position: static;
}
.lead-controls-cnt {
  --bs-btn-padding-x: 0.625rem;
  --bs-btn-padding-y: 0.625rem;
  display: grid;
  gap: 0.5rem;
  inset: auto 1rem 1rem auto;
  inset: var(--lead-controls-inset, auto 1rem 1rem auto);
  position: absolute;
  z-index: 3;
}
.lead-controls-cnt path {
  fill: var(--bs-white);
}
.btn-lead-claim-toggle-play .ico-play-fill, .btn-lead-claim-toggle-play:after {
  display: none;
}
@media (min-width: 768px) {
  .lead-claim .lead__item {
    padding-left: 0;
    padding-right: 0;
  }
  .lead--gradient .lead__cnt {
    height: var(--header-spalletta-h);
  }
}
@media (min-width: 992px) and (max-width: 1359.98px) {
  .lead__item .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  :root {
    --lead-in-h: 200px;
    --lead-hp-h: 400px;
    --lead-article-p: 4rem 3rem 6rem 0;
    --lead-insight-inset: 3rem 3rem auto auto;
    --lead-controls-inset: auto 3rem 3rem auto;
  }
  .lead__container {
    position: relative;
  }
  .lead__cnt {
    overflow: hidden;
  }
  .lead__cnt:has(.lead-claim .btn:is(:focus, :focus-visible, :hover)) {
    --img-zoom: 1.05;
  }
  .lead-claim .lead__item .container {
    padding-left: 4rem;
    padding-right: 2rem;
  }
  /*

  .lead-dots__cnt {
  	align-items: center; // border: 1px solid red;
  	bottom: 0;
  	display: flex;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: var(--tools-lg-w);
  	.slick-dots {
  		transform: rotate3d(0, 0, 1, 90deg);
  		button {
  			&:before {
  				background: var(--lead-dots-bg, var(--bs-white));
  			}
  		}
  	}
  }
  */
  .lead-dots__cnt {
    position: absolute;
    inset: auto 0 0;
  }
  .lead__title {
    font-size: 2rem;
    line-height: 1;
  }
  .lead__subtitle {
    display: block;
    font-size: 1.125rem;
    line-height: 1.33;
    padding-right: 40%;
  }
  .lead__header {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1360px) {
  .lead__title {
    font-size: 2.5rem;
  }
  .lead-video .lead__title {
    font-size: 3rem;
  }
  .lead__item .container {
    padding-left: 4rem;
  }
  /*
  .hp {
  	.lead__cnt {
  		margin-bottom: 6 * $spacer;
  	}
  }
  */
}
@media (min-width: calc(1360px + 2 * var(--tools-lg-w))) {
  .lead__item .container {
    padding-left: 2rem;
  }
}
@media (min-width: 2120px) {
  .lead__item {
    padding-right: 0;
  }
  .lead__container {
    padding-left: 0;
  }
}
:root {
  --bc-color: currentColor;
  --bc-fs: 1rem;
  --bc-hover-color: var(--bs-secondary);
  --bc-lh: 1.125rem;
}
.bc {
  padding: var(--bc-p, 1rem 0);
}
.bc ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0.5em;
}
.bc li {
  align-items: center;
  color: var(--bc-color, currentColor);
  display: flex;
  font-size: var(--bc-fs);
  gap: 0.5em;
  line-height: var(--bc-lh);
  transition: color 0.2s ease;
}
.bc li + li:before {
  content: "\e914";
  align-items: center;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
  line-height: var(--bc-lh);
}
.bc a {
  color: currentColor;
  position: relative;
}
.bc a:before {
  content: "";
  display: block;
  inset: -0.5em;
  position: absolute;
}
.bc li a:is(:focus, :hover, :active) {
  color: var(--bc-hover-color);
  text-decoration: underline;
}
.bc > a:is(:focus, :hover, :active) li:last-child {
  color: var(--bc-hover-color);
}
.bc > a:is(:focus, :hover, :active) li:last-child:before {
  color: var(--bs-body-color) !important;
}
.top--light {
  --bc-color: var(--bs-white);
  --bc-hover-color: var(--bs-white);
}
@media (min-width: 992px) {
  .bc {
    --bc-p: 2rem 0 3rem;
  }
  .hp-section .bc {
    --bc-p: 3rem 0 1rem;
  }
}
.hero {
  margin-bottom: 2rem;
}
.hero__section-img-bg {
  position: relative;
  min-height: 150px;
}
.hero__section-img-bg img {
  z-index: -1;
  top: -45px;
  right: -80px;
  height: 230px;
}
.hero__body {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 4rem;
  }
  .bg-top {
    margin-top: -2rem;
  }
  .hero__btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero__section-img-bg {
    padding-top: 0;
    text-align: center;
  }
  .hero__section-img-bg img {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  .bg-top {
    margin-top: calc(-1 * (1rem * 4 + 64px));
  }
  .hero {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .aside-summary-cnt {
    display: block;
    inset: 50vh 0 auto auto;
    position: fixed;
    transform: translate3d(0, -50%, 0);
    width: 0;
    z-index: 9;
  }
  .aside-summary__label {
    background: var(--aside-summary-bg, var(--bs-white));
    bottom: calc(100% - 1rem);
    font-size: 0.875rem;
    left: calc(41px + 1rem);
    line-height: 1.125rem;
    padding: 1rem 1rem 0 20px;
    position: absolute;
    width: 100%;
  }
  .aside-summary {
    background: var(--aside-summary-bg, var(--bs-white));
    padding: 2rem 3rem 2rem 20px;
    transform: translate3d(-41px, 0, 0);
    width: 210px;
  }
  .aside-summary a {
    align-items: center;
    color: var(--aside-a-color, currentColor);
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    min-height: 2rem;
    padding-left: 2rem;
    position: relative;
    width: calc(210px - 3rem - 20px);
  }
  .aside-summary a:before {
    content: "";
    background: var(--aside-a-color, currentColor);
    display: block;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .aside-summary a:is(:focus, :hover, :active, .active) {
    color: var(--aside-a-hover-color, var(--bs-secondary));
  }
  .aside-summary a.active:before {
    background: var(--aside-a-hover-color, var(--bs-secondary));
    left: -1px;
    width: 3px;
  }
  .aside-summary:is(:focus, :hover, :active, .active) {
    transform: translate3d(-100%, 0, 0);
  }
  .aside-summary:is(:focus, :hover, :active, .active) .aside-summary__label {
    left: 0;
  }
  .aside-summary__ul {
    display: grid;
    gap: 12px;
    width: 210px;
  }
}
.banner {
  --ico-close-fs: 1.5rem;
  --ico-close-h: 1.2;
  align-items: center;
  background: var(--bg, var(--bs-primary));
  color: var(--color, var(--bs-white));
  display: flex;
  left: 0;
  padding: var(--banner-px, 1rem) var(--banner-py, 0);
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 90;
}
.banner > div {
  flex: 0 0 100%;
  width: 100%;
}
.banner:after {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}
.banner--bottom {
  bottom: 0;
  transform: translate3d(0, 101%, 0);
}
.banner--bottom.in {
  transform: translate3d(0, 0, 0);
}
.banner__title {
  color: inherit;
  line-height: 1.1;
  margin-bottom: 0;
}
.bg-banner-blue {
  --bg: var(--bs-banner-blue);
  --color: var(--bs-white);
}
@media (min-width: 768px) {
  .banner {
    --banner-px: 2rem;
    --banner-py: 2rem;
  }
}
@media (min-width: 992px) {
  .banner {
    min-height: 140px;
  }
  .banner__title {
    font-size: 2.375rem;
  }
  .banner__btn-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }
}
.str-cv {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  position: relative;
  z-index: 1;
}
.str-cv:has(.btn:is(:focus, :hover)) .str-cv__title {
  text-decoration: underline;
}
.str-cv-h {
  flex-direction: row;
}
.str-cv-h .str-cv__figure,
.str-cv-h .str-cv__main {
  flex: 0 0 calc(50% - 1rem);
}
.str-cv__figure {
  align-self: flex-start;
  flex: 0 0 auto;
  margin: 0;
}
.str-cv__main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.str-cv__title {
  font-weight: 700;
  line-height: 1.25;
}
.str-cv__text {
  color: var(--color, var(--bs-gray-500));
  line-height: 1.25;
  flex: 1;
}
.str-cv__footer .btn-link {
  position: static;
}
.str-cv__footer .btn-link:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.str-cv-list__header {
  border-top: 1px solid var(--border-color, var(--bs-body-color));
}
.str-cv-list__title {
  font-weight: 700;
}
/*
@include media-breakpoint-up(md) {
	.str-cv {
		column-gap: 40px;
	}
}
*/
@media (min-width: 992px) {
  .str-cv-h .str-cv__figure {
    flex-basis: calc(0.333 * (100% - 4rem));
  }
  .str-cv-h .str-cv__main {
    flex-basis: calc(0.666 * (100% - 4rem));
  }
}
/*
@include media-breakpoint-up(lg) {
	.str-cv-list {
		[class^='col']:is(:nth-child(4n + 3), :nth-child(4n + 4)) {
			.str-cv {
				flex-direction: row-reverse;
				text-align: end;
			}
		}
	}
}
*/
figure {
  margin: 0;
  max-height: 100%;
}
figure div {
  position: relative;
  overflow: hidden;
}
figure div:after {
  content: "";
  background-color: rgba(var(--bs-black-rgb), var(--figure-before-opacity, 0));
  inset: 0;
  position: absolute;
  z-index: 1;
}
figure img {
  background: var(--img-bg, transparent);
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  transform: scale3d(var(--img-zoom, 1), var(--img-zoom, 1), 1);
  transform-origin: 0 0;
}
.figure div {
  border-radius: var(--img-br, 0);
  overflow: hidden;
}
picture {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
figcaption,
.figcaption {
  font-size: var(--figcaption-fs, 0.875rem);
  font-weight: var(--figcaption-fw, 600);
  line-height: var(--figcaption-lh, 1);
  margin-top: var(--figcaption-mt, 0.5rem);
}
:root {
  --sp1-h: 2rem;
  --sp2-h: 2rem;
}
.sp1 {
  height: var(--sp1-h);
}
.sp2 {
  height: var(--sp2-h);
}
@media (min-width: 992px) {
  :root {
    --sp1-h: 4rem;
  }
}
@media (min-width: 1360px) {
  :root {
    --sp1-h: 6rem;
    --sp2-h: calc(0.5 * var(--sp1-h));
  }
}
.sg-cookie_panel {
  background-color: var(--cookie-bg, var(--bs-dark));
  bottom: 0;
  color: var(--cookie-color, var(--bs-gray-50));
  font-weight: 400;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.sg-cookie_panel a {
  font-weight: 700;
  color: var(--color, var(--bs-white));
}
.sg-cookie_panel a:is(:focus, :hover, :active) {
  color: var(--hover-color, var(--bs-white));
}
.sg-cookie_panel-txt {
  padding-right: 2.25rem;
  position: relative;
}
.sg-cookie_btn-close,
.sg-cookie_btn-ok {
  background: transparent url("../img/ico-close-white.svg") no-repeat 0 0;
  background-size: 1.25rem auto;
  border: none;
  display: block;
  height: 2rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1.25rem;
  z-index: 999;
}
@media (min-width: 992px) {
  .sg-cookie_panel-txt {
    padding-right: 50px;
  }
}
.acsb-trigger {
  inset: var(--acsb-trigger-inset, 1rem 70px unset unset) !important;
}
@media (min-width: 992px) {
  :root {
    --acsb-trigger-inset: unset 70px 20px unset;
  }
}
.container div:where(.container, .container-fluid) {
  padding-left: 0;
  padding-right: 0;
}
.container-1920,
.container-custom,
.container--1920,
.container--custom {
  max-width: 100%;
}
.container-1920 > .container,
.container-custom > .container,
.container--1920 > .container,
.container--custom > .container {
  padding-left: 0;
  padding-right: 0;
}
.relative {
  position: relative;
}
@media (min-width: 992px) {
  /*
  .container-custom,
  .container--custom {
  	max-width: calc(100% - 2 * var(--tools-lg-w));
  	padding: 0;
  	.row {
  		margin-left: -$spacer;
  		margin-right: -$spacer;
  	}
  }
  	*/
  .container-1920,
  .container--1920 {
    max-width: 1920px;
  }
  main,
  .footer {
    /*
    .container--1920 {
    	width: auto;
    }
    */
  }
  main .container,
  main .container-fluid,
  .footer .container,
  .footer .container-fluid {
    padding-left: calc(0.5 * var(--bs-gutter-x, 30px));
    padding-right: calc(0.5 * var(--bs-gutter-x, 30px));
  }
  /*
  main {
  	.container {
  		.container {
  			width: auto;
  		}
  	}
  }
  */
}
@media (min-width: 1360px) {
  /*
  .container,
  [class^='col-'],
  [class^='col '],
  [class='col'] {
  	--bs-gutter-x: 80px;
  	padding-right: math.div($grid-gutter-width-lg, 2);
  	padding-left: math.div($grid-gutter-width-lg, 2);
  }

  .row {
  	margin-right: math.div(-$grid-gutter-width-lg, 2);
  	margin-left: math.div(-$grid-gutter-width-lg, 2);
  }

  main,
  .footer {
  	.container {
  		padding-left: math.div($grid-gutter-width-lg, 2);
  		padding-right: math.div($grid-gutter-width-lg, 2);
  	}
  }
  */
  .container {
    max-width: 1240px;
  }
  .container-1920,
  .container--1920 {
    max-width: 1920px;
  }
  .container-custom,
  .container--custom {
    max-width: max(100% - 2 * var(--tools-lg-w) - 80px, 1240px);
  }
  .container-custom .container,
  .container-custom .container-fluid,
  .container--custom .container,
  .container--custom .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container-custom .row, .container-custom .main__navbar-row,
  .container--custom .row,
  .container--custom .main__navbar-row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: calc(1360px + 2 * var(--tools-lg-w))) {
  .footer .container {
    width: auto;
  }
  main .container:not(.container-custom):not(.container-1920):not(.container--custom):not(.container--1920) {
    width: auto;
  }
  .col-xxl-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}
@media (min-width: calc(1920px + 2 * var(--tools-lg-w))) {
  .container-custom,
  .container--custom {
    max-width: 1920px;
  }
}
.gap-0 {
  gap: 0;
}
.gx-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}
.gy-0 {
  row-gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gx-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gy-1 {
  row-gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gx-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gy-2 {
  row-gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gx-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gy-3 {
  row-gap: 1rem;
}
.gap-4 {
  gap: 2rem;
}
.gx-4 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gy-4 {
  row-gap: 2rem;
}
.gap-5 {
  gap: 4rem;
}
.gx-5 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gy-5 {
  row-gap: 4rem;
}
.gap-6 {
  gap: 6rem;
}
.gx-6 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gy-6 {
  row-gap: 6rem;
}
@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0;
  }
  .gx-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-sm-0 {
    row-gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gx-sm-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-sm-1 {
    row-gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gx-sm-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-sm-2 {
    row-gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gx-sm-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-sm-3 {
    row-gap: 1rem;
  }
  .gap-sm-4 {
    gap: 2rem;
  }
  .gx-sm-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gy-sm-4 {
    row-gap: 2rem;
  }
  .gap-sm-5 {
    gap: 4rem;
  }
  .gx-sm-5 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gy-sm-5 {
    row-gap: 4rem;
  }
  .gap-sm-6 {
    gap: 6rem;
  }
  .gx-sm-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .gy-sm-6 {
    row-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0;
  }
  .gx-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-md-0 {
    row-gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gx-md-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-md-1 {
    row-gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gx-md-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-md-2 {
    row-gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gx-md-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-md-3 {
    row-gap: 1rem;
  }
  .gap-md-4 {
    gap: 2rem;
  }
  .gx-md-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gy-md-4 {
    row-gap: 2rem;
  }
  .gap-md-5 {
    gap: 4rem;
  }
  .gx-md-5 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gy-md-5 {
    row-gap: 4rem;
  }
  .gap-md-6 {
    gap: 6rem;
  }
  .gx-md-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .gy-md-6 {
    row-gap: 6rem;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0;
  }
  .gx-lg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-lg-0 {
    row-gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gx-lg-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-lg-1 {
    row-gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gx-lg-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-lg-2 {
    row-gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gx-lg-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-lg-3 {
    row-gap: 1rem;
  }
  .gap-lg-4 {
    gap: 2rem;
  }
  .gx-lg-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gy-lg-4 {
    row-gap: 2rem;
  }
  .gap-lg-5 {
    gap: 4rem;
  }
  .gx-lg-5 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gy-lg-5 {
    row-gap: 4rem;
  }
  .gap-lg-6 {
    gap: 6rem;
  }
  .gx-lg-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .gy-lg-6 {
    row-gap: 6rem;
  }
}
@media (min-width: 1360px) {
  .gap-xl-0 {
    gap: 0;
  }
  .gx-xl-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .gy-xl-0 {
    row-gap: 0;
  }
  .gap-xl-1 {
    gap: 0.25rem;
  }
  .gx-xl-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .gy-xl-1 {
    row-gap: 0.25rem;
  }
  .gap-xl-2 {
    gap: 0.5rem;
  }
  .gx-xl-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gy-xl-2 {
    row-gap: 0.5rem;
  }
  .gap-xl-3 {
    gap: 1rem;
  }
  .gx-xl-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gy-xl-3 {
    row-gap: 1rem;
  }
  .gap-xl-4 {
    gap: 2rem;
  }
  .gx-xl-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gy-xl-4 {
    row-gap: 2rem;
  }
  .gap-xl-5 {
    gap: 4rem;
  }
  .gx-xl-5 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gy-xl-5 {
    row-gap: 4rem;
  }
  .gap-xl-6 {
    gap: 6rem;
  }
  .gx-xl-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .gy-xl-6 {
    row-gap: 6rem;
  }
}
.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
  background: url("../img/ajax-loader.gif") no-repeat center;
}
/* Arrows */
.slick-arrow {
  display: block;
  background: rgba(var(--slick-arrow-bg-rgb, var(--bs-secondary-rgb)), 0.9) url("../img/ico/chevron-right-white.svg") no-repeat center;
  background-size: 13px auto;
  cursor: pointer;
  height: 90px;
  position: absolute;
  top: 0;
  width: 2rem;
  z-index: 5;
}
.slick-arrow:is(:focus, :hover) {
  background-color: var(--slick-arrow-bg, var(--bs-secondary));
}
.slick-prev {
  left: 0;
  transform: rotate3d(0, 0, 1, 180deg);
}
.slick-next {
  right: 0;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: calc(2rem + 15px);
}
.slick-dots {
  align-items: center;
  display: flex;
  height: 15px;
  justify-content: center;
  margin: 1rem 0;
  position: absolute;
  width: 100%;
  top: 100%;
}
.slick-dots li {
  position: relative;
  cursor: pointer;
}
.slick-dots button {
  cursor: pointer;
  padding: var(--slick-dot-p, 1rem 0.5rem);
  align-items: center;
  background: transparent;
  border-radius: 0;
  border: 1px solid transparent;
  display: flex;
  outline: none;
}
.slick-dots button:before {
  content: "";
  background-color: var(--slick-dot-bg, var(--bs-primary));
  border: 0;
  display: block;
  height: var(--slick-dot-h, 3px);
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  width: var(--slick-dot-w, 2rem);
}
.slick-dots button:is(:hover, :focus) {
  outline: 0;
}
.slick-dots button:is(:focus) {
  box-shadow: 0 0 0 0.25rem rgba(var(--slick-dot-active-color-rgb, var(--bs-primary-rgb)), 0.25);
}
.slick-dots .slick-active button:before {
  height: var(--slick-dot-active-h, 5px);
  width: var(--slick-dot-active-w, 3rem);
}
@media (min-width: 768px) {
  .slick-arrow {
    background-size: 1rem auto;
    height: 170px;
    width: 3rem;
  }
}
/*
$aos-steps: 60 !default; // 60 * 50 = 3000ms
$aos-distance: 100px !default;
$aos-fade: 1 !default;
$aos-zoom: 1 !default;
$aos-flip: 1 !default;
$aos-slide: 1 !default;
$aos-easing: (
	linear: cubic-bezier(0.25, 0.25, 0.75, 0.75),
	ease: cubic-bezier(0.25, 0.1, 0.25, 1),
	ease-in: cubic-bezier(0.42, 0, 1, 1),
	ease-out: cubic-bezier(0, 0, 0.58, 1),
	ease-in-out: cubic-bezier(0.42, 0, 0.58, 1),
	ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045),
	ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275),
	ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55),
	ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715),
	ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1),
	ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95),
	ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53),
	ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94),
	ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955),
	ease-in-cubic: cubic-bezier(0.55, 0.085, 0.68, 0.53),
	ease-out-cubic: cubic-bezier(0.25, 0.46, 0.45, 0.94),
	ease-in-out-cubic: cubic-bezier(0.455, 0.03, 0.515, 0.955),
	ease-in-quart: cubic-bezier(0.55, 0.085, 0.68, 0.53),
	ease-out-quart: cubic-bezier(0.25, 0.46, 0.45, 0.94),
	ease-in-out-quart: cubic-bezier(0.455, 0.03, 0.515, 0.955)
) !default;
*/
@media (min-width: 992px) {
  /*
  :root {
  	--aos-de: 0s;
  	--aos-du: 0s;
  	--aos-ea: none;
  }
  */
  [data-aos] {
    transition-delay: var(--aos-de, 0s);
    transition-duration: var(--aos-du, 0s);
    transition-timing-function: var(--aos-ea, none);
  }
  [data-aos] {
    pointer-events: none;
  }
  [data-aos].aos-animate {
    pointer-events: auto;
  }
  /**
  * Fade animations:
  * fade
  * fade-up, fade-down, fade-left, fade-right
  * fade-up-right, fade-up-left, fade-down-right, fade-down-left
  */
  [data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  /**
   * Zoom animations:
   * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
   * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
   */
  [data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (min-width: 1360px) {
  .container-custom .main__navbar-row,
  .container--custom .main__navbar-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}